@fileverse-dev/dsheet 2.0.6 → 2.0.7
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/dist/{es-DqFXH9BK.js → es-BlJgGKjh.js} +20 -3
- package/dist/{hi-cBN4FoX2.js → hi-D1Y_nSHB.js} +20 -3
- package/dist/index.es.js +17899 -16700
- package/dist/sheet-engine/core/context.d.ts +26 -0
- package/dist/sheet-engine/core/index.d.ts +2 -1
- package/dist/sheet-engine/core/locale/en.d.ts +27 -0
- package/dist/sheet-engine/core/locale/es.d.ts +17 -0
- package/dist/sheet-engine/core/locale/hi.d.ts +17 -0
- package/dist/sheet-engine/core/locale/zh.d.ts +17 -0
- package/dist/sheet-engine/core/locale/zh_tw.d.ts +17 -0
- package/dist/sheet-engine/core/modules/index.d.ts +2 -1
- package/dist/sheet-engine/core/modules/searchReplace.d.ts +118 -26
- package/dist/sheet-engine/core/types.d.ts +2 -0
- package/dist/sheet-engine/react/components/QuickSearch/index.d.ts +4 -0
- package/dist/style.css +1 -1
- package/dist/{zh-UJov73Dl.js → zh-CI0obLTH.js} +20 -3
- package/dist/{zh_tw-DTGOcDTq.js → zh_tw-CbdDuByE.js} +20 -3
- package/package.json +2 -2
|
@@ -12186,11 +12186,28 @@ field 可以是与 database 第一行中某个列标题对应的文本标签,
|
|
|
12186
12186
|
locationExample: "定位",
|
|
12187
12187
|
lessTwoRowTip: "请选择最少两行",
|
|
12188
12188
|
lessTwoColumnTip: "请选择最少两行",
|
|
12189
|
+
quickSearchDialogAria: "快速搜索",
|
|
12190
|
+
quickSearchPlaceholder: "搜索",
|
|
12191
|
+
quickSearchSearching: "搜索中…",
|
|
12192
|
+
quickSearchNoResults: "没有结果",
|
|
12193
|
+
quickSearchCounterTemplate: "{current} / {total}",
|
|
12194
|
+
quickSearchMatchCountAria: "{current} / {total} 个匹配项",
|
|
12195
|
+
quickSearchPrevAria: "上一个匹配项",
|
|
12196
|
+
quickSearchNextAria: "下一个匹配项",
|
|
12197
|
+
quickSearchMoreOptionsTitle: "更多选项",
|
|
12198
|
+
quickSearchOpenFindReplaceAria: "打开查找和替换",
|
|
12199
|
+
quickSearchCloseAria: "关闭快速搜索",
|
|
12189
12200
|
findTextbox: "查找内容",
|
|
12190
12201
|
replaceTextbox: "替换内容",
|
|
12191
|
-
regexTextbox: "
|
|
12192
|
-
wholeTextbox: "
|
|
12193
|
-
distinguishTextbox: "
|
|
12202
|
+
regexTextbox: "使用正则表达式搜索",
|
|
12203
|
+
wholeTextbox: "匹配整个单元格内容",
|
|
12204
|
+
distinguishTextbox: "区分大小写",
|
|
12205
|
+
formulaTextbox: "在公式中搜索",
|
|
12206
|
+
linkTextbox: "在链接中搜索",
|
|
12207
|
+
allSheetsTextbox: "所有工作表",
|
|
12208
|
+
searchScopeLabel: "搜索范围",
|
|
12209
|
+
searchScopeAllSheets: "整个工作簿",
|
|
12210
|
+
searchScopeThisSheet: "当前工作表",
|
|
12194
12211
|
allReplaceBtn: "全部替换",
|
|
12195
12212
|
replaceBtn: "替换",
|
|
12196
12213
|
allFindBtn: "查找全部",
|
|
@@ -12165,11 +12165,28 @@ field可以是與database第一行中某個列標題對應的文字標籤,也可
|
|
|
12165
12165
|
locationExample: "定位",
|
|
12166
12166
|
lessTwoRowTip: "請選擇最少兩行",
|
|
12167
12167
|
lessTwoColumnTip: "請選擇最少兩行",
|
|
12168
|
+
quickSearchDialogAria: "快速搜尋",
|
|
12169
|
+
quickSearchPlaceholder: "搜尋",
|
|
12170
|
+
quickSearchSearching: "搜尋中…",
|
|
12171
|
+
quickSearchNoResults: "沒有結果",
|
|
12172
|
+
quickSearchCounterTemplate: "{current} / {total}",
|
|
12173
|
+
quickSearchMatchCountAria: "{current} / {total} 個相符項目",
|
|
12174
|
+
quickSearchPrevAria: "上一個相符項目",
|
|
12175
|
+
quickSearchNextAria: "下一個相符項目",
|
|
12176
|
+
quickSearchMoreOptionsTitle: "更多選項",
|
|
12177
|
+
quickSearchOpenFindReplaceAria: "開啟尋找與取代",
|
|
12178
|
+
quickSearchCloseAria: "關閉快速搜尋",
|
|
12168
12179
|
findTextbox: "查找内容",
|
|
12169
12180
|
replaceTextbox: "替換內容",
|
|
12170
|
-
regexTextbox: "
|
|
12171
|
-
wholeTextbox: "
|
|
12172
|
-
distinguishTextbox: "
|
|
12181
|
+
regexTextbox: "使用規則運算式搜尋",
|
|
12182
|
+
wholeTextbox: "符合整個儲存格內容",
|
|
12183
|
+
distinguishTextbox: "大小寫須相符",
|
|
12184
|
+
formulaTextbox: "在公式中搜尋",
|
|
12185
|
+
linkTextbox: "在連結中搜尋",
|
|
12186
|
+
allSheetsTextbox: "所有工作表",
|
|
12187
|
+
searchScopeLabel: "搜尋範圍",
|
|
12188
|
+
searchScopeAllSheets: "整個活頁簿",
|
|
12189
|
+
searchScopeThisSheet: "目前工作表",
|
|
12173
12190
|
allReplaceBtn: "全部替換",
|
|
12174
12191
|
replaceBtn: "替換",
|
|
12175
12192
|
allFindBtn: "查找全部",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.7",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -91,4 +91,4 @@
|
|
|
91
91
|
"typescript": "^5.2.2",
|
|
92
92
|
"vite": "^5.0.0"
|
|
93
93
|
}
|
|
94
|
-
}
|
|
94
|
+
}
|