@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
package/lib/locale/zh-TW.json
CHANGED
|
@@ -3168,13 +3168,13 @@
|
|
|
3168
3168
|
}
|
|
3169
3169
|
],
|
|
3170
3170
|
"functionParameter": {
|
|
3171
|
-
"
|
|
3172
|
-
"name": "
|
|
3173
|
-
"detail": "
|
|
3171
|
+
"number": {
|
|
3172
|
+
"name": "數值",
|
|
3173
|
+
"detail": "這是要取至整數的數字。"
|
|
3174
3174
|
},
|
|
3175
|
-
"
|
|
3176
|
-
"name": "
|
|
3177
|
-
"detail": "
|
|
3175
|
+
"numDigits": {
|
|
3176
|
+
"name": "位數",
|
|
3177
|
+
"detail": "這是指定要捨去之精確位數的數字。其預設值為 0 (零)。"
|
|
3178
3178
|
}
|
|
3179
3179
|
}
|
|
3180
3180
|
},
|
|
@@ -5528,13 +5528,17 @@
|
|
|
5528
5528
|
}
|
|
5529
5529
|
],
|
|
5530
5530
|
"functionParameter": {
|
|
5531
|
-
"
|
|
5532
|
-
"name": "
|
|
5533
|
-
"detail": "
|
|
5531
|
+
"array": {
|
|
5532
|
+
"name": "陣列",
|
|
5533
|
+
"detail": "包含要在新陣列中傳回之欄的陣列。"
|
|
5534
5534
|
},
|
|
5535
|
-
"
|
|
5536
|
-
"name": "
|
|
5537
|
-
"detail": "
|
|
5535
|
+
"colNum1": {
|
|
5536
|
+
"name": "欄數1",
|
|
5537
|
+
"detail": "要返回的第一欄。"
|
|
5538
|
+
},
|
|
5539
|
+
"colNum2": {
|
|
5540
|
+
"name": "欄數2",
|
|
5541
|
+
"detail": "要返回的其他欄。"
|
|
5538
5542
|
}
|
|
5539
5543
|
}
|
|
5540
5544
|
},
|
|
@@ -5548,13 +5552,17 @@
|
|
|
5548
5552
|
}
|
|
5549
5553
|
],
|
|
5550
5554
|
"functionParameter": {
|
|
5551
|
-
"
|
|
5552
|
-
"name": "
|
|
5553
|
-
"detail": "
|
|
5555
|
+
"array": {
|
|
5556
|
+
"name": "陣列",
|
|
5557
|
+
"detail": "包含要在新陣列中傳回之欄的陣列。"
|
|
5554
5558
|
},
|
|
5555
|
-
"
|
|
5556
|
-
"name": "
|
|
5557
|
-
"detail": "
|
|
5559
|
+
"rowNum1": {
|
|
5560
|
+
"name": "列數1",
|
|
5561
|
+
"detail": "要返回的第一列數。"
|
|
5562
|
+
},
|
|
5563
|
+
"rowNum2": {
|
|
5564
|
+
"name": "列數2",
|
|
5565
|
+
"detail": "要返回的其他列數。"
|
|
5558
5566
|
}
|
|
5559
5567
|
}
|
|
5560
5568
|
},
|
|
@@ -5640,13 +5648,17 @@
|
|
|
5640
5648
|
}
|
|
5641
5649
|
],
|
|
5642
5650
|
"functionParameter": {
|
|
5643
|
-
"
|
|
5644
|
-
"name": "
|
|
5645
|
-
"detail": "
|
|
5651
|
+
"array": {
|
|
5652
|
+
"name": "陣列",
|
|
5653
|
+
"detail": "要篩選的區域或陣列。"
|
|
5646
5654
|
},
|
|
5647
|
-
"
|
|
5648
|
-
"name": "
|
|
5649
|
-
"detail": "
|
|
5655
|
+
"include": {
|
|
5656
|
+
"name": "布林值數組",
|
|
5657
|
+
"detail": "布林值數組,其中 TRUE 表示要保留的一行或一列。"
|
|
5658
|
+
},
|
|
5659
|
+
"ifEmpty": {
|
|
5660
|
+
"name": "空值返回",
|
|
5661
|
+
"detail": "如果未保留任何項,則傳回。"
|
|
5650
5662
|
}
|
|
5651
5663
|
}
|
|
5652
5664
|
},
|
|
@@ -5728,13 +5740,13 @@
|
|
|
5728
5740
|
}
|
|
5729
5741
|
],
|
|
5730
5742
|
"functionParameter": {
|
|
5731
|
-
"
|
|
5732
|
-
"name": "
|
|
5733
|
-
"detail": "
|
|
5743
|
+
"array1": {
|
|
5744
|
+
"name": "陣列",
|
|
5745
|
+
"detail": "要附加的陣列。"
|
|
5734
5746
|
},
|
|
5735
|
-
"
|
|
5736
|
-
"name": "
|
|
5737
|
-
"detail": "
|
|
5747
|
+
"array2": {
|
|
5748
|
+
"name": "陣列",
|
|
5749
|
+
"detail": "要附加的陣列。"
|
|
5738
5750
|
}
|
|
5739
5751
|
}
|
|
5740
5752
|
},
|
|
@@ -5968,13 +5980,21 @@
|
|
|
5968
5980
|
}
|
|
5969
5981
|
],
|
|
5970
5982
|
"functionParameter": {
|
|
5971
|
-
"
|
|
5972
|
-
"name": "
|
|
5973
|
-
"detail": "
|
|
5983
|
+
"array": {
|
|
5984
|
+
"name": "陣列",
|
|
5985
|
+
"detail": "要排序的範圍或陣列。"
|
|
5974
5986
|
},
|
|
5975
|
-
"
|
|
5976
|
-
"name": "
|
|
5977
|
-
"detail": "
|
|
5987
|
+
"sortIndex": {
|
|
5988
|
+
"name": "排序索引",
|
|
5989
|
+
"detail": "表示排序依據(按行或按列)的數字。"
|
|
5990
|
+
},
|
|
5991
|
+
"sortOrder": {
|
|
5992
|
+
"name": "排序順序",
|
|
5993
|
+
"detail": "表示所需排序順序的數字;1表示順序(預設),-1表示降序。"
|
|
5994
|
+
},
|
|
5995
|
+
"byCol": {
|
|
5996
|
+
"name": "排序方向",
|
|
5997
|
+
"detail": "表示所需排序方向的邏輯值;FALSE指依行排序(預設),TRUE指依列排序。"
|
|
5978
5998
|
}
|
|
5979
5999
|
}
|
|
5980
6000
|
},
|
|
@@ -5988,13 +6008,25 @@
|
|
|
5988
6008
|
}
|
|
5989
6009
|
],
|
|
5990
6010
|
"functionParameter": {
|
|
5991
|
-
"
|
|
5992
|
-
"name": "
|
|
5993
|
-
"detail": "
|
|
6011
|
+
"array": {
|
|
6012
|
+
"name": "陣列",
|
|
6013
|
+
"detail": "要排序的範圍或陣列。"
|
|
5994
6014
|
},
|
|
5995
|
-
"
|
|
5996
|
-
"name": "
|
|
5997
|
-
"detail": "
|
|
6015
|
+
"byArray1": {
|
|
6016
|
+
"name": "排序數組1",
|
|
6017
|
+
"detail": "若要基於其進行排序的範圍或陣列。"
|
|
6018
|
+
},
|
|
6019
|
+
"sortOrder1": {
|
|
6020
|
+
"name": "排序順序1",
|
|
6021
|
+
"detail": "表示所需排序順序的數字;1表示順序(預設),-1表示降序。"
|
|
6022
|
+
},
|
|
6023
|
+
"byArray2": {
|
|
6024
|
+
"name": "排序數組2",
|
|
6025
|
+
"detail": "若要基於其進行排序的範圍或陣列。"
|
|
6026
|
+
},
|
|
6027
|
+
"sortOrder2": {
|
|
6028
|
+
"name": "排序順序2",
|
|
6029
|
+
"detail": "表示所需排序順序的數字;1表示順序(預設),-1表示降序。"
|
|
5998
6030
|
}
|
|
5999
6031
|
}
|
|
6000
6032
|
},
|
|
@@ -6068,13 +6100,9 @@
|
|
|
6068
6100
|
}
|
|
6069
6101
|
],
|
|
6070
6102
|
"functionParameter": {
|
|
6071
|
-
"
|
|
6072
|
-
"name": "
|
|
6073
|
-
"detail": "
|
|
6074
|
-
},
|
|
6075
|
-
"number2": {
|
|
6076
|
-
"name": "number2",
|
|
6077
|
-
"detail": "second"
|
|
6103
|
+
"array": {
|
|
6104
|
+
"name": "陣列",
|
|
6105
|
+
"detail": "工作表中的儲存格區域或陣列。"
|
|
6078
6106
|
}
|
|
6079
6107
|
}
|
|
6080
6108
|
},
|
|
@@ -6088,13 +6116,17 @@
|
|
|
6088
6116
|
}
|
|
6089
6117
|
],
|
|
6090
6118
|
"functionParameter": {
|
|
6091
|
-
"
|
|
6092
|
-
"name": "
|
|
6093
|
-
"detail": "
|
|
6119
|
+
"array": {
|
|
6120
|
+
"name": "陣列",
|
|
6121
|
+
"detail": "從中傳回唯一行或列的範圍或陣列。"
|
|
6094
6122
|
},
|
|
6095
|
-
"
|
|
6096
|
-
"name": "
|
|
6097
|
-
"detail": "
|
|
6123
|
+
"byCol": {
|
|
6124
|
+
"name": "依據列",
|
|
6125
|
+
"detail": "是一個邏輯值:將行彼此比較並傳回唯一值 = FALSE,或已省略;將列彼此比較並傳回唯一值 = TRUE。"
|
|
6126
|
+
},
|
|
6127
|
+
"exactlyOnce": {
|
|
6128
|
+
"name": "僅一次",
|
|
6129
|
+
"detail": "是邏輯值:從陣列傳回只出現一次的行或列 = TRUE;從陣列傳回所有不同的行或列 = FALSE,或已省略。"
|
|
6098
6130
|
}
|
|
6099
6131
|
}
|
|
6100
6132
|
},
|
|
@@ -6136,13 +6168,13 @@
|
|
|
6136
6168
|
}
|
|
6137
6169
|
],
|
|
6138
6170
|
"functionParameter": {
|
|
6139
|
-
"
|
|
6140
|
-
"name": "
|
|
6141
|
-
"detail": "
|
|
6171
|
+
"array1": {
|
|
6172
|
+
"name": "陣列",
|
|
6173
|
+
"detail": "要附加的陣列。"
|
|
6142
6174
|
},
|
|
6143
|
-
"
|
|
6144
|
-
"name": "
|
|
6145
|
-
"detail": "
|
|
6175
|
+
"array2": {
|
|
6176
|
+
"name": "陣列",
|
|
6177
|
+
"detail": "要附加的陣列。"
|
|
6146
6178
|
}
|
|
6147
6179
|
}
|
|
6148
6180
|
},
|
|
@@ -7008,13 +7040,13 @@
|
|
|
7008
7040
|
}
|
|
7009
7041
|
],
|
|
7010
7042
|
"functionParameter": {
|
|
7011
|
-
"
|
|
7012
|
-
"name": "
|
|
7013
|
-
"detail": "
|
|
7043
|
+
"text": {
|
|
7044
|
+
"name": "文字",
|
|
7045
|
+
"detail": "這是要重複的文字。"
|
|
7014
7046
|
},
|
|
7015
|
-
"
|
|
7016
|
-
"name": "
|
|
7017
|
-
"detail": "
|
|
7047
|
+
"numberTimes": {
|
|
7048
|
+
"name": "重複次數",
|
|
7049
|
+
"detail": "這是指定文字重複次數的正數。"
|
|
7018
7050
|
}
|
|
7019
7051
|
}
|
|
7020
7052
|
},
|
|
@@ -7168,13 +7200,29 @@
|
|
|
7168
7200
|
}
|
|
7169
7201
|
],
|
|
7170
7202
|
"functionParameter": {
|
|
7171
|
-
"
|
|
7172
|
-
"name": "
|
|
7173
|
-
"detail": "
|
|
7203
|
+
"text": {
|
|
7204
|
+
"name": "文字",
|
|
7205
|
+
"detail": "您在此搜尋的文字。不允許萬用字元。"
|
|
7174
7206
|
},
|
|
7175
|
-
"
|
|
7176
|
-
"name": "
|
|
7177
|
-
"detail": "
|
|
7207
|
+
"delimiter": {
|
|
7208
|
+
"name": "分隔符號",
|
|
7209
|
+
"detail": "標記要擷取之點之後的文字。"
|
|
7210
|
+
},
|
|
7211
|
+
"instanceNum": {
|
|
7212
|
+
"name": "實例編號",
|
|
7213
|
+
"detail": "要解壓縮文字的分隔符號實例。"
|
|
7214
|
+
},
|
|
7215
|
+
"matchMode": {
|
|
7216
|
+
"name": "匹配模式",
|
|
7217
|
+
"detail": "判斷文字搜尋是否區分大小寫。預設值會區分大小寫。"
|
|
7218
|
+
},
|
|
7219
|
+
"matchEnd": {
|
|
7220
|
+
"name": "結尾匹配",
|
|
7221
|
+
"detail": "將文字結尾視為分隔符號。根據預設,文字是完全相符項目。"
|
|
7222
|
+
},
|
|
7223
|
+
"ifNotFound": {
|
|
7224
|
+
"name": "未匹配到的值",
|
|
7225
|
+
"detail": "找不到相符項目時傳回的值。根據預設,會傳回 #N/A。"
|
|
7178
7226
|
}
|
|
7179
7227
|
}
|
|
7180
7228
|
},
|
|
@@ -7188,13 +7236,29 @@
|
|
|
7188
7236
|
}
|
|
7189
7237
|
],
|
|
7190
7238
|
"functionParameter": {
|
|
7191
|
-
"
|
|
7192
|
-
"name": "
|
|
7193
|
-
"detail": "
|
|
7239
|
+
"text": {
|
|
7240
|
+
"name": "文字",
|
|
7241
|
+
"detail": "您在此搜尋的文字。不允許萬用字元。"
|
|
7194
7242
|
},
|
|
7195
|
-
"
|
|
7196
|
-
"name": "
|
|
7197
|
-
"detail": "
|
|
7243
|
+
"delimiter": {
|
|
7244
|
+
"name": "分隔符號",
|
|
7245
|
+
"detail": "標記要擷取之點之後的文字。"
|
|
7246
|
+
},
|
|
7247
|
+
"instanceNum": {
|
|
7248
|
+
"name": "實例編號",
|
|
7249
|
+
"detail": "要解壓縮文字的分隔符號實例。"
|
|
7250
|
+
},
|
|
7251
|
+
"matchMode": {
|
|
7252
|
+
"name": "匹配模式",
|
|
7253
|
+
"detail": "判斷文字搜尋是否區分大小寫。預設值會區分大小寫。"
|
|
7254
|
+
},
|
|
7255
|
+
"matchEnd": {
|
|
7256
|
+
"name": "結尾匹配",
|
|
7257
|
+
"detail": "將文字結尾視為分隔符號。根據預設,文字是完全相符項目。"
|
|
7258
|
+
},
|
|
7259
|
+
"ifNotFound": {
|
|
7260
|
+
"name": "未匹配到的值",
|
|
7261
|
+
"detail": "找不到相符項目時傳回的值。根據預設,會傳回 #N/A。"
|
|
7198
7262
|
}
|
|
7199
7263
|
}
|
|
7200
7264
|
},
|
|
@@ -7228,13 +7292,29 @@
|
|
|
7228
7292
|
}
|
|
7229
7293
|
],
|
|
7230
7294
|
"functionParameter": {
|
|
7231
|
-
"
|
|
7232
|
-
"name": "
|
|
7233
|
-
"detail": "
|
|
7295
|
+
"text": {
|
|
7296
|
+
"name": "文字",
|
|
7297
|
+
"detail": "要拆分的文字。"
|
|
7234
7298
|
},
|
|
7235
|
-
"
|
|
7236
|
-
"name": "
|
|
7237
|
-
"detail": "
|
|
7299
|
+
"colDelimiter": {
|
|
7300
|
+
"name": "列分隔符",
|
|
7301
|
+
"detail": "若要拆分列依據的字元或字串。"
|
|
7302
|
+
},
|
|
7303
|
+
"rowDelimiter": {
|
|
7304
|
+
"name": "行分隔符",
|
|
7305
|
+
"detail": "若要拆分行依據的字元或字串。"
|
|
7306
|
+
},
|
|
7307
|
+
"ignoreEmpty": {
|
|
7308
|
+
"name": "忽略空單元格",
|
|
7309
|
+
"detail": "是否忽略空單元格。預設為 FALSE。"
|
|
7310
|
+
},
|
|
7311
|
+
"matchMode": {
|
|
7312
|
+
"name": "匹配模式",
|
|
7313
|
+
"detail": "搜尋文字中的分隔符號匹配。預設情況下,會進行區分大小寫的匹配。"
|
|
7314
|
+
},
|
|
7315
|
+
"padWith": {
|
|
7316
|
+
"name": "填充值",
|
|
7317
|
+
"detail": "用於填充的值。預設情況下,使用 #N/A。"
|
|
7238
7318
|
}
|
|
7239
7319
|
}
|
|
7240
7320
|
},
|
|
@@ -8,7 +8,7 @@ export declare class UniverRemoteSheetsFormulaPlugin extends Plugin {
|
|
|
8
8
|
static pluginName: string;
|
|
9
9
|
static type: UniverInstanceType;
|
|
10
10
|
constructor(_config: {}, _injector: Injector);
|
|
11
|
-
onStarting(
|
|
11
|
+
onStarting(): void;
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* The configuration of the formula UI plugin.
|
|
@@ -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
|
};
|