vxe-pc-ui 3.3.53 → 3.3.55
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/es/icon/style.css +1 -1
- package/es/language/de-DE.js +490 -490
- package/es/language/en-US.js +438 -438
- package/es/language/it-IT.js +692 -0
- package/es/language/ru-RU.js +36 -36
- package/es/language/th-TH.js +692 -0
- package/es/language/zh-CHT.js +19 -19
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +4 -4
- package/lib/index.umd.min.js +1 -1
- package/lib/language/de-DE.js +490 -490
- package/lib/language/de-DE.min.js +1 -1
- package/lib/language/en-US.js +438 -438
- package/lib/language/en-US.min.js +1 -1
- package/lib/language/en-US.umd.js +438 -438
- package/lib/language/it-IT.js +698 -0
- package/lib/language/it-IT.min.js +1 -0
- package/lib/language/ru-RU.js +36 -36
- package/lib/language/ru-RU.min.js +1 -1
- package/lib/language/ru-RU.umd.js +36 -36
- package/lib/language/th-TH.js +698 -0
- package/lib/language/th-TH.min.js +1 -0
- package/lib/language/zh-CHT.js +19 -19
- package/lib/language/zh-CHT.min.js +1 -1
- package/lib/language/zh-CHT.umd.js +19 -19
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +2 -2
- package/packages/button/src/button.ts +2 -1
- package/packages/color-picker/src/color-picker.ts +2 -1
- package/packages/date-picker/src/date-picker.ts +2 -1
- package/packages/form/src/form.ts +2 -1
- package/packages/icon-picker/src/icon-picker.ts +2 -1
- package/packages/input/src/input.ts +2 -1
- package/packages/language/de-DE.ts +492 -491
- package/packages/language/en-US.ts +438 -438
- package/packages/language/it-IT.ts +692 -0
- package/packages/language/ru-RU.ts +36 -36
- package/packages/language/th-TH.ts +692 -0
- package/packages/language/zh-CHT.ts +19 -19
- package/packages/pager/src/pager.ts +2 -1
- package/packages/pulldown/src/pulldown.ts +2 -1
- package/packages/select/src/select.ts +2 -1
- package/packages/table-select/src/table-select.ts +3 -1
- package/packages/tree-select/src/tree-select.ts +2 -1
- package/packages/upload/src/upload.ts +2 -1
- package/types/all.d.ts +5 -5
- /package/es/icon/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/es/icon/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/es/icon/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
- /package/es/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/es/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/es/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/lib/icon/style/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
- /package/lib/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/lib/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/lib/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
},
|
|
12
12
|
error: {
|
|
13
13
|
downErr: '下載失敗',
|
|
14
|
-
groupFixed: '
|
|
14
|
+
groupFixed: '如果使用分組表頭,凍結列必須按群組設定',
|
|
15
15
|
groupMouseRange: '分組表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
|
|
16
16
|
groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
|
|
17
17
|
scrollErrProp: '啟用虛擬滾動後不支援此參數 "{0}"',
|
|
@@ -37,7 +37,7 @@ export default {
|
|
|
37
37
|
checkProp: '當資料量過大時可能會導致複選框卡頓,建議設定參數 "{0}" 提升渲染速度',
|
|
38
38
|
coverProp: '"{0}" 的參數 "{1}" 重複定義,這可能會出現錯誤',
|
|
39
39
|
uniField: '欄位名稱 "{0}" 重複定義,這可能會出現錯誤',
|
|
40
|
-
repeatKey: '
|
|
40
|
+
repeatKey: '主鍵重複 {0}="{1}",這可能會出現錯誤',
|
|
41
41
|
delFunc: '方法 "{0}" 已廢棄,請使用 "{1}"',
|
|
42
42
|
delProp: '參數 "{0}" 已廢棄,請使用 "{1}"',
|
|
43
43
|
delEvent: '事件 "{0}" 已廢棄,請使用 "{1}"',
|
|
@@ -47,9 +47,9 @@ export default {
|
|
|
47
47
|
notExp: '該瀏覽器不支援匯入/匯出功能',
|
|
48
48
|
impFields: '匯入失敗,請檢查欄位名稱和資料格式是否正確',
|
|
49
49
|
treeNotImp: '樹表格不支援導入',
|
|
50
|
-
treeCrossDrag: '
|
|
51
|
-
treeDragChild: '
|
|
52
|
-
reqPlugin: '
|
|
50
|
+
treeCrossDrag: '只能拖曳第一層級',
|
|
51
|
+
treeDragChild: '父級不能拖曳到自己的子級中',
|
|
52
|
+
reqPlugin: '選用擴充插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
53
53
|
},
|
|
54
54
|
table: {
|
|
55
55
|
emptyText: '暫無數據',
|
|
@@ -65,7 +65,7 @@ export default {
|
|
|
65
65
|
impSuccess: '成功導入 {0} 筆記錄',
|
|
66
66
|
expLoading: '正在匯出中',
|
|
67
67
|
expSuccess: '匯出成功',
|
|
68
|
-
expError: '
|
|
68
|
+
expError: '匯出失敗',
|
|
69
69
|
expFilename: '導出_{0}',
|
|
70
70
|
expOriginFilename: '匯出_來源_{0}',
|
|
71
71
|
customTitle: '列設定',
|
|
@@ -207,7 +207,7 @@ export default {
|
|
|
207
207
|
zoomOut: '還原',
|
|
208
208
|
close: '關閉',
|
|
209
209
|
miniMaxSize: '最小化視窗的數量不能超過 {0} 個',
|
|
210
|
-
footPropErr: 'show-footer
|
|
210
|
+
footPropErr: 'show-footer 僅用於啟用表尾,需搭配 show-confirm-button | show-cancel-button | 插槽使用'
|
|
211
211
|
},
|
|
212
212
|
drawer: {
|
|
213
213
|
close: '關閉'
|
|
@@ -314,7 +314,7 @@ export default {
|
|
|
314
314
|
fileTypeHint: '支援 {0} 文件類型',
|
|
315
315
|
fileSizeHint: '單一檔案大小不超過{0}',
|
|
316
316
|
fileCountHint: '最多可上傳{0}個文件',
|
|
317
|
-
uploadTypeErr: '
|
|
317
|
+
uploadTypeErr: '文件類型不符!',
|
|
318
318
|
overCountErr: '最多只能選擇{0}個檔案!',
|
|
319
319
|
overCountExtraErr: '已超出最大數量{0}個,超出的{1}個檔案將被忽略!',
|
|
320
320
|
overSizeErr: '檔案大小最大不能超過{0}!',
|
|
@@ -331,12 +331,12 @@ export default {
|
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
empty: {
|
|
334
|
-
defText: '
|
|
334
|
+
defText: '暫無數據'
|
|
335
335
|
},
|
|
336
336
|
colorPicker: {
|
|
337
337
|
clear: '清除',
|
|
338
|
-
confirm: '
|
|
339
|
-
copySuccess: '
|
|
338
|
+
confirm: '確認',
|
|
339
|
+
copySuccess: '已複製到剪貼簿:{0}'
|
|
340
340
|
},
|
|
341
341
|
formDesign: {
|
|
342
342
|
formName: '表單名稱',
|
|
@@ -396,8 +396,8 @@ export default {
|
|
|
396
396
|
VxeCheckboxGroup: '複選框',
|
|
397
397
|
VxeUploadFile: '文件',
|
|
398
398
|
VxeUploadImage: '圖片',
|
|
399
|
-
VxeRate: '
|
|
400
|
-
VxeSlider: '
|
|
399
|
+
VxeRate: '評分',
|
|
400
|
+
VxeSlider: '滑桿'
|
|
401
401
|
}
|
|
402
402
|
},
|
|
403
403
|
widgetProp: {
|
|
@@ -498,7 +498,7 @@ export default {
|
|
|
498
498
|
area: {
|
|
499
499
|
mergeErr: '無法對合併儲存格進行該操作',
|
|
500
500
|
multiErr: '無法對多重選擇區域進行此操作',
|
|
501
|
-
selectErr: '
|
|
501
|
+
selectErr: '無法操作指定區域的儲存格',
|
|
502
502
|
extendErr: '若延伸的區域包含被合併的儲存格,所有合併的儲存格需大小相同',
|
|
503
503
|
pasteMultiErr: '無法貼上,需要相同大小的複製的區域和貼上的區域才能執行此操作',
|
|
504
504
|
cpInvalidErr: '此操作無法進行,您選擇的區域中存在被禁止的列({0})'
|
|
@@ -668,11 +668,11 @@ export default {
|
|
|
668
668
|
clearSort: '清除排序',
|
|
669
669
|
sortAsc: '升序',
|
|
670
670
|
sortDesc: '降序',
|
|
671
|
-
fixedColumn: '
|
|
672
|
-
fixedGroup: '
|
|
673
|
-
cancelFixed: '
|
|
674
|
-
fixedLeft: '
|
|
675
|
-
fixedRight: '
|
|
671
|
+
fixedColumn: '凍結列',
|
|
672
|
+
fixedGroup: '凍結分組',
|
|
673
|
+
cancelFixed: '取消凍結',
|
|
674
|
+
fixedLeft: '凍結到左側',
|
|
675
|
+
fixedRight: '凍結到右側',
|
|
676
676
|
clearFilter: '清除篩選',
|
|
677
677
|
textOption: '文字篩選',
|
|
678
678
|
numberOption: '數值篩選'
|
|
@@ -6,7 +6,8 @@ import { errLog } from '../../ui/src/log'
|
|
|
6
6
|
import VxeSelectComponent from '../../select/src/select'
|
|
7
7
|
import VxeInputComponent from '../../input/src/input'
|
|
8
8
|
|
|
9
|
-
import type { VxePagerPropTypes, VxePagerEmits, VxeInputDefines, VxeSelectDefines, ValueOf, VxeComponentSizeType, PagerReactData
|
|
9
|
+
import type { VxePagerPropTypes, VxePagerEmits, VxeInputDefines, VxeSelectDefines, ValueOf, VxeComponentSizeType, PagerReactData } from '../../../types'
|
|
10
|
+
import type { VxeGridConstructor, VxeGridPrivateMethods } from '../../../types/components/grid'
|
|
10
11
|
|
|
11
12
|
export default defineVxeComponent({
|
|
12
13
|
name: 'VxePager',
|
|
@@ -5,7 +5,8 @@ import { getConfig, globalEvents, createEvent, globalMixins, VxeComponentStyleTy
|
|
|
5
5
|
import { getAbsolutePos, getEventTargetNode } from '../../ui/src/dom'
|
|
6
6
|
import { getLastZIndex, nextZIndex } from '../../ui/src/utils'
|
|
7
7
|
|
|
8
|
-
import type { PulldownInternalData, VxePulldownPropTypes, VxePulldownEmits, VxeComponentSizeType, PulldownReactData,
|
|
8
|
+
import type { PulldownInternalData, VxePulldownPropTypes, VxePulldownEmits, VxeComponentSizeType, PulldownReactData, VxeFormConstructor, VxeFormPrivateMethods, VxeModalConstructor, VxeDrawerConstructor, VxeDrawerMethods, VxeModalMethods } from '../../../types'
|
|
9
|
+
import type { VxeTableConstructor, VxeTablePrivateMethods } from '../../../types/components/table'
|
|
9
10
|
|
|
10
11
|
export default defineVxeComponent({
|
|
11
12
|
name: 'VxePulldown',
|
|
@@ -7,7 +7,8 @@ import { getLastZIndex, nextZIndex, getFuncText } from '../../ui/src/utils'
|
|
|
7
7
|
import VxeInputComponent from '../../input/src/input'
|
|
8
8
|
import { getSlotVNs } from '../../ui/src/vn'
|
|
9
9
|
|
|
10
|
-
import type { VxeSelectPropTypes, SelectInternalData, ValueOf, VxeComponentSizeType, SelectReactData, VxeSelectEmits, VxeSelectDefines, VxeOptgroupProps, VxeOptionProps,
|
|
10
|
+
import type { VxeSelectPropTypes, SelectInternalData, ValueOf, VxeComponentSizeType, SelectReactData, VxeSelectEmits, VxeSelectDefines, VxeOptgroupProps, VxeOptionProps, VxeDrawerConstructor, VxeDrawerMethods, VxeFormDefines, VxeFormConstructor, VxeFormPrivateMethods, VxeModalConstructor, VxeModalMethods, VxeInputConstructor } from '../../../types'
|
|
11
|
+
import type { VxeTableConstructor, VxeTablePrivateMethods } from '../../../types/components/table'
|
|
11
12
|
|
|
12
13
|
function isOptionVisible (option: any) {
|
|
13
14
|
return option.visible !== false
|
|
@@ -7,7 +7,9 @@ import { getLastZIndex, nextZIndex } from '../../ui/src/utils'
|
|
|
7
7
|
import { errLog } from '../../ui/src/log'
|
|
8
8
|
import VxeInputComponent from '../../input/src/input'
|
|
9
9
|
|
|
10
|
-
import type { TableSelectReactData, VxeTableSelectPropTypes, TableSelectInternalData, VxeTableSelectEmits,
|
|
10
|
+
import type { TableSelectReactData, VxeTableSelectPropTypes, TableSelectInternalData, VxeTableSelectEmits, VxeFormDefines, ValueOf, VxeComponentStyleType, VxeComponentSizeType, VxeModalConstructor, VxeModalMethods, VxeDrawerConstructor, VxeDrawerMethods, VxeFormConstructor, VxeFormPrivateMethods } from '../../../types'
|
|
11
|
+
import type { VxeTableConstructor, VxeTablePrivateMethods, VxeTablePropTypes } from '../../../types/components/table'
|
|
12
|
+
import type { VxeGridInstance, VxeGridDefines, VxeGridComponent } from '../../../types/components/grid'
|
|
11
13
|
|
|
12
14
|
export function getRowUniqueId () {
|
|
13
15
|
return XEUtils.uniqueId('row_')
|
|
@@ -9,7 +9,8 @@ import { errLog } from '../../ui/src/log'
|
|
|
9
9
|
import VxeInputComponent from '../../input/src/input'
|
|
10
10
|
import VxeTreeComponent from '../../tree/src/tree'
|
|
11
11
|
|
|
12
|
-
import type { TreeSelectReactData, VxeTreeSelectEmits, TreeSelectInternalData, VxeComponentSizeType, ValueOf, VxeComponentStyleType, VxeTreeSelectPropTypes, VxeFormDefines, VxeDrawerConstructor, VxeDrawerMethods,
|
|
12
|
+
import type { TreeSelectReactData, VxeTreeSelectEmits, TreeSelectInternalData, VxeComponentSizeType, ValueOf, VxeComponentStyleType, VxeTreeSelectPropTypes, VxeFormDefines, VxeDrawerConstructor, VxeDrawerMethods, VxeFormConstructor, VxeFormPrivateMethods, VxeModalConstructor, VxeModalMethods } from '../../../types'
|
|
13
|
+
import type { VxeTableConstructor, VxeTablePrivateMethods } from '../../../types/components/table'
|
|
13
14
|
|
|
14
15
|
function getOptUniqueId () {
|
|
15
16
|
return XEUtils.uniqueId('node_')
|
|
@@ -8,7 +8,8 @@ import { initTpImg, getTpImg, getEventTargetNode, toCssUnit } from '../../ui/src
|
|
|
8
8
|
import { readLocalFile } from './util'
|
|
9
9
|
import VxeButtonComponent from '../../button/src/button'
|
|
10
10
|
|
|
11
|
-
import type { VxeUploadDefines, VxeUploadConstructor, VxeUploadPropTypes, UploadReactData, UploadInternalData, VxeUploadEmits, VxeComponentSizeType, VxeFormDefines, VxeFormConstructor, VxeFormPrivateMethods, ValueOf
|
|
11
|
+
import type { VxeUploadDefines, VxeUploadConstructor, VxeUploadPropTypes, UploadReactData, UploadInternalData, VxeUploadEmits, VxeComponentSizeType, VxeFormDefines, VxeFormConstructor, VxeFormPrivateMethods, ValueOf } from '../../../types'
|
|
12
|
+
import type { VxeTableConstructor, VxeTablePrivateMethods } from '../../../types/components/table'
|
|
12
13
|
|
|
13
14
|
function getUniqueKey () {
|
|
14
15
|
return XEUtils.uniqueId()
|
package/types/all.d.ts
CHANGED
|
@@ -279,8 +279,8 @@ export * from './components/upload'
|
|
|
279
279
|
export * from './components/watermark'
|
|
280
280
|
|
|
281
281
|
// 兼容老版本
|
|
282
|
-
export * from './components/column'
|
|
283
|
-
export * from './components/colgroup'
|
|
284
|
-
export * from './components/table'
|
|
285
|
-
export * from './components/grid'
|
|
286
|
-
export * from './components/toolbar'
|
|
282
|
+
// export * from './components/column'
|
|
283
|
+
// export * from './components/colgroup'
|
|
284
|
+
// export * from './components/table'
|
|
285
|
+
// export * from './components/grid'
|
|
286
|
+
// export * from './components/toolbar'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|