ele-admin-plus 1.4.1-beta.1 → 1.4.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/es/core-components.d.ts +2 -0
- package/es/core-components.js +104 -100
- package/es/ele-app/plus.d.ts +9 -1
- package/es/ele-app/plusx.d.ts +26 -13
- package/es/ele-backtop/index.js +7 -1
- package/es/ele-basic-select/components/select-view.d.ts +53 -22
- package/es/ele-basic-select/components/select-view.js +57 -20
- package/es/ele-basic-select/index.d.ts +39 -19
- package/es/ele-basic-select/index.js +62 -13
- package/es/ele-basic-select/props.d.ts +33 -21
- package/es/ele-basic-select/props.js +33 -21
- package/es/ele-basic-select/style/index.js +2 -0
- package/es/ele-basic-select/types.d.ts +1 -1
- package/es/ele-config-provider/components/receiver-view.d.ts +2 -0
- package/es/ele-config-provider/components/receiver-view.js +74 -72
- package/es/ele-config-provider/receiver.d.ts +2 -2
- package/es/ele-config-provider/receiver.js +5 -1
- package/es/ele-config-provider/types.d.ts +10 -1
- package/es/ele-copyable/index.d.ts +2 -4
- package/es/ele-cron-builder/index.d.ts +24 -0
- package/es/ele-cron-builder/index.js +81 -0
- package/es/ele-cron-builder/props.d.ts +31 -0
- package/es/ele-cron-builder/props.js +24 -0
- package/es/ele-cron-builder/style/index.d.ts +1 -0
- package/es/ele-cron-builder/style/index.js +4 -0
- package/es/ele-cron-builder/style/index.scss +6 -0
- package/es/ele-cron-builder/types.d.ts +8 -0
- package/es/ele-cron-panel/components/cron-day.d.ts +25 -0
- package/es/ele-cron-panel/components/cron-day.js +232 -0
- package/es/ele-cron-panel/components/cron-hour.d.ts +25 -0
- package/es/ele-cron-panel/components/cron-hour.js +174 -0
- package/es/ele-cron-panel/components/cron-minute.d.ts +25 -0
- package/es/ele-cron-panel/components/cron-minute.js +174 -0
- package/es/ele-cron-panel/components/cron-month.d.ts +25 -0
- package/es/ele-cron-panel/components/cron-month.js +174 -0
- package/es/ele-cron-panel/components/cron-second.d.ts +25 -0
- package/es/ele-cron-panel/components/cron-second.js +174 -0
- package/es/ele-cron-panel/components/cron-week.d.ts +25 -0
- package/es/ele-cron-panel/components/cron-week.js +229 -0
- package/es/ele-cron-panel/components/cron-year.d.ts +25 -0
- package/es/ele-cron-panel/components/cron-year.js +186 -0
- package/es/ele-cron-panel/index.d.ts +14 -0
- package/es/ele-cron-panel/index.js +348 -0
- package/es/ele-cron-panel/props.d.ts +20 -0
- package/es/ele-cron-panel/props.js +14 -0
- package/es/ele-cron-panel/style/index.d.ts +1 -0
- package/es/ele-cron-panel/style/index.js +7 -0
- package/es/ele-cron-panel/style/index.scss +282 -0
- package/es/ele-cron-panel/types.d.ts +118 -0
- package/es/ele-cron-panel/util.d.ts +23 -0
- package/es/ele-cron-panel/util.js +542 -0
- package/es/ele-cropper/components/cropper-tools.d.ts +2 -2
- package/es/ele-cropper-modal/index.d.ts +2 -4
- package/es/ele-crud/index.d.ts +3 -3
- package/es/ele-drawer/index.d.ts +9 -0
- package/es/ele-drawer/index.js +5 -1
- package/es/ele-drawer/props.d.ts +5 -0
- package/es/ele-drawer/props.js +6 -1
- package/es/ele-drawer/style/index.scss +11 -0
- package/es/ele-file-list/index.d.ts +3 -3
- package/es/ele-icon-select/components/icon-grid.d.ts +8 -3
- package/es/ele-icon-select/components/icon-grid.js +20 -12
- package/es/ele-icon-select/index.d.ts +58 -59
- package/es/ele-icon-select/index.js +92 -86
- package/es/ele-icon-select/props.d.ts +35 -35
- package/es/ele-icon-select/props.js +34 -34
- package/es/ele-icon-select/style/css-var.scss +1 -1
- package/es/ele-icon-select/style/index.scss +50 -18
- package/es/ele-icon-select/types.d.ts +13 -0
- package/es/ele-map-picker/index.d.ts +3 -3
- package/es/ele-modal/index.d.ts +4 -2
- package/es/ele-modal/index.js +9 -3
- package/es/ele-modal/props.d.ts +2 -0
- package/es/ele-modal/props.js +2 -0
- package/es/ele-modal/style/index.scss +16 -0
- package/es/ele-pro-form/components/item-type-data.js +39 -64
- package/es/ele-pro-form/index.d.ts +3 -3
- package/es/ele-pro-table/components/table-tools.d.ts +12 -97
- package/es/ele-pro-table/components/table-tools.js +118 -248
- package/es/ele-pro-table/components/tool-export.d.ts +5 -1
- package/es/ele-pro-table/components/tool-export.js +32 -20
- package/es/ele-pro-table/components/tool-print.d.ts +5 -1
- package/es/ele-pro-table/components/tool-print.js +37 -25
- package/es/ele-pro-table/exceljs-plugin.d.ts +12 -0
- package/es/ele-pro-table/exceljs-plugin.js +81 -0
- package/es/ele-pro-table/index.d.ts +6 -7
- package/es/ele-pro-table/index.js +117 -46
- package/es/ele-pro-table/types.d.ts +11 -0
- package/es/ele-split-panel/style/index.scss +1 -1
- package/es/ele-table-select/index.d.ts +2 -0
- package/es/ele-table-select/props.d.ts +2 -0
- package/es/ele-table-select/props.js +3 -1
- package/es/ele-tour/index.d.ts +3 -3
- package/es/ele-tree-select/index.d.ts +2 -0
- package/es/ele-upload-list/index.d.ts +3 -3
- package/es/ele-upload-list/index.js +25 -8
- package/es/ele-virtual-table/components/body-cell.d.ts +1 -1
- package/es/ele-watermark/index.d.ts +20 -7
- package/es/ele-watermark/index.js +253 -94
- package/es/ele-watermark/props.d.ts +10 -3
- package/es/ele-watermark/props.js +10 -3
- package/es/ele-watermark/types.d.ts +12 -0
- package/es/ele-watermark/util.d.ts +2 -9
- package/es/ele-watermark/util.js +10 -19
- package/es/lang/en_US.js +116 -0
- package/es/lang/zh_CN.js +116 -0
- package/es/lang/zh_TW.js +116 -0
- package/es/style/plus.scss +3 -1
- package/es/style/themes/default.scss +12 -3
- package/es/style/themes/rounded.scss +2 -1
- package/es/utils/theme-util.d.ts +1 -1
- package/lib/core-components.cjs +104 -100
- package/lib/core-components.d.ts +2 -0
- package/lib/ele-app/plus.d.ts +9 -1
- package/lib/ele-app/plusx.d.ts +26 -13
- package/lib/ele-backtop/index.cjs +6 -0
- package/lib/ele-basic-select/components/select-view.cjs +56 -19
- package/lib/ele-basic-select/components/select-view.d.ts +53 -22
- package/lib/ele-basic-select/index.cjs +61 -12
- package/lib/ele-basic-select/index.d.ts +39 -19
- package/lib/ele-basic-select/props.cjs +33 -21
- package/lib/ele-basic-select/props.d.ts +33 -21
- package/lib/ele-basic-select/style/index.cjs +2 -0
- package/lib/ele-basic-select/types.d.ts +1 -1
- package/lib/ele-config-provider/components/receiver-view.cjs +2 -2
- package/lib/ele-config-provider/components/receiver-view.d.ts +2 -0
- package/lib/ele-config-provider/receiver.cjs +5 -1
- package/lib/ele-config-provider/receiver.d.ts +2 -2
- package/lib/ele-config-provider/types.d.ts +10 -1
- package/lib/ele-copyable/index.d.ts +2 -4
- package/lib/ele-cron-builder/index.cjs +80 -0
- package/lib/ele-cron-builder/index.d.ts +24 -0
- package/lib/ele-cron-builder/props.cjs +24 -0
- package/lib/ele-cron-builder/props.d.ts +31 -0
- package/lib/ele-cron-builder/style/index.cjs +5 -0
- package/lib/ele-cron-builder/style/index.d.ts +1 -0
- package/lib/ele-cron-builder/style/index.scss +6 -0
- package/lib/ele-cron-builder/types.d.ts +8 -0
- package/lib/ele-cron-panel/components/cron-day.cjs +231 -0
- package/lib/ele-cron-panel/components/cron-day.d.ts +25 -0
- package/lib/ele-cron-panel/components/cron-hour.cjs +173 -0
- package/lib/ele-cron-panel/components/cron-hour.d.ts +25 -0
- package/lib/ele-cron-panel/components/cron-minute.cjs +173 -0
- package/lib/ele-cron-panel/components/cron-minute.d.ts +25 -0
- package/lib/ele-cron-panel/components/cron-month.cjs +173 -0
- package/lib/ele-cron-panel/components/cron-month.d.ts +25 -0
- package/lib/ele-cron-panel/components/cron-second.cjs +173 -0
- package/lib/ele-cron-panel/components/cron-second.d.ts +25 -0
- package/lib/ele-cron-panel/components/cron-week.cjs +228 -0
- package/lib/ele-cron-panel/components/cron-week.d.ts +25 -0
- package/lib/ele-cron-panel/components/cron-year.cjs +185 -0
- package/lib/ele-cron-panel/components/cron-year.d.ts +25 -0
- package/lib/ele-cron-panel/index.cjs +347 -0
- package/lib/ele-cron-panel/index.d.ts +14 -0
- package/lib/ele-cron-panel/props.cjs +14 -0
- package/lib/ele-cron-panel/props.d.ts +20 -0
- package/lib/ele-cron-panel/style/index.cjs +8 -0
- package/lib/ele-cron-panel/style/index.d.ts +1 -0
- package/lib/ele-cron-panel/style/index.scss +282 -0
- package/lib/ele-cron-panel/types.d.ts +118 -0
- package/lib/ele-cron-panel/util.cjs +542 -0
- package/lib/ele-cron-panel/util.d.ts +23 -0
- package/lib/ele-cropper/components/cropper-tools.d.ts +2 -2
- package/lib/ele-cropper-modal/index.d.ts +2 -4
- package/lib/ele-crud/index.d.ts +3 -3
- package/lib/ele-drawer/index.cjs +4 -0
- package/lib/ele-drawer/index.d.ts +9 -0
- package/lib/ele-drawer/props.cjs +6 -1
- package/lib/ele-drawer/props.d.ts +5 -0
- package/lib/ele-drawer/style/index.scss +11 -0
- package/lib/ele-file-list/index.d.ts +3 -3
- package/lib/ele-icon-select/components/icon-grid.cjs +19 -11
- package/lib/ele-icon-select/components/icon-grid.d.ts +8 -3
- package/lib/ele-icon-select/index.cjs +91 -85
- package/lib/ele-icon-select/index.d.ts +58 -59
- package/lib/ele-icon-select/props.cjs +34 -34
- package/lib/ele-icon-select/props.d.ts +35 -35
- package/lib/ele-icon-select/style/css-var.scss +1 -1
- package/lib/ele-icon-select/style/index.scss +50 -18
- package/lib/ele-icon-select/types.d.ts +13 -0
- package/lib/ele-map-picker/index.d.ts +3 -3
- package/lib/ele-modal/index.cjs +9 -3
- package/lib/ele-modal/index.d.ts +4 -2
- package/lib/ele-modal/props.cjs +2 -0
- package/lib/ele-modal/props.d.ts +2 -0
- package/lib/ele-modal/style/index.scss +16 -0
- package/lib/ele-pro-form/components/item-type-data.cjs +39 -64
- package/lib/ele-pro-form/index.d.ts +3 -3
- package/lib/ele-pro-table/components/table-tools.cjs +117 -247
- package/lib/ele-pro-table/components/table-tools.d.ts +12 -97
- package/lib/ele-pro-table/components/tool-export.cjs +32 -20
- package/lib/ele-pro-table/components/tool-export.d.ts +5 -1
- package/lib/ele-pro-table/components/tool-print.cjs +37 -25
- package/lib/ele-pro-table/components/tool-print.d.ts +5 -1
- package/lib/ele-pro-table/exceljs-plugin.cjs +81 -0
- package/lib/ele-pro-table/exceljs-plugin.d.ts +12 -0
- package/lib/ele-pro-table/index.cjs +143 -72
- package/lib/ele-pro-table/index.d.ts +6 -7
- package/lib/ele-pro-table/types.d.ts +11 -0
- package/lib/ele-split-panel/style/index.scss +1 -1
- package/lib/ele-table-select/index.d.ts +2 -0
- package/lib/ele-table-select/props.cjs +3 -1
- package/lib/ele-table-select/props.d.ts +2 -0
- package/lib/ele-tour/index.d.ts +3 -3
- package/lib/ele-tree-select/index.d.ts +2 -0
- package/lib/ele-upload-list/index.cjs +25 -8
- package/lib/ele-upload-list/index.d.ts +3 -3
- package/lib/ele-virtual-table/components/body-cell.d.ts +1 -1
- package/lib/ele-watermark/index.cjs +251 -92
- package/lib/ele-watermark/index.d.ts +20 -7
- package/lib/ele-watermark/props.cjs +10 -3
- package/lib/ele-watermark/props.d.ts +10 -3
- package/lib/ele-watermark/types.d.ts +12 -0
- package/lib/ele-watermark/util.cjs +10 -19
- package/lib/ele-watermark/util.d.ts +2 -9
- package/lib/lang/en_US.cjs +116 -0
- package/lib/lang/zh_CN.cjs +116 -0
- package/lib/lang/zh_TW.cjs +116 -0
- package/lib/style/plus.scss +3 -1
- package/lib/style/themes/default.scss +12 -3
- package/lib/style/themes/rounded.scss +2 -1
- package/lib/utils/theme-util.d.ts +1 -1
- package/package.json +1 -1
- package/typings/global.d.ts +2 -0
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
import { StyleValue } from '../ele-app/types';
|
|
2
2
|
import { ERROR_MESSAGE_KEY as INFO_LOG_KEY } from '../utils/common';
|
|
3
|
-
import {
|
|
3
|
+
import { MutationOption } from './types';
|
|
4
4
|
|
|
5
5
|
export { INFO_LOG_KEY };
|
|
6
|
-
/**
|
|
7
|
-
* 获取文字样式
|
|
8
|
-
*/
|
|
9
|
-
export declare function getFont(font?: WatermarkFont): Required<WatermarkFont>;
|
|
10
|
-
/**
|
|
11
|
-
* 获取间距
|
|
12
|
-
*/
|
|
13
|
-
export declare function getGap(gap?: WatermarkGap): number[];
|
|
14
6
|
/**
|
|
15
7
|
* 返回设备像素密度
|
|
16
8
|
*/
|
|
@@ -29,5 +21,6 @@ export declare function joinStyle(style: StyleValue): string;
|
|
|
29
21
|
*/
|
|
30
22
|
export declare function useMutation(option: MutationOption): {
|
|
31
23
|
observe: () => void;
|
|
24
|
+
observeTextNode: (text: string) => string;
|
|
32
25
|
disconnect: () => void;
|
|
33
26
|
};
|
package/lib/lang/en_US.cjs
CHANGED
|
@@ -109,6 +109,122 @@ const localeValues = {
|
|
|
109
109
|
addSuccess: "Add successfully",
|
|
110
110
|
addError: "Failed to add",
|
|
111
111
|
search: "Search"
|
|
112
|
+
},
|
|
113
|
+
iconSelect: {
|
|
114
|
+
title: "Icon",
|
|
115
|
+
searchPlaceholder: "search..."
|
|
116
|
+
},
|
|
117
|
+
cronBuilder: {
|
|
118
|
+
title: "Cron",
|
|
119
|
+
cancel: "Cancel",
|
|
120
|
+
confirm: "Confirm"
|
|
121
|
+
},
|
|
122
|
+
cronPanel: {
|
|
123
|
+
second: "Second",
|
|
124
|
+
minute: "Minute",
|
|
125
|
+
hour: "Hour",
|
|
126
|
+
day: "Day",
|
|
127
|
+
month: "Month",
|
|
128
|
+
week: "Week",
|
|
129
|
+
year: "Year",
|
|
130
|
+
result: "Result",
|
|
131
|
+
resultSecond: "Second",
|
|
132
|
+
resultMinute: "Minute",
|
|
133
|
+
resultHour: "Hour",
|
|
134
|
+
resultDay: "Day",
|
|
135
|
+
resultMonth: "Month",
|
|
136
|
+
resultWeek: "Week",
|
|
137
|
+
resultYear: "Year",
|
|
138
|
+
resultName: "Cron",
|
|
139
|
+
resultTest: "Last 5 run times",
|
|
140
|
+
resultNoData: "No run results",
|
|
141
|
+
resultNoMore: "Only {length} results in the past 100 years",
|
|
142
|
+
secondEvery: "Every, allowed wildcards [, - * /]",
|
|
143
|
+
secondRangeStart: "Range, from second",
|
|
144
|
+
secondRange: "to second",
|
|
145
|
+
secondRangeEnd: "",
|
|
146
|
+
secondIntervalStart: "Interval, start at second",
|
|
147
|
+
secondInterval: ", repeat every",
|
|
148
|
+
secondIntervalEnd: "seconds",
|
|
149
|
+
secondSpecified: "Specified",
|
|
150
|
+
dayEvery: "Every, allowed wildcards [, - * ? / L W]",
|
|
151
|
+
dayRangeStart: "Range, from day",
|
|
152
|
+
dayRange: "to day",
|
|
153
|
+
dayRangeEnd: "",
|
|
154
|
+
dayIntervalStart: "Interval, start at day",
|
|
155
|
+
dayInterval: ", repeat every",
|
|
156
|
+
dayIntervalEnd: "days",
|
|
157
|
+
daySpecified: "Specified",
|
|
158
|
+
dayWorkday: "The nearest weekday to the",
|
|
159
|
+
dayWorkdayText: "of each month",
|
|
160
|
+
dayLast: "Last day",
|
|
161
|
+
dayUnset: "Unset",
|
|
162
|
+
hourEvery: "Every, allowed wildcards [, - * /]",
|
|
163
|
+
hourRangeStart: "Range, from hour",
|
|
164
|
+
hourRange: "to hour",
|
|
165
|
+
hourRangeEnd: "",
|
|
166
|
+
hourIntervalStart: "Interval, start at hour",
|
|
167
|
+
hourInterval: ", repeat every",
|
|
168
|
+
hourIntervalEnd: "hours",
|
|
169
|
+
hourSpecified: "Specified",
|
|
170
|
+
minuteEvery: "Every, allowed wildcards [, - * /]",
|
|
171
|
+
minuteRangeStart: "Range, from minute",
|
|
172
|
+
minuteRange: "to minute",
|
|
173
|
+
minuteRangeEnd: "",
|
|
174
|
+
minuteIntervalStart: "Interval, start at minute",
|
|
175
|
+
minuteInterval: ", repeat every",
|
|
176
|
+
minuteIntervalEnd: "minutes",
|
|
177
|
+
minuteSpecified: "Specified",
|
|
178
|
+
monthEvery: "Every, allowed wildcards [, - * /]",
|
|
179
|
+
monthRangeStart: "Range, from month",
|
|
180
|
+
monthRange: "to month",
|
|
181
|
+
monthRangeEnd: "",
|
|
182
|
+
monthIntervalStart: "Interval, start at month",
|
|
183
|
+
monthInterval: ", repeat every",
|
|
184
|
+
monthIntervalEnd: "months",
|
|
185
|
+
monthSpecified: "Specified",
|
|
186
|
+
weekEvery: "Every, allowed wildcards [, - * ? / L #]",
|
|
187
|
+
weekRangeStart: "Range, from week",
|
|
188
|
+
weekRange: "to week",
|
|
189
|
+
weekIntervalStart: "Interval, start at secoweeknd",
|
|
190
|
+
weekInterval: ", repeat every",
|
|
191
|
+
weekIntervalEnd: "weeks",
|
|
192
|
+
weekSpecified: "Specified",
|
|
193
|
+
weekLast: "Last week",
|
|
194
|
+
weekUnset: "Unset",
|
|
195
|
+
weekName1: "1 Sunday",
|
|
196
|
+
weekName2: "2 Monday",
|
|
197
|
+
weekName3: "3 Tuesday",
|
|
198
|
+
weekName4: "4 Wednesday",
|
|
199
|
+
weekName5: "5 Thursday",
|
|
200
|
+
weekName6: "6 Friday",
|
|
201
|
+
weekName7: "7 Saturday",
|
|
202
|
+
yearEvery: "Every, allowed wildcards [, - * /]",
|
|
203
|
+
yearRangeStart: "Range, from year",
|
|
204
|
+
yearRange: "to year",
|
|
205
|
+
yearRangeEnd: "",
|
|
206
|
+
yearIntervalStart: "Interval, start at year",
|
|
207
|
+
yearInterval: ", repeat every",
|
|
208
|
+
yearIntervalEnd: "years",
|
|
209
|
+
yearSpecified: "Specified",
|
|
210
|
+
yearUnset: "Unset",
|
|
211
|
+
common: "Common",
|
|
212
|
+
common01: "Per minute",
|
|
213
|
+
common02: "Per hour",
|
|
214
|
+
common03: "Every 30 minutes",
|
|
215
|
+
common04: "8:00-9:00 every 30 minutes",
|
|
216
|
+
common05: "Daily at 00:00",
|
|
217
|
+
common06: "Daily at 8:30",
|
|
218
|
+
common07: "Daily at 08:00, 14:00, and 19:00",
|
|
219
|
+
common08: "Monthly at 00:00 on the 1st",
|
|
220
|
+
common09: "Monthly at 02:00 on the 1st",
|
|
221
|
+
common10: "Monthly at 08:30 on the 15th",
|
|
222
|
+
common11: "Monthly at 00:00 on the last day",
|
|
223
|
+
common12: "Monthly at 08:30 on the last day",
|
|
224
|
+
common13: "Monthly at 08:30 on the last Friday",
|
|
225
|
+
common14: "Weekly at 00:00 on Sunday",
|
|
226
|
+
common15: "Weekly at 08:00 from Monday to Wednesday",
|
|
227
|
+
common16: "Annually on October 1 from 2025 to 2028"
|
|
112
228
|
}
|
|
113
229
|
};
|
|
114
230
|
module.exports = localeValues;
|
package/lib/lang/zh_CN.cjs
CHANGED
|
@@ -109,6 +109,122 @@ const localeValues = {
|
|
|
109
109
|
addSuccess: "添加成功",
|
|
110
110
|
addError: "添加失败",
|
|
111
111
|
search: "查询"
|
|
112
|
+
},
|
|
113
|
+
iconSelect: {
|
|
114
|
+
title: "图标选择",
|
|
115
|
+
searchPlaceholder: "搜索..."
|
|
116
|
+
},
|
|
117
|
+
cronBuilder: {
|
|
118
|
+
title: "Cron表达式生成器",
|
|
119
|
+
cancel: "取消",
|
|
120
|
+
confirm: "确定"
|
|
121
|
+
},
|
|
122
|
+
cronPanel: {
|
|
123
|
+
second: "秒",
|
|
124
|
+
minute: "分钟",
|
|
125
|
+
hour: "小时",
|
|
126
|
+
day: "日",
|
|
127
|
+
month: "月",
|
|
128
|
+
week: "周",
|
|
129
|
+
year: "年",
|
|
130
|
+
result: "结果",
|
|
131
|
+
resultSecond: "秒",
|
|
132
|
+
resultMinute: "分钟",
|
|
133
|
+
resultHour: "小时",
|
|
134
|
+
resultDay: "日",
|
|
135
|
+
resultMonth: "月",
|
|
136
|
+
resultWeek: "周",
|
|
137
|
+
resultYear: "年",
|
|
138
|
+
resultName: "Cron 表达式",
|
|
139
|
+
resultTest: "最近 5 次运行时间",
|
|
140
|
+
resultNoData: "没有达到条件的结果!",
|
|
141
|
+
resultNoMore: "近100年内只有{length}条结果",
|
|
142
|
+
secondEvery: "每秒,允许的通配符[, - * /]",
|
|
143
|
+
secondRangeStart: "范围,从",
|
|
144
|
+
secondRange: "秒到",
|
|
145
|
+
secondRangeEnd: "秒",
|
|
146
|
+
secondIntervalStart: "间隔,从",
|
|
147
|
+
secondInterval: "秒开始,每",
|
|
148
|
+
secondIntervalEnd: "秒执行一次",
|
|
149
|
+
secondSpecified: "指定",
|
|
150
|
+
dayEvery: "每日,允许的通配符[, - * ? / L W]",
|
|
151
|
+
dayRangeStart: "范围,从",
|
|
152
|
+
dayRange: "号到",
|
|
153
|
+
dayRangeEnd: "号",
|
|
154
|
+
dayIntervalStart: "间隔,从",
|
|
155
|
+
dayInterval: "号开始,每",
|
|
156
|
+
dayIntervalEnd: "天执行一次",
|
|
157
|
+
daySpecified: "指定",
|
|
158
|
+
dayWorkday: "每月",
|
|
159
|
+
dayWorkdayText: "号最近的一个工作日",
|
|
160
|
+
dayLast: "本月最后一天",
|
|
161
|
+
dayUnset: "不指定",
|
|
162
|
+
hourEvery: "每小时,允许的通配符[, - * /]",
|
|
163
|
+
hourRangeStart: "范围,从",
|
|
164
|
+
hourRange: "点到",
|
|
165
|
+
hourRangeEnd: "点",
|
|
166
|
+
hourIntervalStart: "间隔,从",
|
|
167
|
+
hourInterval: "点开始,每",
|
|
168
|
+
hourIntervalEnd: "个小时执行一次",
|
|
169
|
+
hourSpecified: "指定",
|
|
170
|
+
minuteEvery: "每分钟,允许的通配符[, - * /]",
|
|
171
|
+
minuteRangeStart: "范围,从",
|
|
172
|
+
minuteRange: "分到",
|
|
173
|
+
minuteRangeEnd: "分",
|
|
174
|
+
minuteIntervalStart: "间隔,从",
|
|
175
|
+
minuteInterval: "分开始,每",
|
|
176
|
+
minuteIntervalEnd: "分钟执行一次",
|
|
177
|
+
minuteSpecified: "指定",
|
|
178
|
+
monthEvery: "每月,允许的通配符[, - * /]",
|
|
179
|
+
monthRangeStart: "范围,从",
|
|
180
|
+
monthRange: "月到",
|
|
181
|
+
monthRangeEnd: "月",
|
|
182
|
+
monthIntervalStart: "间隔,从",
|
|
183
|
+
monthInterval: "月开始,每",
|
|
184
|
+
monthIntervalEnd: "个月执行一次",
|
|
185
|
+
monthSpecified: "指定",
|
|
186
|
+
weekEvery: "每周,允许的通配符[, - * ? / L #]",
|
|
187
|
+
weekRangeStart: "范围,从星期",
|
|
188
|
+
weekRange: "到星期",
|
|
189
|
+
weekIntervalStart: "间隔,第",
|
|
190
|
+
weekInterval: "周的每星期",
|
|
191
|
+
weekIntervalEnd: "执行一次",
|
|
192
|
+
weekSpecified: "指定",
|
|
193
|
+
weekLast: "每月最后一个星期",
|
|
194
|
+
weekUnset: "不指定",
|
|
195
|
+
weekName1: "1 星期日",
|
|
196
|
+
weekName2: "2 星期一",
|
|
197
|
+
weekName3: "3 星期二",
|
|
198
|
+
weekName4: "4 星期三",
|
|
199
|
+
weekName5: "5 星期四",
|
|
200
|
+
weekName6: "6 星期五",
|
|
201
|
+
weekName7: "7 星期六",
|
|
202
|
+
yearEvery: "每年,允许的通配符[, - * /]",
|
|
203
|
+
yearRangeStart: "范围,从",
|
|
204
|
+
yearRange: "年到",
|
|
205
|
+
yearRangeEnd: "年",
|
|
206
|
+
yearIntervalStart: "间隔,从",
|
|
207
|
+
yearInterval: "年开始,每",
|
|
208
|
+
yearIntervalEnd: "年执行一次",
|
|
209
|
+
yearSpecified: "指定",
|
|
210
|
+
yearUnset: "不指定",
|
|
211
|
+
common: "常用",
|
|
212
|
+
common01: "每分钟",
|
|
213
|
+
common02: "每小时",
|
|
214
|
+
common03: "每半个小时",
|
|
215
|
+
common04: "8 点到 9 点每半个小时",
|
|
216
|
+
common05: "每天 0 点",
|
|
217
|
+
common06: "每天 8:30",
|
|
218
|
+
common07: "每天 8 点 14 点 19 点",
|
|
219
|
+
common08: "每月 1 号 0 点",
|
|
220
|
+
common09: "每月 1 号 2 点",
|
|
221
|
+
common10: "每月 15 号 8:30",
|
|
222
|
+
common11: "每月最后一天 0 点",
|
|
223
|
+
common12: "每月最后一天 8:30",
|
|
224
|
+
common13: "每月最后一个星期五 8:30",
|
|
225
|
+
common14: "每周星期日 0 点",
|
|
226
|
+
common15: "每周星期一到星期三 8 点",
|
|
227
|
+
common16: "2025 年至 2028 年每 10 月 1 号"
|
|
112
228
|
}
|
|
113
229
|
};
|
|
114
230
|
module.exports = localeValues;
|
package/lib/lang/zh_TW.cjs
CHANGED
|
@@ -109,6 +109,122 @@ const localeValues = {
|
|
|
109
109
|
addSuccess: "新增成功",
|
|
110
110
|
addError: "新增失敗",
|
|
111
111
|
search: "查詢"
|
|
112
|
+
},
|
|
113
|
+
iconSelect: {
|
|
114
|
+
title: "圖標選擇",
|
|
115
|
+
searchPlaceholder: "搜尋..."
|
|
116
|
+
},
|
|
117
|
+
cronBuilder: {
|
|
118
|
+
title: "Cron表達式產生器",
|
|
119
|
+
cancel: "取消",
|
|
120
|
+
confirm: "確認"
|
|
121
|
+
},
|
|
122
|
+
cronPanel: {
|
|
123
|
+
second: "秒",
|
|
124
|
+
minute: "分鐘",
|
|
125
|
+
hour: "小時",
|
|
126
|
+
day: "日",
|
|
127
|
+
month: "月",
|
|
128
|
+
week: "週",
|
|
129
|
+
year: "年",
|
|
130
|
+
result: "結果",
|
|
131
|
+
resultSecond: "秒",
|
|
132
|
+
resultMinute: "分鐘",
|
|
133
|
+
resultHour: "小時",
|
|
134
|
+
resultDay: "日",
|
|
135
|
+
resultMonth: "月",
|
|
136
|
+
resultWeek: "週",
|
|
137
|
+
resultYear: "年",
|
|
138
|
+
resultName: "Cron 運算式",
|
|
139
|
+
resultTest: "最近 5 次執行時間",
|
|
140
|
+
resultNoData: "沒有達到條件的結果!",
|
|
141
|
+
resultNoMore: "近100年內只有{length}條結果",
|
|
142
|
+
secondEvery: "每秒,允許的萬用字元[, - * /]",
|
|
143
|
+
secondRangeStart: "範圍,從",
|
|
144
|
+
secondRange: "秒到",
|
|
145
|
+
secondRangeEnd: "秒",
|
|
146
|
+
secondIntervalStart: "間隔,從",
|
|
147
|
+
secondInterval: "秒開始,每",
|
|
148
|
+
secondIntervalEnd: "秒執行一次",
|
|
149
|
+
secondSpecified: "指定",
|
|
150
|
+
dayEvery: "每日,允許的萬用字元[, - * ? / L W]",
|
|
151
|
+
dayRangeStart: "範圍,從",
|
|
152
|
+
dayRange: "號到",
|
|
153
|
+
dayRangeEnd: "號",
|
|
154
|
+
dayIntervalStart: "間隔,從",
|
|
155
|
+
dayInterval: "號開始,每",
|
|
156
|
+
dayIntervalEnd: "天執行一次",
|
|
157
|
+
daySpecified: "指定",
|
|
158
|
+
dayWorkday: "每月",
|
|
159
|
+
dayWorkdayText: "號最近的一個工作日",
|
|
160
|
+
dayLast: "本月最後一天",
|
|
161
|
+
dayUnset: "不指定",
|
|
162
|
+
hourEvery: "每小時,允許的萬用字元[, - * /]",
|
|
163
|
+
hourRangeStart: "範圍,從",
|
|
164
|
+
hourRange: "點到",
|
|
165
|
+
hourRangeEnd: "點",
|
|
166
|
+
hourIntervalStart: "間隔,從",
|
|
167
|
+
hourInterval: "點開始,每",
|
|
168
|
+
hourIntervalEnd: "個小時執行一次",
|
|
169
|
+
hourSpecified: "指定",
|
|
170
|
+
minuteEvery: "每分鐘,允許的萬用字元[, - * /]",
|
|
171
|
+
minuteRangeStart: "範圍,從",
|
|
172
|
+
minuteRange: "分到",
|
|
173
|
+
minuteRangeEnd: "分",
|
|
174
|
+
minuteIntervalStart: "間隔,從",
|
|
175
|
+
minuteInterval: "分開始,每",
|
|
176
|
+
minuteIntervalEnd: "分鐘執行一次",
|
|
177
|
+
minuteSpecified: "指定",
|
|
178
|
+
monthEvery: "每月,允許的萬用字元[, - * /]",
|
|
179
|
+
monthRangeStart: "範圍,從",
|
|
180
|
+
monthRange: "月到",
|
|
181
|
+
monthRangeEnd: "月",
|
|
182
|
+
monthIntervalStart: "間隔,從",
|
|
183
|
+
monthInterval: "月開始,每",
|
|
184
|
+
monthIntervalEnd: "個月執行一次",
|
|
185
|
+
monthSpecified: "指定",
|
|
186
|
+
weekEvery: "每週,允許的萬用字元[, - * ? / L #]",
|
|
187
|
+
weekRangeStart: "範圍,從星期",
|
|
188
|
+
weekRange: "到星期",
|
|
189
|
+
weekIntervalStart: "間隔,第",
|
|
190
|
+
weekInterval: "週的每星期",
|
|
191
|
+
weekIntervalEnd: "執行一次",
|
|
192
|
+
weekSpecified: "指定",
|
|
193
|
+
weekLast: "每月最後一個星期",
|
|
194
|
+
weekUnset: "不指定",
|
|
195
|
+
weekName1: "1 星期日",
|
|
196
|
+
weekName2: "2 星期一",
|
|
197
|
+
weekName3: "3 星期二",
|
|
198
|
+
weekName4: "4 星期三",
|
|
199
|
+
weekName5: "5 星期四",
|
|
200
|
+
weekName6: "6 星期五",
|
|
201
|
+
weekName7: "7 星期六",
|
|
202
|
+
yearEvery: "每年,允許的萬用字元[, - * /]",
|
|
203
|
+
yearRangeStart: "範圍,從",
|
|
204
|
+
yearRange: "年到",
|
|
205
|
+
yearRangeEnd: "年",
|
|
206
|
+
yearIntervalStart: "間隔,從",
|
|
207
|
+
yearInterval: "年開始,每",
|
|
208
|
+
yearIntervalEnd: "年執行一次",
|
|
209
|
+
yearSpecified: "指定",
|
|
210
|
+
yearUnset: "不指定",
|
|
211
|
+
common: "常用",
|
|
212
|
+
common01: "每分鐘",
|
|
213
|
+
common02: "每小時",
|
|
214
|
+
common03: "每半個小時",
|
|
215
|
+
common04: "8 點到 9 點每半個小時",
|
|
216
|
+
common05: "每天 0 點",
|
|
217
|
+
common06: "每天 8:30",
|
|
218
|
+
common07: "每天 8 點 14 點 19 點",
|
|
219
|
+
common08: "每月 1 號 0 點",
|
|
220
|
+
common09: "每月 1 號 2 點",
|
|
221
|
+
common10: "每月 15 號 8:30",
|
|
222
|
+
common11: "每月最後一天 0 點",
|
|
223
|
+
common12: "每月最後一天 8:30",
|
|
224
|
+
common13: "每月最後一個星期五 8:30",
|
|
225
|
+
common14: "每週星期日 0 點",
|
|
226
|
+
common15: "每週星期一到星期三 8 點",
|
|
227
|
+
common16: "2025 年至 2028 年每 10 月 1 號"
|
|
112
228
|
}
|
|
113
229
|
};
|
|
114
230
|
module.exports = localeValues;
|
package/lib/style/plus.scss
CHANGED
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
@use '../ele-basic-select/style/index.scss' as basicSelect;
|
|
6
6
|
@use '../ele-bottom-bar/style/index.scss' as bottomBar;
|
|
7
7
|
@use '../ele-breadcrumb/style/index.scss' as breadcrumb;
|
|
8
|
-
@use '../ele-copyable/style/index.scss' as copyable;
|
|
9
8
|
@use '../ele-card/style/index.scss' as card;
|
|
9
|
+
@use '../ele-copyable/style/index.scss' as copyable;
|
|
10
10
|
@use '../ele-check-card/style/index.scss' as checkCard;
|
|
11
|
+
@use '../ele-cron-builder/style/index.scss' as cronBuilder;
|
|
12
|
+
@use '../ele-cron-panel/style/index.scss' as cronPanel;
|
|
11
13
|
@use '../ele-cropper/style/index.scss' as cropper;
|
|
12
14
|
@use '../ele-crud/style/index.scss' as crud;
|
|
13
15
|
@use '../ele-crud-builder/style/index.scss' as crudBuilder;
|
|
@@ -332,14 +332,21 @@ $ele: map.deep-merge(
|
|
|
332
332
|
'body-padding': 12px,
|
|
333
333
|
'radius': elVar('border-radius', 'base'),
|
|
334
334
|
'border': 1px solid elVar('border-color', 'light'),
|
|
335
|
-
'
|
|
335
|
+
'item-height': 48px,
|
|
336
|
+
'item-padding': 0 6px,
|
|
337
|
+
'font-size': 18px,
|
|
336
338
|
'color': elVar('text-color', 'regular'),
|
|
339
|
+
'name-font-size': 12px,
|
|
340
|
+
'name-margin-top': 6px,
|
|
337
341
|
'hover-color': elVar('color-primary'),
|
|
338
342
|
'hover-bg': elVar('color-primary', 'light-9'),
|
|
339
343
|
'hover-border': 1px solid elVar('color-primary', 'light-7'),
|
|
340
344
|
'active-color': elVar('color-primary'),
|
|
341
345
|
'active-bg': elVar('color-primary', 'light-9'),
|
|
342
|
-
'active-border': 2px solid elVar('color-primary')
|
|
346
|
+
'active-border': 2px solid elVar('color-primary'),
|
|
347
|
+
'loose-font-size': 22px,
|
|
348
|
+
'loose-item-height': 80px,
|
|
349
|
+
'loose-item-padding': 8px 6px 0 6px
|
|
343
350
|
),
|
|
344
351
|
'loading': (
|
|
345
352
|
// 加载
|
|
@@ -486,7 +493,9 @@ $ele: map.deep-merge(
|
|
|
486
493
|
'footer-padding': 10px 20px,
|
|
487
494
|
'footer-border': 1px solid elVar('border-color', 'light'),
|
|
488
495
|
'fullscreen-border': 1px solid elVar('border-color', 'light'),
|
|
489
|
-
'mobile-space': 16px
|
|
496
|
+
'mobile-space': 16px,
|
|
497
|
+
'bordered-header-padding': 14px 20px,
|
|
498
|
+
'bordered-header-border': 1px solid elVar('border-color', 'light')
|
|
490
499
|
),
|
|
491
500
|
'page': (
|
|
492
501
|
// 页面容器
|
package/package.json
CHANGED
package/typings/global.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ declare module 'vue' {
|
|
|
18
18
|
EleConfigProvider: (typeof import('ele-admin-plus'))['EleConfigProvider'];
|
|
19
19
|
EleCopyable: (typeof import('ele-admin-plus'))['EleCopyable'];
|
|
20
20
|
EleCountUp: (typeof import('ele-admin-plus'))['EleCountUp'];
|
|
21
|
+
EleCronBuilder: (typeof import('ele-admin-plus'))['EleCronBuilder'];
|
|
22
|
+
EleCronPanel: (typeof import('ele-admin-plus'))['EleCronPanel'];
|
|
21
23
|
EleCropper: (typeof import('ele-admin-plus'))['EleCropper'];
|
|
22
24
|
EleCropperModal: (typeof import('ele-admin-plus'))['EleCropperModal'];
|
|
23
25
|
EleCrud: (typeof import('ele-admin-plus'))['EleCrud'];
|