@baishuyun/ui-base 6.7.3 → 6.8.3
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/Amap/AmapCircle/index.js +1 -1
- package/dist/Amap/AmapMarker/index.js +1 -1
- package/dist/Amap/AmapMarkerCluster/index.js +1 -1
- package/dist/Amap/AmapProvider/index.js +4 -4
- package/dist/Amap/{AmapProvider-DSjQj2oA.js → AmapProvider-Cwi6WOe0.js} +1 -1
- package/dist/Amap/hooks/index.js +1 -1
- package/dist/Amap/index.js +4 -4
- package/dist/Calendar/{Calendar-C2iO_3cX.js → Calendar-B6xHaftP.js} +2 -2
- package/dist/Calendar/context/index.js +1 -1
- package/dist/Calendar/index.js +5 -5
- package/dist/Calendar/subcomponents/AllDaySection/index.js +1 -1
- package/dist/Calendar/subcomponents/CurrentTimeIndicator/index.js +1 -1
- package/dist/Calendar/subcomponents/EventCard/index.js +1 -1
- package/dist/Calendar/subcomponents/TimeAxis/index.js +1 -1
- package/dist/Calendar/subcomponents/TimeGrid/index.js +1 -1
- package/dist/Calendar/utils/index.js +1 -1
- package/dist/Calendar/utils/layout/index.js +1 -1
- package/dist/Calendar/utils/theme/index.js +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/CheckBox/index.js +1 -1
- package/dist/ColorPicker/{ColorPicker-BtTIb9tX.js → ColorPicker-t1uBeATW.js} +16 -13
- package/dist/ColorPicker/index.js +4 -4
- package/dist/ConfigProvider/index.js +3 -3
- package/dist/DatePicker/{DatePicker-BMTK0Phw.js → DatePicker-dhnqINoR.js} +2 -2
- package/dist/DatePicker/{DatePickerPanel-BH_Z4e88.js → DatePickerPanel-DSe8o-_D.js} +3 -3
- package/dist/DatePicker/index.js +4 -4
- package/dist/DatePicker/style/index.js +1 -1
- package/dist/DropDown/{DropDown-CdTjlySd.js → DropDown-yDH9V_9Y.js} +2 -2
- package/dist/DropDown/index.js +5 -5
- package/dist/DropDown/style/index.js +1 -1
- package/dist/Editor/{Buttons-BcP66z6E.js → Buttons-Dfvr0C-l.js} +144 -124
- package/dist/Editor/ToolbarPlugin/Buttons/index.js +7 -7
- package/dist/Editor/constants/index.js +1 -1
- package/dist/Editor/index.js +274 -164
- package/dist/Gantt/GanttChart/index.js +7 -7
- package/dist/Gantt/{GanttChart-BYzMKcZ2.js → GanttChart-CDw1IQ4F.js} +2 -2
- package/dist/Gantt/GanttTable/index.js +5 -5
- package/dist/Gantt/{GanttTable-DqJziqML.js → GanttTable-xbXD_PWI.js} +1 -1
- package/dist/Gantt/GanttToolBar/index.js +6 -6
- package/dist/Gantt/{GanttToolBar-C50n7PD9.js → GanttToolBar-BTeTsR6Z.js} +2 -2
- package/dist/Gantt/index.js +9 -9
- package/dist/Gantt/utils/index.js +1 -1
- package/dist/Gantt/utils/theme/index.js +1 -1
- package/dist/Icon/index.js +1 -1
- package/dist/InputTag/InputTag-hzCCJQ1z.js +144 -0
- package/dist/InputTag/index.js +4 -2
- package/dist/Loading/Loading-DiywS7ex.js +19 -0
- package/dist/Loading/index.js +4 -2
- package/dist/Modal/index.js +1 -1
- package/dist/NotFoundContent/index.js +1 -1
- package/dist/Radio/{Radio-DSoZotcs.js → Radio-CX9cUqb7.js} +12 -12
- package/dist/Radio/index.js +2 -2
- package/dist/ScrollBar/index.js +1 -1
- package/dist/Segmented/index.js +1 -1
- package/dist/Select/{Select-DujgkkUp.js → Select-D6EK7whJ.js} +195 -194
- package/dist/Select/{SelectInputSearch-Bikrj3FI.js → SelectInputSearch-COUzreau.js} +1 -1
- package/dist/Select/index.js +7 -7
- package/dist/Table/{Table-k9wdWm6V.js → Table-yQXQEk6d.js} +1 -1
- package/dist/Table/hooks/index.js +1 -1
- package/dist/Table/index.js +4 -4
- package/dist/Table/style/index.js +1 -1
- package/dist/Table/utils/index.js +1 -1
- package/dist/Tabs/Tabs-BiKW70CL.js +398 -0
- package/dist/Tabs/index.js +4 -2
- package/dist/Tooltip/index.js +1 -1
- package/dist/Tree/index.js +3 -3
- package/dist/Tree/utils/index.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.type.d.ts +1 -1
- package/dist/components/DropDown/interface.d.ts +167 -169
- package/dist/components/Editor/LengthBadge.d.ts +6 -0
- package/dist/components/Editor/ToolbarPlugin/BaseButton/BaseButton.d.ts +1 -1
- package/dist/components/Editor/ToolbarPlugin/ToolbarPlugin.d.ts +5 -1
- package/dist/components/Editor/ToolbarPlugin/context/EditorToolbarThemeContext.d.ts +6 -0
- package/dist/components/Editor/ToolbarPlugin/interface.d.ts +30 -32
- package/dist/components/Editor/index.d.ts +1 -1
- package/dist/components/Editor/interface.d.ts +118 -60
- package/dist/components/Editor/plugins/MaxLengthPlugin.d.ts +7 -0
- package/dist/components/Editor/utils/resolveEditorToolbarThemeVars.d.ts +5 -0
- package/dist/components/Editor/utils/textLength.d.ts +4 -0
- package/dist/components/InputTag/interface.d.ts +32 -32
- package/dist/components/Radio/interface.d.ts +95 -97
- package/dist/components/Tabs/TabSelect/interface.d.ts +23 -25
- package/dist/components/Tabs/interface.d.ts +58 -60
- package/dist/components/Tree/types/node.d.ts +19 -19
- package/dist/components/Tree/types/tree.d.ts +81 -83
- package/dist/components/index.d.ts +2 -0
- package/dist/index.js +18 -18
- package/dist/locale/index.d.ts +1 -1
- package/dist/locale/lang/en-US.json.d.ts +177 -166
- package/dist/locale/lang/zh-CN.json.d.ts +177 -166
- package/dist/locale/lang/zh-TW.json.d.ts +177 -166
- package/dist/style.css +1 -1
- package/dist/vendors/{ConfigProvider-C3Uwzinj.js → ConfigProvider-DxrZpdIb.js} +23 -1
- package/dist/vendors/{LocaleContext-B1HuhJc-.js → LocaleContext-Dcw6C1LX.js} +11 -0
- package/dist/vendors/{Tree-DQkpLl6f.js → Tree-DXmVRDn0.js} +8 -7
- package/dist/vendors/{useLocale-BYtF5pxt.js → useLocale-BKZX2_zw.js} +1 -1
- package/dist/vendors/{version-Dkos5Cha.js → version-DeOtJMVS.js} +1 -1
- package/dist/vite-env.d.ts +13 -13
- package/dist/vitest-matchers.d.ts +0 -1
- package/package.json +8 -8
- package/dist/InputTag/InputTag-LnUqz0Hz.js +0 -143
- package/dist/Loading/Loading-CcTZogVx.js +0 -15
- package/dist/Tabs/Tabs-Ctgg45Ox.js +0 -410
|
@@ -1,169 +1,180 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"table": {
|
|
3
|
-
"empty": "暫無資料"
|
|
4
|
-
},
|
|
5
|
-
"select": "請選擇",
|
|
6
|
-
"search": "搜尋",
|
|
7
|
-
"noFindData": "未搜尋到任何資料",
|
|
8
|
-
"allSelect": "全選",
|
|
9
|
-
"context": "請輸入內容",
|
|
10
|
-
"noData": "沒有可選擇的資料",
|
|
11
|
-
"noDataFound": "未搜尋到任何資料",
|
|
12
|
-
"dataSearching": "資料搜尋中...",
|
|
13
|
-
"allSelectedBySearch": "搜尋結果全選",
|
|
14
|
-
"leftAlign": "左對齊",
|
|
15
|
-
"centerAlign": "置中對齊",
|
|
16
|
-
"rightAlign": "右對齊",
|
|
17
|
-
"underline": "底線",
|
|
18
|
-
"link": "連結",
|
|
19
|
-
"hyperLink": "超連結",
|
|
20
|
-
"showContent": "顯示文字",
|
|
21
|
-
"linkAddress": "連結地址",
|
|
22
|
-
"openInNewTab": "在新頁面開啟",
|
|
23
|
-
"confirm": "確認",
|
|
24
|
-
"cancel": "取消",
|
|
25
|
-
"cancelLink": "取消連結",
|
|
26
|
-
"presetColors": "預設顏色",
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
"
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"table": {
|
|
3
|
+
"empty": "暫無資料"
|
|
4
|
+
},
|
|
5
|
+
"select": "請選擇",
|
|
6
|
+
"search": "搜尋",
|
|
7
|
+
"noFindData": "未搜尋到任何資料",
|
|
8
|
+
"allSelect": "全選",
|
|
9
|
+
"context": "請輸入內容",
|
|
10
|
+
"noData": "沒有可選擇的資料",
|
|
11
|
+
"noDataFound": "未搜尋到任何資料",
|
|
12
|
+
"dataSearching": "資料搜尋中...",
|
|
13
|
+
"allSelectedBySearch": "搜尋結果全選",
|
|
14
|
+
"leftAlign": "左對齊",
|
|
15
|
+
"centerAlign": "置中對齊",
|
|
16
|
+
"rightAlign": "右對齊",
|
|
17
|
+
"underline": "底線",
|
|
18
|
+
"link": "連結",
|
|
19
|
+
"hyperLink": "超連結",
|
|
20
|
+
"showContent": "顯示文字",
|
|
21
|
+
"linkAddress": "連結地址",
|
|
22
|
+
"openInNewTab": "在新頁面開啟",
|
|
23
|
+
"confirm": "確認",
|
|
24
|
+
"cancel": "取消",
|
|
25
|
+
"cancelLink": "取消連結",
|
|
26
|
+
"presetColors": "預設顏色",
|
|
27
|
+
"loading": "載入中...",
|
|
28
|
+
"inputTagPlaceholder": "輸入標籤",
|
|
29
|
+
"otherOptionInput": "其他選項輸入框",
|
|
30
|
+
"tabs": {
|
|
31
|
+
"scrollPrev": "向左滾動",
|
|
32
|
+
"scrollNext": "向右滾動",
|
|
33
|
+
"previewTab1": "標籤頁1",
|
|
34
|
+
"previewTab2": "標籤頁2",
|
|
35
|
+
"previewTab3": "標籤頁3"
|
|
36
|
+
},
|
|
37
|
+
"editor": {
|
|
38
|
+
"linkTip": "支援 https:// 連結或 @表單別名",
|
|
39
|
+
"linkAliasTip": "連結可用 @表單別名,用於應用內表單跳轉",
|
|
40
|
+
"bold": "粗體",
|
|
41
|
+
"italic": "斜體",
|
|
42
|
+
"fontSize": "字號",
|
|
43
|
+
"fontColor": "顏色",
|
|
44
|
+
"fill": "填滿",
|
|
45
|
+
"alignment": "對齊方式",
|
|
46
|
+
"centerAlign": "置中對齊",
|
|
47
|
+
"rightAlign": "右對齊",
|
|
48
|
+
"uploadImage": "上傳圖片",
|
|
49
|
+
"imageUrl": "圖片 URL",
|
|
50
|
+
"imageUrlPlaceholder": "請輸入圖片 URL",
|
|
51
|
+
"imageUrlRequired": "請輸入圖片 URL",
|
|
52
|
+
"imageUrlInvalid": "請輸入有效的圖片 URL",
|
|
53
|
+
"imageUrlNote": "註:輸入圖片 URL 即可插入圖片",
|
|
54
|
+
"inputImageUrl": "輸入圖片 URL",
|
|
55
|
+
"uploadImageNote": "註:單張圖片大小不能超過 1MB",
|
|
56
|
+
"uploadImageText": "點擊或拖曳上傳圖片",
|
|
57
|
+
"previewImage": "預覽圖片",
|
|
58
|
+
"underline": "底線",
|
|
59
|
+
"imageFormatOnly": "僅支援圖片格式",
|
|
60
|
+
"imageSizeNote": "註:圖片大小不能超過 1MB",
|
|
61
|
+
"uploadImageFirst": "請先上傳圖片",
|
|
62
|
+
"imageAddSuccess": "圖片新增成功",
|
|
63
|
+
"operationFailed": "操作失敗",
|
|
64
|
+
"onlyImageFormatsSupported": "僅支援圖片格式",
|
|
65
|
+
"pleaseUploadImageFirst": "請先上傳圖片",
|
|
66
|
+
"clickOrDragToUpload": "點擊或拖曳上傳圖片",
|
|
67
|
+
"enterImageUrl": "輸入圖片 URL",
|
|
68
|
+
"pleaseEnterImageUrl": "請輸入圖片 URL",
|
|
69
|
+
"pleaseEnterValidImageUrl": "請輸入有效的圖片 URL",
|
|
70
|
+
"linkAddressEmpty": "連結地址不能為空"
|
|
71
|
+
},
|
|
72
|
+
"picture": "圖片",
|
|
73
|
+
"addPicture": "新增圖片",
|
|
74
|
+
"customColor": "自訂顏色",
|
|
75
|
+
"datePicker": {
|
|
76
|
+
"today": "今天",
|
|
77
|
+
"yearLabel": "{{year}}年",
|
|
78
|
+
"monthLabel": "{{month}}月",
|
|
79
|
+
"switchToMonthPanel": "切換到月份面板",
|
|
80
|
+
"prevMonth": "上一月",
|
|
81
|
+
"nextMonth": "下一月",
|
|
82
|
+
"prevYear": "上一年",
|
|
83
|
+
"nextYear": "下一年",
|
|
84
|
+
"prevYearsPage": "上一頁年份",
|
|
85
|
+
"nextYearsPage": "下一頁年份"
|
|
86
|
+
},
|
|
87
|
+
"calendar": {
|
|
88
|
+
"today": "今天",
|
|
89
|
+
"prev": "上一頁",
|
|
90
|
+
"next": "下一頁",
|
|
91
|
+
"yearMonth": "{{year}}年{{month}}月",
|
|
92
|
+
"fullDate": "{{year}}年{{month}}月{{day}}日",
|
|
93
|
+
"monthDay": "{{month}}月{{day}}日",
|
|
94
|
+
"dayOnly": "{{day}}日",
|
|
95
|
+
"allDay": "全天",
|
|
96
|
+
"remainingCount": "還剩{{count}}條",
|
|
97
|
+
"collapse": "收起",
|
|
98
|
+
"noEvents": "暫無日程",
|
|
99
|
+
"moreEvents": "還有{{count}}條記錄",
|
|
100
|
+
"addRecord": "添加記錄",
|
|
101
|
+
"close": "關閉",
|
|
102
|
+
"mode": {
|
|
103
|
+
"day": "日",
|
|
104
|
+
"week": "週",
|
|
105
|
+
"month": "月"
|
|
106
|
+
},
|
|
107
|
+
"weekday": {
|
|
108
|
+
"0": "週一",
|
|
109
|
+
"1": "週二",
|
|
110
|
+
"2": "週三",
|
|
111
|
+
"3": "週四",
|
|
112
|
+
"4": "週五",
|
|
113
|
+
"5": "週六",
|
|
114
|
+
"6": "週日"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"gantt": {
|
|
118
|
+
"today": "今天",
|
|
119
|
+
"timeBegin": "開始時間",
|
|
120
|
+
"timeEnd": "結束時間",
|
|
121
|
+
"firstHalf": "上半年",
|
|
122
|
+
"secondHalf": "下半年",
|
|
123
|
+
"emptyGroup": "(空)",
|
|
124
|
+
"mode": {
|
|
125
|
+
"oneMinute": "分鐘",
|
|
126
|
+
"tenMinute": "10分鐘",
|
|
127
|
+
"halfHour": "半小時",
|
|
128
|
+
"hour": "小時",
|
|
129
|
+
"sixHour": "6小時",
|
|
130
|
+
"halfDay": "上午/下午",
|
|
131
|
+
"day": "日",
|
|
132
|
+
"week": "週",
|
|
133
|
+
"month": "月",
|
|
134
|
+
"quarter": "季",
|
|
135
|
+
"quarterMonth": "季/月",
|
|
136
|
+
"year": "年"
|
|
137
|
+
},
|
|
138
|
+
"header": {
|
|
139
|
+
"top": {
|
|
140
|
+
"yearMonth": "{{year}}年{{month}}月",
|
|
141
|
+
"monthDay": "{{month}}月{{day}}日",
|
|
142
|
+
"hourWithDate": "{{month}}月{{day}}日{{hour}}點",
|
|
143
|
+
"hourOnly": "{{hour}}點",
|
|
144
|
+
"year": "{{year}}",
|
|
145
|
+
"quarter": "{{year}}年{{ordinal}}季度"
|
|
146
|
+
},
|
|
147
|
+
"lower": {
|
|
148
|
+
"week": "{{week}}週",
|
|
149
|
+
"quarter": "{{quarter}}季度",
|
|
150
|
+
"halfDayAm": "上午",
|
|
151
|
+
"halfDayPm": "下午",
|
|
152
|
+
"sixHourRange": "{{start}}-{{end}}點",
|
|
153
|
+
"month": "{{month}}月"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"quarter": {
|
|
157
|
+
"1": "一",
|
|
158
|
+
"2": "二",
|
|
159
|
+
"3": "三",
|
|
160
|
+
"4": "四"
|
|
161
|
+
},
|
|
162
|
+
"summary": {
|
|
163
|
+
"startTime": "開始時間:{{datetime}}",
|
|
164
|
+
"endTime": "結束時間:{{datetime}}",
|
|
165
|
+
"progress": "進度:{{percent}}%",
|
|
166
|
+
"datetime": "{{year}}-{{month}}-{{day}} {{hour}}:{{minute}}:{{second}}",
|
|
167
|
+
"empty": "—"
|
|
168
|
+
},
|
|
169
|
+
"aria": {
|
|
170
|
+
"timeline": "甘特圖時間軸",
|
|
171
|
+
"scrollPrev": "向左滾動",
|
|
172
|
+
"scrollNext": "向右滾動",
|
|
173
|
+
"jumpLeft": "跳轉到左側任務",
|
|
174
|
+
"jumpRight": "跳轉到右側任務"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
167
178
|
;
|
|
168
179
|
|
|
169
180
|
export default _default;
|