@univerjs/sheets-formula 0.2.5 → 0.2.6

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.
@@ -3001,11 +3001,11 @@ declare const _default: {
3001
3001
  url: string;
3002
3002
  }[];
3003
3003
  functionParameter: {
3004
- number1: {
3004
+ text: {
3005
3005
  name: string;
3006
3006
  detail: string;
3007
3007
  };
3008
- number2: {
3008
+ numberTimes: {
3009
3009
  name: string;
3010
3010
  detail: string;
3011
3011
  };
@@ -3145,11 +3145,27 @@ declare const _default: {
3145
3145
  url: string;
3146
3146
  }[];
3147
3147
  functionParameter: {
3148
- number1: {
3148
+ text: {
3149
3149
  name: string;
3150
3150
  detail: string;
3151
3151
  };
3152
- number2: {
3152
+ delimiter: {
3153
+ name: string;
3154
+ detail: string;
3155
+ };
3156
+ instanceNum: {
3157
+ name: string;
3158
+ detail: string;
3159
+ };
3160
+ matchMode: {
3161
+ name: string;
3162
+ detail: string;
3163
+ };
3164
+ matchEnd: {
3165
+ name: string;
3166
+ detail: string;
3167
+ };
3168
+ ifNotFound: {
3153
3169
  name: string;
3154
3170
  detail: string;
3155
3171
  };
@@ -3163,11 +3179,27 @@ declare const _default: {
3163
3179
  url: string;
3164
3180
  }[];
3165
3181
  functionParameter: {
3166
- number1: {
3182
+ text: {
3167
3183
  name: string;
3168
3184
  detail: string;
3169
3185
  };
3170
- number2: {
3186
+ delimiter: {
3187
+ name: string;
3188
+ detail: string;
3189
+ };
3190
+ instanceNum: {
3191
+ name: string;
3192
+ detail: string;
3193
+ };
3194
+ matchMode: {
3195
+ name: string;
3196
+ detail: string;
3197
+ };
3198
+ matchEnd: {
3199
+ name: string;
3200
+ detail: string;
3201
+ };
3202
+ ifNotFound: {
3171
3203
  name: string;
3172
3204
  detail: string;
3173
3205
  };
@@ -3199,11 +3231,27 @@ declare const _default: {
3199
3231
  url: string;
3200
3232
  }[];
3201
3233
  functionParameter: {
3202
- number1: {
3234
+ text: {
3203
3235
  name: string;
3204
3236
  detail: string;
3205
3237
  };
3206
- number2: {
3238
+ colDelimiter: {
3239
+ name: string;
3240
+ detail: string;
3241
+ };
3242
+ rowDelimiter: {
3243
+ name: string;
3244
+ detail: string;
3245
+ };
3246
+ ignoreEmpty: {
3247
+ name: string;
3248
+ detail: string;
3249
+ };
3250
+ matchMode: {
3251
+ name: string;
3252
+ detail: string;
3253
+ };
3254
+ padWith: {
3207
3255
  name: string;
3208
3256
  detail: string;
3209
3257
  };
@@ -3665,11 +3713,15 @@ declare const _default: {
3665
3713
  url: string;
3666
3714
  }[];
3667
3715
  functionParameter: {
3668
- number1: {
3716
+ array: {
3669
3717
  name: string;
3670
3718
  detail: string;
3671
3719
  };
3672
- number2: {
3720
+ colNum1: {
3721
+ name: string;
3722
+ detail: string;
3723
+ };
3724
+ colNum2: {
3673
3725
  name: string;
3674
3726
  detail: string;
3675
3727
  };
@@ -3683,11 +3735,15 @@ declare const _default: {
3683
3735
  url: string;
3684
3736
  }[];
3685
3737
  functionParameter: {
3686
- number1: {
3738
+ array: {
3687
3739
  name: string;
3688
3740
  detail: string;
3689
3741
  };
3690
- number2: {
3742
+ rowNum1: {
3743
+ name: string;
3744
+ detail: string;
3745
+ };
3746
+ rowNum2: {
3691
3747
  name: string;
3692
3748
  detail: string;
3693
3749
  };
@@ -3765,11 +3821,15 @@ declare const _default: {
3765
3821
  url: string;
3766
3822
  }[];
3767
3823
  functionParameter: {
3768
- number1: {
3824
+ array: {
3769
3825
  name: string;
3770
3826
  detail: string;
3771
3827
  };
3772
- number2: {
3828
+ include: {
3829
+ name: string;
3830
+ detail: string;
3831
+ };
3832
+ ifEmpty: {
3773
3833
  name: string;
3774
3834
  detail: string;
3775
3835
  };
@@ -3845,11 +3905,11 @@ declare const _default: {
3845
3905
  url: string;
3846
3906
  }[];
3847
3907
  functionParameter: {
3848
- number1: {
3908
+ array1: {
3849
3909
  name: string;
3850
3910
  detail: string;
3851
3911
  };
3852
- number2: {
3912
+ array2: {
3853
3913
  name: string;
3854
3914
  detail: string;
3855
3915
  };
@@ -4063,11 +4123,19 @@ declare const _default: {
4063
4123
  url: string;
4064
4124
  }[];
4065
4125
  functionParameter: {
4066
- number1: {
4126
+ array: {
4067
4127
  name: string;
4068
4128
  detail: string;
4069
4129
  };
4070
- number2: {
4130
+ sortIndex: {
4131
+ name: string;
4132
+ detail: string;
4133
+ };
4134
+ sortOrder: {
4135
+ name: string;
4136
+ detail: string;
4137
+ };
4138
+ byCol: {
4071
4139
  name: string;
4072
4140
  detail: string;
4073
4141
  };
@@ -4081,11 +4149,23 @@ declare const _default: {
4081
4149
  url: string;
4082
4150
  }[];
4083
4151
  functionParameter: {
4084
- number1: {
4152
+ array: {
4085
4153
  name: string;
4086
4154
  detail: string;
4087
4155
  };
4088
- number2: {
4156
+ byArray1: {
4157
+ name: string;
4158
+ detail: string;
4159
+ };
4160
+ sortOrder1: {
4161
+ name: string;
4162
+ detail: string;
4163
+ };
4164
+ byArray2: {
4165
+ name: string;
4166
+ detail: string;
4167
+ };
4168
+ sortOrder2: {
4089
4169
  name: string;
4090
4170
  detail: string;
4091
4171
  };
@@ -4153,11 +4233,7 @@ declare const _default: {
4153
4233
  url: string;
4154
4234
  }[];
4155
4235
  functionParameter: {
4156
- number1: {
4157
- name: string;
4158
- detail: string;
4159
- };
4160
- number2: {
4236
+ array: {
4161
4237
  name: string;
4162
4238
  detail: string;
4163
4239
  };
@@ -4171,11 +4247,15 @@ declare const _default: {
4171
4247
  url: string;
4172
4248
  }[];
4173
4249
  functionParameter: {
4174
- number1: {
4250
+ array: {
4175
4251
  name: string;
4176
4252
  detail: string;
4177
4253
  };
4178
- number2: {
4254
+ byCol: {
4255
+ name: string;
4256
+ detail: string;
4257
+ };
4258
+ exactlyOnce: {
4179
4259
  name: string;
4180
4260
  detail: string;
4181
4261
  };
@@ -4215,11 +4295,11 @@ declare const _default: {
4215
4295
  url: string;
4216
4296
  }[];
4217
4297
  functionParameter: {
4218
- number1: {
4298
+ array1: {
4219
4299
  name: string;
4220
4300
  detail: string;
4221
4301
  };
4222
- number2: {
4302
+ array2: {
4223
4303
  name: string;
4224
4304
  detail: string;
4225
4305
  };
@@ -7717,11 +7797,11 @@ declare const _default: {
7717
7797
  url: string;
7718
7798
  }[];
7719
7799
  functionParameter: {
7720
- number1: {
7800
+ number: {
7721
7801
  name: string;
7722
7802
  detail: string;
7723
7803
  };
7724
- number2: {
7804
+ numDigits: {
7725
7805
  name: string;
7726
7806
  detail: string;
7727
7807
  };
@@ -3001,11 +3001,11 @@ declare const _default: {
3001
3001
  url: string;
3002
3002
  }[];
3003
3003
  functionParameter: {
3004
- number1: {
3004
+ text: {
3005
3005
  name: string;
3006
3006
  detail: string;
3007
3007
  };
3008
- number2: {
3008
+ numberTimes: {
3009
3009
  name: string;
3010
3010
  detail: string;
3011
3011
  };
@@ -3145,11 +3145,27 @@ declare const _default: {
3145
3145
  url: string;
3146
3146
  }[];
3147
3147
  functionParameter: {
3148
- number1: {
3148
+ text: {
3149
3149
  name: string;
3150
3150
  detail: string;
3151
3151
  };
3152
- number2: {
3152
+ delimiter: {
3153
+ name: string;
3154
+ detail: string;
3155
+ };
3156
+ instanceNum: {
3157
+ name: string;
3158
+ detail: string;
3159
+ };
3160
+ matchMode: {
3161
+ name: string;
3162
+ detail: string;
3163
+ };
3164
+ matchEnd: {
3165
+ name: string;
3166
+ detail: string;
3167
+ };
3168
+ ifNotFound: {
3153
3169
  name: string;
3154
3170
  detail: string;
3155
3171
  };
@@ -3163,11 +3179,27 @@ declare const _default: {
3163
3179
  url: string;
3164
3180
  }[];
3165
3181
  functionParameter: {
3166
- number1: {
3182
+ text: {
3167
3183
  name: string;
3168
3184
  detail: string;
3169
3185
  };
3170
- number2: {
3186
+ delimiter: {
3187
+ name: string;
3188
+ detail: string;
3189
+ };
3190
+ instanceNum: {
3191
+ name: string;
3192
+ detail: string;
3193
+ };
3194
+ matchMode: {
3195
+ name: string;
3196
+ detail: string;
3197
+ };
3198
+ matchEnd: {
3199
+ name: string;
3200
+ detail: string;
3201
+ };
3202
+ ifNotFound: {
3171
3203
  name: string;
3172
3204
  detail: string;
3173
3205
  };
@@ -3199,11 +3231,27 @@ declare const _default: {
3199
3231
  url: string;
3200
3232
  }[];
3201
3233
  functionParameter: {
3202
- number1: {
3234
+ text: {
3203
3235
  name: string;
3204
3236
  detail: string;
3205
3237
  };
3206
- number2: {
3238
+ colDelimiter: {
3239
+ name: string;
3240
+ detail: string;
3241
+ };
3242
+ rowDelimiter: {
3243
+ name: string;
3244
+ detail: string;
3245
+ };
3246
+ ignoreEmpty: {
3247
+ name: string;
3248
+ detail: string;
3249
+ };
3250
+ matchMode: {
3251
+ name: string;
3252
+ detail: string;
3253
+ };
3254
+ padWith: {
3207
3255
  name: string;
3208
3256
  detail: string;
3209
3257
  };
@@ -3665,11 +3713,15 @@ declare const _default: {
3665
3713
  url: string;
3666
3714
  }[];
3667
3715
  functionParameter: {
3668
- number1: {
3716
+ array: {
3669
3717
  name: string;
3670
3718
  detail: string;
3671
3719
  };
3672
- number2: {
3720
+ colNum1: {
3721
+ name: string;
3722
+ detail: string;
3723
+ };
3724
+ colNum2: {
3673
3725
  name: string;
3674
3726
  detail: string;
3675
3727
  };
@@ -3683,11 +3735,15 @@ declare const _default: {
3683
3735
  url: string;
3684
3736
  }[];
3685
3737
  functionParameter: {
3686
- number1: {
3738
+ array: {
3687
3739
  name: string;
3688
3740
  detail: string;
3689
3741
  };
3690
- number2: {
3742
+ rowNum1: {
3743
+ name: string;
3744
+ detail: string;
3745
+ };
3746
+ rowNum2: {
3691
3747
  name: string;
3692
3748
  detail: string;
3693
3749
  };
@@ -3765,11 +3821,15 @@ declare const _default: {
3765
3821
  url: string;
3766
3822
  }[];
3767
3823
  functionParameter: {
3768
- number1: {
3824
+ array: {
3769
3825
  name: string;
3770
3826
  detail: string;
3771
3827
  };
3772
- number2: {
3828
+ include: {
3829
+ name: string;
3830
+ detail: string;
3831
+ };
3832
+ ifEmpty: {
3773
3833
  name: string;
3774
3834
  detail: string;
3775
3835
  };
@@ -3845,11 +3905,11 @@ declare const _default: {
3845
3905
  url: string;
3846
3906
  }[];
3847
3907
  functionParameter: {
3848
- number1: {
3908
+ array1: {
3849
3909
  name: string;
3850
3910
  detail: string;
3851
3911
  };
3852
- number2: {
3912
+ array2: {
3853
3913
  name: string;
3854
3914
  detail: string;
3855
3915
  };
@@ -4063,11 +4123,19 @@ declare const _default: {
4063
4123
  url: string;
4064
4124
  }[];
4065
4125
  functionParameter: {
4066
- number1: {
4126
+ array: {
4067
4127
  name: string;
4068
4128
  detail: string;
4069
4129
  };
4070
- number2: {
4130
+ sortIndex: {
4131
+ name: string;
4132
+ detail: string;
4133
+ };
4134
+ sortOrder: {
4135
+ name: string;
4136
+ detail: string;
4137
+ };
4138
+ byCol: {
4071
4139
  name: string;
4072
4140
  detail: string;
4073
4141
  };
@@ -4081,11 +4149,23 @@ declare const _default: {
4081
4149
  url: string;
4082
4150
  }[];
4083
4151
  functionParameter: {
4084
- number1: {
4152
+ array: {
4085
4153
  name: string;
4086
4154
  detail: string;
4087
4155
  };
4088
- number2: {
4156
+ byArray1: {
4157
+ name: string;
4158
+ detail: string;
4159
+ };
4160
+ sortOrder1: {
4161
+ name: string;
4162
+ detail: string;
4163
+ };
4164
+ byArray2: {
4165
+ name: string;
4166
+ detail: string;
4167
+ };
4168
+ sortOrder2: {
4089
4169
  name: string;
4090
4170
  detail: string;
4091
4171
  };
@@ -4153,11 +4233,7 @@ declare const _default: {
4153
4233
  url: string;
4154
4234
  }[];
4155
4235
  functionParameter: {
4156
- number1: {
4157
- name: string;
4158
- detail: string;
4159
- };
4160
- number2: {
4236
+ array: {
4161
4237
  name: string;
4162
4238
  detail: string;
4163
4239
  };
@@ -4171,11 +4247,15 @@ declare const _default: {
4171
4247
  url: string;
4172
4248
  }[];
4173
4249
  functionParameter: {
4174
- number1: {
4250
+ array: {
4175
4251
  name: string;
4176
4252
  detail: string;
4177
4253
  };
4178
- number2: {
4254
+ byCol: {
4255
+ name: string;
4256
+ detail: string;
4257
+ };
4258
+ exactlyOnce: {
4179
4259
  name: string;
4180
4260
  detail: string;
4181
4261
  };
@@ -4215,11 +4295,11 @@ declare const _default: {
4215
4295
  url: string;
4216
4296
  }[];
4217
4297
  functionParameter: {
4218
- number1: {
4298
+ array1: {
4219
4299
  name: string;
4220
4300
  detail: string;
4221
4301
  };
4222
- number2: {
4302
+ array2: {
4223
4303
  name: string;
4224
4304
  detail: string;
4225
4305
  };
@@ -7773,11 +7853,11 @@ declare const _default: {
7773
7853
  url: string;
7774
7854
  }[];
7775
7855
  functionParameter: {
7776
- number1: {
7856
+ number: {
7777
7857
  name: string;
7778
7858
  detail: string;
7779
7859
  };
7780
- number2: {
7860
+ numDigits: {
7781
7861
  name: string;
7782
7862
  detail: string;
7783
7863
  };
@@ -1,6 +1,6 @@
1
1
  import { IDisposable, Workbook, Injector, ThemeService } from '@univerjs/core';
2
2
  import { IRenderContext, IRenderModule, IRenderManagerService } from '@univerjs/engine-render';
3
- import { SheetsSelectionsService } from '@univerjs/sheets';
3
+ import { ISelectionWithStyle, SheetsSelectionsService } from '@univerjs/sheets';
4
4
  import { BaseSelectionRenderService, SheetSkeletonManagerService } from '@univerjs/sheets-ui';
5
5
  import { IShortcutService } from '@univerjs/ui';
6
6
 
@@ -13,10 +13,11 @@ import { IShortcutService } from '@univerjs/ui';
13
13
  */
14
14
  export declare class RefSelectionsRenderService extends BaseSelectionRenderService implements IRenderModule {
15
15
  private readonly _context;
16
+ private readonly _refSelectionsService;
16
17
  private readonly _sheetSkeletonManagerService;
17
18
  private readonly _workbookSelections;
18
19
  private _eventDisposables;
19
- constructor(_context: IRenderContext<Workbook>, injector: Injector, themeService: ThemeService, shortcutService: IShortcutService, renderManagerService: IRenderManagerService, refSelectionsService: SheetsSelectionsService, _sheetSkeletonManagerService: SheetSkeletonManagerService);
20
+ constructor(_context: IRenderContext<Workbook>, injector: Injector, themeService: ThemeService, shortcutService: IShortcutService, renderManagerService: IRenderManagerService, _refSelectionsService: SheetsSelectionsService, _sheetSkeletonManagerService: SheetSkeletonManagerService);
20
21
  getLocation(): [string, string];
21
22
  setRemainLastEnabled(enabled: boolean): void;
22
23
  setSkipLastEnabled(enabled: boolean): void;
@@ -31,6 +32,7 @@ export declare class RefSelectionsRenderService extends BaseSelectionRenderServi
31
32
  private _updateSelections;
32
33
  private _initSelectionChangeListener;
33
34
  private _initSkeletonChangeListener;
35
+ protected _refreshSelectionControl(selectionsData: readonly ISelectionWithStyle[]): void;
34
36
  private _getActiveViewport;
35
37
  private _getSheetObject;
36
38
  }