@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.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +4619 -4382
- package/lib/locale/en-US.json +165 -85
- package/lib/locale/ru-RU.json +93 -61
- package/lib/locale/vi-VN.json +6 -6
- package/lib/locale/zh-CN.json +165 -85
- package/lib/locale/zh-TW.json +165 -85
- package/lib/types/formula-ui-plugin.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +111 -31
- package/lib/types/locale/function-list/lookup/en-US.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +53 -21
- package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-TW.d.ts +2 -2
- package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
- package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
- package/lib/types/locale/ru-RU.d.ts +55 -23
- package/lib/types/locale/vi-VN.d.ts +2 -2
- package/lib/types/locale/zh-CN.d.ts +111 -31
- package/lib/types/locale/zh-TW.d.ts +111 -31
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +4 -2
- package/lib/umd/index.js +4 -4
- package/package.json +25 -25
|
@@ -3001,11 +3001,11 @@ declare const _default: {
|
|
|
3001
3001
|
url: string;
|
|
3002
3002
|
}[];
|
|
3003
3003
|
functionParameter: {
|
|
3004
|
-
|
|
3004
|
+
text: {
|
|
3005
3005
|
name: string;
|
|
3006
3006
|
detail: string;
|
|
3007
3007
|
};
|
|
3008
|
-
|
|
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
|
-
|
|
3148
|
+
text: {
|
|
3149
3149
|
name: string;
|
|
3150
3150
|
detail: string;
|
|
3151
3151
|
};
|
|
3152
|
-
|
|
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
|
-
|
|
3182
|
+
text: {
|
|
3167
3183
|
name: string;
|
|
3168
3184
|
detail: string;
|
|
3169
3185
|
};
|
|
3170
|
-
|
|
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
|
-
|
|
3234
|
+
text: {
|
|
3203
3235
|
name: string;
|
|
3204
3236
|
detail: string;
|
|
3205
3237
|
};
|
|
3206
|
-
|
|
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
|
-
|
|
3716
|
+
array: {
|
|
3669
3717
|
name: string;
|
|
3670
3718
|
detail: string;
|
|
3671
3719
|
};
|
|
3672
|
-
|
|
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
|
-
|
|
3738
|
+
array: {
|
|
3687
3739
|
name: string;
|
|
3688
3740
|
detail: string;
|
|
3689
3741
|
};
|
|
3690
|
-
|
|
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
|
-
|
|
3824
|
+
array: {
|
|
3769
3825
|
name: string;
|
|
3770
3826
|
detail: string;
|
|
3771
3827
|
};
|
|
3772
|
-
|
|
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
|
-
|
|
3908
|
+
array1: {
|
|
3849
3909
|
name: string;
|
|
3850
3910
|
detail: string;
|
|
3851
3911
|
};
|
|
3852
|
-
|
|
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
|
-
|
|
4126
|
+
array: {
|
|
4067
4127
|
name: string;
|
|
4068
4128
|
detail: string;
|
|
4069
4129
|
};
|
|
4070
|
-
|
|
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
|
-
|
|
4152
|
+
array: {
|
|
4085
4153
|
name: string;
|
|
4086
4154
|
detail: string;
|
|
4087
4155
|
};
|
|
4088
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4250
|
+
array: {
|
|
4175
4251
|
name: string;
|
|
4176
4252
|
detail: string;
|
|
4177
4253
|
};
|
|
4178
|
-
|
|
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
|
-
|
|
4298
|
+
array1: {
|
|
4219
4299
|
name: string;
|
|
4220
4300
|
detail: string;
|
|
4221
4301
|
};
|
|
4222
|
-
|
|
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
|
-
|
|
7800
|
+
number: {
|
|
7721
7801
|
name: string;
|
|
7722
7802
|
detail: string;
|
|
7723
7803
|
};
|
|
7724
|
-
|
|
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
|
-
|
|
3004
|
+
text: {
|
|
3005
3005
|
name: string;
|
|
3006
3006
|
detail: string;
|
|
3007
3007
|
};
|
|
3008
|
-
|
|
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
|
-
|
|
3148
|
+
text: {
|
|
3149
3149
|
name: string;
|
|
3150
3150
|
detail: string;
|
|
3151
3151
|
};
|
|
3152
|
-
|
|
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
|
-
|
|
3182
|
+
text: {
|
|
3167
3183
|
name: string;
|
|
3168
3184
|
detail: string;
|
|
3169
3185
|
};
|
|
3170
|
-
|
|
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
|
-
|
|
3234
|
+
text: {
|
|
3203
3235
|
name: string;
|
|
3204
3236
|
detail: string;
|
|
3205
3237
|
};
|
|
3206
|
-
|
|
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
|
-
|
|
3716
|
+
array: {
|
|
3669
3717
|
name: string;
|
|
3670
3718
|
detail: string;
|
|
3671
3719
|
};
|
|
3672
|
-
|
|
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
|
-
|
|
3738
|
+
array: {
|
|
3687
3739
|
name: string;
|
|
3688
3740
|
detail: string;
|
|
3689
3741
|
};
|
|
3690
|
-
|
|
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
|
-
|
|
3824
|
+
array: {
|
|
3769
3825
|
name: string;
|
|
3770
3826
|
detail: string;
|
|
3771
3827
|
};
|
|
3772
|
-
|
|
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
|
-
|
|
3908
|
+
array1: {
|
|
3849
3909
|
name: string;
|
|
3850
3910
|
detail: string;
|
|
3851
3911
|
};
|
|
3852
|
-
|
|
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
|
-
|
|
4126
|
+
array: {
|
|
4067
4127
|
name: string;
|
|
4068
4128
|
detail: string;
|
|
4069
4129
|
};
|
|
4070
|
-
|
|
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
|
-
|
|
4152
|
+
array: {
|
|
4085
4153
|
name: string;
|
|
4086
4154
|
detail: string;
|
|
4087
4155
|
};
|
|
4088
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4250
|
+
array: {
|
|
4175
4251
|
name: string;
|
|
4176
4252
|
detail: string;
|
|
4177
4253
|
};
|
|
4178
|
-
|
|
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
|
-
|
|
4298
|
+
array1: {
|
|
4219
4299
|
name: string;
|
|
4220
4300
|
detail: string;
|
|
4221
4301
|
};
|
|
4222
|
-
|
|
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
|
-
|
|
7856
|
+
number: {
|
|
7777
7857
|
name: string;
|
|
7778
7858
|
detail: string;
|
|
7779
7859
|
};
|
|
7780
|
-
|
|
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,
|
|
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
|
}
|