@univerjs/sheets-formula-ui 0.12.0 → 0.12.1
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 +5 -5
- package/lib/cjs/locale/ca-ES.js +2 -2
- package/lib/cjs/locale/en-US.js +2 -2
- package/lib/cjs/locale/es-ES.js +2 -2
- package/lib/cjs/locale/fa-IR.js +2 -2
- package/lib/cjs/locale/fr-FR.js +2 -2
- package/lib/cjs/locale/ja-JP.js +2 -2
- package/lib/cjs/locale/ko-KR.js +2 -2
- package/lib/cjs/locale/ru-RU.js +2 -2
- package/lib/cjs/locale/vi-VN.js +2 -2
- package/lib/cjs/locale/zh-CN.js +2 -2
- package/lib/cjs/locale/zh-TW.js +2 -2
- package/lib/es/index.js +829 -804
- package/lib/es/locale/ca-ES.js +9 -4
- package/lib/es/locale/en-US.js +9 -4
- package/lib/es/locale/es-ES.js +9 -4
- package/lib/es/locale/fa-IR.js +9 -4
- package/lib/es/locale/fr-FR.js +9 -4
- package/lib/es/locale/ja-JP.js +9 -4
- package/lib/es/locale/ko-KR.js +9 -4
- package/lib/es/locale/ru-RU.js +9 -4
- package/lib/es/locale/vi-VN.js +17 -12
- package/lib/es/locale/zh-CN.js +9 -4
- package/lib/es/locale/zh-TW.js +9 -4
- package/lib/index.js +829 -804
- package/lib/locale/ca-ES.js +9 -4
- package/lib/locale/en-US.js +9 -4
- package/lib/locale/es-ES.js +9 -4
- package/lib/locale/fa-IR.js +9 -4
- package/lib/locale/fr-FR.js +9 -4
- package/lib/locale/ja-JP.js +9 -4
- package/lib/locale/ko-KR.js +9 -4
- package/lib/locale/ru-RU.js +9 -4
- package/lib/locale/vi-VN.js +17 -12
- package/lib/locale/zh-CN.js +9 -4
- package/lib/locale/zh-TW.js +9 -4
- package/lib/types/controllers/image-formula-render.controller.d.ts +9 -0
- package/lib/types/locale/en-US.d.ts +24 -4
- package/lib/types/locale/function-list/lookup/en-US.d.ts +14 -2
- package/lib/types/locale/function-list/math/en-US.d.ts +10 -2
- package/lib/umd/index.js +5 -5
- package/lib/umd/locale/ca-ES.js +2 -2
- package/lib/umd/locale/en-US.js +2 -2
- package/lib/umd/locale/es-ES.js +2 -2
- package/lib/umd/locale/fa-IR.js +2 -2
- package/lib/umd/locale/fr-FR.js +2 -2
- package/lib/umd/locale/ja-JP.js +2 -2
- package/lib/umd/locale/ko-KR.js +2 -2
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +2 -2
- package/lib/umd/locale/zh-CN.js +2 -2
- package/lib/umd/locale/zh-TW.js +2 -2
- package/package.json +12 -12
package/lib/locale/ca-ES.js
CHANGED
|
@@ -3830,8 +3830,11 @@ Si núm_índex és una fracció, es trunca a l'enter més baix abans d'utilitzar
|
|
|
3830
3830
|
}
|
|
3831
3831
|
],
|
|
3832
3832
|
functionParameter: {
|
|
3833
|
-
|
|
3834
|
-
|
|
3833
|
+
source: { name: "origen", detail: 'La ruta de acceso URL, mediante un protocolo "https", del archivo de imagen.' },
|
|
3834
|
+
altText: { name: "texto_alternativo", detail: "Texto alternativo que describe la imagen para accesibilidad." },
|
|
3835
|
+
sizing: { name: "dimensiones", detail: "Especifica las dimensiones de la imagen." },
|
|
3836
|
+
height: { name: "alto", detail: "La altura personalizada de la imagen en píxeles." },
|
|
3837
|
+
width: { name: "ancho", detail: "La anchura personalizada de la imagen en píxeles." }
|
|
3835
3838
|
}
|
|
3836
3839
|
},
|
|
3837
3840
|
INDEX: {
|
|
@@ -4279,8 +4282,10 @@ Si núm_índex és una fracció, es trunca a l'enter més baix abans d'utilitzar
|
|
|
4279
4282
|
}
|
|
4280
4283
|
],
|
|
4281
4284
|
functionParameter: {
|
|
4282
|
-
|
|
4283
|
-
|
|
4285
|
+
functionNum: { name: "núm_función", detail: "Un número de 1 a 19 que especifica la función que se usará." },
|
|
4286
|
+
options: { name: "opciones", detail: "Un valor numérico que determina qué valores del rango de evaluación de la función se omitirán." },
|
|
4287
|
+
ref1: { name: "ref1", detail: "El primer argumento numérico para las funciones que tienen varios argumentos numéricos de los que desea obtener el valor agregado." },
|
|
4288
|
+
ref2: { name: "ref2", detail: "Argumentos numéricos 2 a 252 cuyo valor agregado desea obtener." }
|
|
4284
4289
|
}
|
|
4285
4290
|
},
|
|
4286
4291
|
ARABIC: {
|
package/lib/locale/en-US.js
CHANGED
|
@@ -3833,8 +3833,11 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3833
3833
|
}
|
|
3834
3834
|
],
|
|
3835
3835
|
functionParameter: {
|
|
3836
|
-
|
|
3837
|
-
|
|
3836
|
+
source: { name: "source", detail: 'The URL path, using an "https" protocol, of the image file.' },
|
|
3837
|
+
altText: { name: "alt_text", detail: "Alternative text that describes the image for accessibility." },
|
|
3838
|
+
sizing: { name: "sizing", detail: "Specifies the image dimensions." },
|
|
3839
|
+
height: { name: "height", detail: "The custom height of the image in pixels." },
|
|
3840
|
+
width: { name: "width", detail: "The custom width of the image in pixels." }
|
|
3838
3841
|
}
|
|
3839
3842
|
},
|
|
3840
3843
|
INDEX: {
|
|
@@ -4282,8 +4285,10 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4282
4285
|
}
|
|
4283
4286
|
],
|
|
4284
4287
|
functionParameter: {
|
|
4285
|
-
|
|
4286
|
-
|
|
4288
|
+
functionNum: { name: "function_num", detail: "A number 1 to 19 that specifies which function to use." },
|
|
4289
|
+
options: { name: "options", detail: "A numerical value that determines which values to ignore in the evaluation range for the function." },
|
|
4290
|
+
ref1: { name: "ref1", detail: "The first numeric argument for functions that take multiple numeric arguments for which you want the aggregate value." },
|
|
4291
|
+
ref2: { name: "ref2", detail: "Numeric arguments 2 to 252 for which you want the aggregate value." }
|
|
4287
4292
|
}
|
|
4288
4293
|
},
|
|
4289
4294
|
ARABIC: {
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -3828,8 +3828,11 @@ Si núm_índice es una fracción, se trunca al entero inferior antes de ser util
|
|
|
3828
3828
|
}
|
|
3829
3829
|
],
|
|
3830
3830
|
functionParameter: {
|
|
3831
|
-
|
|
3832
|
-
|
|
3831
|
+
source: { name: "origen", detail: 'La ruta de acceso URL, mediante un protocolo "https", del archivo de imagen.' },
|
|
3832
|
+
altText: { name: "texto_alternativo", detail: "Texto alternativo que describe la imagen para accesibilidad." },
|
|
3833
|
+
sizing: { name: "dimensiones", detail: "Especifica las dimensiones de la imagen." },
|
|
3834
|
+
height: { name: "alto", detail: "La altura personalizada de la imagen en píxeles." },
|
|
3835
|
+
width: { name: "ancho", detail: "La anchura personalizada de la imagen en píxeles." }
|
|
3833
3836
|
}
|
|
3834
3837
|
},
|
|
3835
3838
|
INDEX: {
|
|
@@ -4277,8 +4280,10 @@ Si núm_índice es una fracción, se trunca al entero inferior antes de ser util
|
|
|
4277
4280
|
}
|
|
4278
4281
|
],
|
|
4279
4282
|
functionParameter: {
|
|
4280
|
-
|
|
4281
|
-
|
|
4283
|
+
functionNum: { name: "núm_función", detail: "Un número de 1 a 19 que especifica la función que se usará." },
|
|
4284
|
+
options: { name: "opciones", detail: "Un valor numérico que determina qué valores del rango de evaluación de la función se omitirán." },
|
|
4285
|
+
ref1: { name: "ref1", detail: "El primer argumento numérico para las funciones que tienen varios argumentos numéricos de los que desea obtener el valor agregado." },
|
|
4286
|
+
ref2: { name: "ref2", detail: "Argumentos numéricos 2 a 252 cuyo valor agregado desea obtener." }
|
|
4282
4287
|
}
|
|
4283
4288
|
},
|
|
4284
4289
|
ARABIC: {
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -3833,8 +3833,11 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3833
3833
|
}
|
|
3834
3834
|
],
|
|
3835
3835
|
functionParameter: {
|
|
3836
|
-
|
|
3837
|
-
|
|
3836
|
+
source: { name: "source", detail: 'The URL path, using an "https" protocol, of the image file.' },
|
|
3837
|
+
altText: { name: "alt_text", detail: "Alternative text that describes the image for accessibility." },
|
|
3838
|
+
sizing: { name: "sizing", detail: "Specifies the image dimensions." },
|
|
3839
|
+
height: { name: "height", detail: "The custom height of the image in pixels." },
|
|
3840
|
+
width: { name: "width", detail: "The custom width of the image in pixels." }
|
|
3838
3841
|
}
|
|
3839
3842
|
},
|
|
3840
3843
|
INDEX: {
|
|
@@ -4282,8 +4285,10 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4282
4285
|
}
|
|
4283
4286
|
],
|
|
4284
4287
|
functionParameter: {
|
|
4285
|
-
|
|
4286
|
-
|
|
4288
|
+
functionNum: { name: "function_num", detail: "A number 1 to 19 that specifies which function to use." },
|
|
4289
|
+
options: { name: "options", detail: "A numerical value that determines which values to ignore in the evaluation range for the function." },
|
|
4290
|
+
ref1: { name: "ref1", detail: "The first numeric argument for functions that take multiple numeric arguments for which you want the aggregate value." },
|
|
4291
|
+
ref2: { name: "ref2", detail: "Numeric arguments 2 to 252 for which you want the aggregate value." }
|
|
4287
4292
|
}
|
|
4288
4293
|
},
|
|
4289
4294
|
ARABIC: {
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -3833,8 +3833,11 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
3833
3833
|
}
|
|
3834
3834
|
],
|
|
3835
3835
|
functionParameter: {
|
|
3836
|
-
|
|
3837
|
-
|
|
3836
|
+
source: { name: "source", detail: 'The URL path, using an "https" protocol, of the image file.' },
|
|
3837
|
+
altText: { name: "alt_text", detail: "Alternative text that describes the image for accessibility." },
|
|
3838
|
+
sizing: { name: "sizing", detail: "Specifies the image dimensions." },
|
|
3839
|
+
height: { name: "height", detail: "The custom height of the image in pixels." },
|
|
3840
|
+
width: { name: "width", detail: "The custom width of the image in pixels." }
|
|
3838
3841
|
}
|
|
3839
3842
|
},
|
|
3840
3843
|
INDEX: {
|
|
@@ -4282,8 +4285,10 @@ If index_num is a fraction, it is truncated to the lowest integer before being u
|
|
|
4282
4285
|
}
|
|
4283
4286
|
],
|
|
4284
4287
|
functionParameter: {
|
|
4285
|
-
|
|
4286
|
-
|
|
4288
|
+
functionNum: { name: "function_num", detail: "A number 1 to 19 that specifies which function to use." },
|
|
4289
|
+
options: { name: "options", detail: "A numerical value that determines which values to ignore in the evaluation range for the function." },
|
|
4290
|
+
ref1: { name: "ref1", detail: "The first numeric argument for functions that take multiple numeric arguments for which you want the aggregate value." },
|
|
4291
|
+
ref2: { name: "ref2", detail: "Numeric arguments 2 to 252 for which you want the aggregate value." }
|
|
4287
4292
|
}
|
|
4288
4293
|
},
|
|
4289
4294
|
ARABIC: {
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -3818,8 +3818,11 @@ Windows 版 Excel の標準の日付システムを使用する場合、日付
|
|
|
3818
3818
|
}
|
|
3819
3819
|
],
|
|
3820
3820
|
functionParameter: {
|
|
3821
|
-
|
|
3822
|
-
|
|
3821
|
+
source: { name: "ソース", detail: '"https" プロトコルを使用した画像ファイルの URL パス。' },
|
|
3822
|
+
altText: { name: "代替テキスト", detail: "アクセシビリティのために画像を説明する代替テキスト。" },
|
|
3823
|
+
sizing: { name: "サイズ", detail: "画像の寸法を指定します。" },
|
|
3824
|
+
height: { name: "高さ", detail: "画像のカスタムの高さ (ピクセル単位)。" },
|
|
3825
|
+
width: { name: "幅", detail: "画像のカスタム幅 (ピクセル単位)。" }
|
|
3823
3826
|
}
|
|
3824
3827
|
},
|
|
3825
3828
|
INDEX: {
|
|
@@ -4267,8 +4270,10 @@ Windows 版 Excel の標準の日付システムを使用する場合、日付
|
|
|
4267
4270
|
}
|
|
4268
4271
|
],
|
|
4269
4272
|
functionParameter: {
|
|
4270
|
-
|
|
4271
|
-
|
|
4273
|
+
functionNum: { name: "集計方法", detail: "使用する関数を指定する 1 ~ 19 の番号です。" },
|
|
4274
|
+
options: { name: "オプション", detail: "関数の検証範囲内の無視する値を指定する数値です。" },
|
|
4275
|
+
ref1: { name: "範囲 1", detail: "集計値を求めるために複数の数値引数を受け取る関数の、最初の数値引数です。" },
|
|
4276
|
+
ref2: { name: "範囲 2", detail: "集計値を求めるための数値引数 2 ~ 252 を指定します。" }
|
|
4272
4277
|
}
|
|
4273
4278
|
},
|
|
4274
4279
|
ARABIC: {
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -3821,8 +3821,11 @@ index_num이 분수이면 사용되기 전에 가장 낮은 정수로 잘립니
|
|
|
3821
3821
|
}
|
|
3822
3822
|
],
|
|
3823
3823
|
functionParameter: {
|
|
3824
|
-
|
|
3825
|
-
|
|
3824
|
+
source: { name: "source", detail: '이미지 파일의 "https" 프로토콜을 사용하는 URL 경로입니다. 필수.' },
|
|
3825
|
+
altText: { name: "alt_text", detail: "접근성을 위해 이미지를 설명하는 대체 텍스트입니다." },
|
|
3826
|
+
sizing: { name: "sizing", detail: "이미지 차원을 지정합니다." },
|
|
3827
|
+
height: { name: "height", detail: "이미지의 사용자 지정 높이(픽셀)입니다." },
|
|
3828
|
+
width: { name: "width", detail: "이미지의 사용자 지정 너비(픽셀)입니다." }
|
|
3826
3829
|
}
|
|
3827
3830
|
},
|
|
3828
3831
|
INDEX: {
|
|
@@ -4270,8 +4273,10 @@ index_num이 분수이면 사용되기 전에 가장 낮은 정수로 잘립니
|
|
|
4270
4273
|
}
|
|
4271
4274
|
],
|
|
4272
4275
|
functionParameter: {
|
|
4273
|
-
|
|
4274
|
-
|
|
4276
|
+
functionNum: { name: "function_num", detail: "사용할 함수를 지정하는 1에서 19 사이의 숫자입니다." },
|
|
4277
|
+
options: { name: "options", detail: "함수의 계산 범위에서 무시할 값을 결정하는 숫자 값입니다." },
|
|
4278
|
+
ref1: { name: "ref1", detail: "집계 값을 구할 인수가 여러 개인 함수의 첫 번째 인수입니다." },
|
|
4279
|
+
ref2: { name: "ref2", detail: "집계 값을 구할 인수로, 2개에서 252개까지 사용할 수 있습니다." }
|
|
4275
4280
|
}
|
|
4276
4281
|
},
|
|
4277
4282
|
ARABIC: {
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -3823,8 +3823,11 @@ const t = {
|
|
|
3823
3823
|
}
|
|
3824
3824
|
],
|
|
3825
3825
|
functionParameter: {
|
|
3826
|
-
|
|
3827
|
-
|
|
3826
|
+
source: { name: "источник", detail: "Путь в виде URL-адреса с использованием протокола HTTPS к файлу изображения." },
|
|
3827
|
+
altText: { name: "замещающий_текст", detail: "Замещающий текст, описывающий изображение для специальных возможностей." },
|
|
3828
|
+
sizing: { name: "размер", detail: "Указывает размеры изображения." },
|
|
3829
|
+
height: { name: "высота", detail: "Настраиваемая высота изображения в пикселях." },
|
|
3830
|
+
width: { name: "ширина", detail: "Настраиваемая ширина изображения в пикселях." }
|
|
3828
3831
|
}
|
|
3829
3832
|
},
|
|
3830
3833
|
INDEX: {
|
|
@@ -4272,8 +4275,10 @@ const t = {
|
|
|
4272
4275
|
}
|
|
4273
4276
|
],
|
|
4274
4277
|
functionParameter: {
|
|
4275
|
-
|
|
4276
|
-
|
|
4278
|
+
functionNum: { name: "номер_функции", detail: "Число от 1 до 19, определяющее функцию, которую необходимо использовать." },
|
|
4279
|
+
options: { name: "параметры", detail: "Числовое значение, определяющее, какие значения при вычислении функции следует пропускать." },
|
|
4280
|
+
ref1: { name: "ссылка1", detail: "Первый числовой аргумент для функций, которые принимают несколько числовых аргументов, для которых требуется агрегированное значение." },
|
|
4281
|
+
ref2: { name: "ссылка2", detail: "Числовые аргументы от 2 до 252, для которых необходимо вычислить агрегатное значение." }
|
|
4277
4282
|
}
|
|
4278
4283
|
},
|
|
4279
4284
|
ARABIC: {
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -3878,17 +3878,20 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
3878
3878
|
}
|
|
3879
3879
|
},
|
|
3880
3880
|
IMAGE: {
|
|
3881
|
-
description: "
|
|
3882
|
-
abstract: "
|
|
3881
|
+
description: "Trả về hình ảnh từ một nguồn nhất định.",
|
|
3882
|
+
abstract: "Trả về hình ảnh từ một nguồn nhất định.",
|
|
3883
3883
|
links: [
|
|
3884
3884
|
{
|
|
3885
|
-
title: "
|
|
3886
|
-
url: "https://support.microsoft.com/
|
|
3885
|
+
title: "Hướng dẫn",
|
|
3886
|
+
url: "https://support.microsoft.com/vi-vn/office/image-function-7e112975-5e52-4f2a-b9da-1d913d51f5d5"
|
|
3887
3887
|
}
|
|
3888
3888
|
],
|
|
3889
3889
|
functionParameter: {
|
|
3890
|
-
|
|
3891
|
-
|
|
3890
|
+
source: { name: "nguồn", detail: 'Đường dẫn URL sử dụng giao thức "https" của tệp hình ảnh. Bắt buộc.' },
|
|
3891
|
+
altText: { name: "văn bản thay thế", detail: "Văn bản thay thế mô tả hình ảnh cho khả năng truy nhập." },
|
|
3892
|
+
sizing: { name: "định cỡ", detail: "Chỉ định kích thước hình ảnh." },
|
|
3893
|
+
height: { name: "chiều cao", detail: "Chiều cao tùy chỉnh của hình ảnh tính bằng pixel." },
|
|
3894
|
+
width: { name: "độ rộng", detail: "Chiều rộng tùy chỉnh của hình ảnh tính bằng pixel." }
|
|
3892
3895
|
}
|
|
3893
3896
|
},
|
|
3894
3897
|
INDEX: {
|
|
@@ -4321,17 +4324,19 @@ Nếu index_num là số thập phân, nó sẽ bị cắt bỏ thành số nguy
|
|
|
4321
4324
|
}
|
|
4322
4325
|
},
|
|
4323
4326
|
AGGREGATE: {
|
|
4324
|
-
description: "
|
|
4325
|
-
abstract: "
|
|
4327
|
+
description: "Trả về tổng gộp trong một danh sách hoặc một cơ sở dữ liệu.",
|
|
4328
|
+
abstract: "Trả về tổng gộp trong một danh sách hoặc một cơ sở dữ liệu.",
|
|
4326
4329
|
links: [
|
|
4327
4330
|
{
|
|
4328
|
-
title: "
|
|
4329
|
-
url: "https://support.microsoft.com/
|
|
4331
|
+
title: "Hướng dẫn",
|
|
4332
|
+
url: "https://support.microsoft.com/vi-vn/office/aggregate-function-43b9278e-6aa7-4f17-92b6-e19993fa26df"
|
|
4330
4333
|
}
|
|
4331
4334
|
],
|
|
4332
4335
|
functionParameter: {
|
|
4333
|
-
|
|
4334
|
-
|
|
4336
|
+
functionNum: { name: "function_num", detail: "Một số từ 1 đến 19 chỉ rõ hàm cần dùng." },
|
|
4337
|
+
options: { name: "options", detail: "Một giá trị số xác định những giá trị nào cần bỏ qua trong phạm vi định trị của hàm." },
|
|
4338
|
+
ref1: { name: "ref1", detail: "Đối số dạng số thứ nhất cho những hàm có nhiều đối số dạng số mà bạn muốn có giá trị tổng gộp." },
|
|
4339
|
+
ref2: { name: "ref2", detail: "Đối số dạng số 2 đến 252 mà bạn muốn có giá trị tổng gộp." }
|
|
4335
4340
|
}
|
|
4336
4341
|
},
|
|
4337
4342
|
ARABIC: {
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -3818,8 +3818,11 @@ const t = {
|
|
|
3818
3818
|
}
|
|
3819
3819
|
],
|
|
3820
3820
|
functionParameter: {
|
|
3821
|
-
|
|
3822
|
-
|
|
3821
|
+
source: { name: "图像源", detail: "图像文件的 URL 路径(使用“https”协议)。" },
|
|
3822
|
+
altText: { name: "描述文字", detail: "描述图像以提供辅助功能的可选文字。" },
|
|
3823
|
+
sizing: { name: "维度", detail: "指定图像维度。" },
|
|
3824
|
+
height: { name: "高度", detail: "图像的自定义高度(以像素为单位)。" },
|
|
3825
|
+
width: { name: "宽度", detail: "图像的自定义宽度(以像素为单位)。" }
|
|
3823
3826
|
}
|
|
3824
3827
|
},
|
|
3825
3828
|
INDEX: {
|
|
@@ -4261,8 +4264,10 @@ const t = {
|
|
|
4261
4264
|
}
|
|
4262
4265
|
],
|
|
4263
4266
|
functionParameter: {
|
|
4264
|
-
|
|
4265
|
-
|
|
4267
|
+
functionNum: { name: "函数编号", detail: "一个介于 1 到 19 之间的数字,指定要使用的函数。" },
|
|
4268
|
+
options: { name: "选项", detail: "一个数值,决定在函数的计算区域内要忽略哪些值。" },
|
|
4269
|
+
ref1: { name: "引用1", detail: "函数的第一个数值参数,这些函数具有要计算聚合值的多个数值参数。" },
|
|
4270
|
+
ref2: { name: "引用2", detail: "要计算聚合值的 2 至 252 个数值参数。" }
|
|
4266
4271
|
}
|
|
4267
4272
|
},
|
|
4268
4273
|
ARABIC: {
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -3814,8 +3814,11 @@ const t = {
|
|
|
3814
3814
|
}
|
|
3815
3815
|
],
|
|
3816
3816
|
functionParameter: {
|
|
3817
|
-
|
|
3818
|
-
|
|
3817
|
+
source: { name: "source", detail: "使用 「HTTP」 通訊協定之影像檔案的 URL 路徑。" },
|
|
3818
|
+
altText: { name: "alt_text", detail: "描述協助工具影像的替代文字。" },
|
|
3819
|
+
sizing: { name: "sizing", detail: "指定影像維度。" },
|
|
3820
|
+
height: { name: "height", detail: "影像的自訂高度 (像素)。" },
|
|
3821
|
+
width: { name: "width", detail: "影像的自訂寬度 (像素)。" }
|
|
3819
3822
|
}
|
|
3820
3823
|
},
|
|
3821
3824
|
INDEX: {
|
|
@@ -4257,8 +4260,10 @@ const t = {
|
|
|
4257
4260
|
}
|
|
4258
4261
|
],
|
|
4259
4262
|
functionParameter: {
|
|
4260
|
-
|
|
4261
|
-
|
|
4263
|
+
functionNum: { name: "function_num", detail: "數字 1 到 19,指定要使用哪一個函數。" },
|
|
4264
|
+
options: { name: "options", detail: "一個數值,決定函數的評估範圍中要忽略哪些值。" },
|
|
4265
|
+
ref1: { name: "ref1", detail: "接受多個數值引數之函數的第一個數值引數,這是您要計算彙總值的引數。" },
|
|
4266
|
+
ref2: { name: "ref2", detail: "這是您要計算彙總值的第 2 個到第 253 個數值引數。" }
|
|
4262
4267
|
}
|
|
4263
4268
|
},
|
|
4264
4269
|
ARABIC: {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Disposable, IUniverInstanceService } from '@univerjs/core';
|
|
2
|
+
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
3
|
+
import { ImageFormulaCellInterceptorController } from '@univerjs/sheets-formula';
|
|
4
|
+
export declare class ImageFormulaRenderController extends Disposable {
|
|
5
|
+
private readonly _imageFormulaCellInterceptorController;
|
|
6
|
+
private readonly _renderManagerService;
|
|
7
|
+
private readonly _univerInstanceService;
|
|
8
|
+
constructor(_imageFormulaCellInterceptorController: ImageFormulaCellInterceptorController, _renderManagerService: IRenderManagerService, _univerInstanceService: IUniverInstanceService);
|
|
9
|
+
}
|
|
@@ -4272,11 +4272,23 @@ declare const locale: {
|
|
|
4272
4272
|
url: string;
|
|
4273
4273
|
}[];
|
|
4274
4274
|
functionParameter: {
|
|
4275
|
-
|
|
4275
|
+
source: {
|
|
4276
4276
|
name: string;
|
|
4277
4277
|
detail: string;
|
|
4278
4278
|
};
|
|
4279
|
-
|
|
4279
|
+
altText: {
|
|
4280
|
+
name: string;
|
|
4281
|
+
detail: string;
|
|
4282
|
+
};
|
|
4283
|
+
sizing: {
|
|
4284
|
+
name: string;
|
|
4285
|
+
detail: string;
|
|
4286
|
+
};
|
|
4287
|
+
height: {
|
|
4288
|
+
name: string;
|
|
4289
|
+
detail: string;
|
|
4290
|
+
};
|
|
4291
|
+
width: {
|
|
4280
4292
|
name: string;
|
|
4281
4293
|
detail: string;
|
|
4282
4294
|
};
|
|
@@ -7120,11 +7132,19 @@ declare const locale: {
|
|
|
7120
7132
|
url: string;
|
|
7121
7133
|
}[];
|
|
7122
7134
|
functionParameter: {
|
|
7123
|
-
|
|
7135
|
+
functionNum: {
|
|
7124
7136
|
name: string;
|
|
7125
7137
|
detail: string;
|
|
7126
7138
|
};
|
|
7127
|
-
|
|
7139
|
+
options: {
|
|
7140
|
+
name: string;
|
|
7141
|
+
detail: string;
|
|
7142
|
+
};
|
|
7143
|
+
ref1: {
|
|
7144
|
+
name: string;
|
|
7145
|
+
detail: string;
|
|
7146
|
+
};
|
|
7147
|
+
ref2: {
|
|
7128
7148
|
name: string;
|
|
7129
7149
|
detail: string;
|
|
7130
7150
|
};
|
|
@@ -324,11 +324,23 @@ declare const locale: {
|
|
|
324
324
|
url: string;
|
|
325
325
|
}[];
|
|
326
326
|
functionParameter: {
|
|
327
|
-
|
|
327
|
+
source: {
|
|
328
328
|
name: string;
|
|
329
329
|
detail: string;
|
|
330
330
|
};
|
|
331
|
-
|
|
331
|
+
altText: {
|
|
332
|
+
name: string;
|
|
333
|
+
detail: string;
|
|
334
|
+
};
|
|
335
|
+
sizing: {
|
|
336
|
+
name: string;
|
|
337
|
+
detail: string;
|
|
338
|
+
};
|
|
339
|
+
height: {
|
|
340
|
+
name: string;
|
|
341
|
+
detail: string;
|
|
342
|
+
};
|
|
343
|
+
width: {
|
|
332
344
|
name: string;
|
|
333
345
|
detail: string;
|
|
334
346
|
};
|
|
@@ -92,11 +92,19 @@ declare const locale: {
|
|
|
92
92
|
url: string;
|
|
93
93
|
}[];
|
|
94
94
|
functionParameter: {
|
|
95
|
-
|
|
95
|
+
functionNum: {
|
|
96
96
|
name: string;
|
|
97
97
|
detail: string;
|
|
98
98
|
};
|
|
99
|
-
|
|
99
|
+
options: {
|
|
100
|
+
name: string;
|
|
101
|
+
detail: string;
|
|
102
|
+
};
|
|
103
|
+
ref1: {
|
|
104
|
+
name: string;
|
|
105
|
+
detail: string;
|
|
106
|
+
};
|
|
107
|
+
ref2: {
|
|
100
108
|
name: string;
|
|
101
109
|
detail: string;
|
|
102
110
|
};
|