@fangzhongya/fang-ui 0.0.58 → 0.0.59
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/components/array/src/data.cjs +3 -3
- package/dist/components/array/src/data.d.ts +0 -3
- package/dist/components/array/src/data.js +3 -3
- package/dist/components/array/src/index2.cjs +27 -11
- package/dist/components/array/src/index2.js +23 -7
- package/dist/components/common/use.cjs +1 -1
- package/dist/components/common/use.js +1 -1
- package/dist/components/dialogs/src/data.cjs +2 -4
- package/dist/components/dialogs/src/data.d.ts +0 -2
- package/dist/components/dialogs/src/data.js +2 -4
- package/dist/components/dialogs/src/index2.cjs +24 -12
- package/dist/components/dialogs/src/index2.js +17 -5
- package/dist/components/forms/index.css +3 -0
- package/dist/components/forms/index.scss +3 -0
- package/dist/components/forms/src/index2.cjs +16 -14
- package/dist/components/forms/src/index2.js +3 -1
- package/dist/components/forms/src/setup.cjs +11 -5
- package/dist/components/forms/src/setup.d.ts +1 -1
- package/dist/components/forms/src/setup.js +11 -5
- package/dist/components/forms/src/util.cjs +5 -4
- package/dist/components/forms/src/util.d.ts +1 -1
- package/dist/components/forms/src/util.js +5 -4
- package/dist/components/forms-drag/src/index2.cjs +96 -45
- package/dist/components/forms-drag/src/index2.js +91 -40
- package/dist/components/icon-picker/index.css +1 -0
- package/dist/components/icon-picker/index.scss +1 -0
- package/dist/components/iframe/index.css +4 -0
- package/dist/components/iframe/index.scss +4 -0
- package/dist/components/iframe/src/index2.cjs +19 -7
- package/dist/components/iframe/src/index2.js +20 -8
- package/dist/components/iframe/style/index2.scss +3 -0
- package/dist/components/index2.scss +1 -1
- package/dist/components/input-history/index.css +7 -17
- package/dist/components/input-history/index.scss +34 -42
- package/dist/components/input-history/src/index2.cjs +3 -12
- package/dist/components/input-history/src/index2.js +3 -12
- package/dist/components/inputs/src/index2.cjs +11 -9
- package/dist/components/inputs/src/index2.js +3 -1
- package/dist/components/keep-com/src/data.d.ts +3 -0
- package/dist/components/listsp/index.css +1 -0
- package/dist/components/listsp/src/index2.cjs +11 -9
- package/dist/components/listsp/src/index2.js +3 -1
- package/dist/components/page/index.css +4 -0
- package/dist/components/page/src/index2.cjs +41 -39
- package/dist/components/page/src/index2.js +15 -13
- package/dist/components/paging/index.css +1 -0
- package/dist/components/paging/index.scss +1 -0
- package/dist/components/paging/src/index2.cjs +18 -10
- package/dist/components/paging/src/index2.js +12 -4
- package/dist/components/selector/src/index2.cjs +17 -15
- package/dist/components/selector/src/index2.js +8 -6
- package/dist/components/tables/common/pagin.cjs +3 -3
- package/dist/components/tables/common/pagin.d.ts +1 -1
- package/dist/components/tables/common/pagin.js +3 -3
- package/dist/components/tablesp/index.css +1 -0
- package/dist/components/tablesp/src/index2.cjs +11 -9
- package/dist/components/tablesp/src/index2.js +3 -1
- package/dist/components/tabless/src/index2.cjs +11 -9
- package/dist/components/tabless/src/index2.js +3 -1
- package/dist/components/tablesvp/index.css +1 -0
- package/dist/components/tablesvp/src/index2.cjs +9 -7
- package/dist/components/tablesvp/src/index2.js +3 -1
- package/dist/css/forms.css +3 -0
- package/dist/css/icon-picker.css +1 -0
- package/dist/css/iframe.css +4 -0
- package/dist/css/index.css +16 -17
- package/dist/css/input-history.css +7 -17
- package/dist/css/listsp.css +1 -0
- package/dist/css/page.css +4 -0
- package/dist/css/paging.css +1 -0
- package/dist/css/tablesp.css +1 -0
- package/dist/css/tablesvp.css +1 -0
- package/dist/hooks/index.cjs +2 -0
- package/dist/hooks/index.js +3 -1
- package/dist/hooks/locale/index.cjs +51 -2
- package/dist/hooks/locale/index.d.ts +64 -3
- package/dist/hooks/locale/index.js +51 -2
- package/dist/icons/index.css +37 -37
- package/dist/icons/index.json +10 -10
- package/dist/index.css +16 -17
- package/dist/locale/en.cjs +27 -3
- package/dist/locale/en.d.ts +26 -2
- package/dist/locale/en.js +27 -3
- package/dist/locale/zh-cn.cjs +23 -1
- package/dist/locale/zh-cn.d.ts +22 -0
- package/dist/locale/zh-cn.js +23 -1
- package/dist/types/locale.d.ts +1 -1
- package/package.json +10 -10
- /package/dist/components/{forms-item → forms-items}/index.css +0 -0
- /package/dist/components/{option → keep-com}/index.css +0 -0
- /package/dist/css/{forms-item.css → forms-items.css} +0 -0
- /package/dist/css/{option.css → keep-com.css} +0 -0
|
@@ -1,5 +1,66 @@
|
|
|
1
|
-
import { Locale,
|
|
1
|
+
import { Locale, Translator } from '../../types/locale';
|
|
2
2
|
import { MaybeRef } from '../../types/hooks';
|
|
3
|
+
import { ComputedRef, Ref } from 'vue';
|
|
3
4
|
export declare function buildTranslator(locale: MaybeRef<Locale>): Translator;
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
type PropsDefault = {
|
|
6
|
+
name: string;
|
|
7
|
+
locale: string;
|
|
8
|
+
filter?: (locale: string) => string;
|
|
9
|
+
};
|
|
10
|
+
export declare function buildPropsDefault(getLocale: Translator): (props: any, arr: Array<PropsDefault>) => any;
|
|
11
|
+
export declare function buildLocaleAdd(locale: MaybeRef<Locale>, lang: ComputedRef<string>): (...arr: string[]) => string;
|
|
12
|
+
export declare function buildLocaleContext(locale: MaybeRef<Locale>): {
|
|
13
|
+
lang: ComputedRef<string>;
|
|
14
|
+
locale: Ref<{
|
|
15
|
+
name: string;
|
|
16
|
+
value: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
} | {
|
|
20
|
+
readonly name: string;
|
|
21
|
+
readonly value: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
}, Locale | {
|
|
25
|
+
name: string;
|
|
26
|
+
value: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
} | Readonly<Locale> | {
|
|
30
|
+
readonly name: string;
|
|
31
|
+
readonly value: {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
};
|
|
34
|
+
}>;
|
|
35
|
+
getPropsDefault: (props: any, arr: Array<PropsDefault>) => any;
|
|
36
|
+
getLocale: Translator;
|
|
37
|
+
getLocaleAdd: (...arr: string[]) => string;
|
|
38
|
+
};
|
|
39
|
+
export declare function useLocale(): {
|
|
40
|
+
lang: ComputedRef<string>;
|
|
41
|
+
locale: Ref<{
|
|
42
|
+
name: string;
|
|
43
|
+
value: {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
};
|
|
46
|
+
} | {
|
|
47
|
+
readonly name: string;
|
|
48
|
+
readonly value: {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
};
|
|
51
|
+
}, Locale | {
|
|
52
|
+
name: string;
|
|
53
|
+
value: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
} | Readonly<Locale> | {
|
|
57
|
+
readonly name: string;
|
|
58
|
+
readonly value: {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
};
|
|
61
|
+
}>;
|
|
62
|
+
getPropsDefault: (props: any, arr: Array<PropsDefault>) => any;
|
|
63
|
+
getLocale: Translator;
|
|
64
|
+
getLocaleAdd: (...arr: string[]) => string;
|
|
65
|
+
};
|
|
66
|
+
export {};
|
|
@@ -15,7 +15,52 @@ function getValue(key, locale) {
|
|
|
15
15
|
return obj;
|
|
16
16
|
}
|
|
17
17
|
function buildTranslator(locale) {
|
|
18
|
-
return (path) =>
|
|
18
|
+
return (path, ...values) => {
|
|
19
|
+
let v = getValue(path, unref(locale).value);
|
|
20
|
+
if (values.length > 0) {
|
|
21
|
+
values.forEach((z, i) => {
|
|
22
|
+
v = v.replaceAll("$" + (i + 1), z);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
return v;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
function getPropsDefault(props, arr, getLocale) {
|
|
29
|
+
const keys = [];
|
|
30
|
+
const keyObj = {};
|
|
31
|
+
arr.forEach((v) => {
|
|
32
|
+
keys.push(v.name);
|
|
33
|
+
keyObj[v.name] = v;
|
|
34
|
+
});
|
|
35
|
+
return new Proxy(props, {
|
|
36
|
+
get(_target, k) {
|
|
37
|
+
if (typeof k === "string" && keys.includes(k)) {
|
|
38
|
+
const v = _target[k];
|
|
39
|
+
if (v === void 0) {
|
|
40
|
+
const o = keyObj[k];
|
|
41
|
+
const l = getLocale(o.locale);
|
|
42
|
+
if (o.filter) {
|
|
43
|
+
return o.filter(l);
|
|
44
|
+
}
|
|
45
|
+
return l;
|
|
46
|
+
}
|
|
47
|
+
return v;
|
|
48
|
+
}
|
|
49
|
+
return _target[k];
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
function buildPropsDefault(getLocale) {
|
|
54
|
+
return (props, arr) => getPropsDefault(props, arr, getLocale);
|
|
55
|
+
}
|
|
56
|
+
function buildLocaleAdd(locale, lang) {
|
|
57
|
+
return (...arr) => {
|
|
58
|
+
if (lang.value == "zh-cn") {
|
|
59
|
+
return arr.map((o) => getValue(o, unref(locale).value)).join("");
|
|
60
|
+
} else {
|
|
61
|
+
return arr.map((o) => getValue(o, unref(locale).value)).join(" ");
|
|
62
|
+
}
|
|
63
|
+
};
|
|
19
64
|
}
|
|
20
65
|
function buildLocaleContext(locale) {
|
|
21
66
|
const lang = computed(() => unref(locale).name);
|
|
@@ -23,7 +68,9 @@ function buildLocaleContext(locale) {
|
|
|
23
68
|
return {
|
|
24
69
|
lang,
|
|
25
70
|
locale: localeRef,
|
|
26
|
-
|
|
71
|
+
getPropsDefault: buildPropsDefault(buildTranslator(locale)),
|
|
72
|
+
getLocale: buildTranslator(locale),
|
|
73
|
+
getLocaleAdd: buildLocaleAdd(locale, lang)
|
|
27
74
|
};
|
|
28
75
|
}
|
|
29
76
|
function useLocale() {
|
|
@@ -42,7 +89,9 @@ function useLocale() {
|
|
|
42
89
|
);
|
|
43
90
|
}
|
|
44
91
|
export {
|
|
92
|
+
buildLocaleAdd,
|
|
45
93
|
buildLocaleContext,
|
|
94
|
+
buildPropsDefault,
|
|
46
95
|
buildTranslator,
|
|
47
96
|
useLocale
|
|
48
97
|
};
|
package/dist/icons/index.css
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
|
|
3
|
-
--icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
|
|
4
|
-
--icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
|
|
5
2
|
--icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
3
|
+
--icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
|
|
6
4
|
--icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
|
|
7
|
-
--icon-svg-
|
|
8
|
-
--icon-svg-
|
|
5
|
+
--icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
|
|
6
|
+
--icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
|
|
9
7
|
--icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
|
|
10
|
-
--icon-svg-
|
|
11
|
-
--icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
8
|
+
--icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
|
|
12
9
|
--icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z' %3E%3C/path%3E %3C/svg%3E");
|
|
10
|
+
--icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
11
|
+
--icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
|
|
13
12
|
--icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
13
|
+
--icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
14
14
|
--icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z' %3E%3C/path%3E %3C/svg%3E");
|
|
15
15
|
}
|
|
16
|
-
.icon-
|
|
16
|
+
.icon-below {
|
|
17
17
|
height: 1em;
|
|
18
18
|
width: 1em;
|
|
19
19
|
background-color: currentColor;
|
|
20
|
-
-webkit-mask: var(--icon-svg-
|
|
21
|
-
mask: var(--icon-svg-
|
|
20
|
+
-webkit-mask: var(--icon-svg-below) no-repeat;
|
|
21
|
+
mask: var(--icon-svg-below) no-repeat;
|
|
22
22
|
-webkit-mask-size: 100% 100%;
|
|
23
23
|
mask-size: 100% 100%;
|
|
24
24
|
color: inherit;
|
|
@@ -33,62 +33,62 @@
|
|
|
33
33
|
mask-size: 100% 100%;
|
|
34
34
|
color: inherit;
|
|
35
35
|
}
|
|
36
|
-
.icon-
|
|
36
|
+
.icon-bottom {
|
|
37
37
|
height: 1em;
|
|
38
38
|
width: 1em;
|
|
39
39
|
background-color: currentColor;
|
|
40
|
-
-webkit-mask: var(--icon-svg-
|
|
41
|
-
mask: var(--icon-svg-
|
|
40
|
+
-webkit-mask: var(--icon-svg-bottom) no-repeat;
|
|
41
|
+
mask: var(--icon-svg-bottom) no-repeat;
|
|
42
42
|
-webkit-mask-size: 100% 100%;
|
|
43
43
|
mask-size: 100% 100%;
|
|
44
44
|
color: inherit;
|
|
45
45
|
}
|
|
46
|
-
.icon-
|
|
46
|
+
.icon-bicycle {
|
|
47
47
|
height: 1em;
|
|
48
48
|
width: 1em;
|
|
49
49
|
background-color: currentColor;
|
|
50
|
-
-webkit-mask: var(--icon-svg-
|
|
51
|
-
mask: var(--icon-svg-
|
|
50
|
+
-webkit-mask: var(--icon-svg-bicycle) no-repeat;
|
|
51
|
+
mask: var(--icon-svg-bicycle) no-repeat;
|
|
52
52
|
-webkit-mask-size: 100% 100%;
|
|
53
53
|
mask-size: 100% 100%;
|
|
54
54
|
color: inherit;
|
|
55
55
|
}
|
|
56
|
-
.icon-
|
|
56
|
+
.icon-bar {
|
|
57
57
|
height: 1em;
|
|
58
58
|
width: 1em;
|
|
59
59
|
background-color: currentColor;
|
|
60
|
-
-webkit-mask: var(--icon-svg-
|
|
61
|
-
mask: var(--icon-svg-
|
|
60
|
+
-webkit-mask: var(--icon-svg-bar) no-repeat;
|
|
61
|
+
mask: var(--icon-svg-bar) no-repeat;
|
|
62
62
|
-webkit-mask-size: 100% 100%;
|
|
63
63
|
mask-size: 100% 100%;
|
|
64
64
|
color: inherit;
|
|
65
65
|
}
|
|
66
|
-
.icon-
|
|
66
|
+
.icon-close {
|
|
67
67
|
height: 1em;
|
|
68
68
|
width: 1em;
|
|
69
69
|
background-color: currentColor;
|
|
70
|
-
-webkit-mask: var(--icon-svg-
|
|
71
|
-
mask: var(--icon-svg-
|
|
70
|
+
-webkit-mask: var(--icon-svg-close) no-repeat;
|
|
71
|
+
mask: var(--icon-svg-close) no-repeat;
|
|
72
72
|
-webkit-mask-size: 100% 100%;
|
|
73
73
|
mask-size: 100% 100%;
|
|
74
74
|
color: inherit;
|
|
75
75
|
}
|
|
76
|
-
.icon-
|
|
76
|
+
.icon-bottom-right {
|
|
77
77
|
height: 1em;
|
|
78
78
|
width: 1em;
|
|
79
79
|
background-color: currentColor;
|
|
80
|
-
-webkit-mask: var(--icon-svg-
|
|
81
|
-
mask: var(--icon-svg-
|
|
80
|
+
-webkit-mask: var(--icon-svg-bottom-right) no-repeat;
|
|
81
|
+
mask: var(--icon-svg-bottom-right) no-repeat;
|
|
82
82
|
-webkit-mask-size: 100% 100%;
|
|
83
83
|
mask-size: 100% 100%;
|
|
84
84
|
color: inherit;
|
|
85
85
|
}
|
|
86
|
-
.icon-
|
|
86
|
+
.icon-frame {
|
|
87
87
|
height: 1em;
|
|
88
88
|
width: 1em;
|
|
89
89
|
background-color: currentColor;
|
|
90
|
-
-webkit-mask: var(--icon-svg-
|
|
91
|
-
mask: var(--icon-svg-
|
|
90
|
+
-webkit-mask: var(--icon-svg-frame) no-repeat;
|
|
91
|
+
mask: var(--icon-svg-frame) no-repeat;
|
|
92
92
|
-webkit-mask-size: 100% 100%;
|
|
93
93
|
mask-size: 100% 100%;
|
|
94
94
|
color: inherit;
|
|
@@ -103,32 +103,32 @@
|
|
|
103
103
|
mask-size: 100% 100%;
|
|
104
104
|
color: inherit;
|
|
105
105
|
}
|
|
106
|
-
.icon-
|
|
106
|
+
.icon-clear {
|
|
107
107
|
height: 1em;
|
|
108
108
|
width: 1em;
|
|
109
109
|
background-color: currentColor;
|
|
110
|
-
-webkit-mask: var(--icon-svg-
|
|
111
|
-
mask: var(--icon-svg-
|
|
110
|
+
-webkit-mask: var(--icon-svg-clear) no-repeat;
|
|
111
|
+
mask: var(--icon-svg-clear) no-repeat;
|
|
112
112
|
-webkit-mask-size: 100% 100%;
|
|
113
113
|
mask-size: 100% 100%;
|
|
114
114
|
color: inherit;
|
|
115
115
|
}
|
|
116
|
-
.icon-
|
|
116
|
+
.icon-left {
|
|
117
117
|
height: 1em;
|
|
118
118
|
width: 1em;
|
|
119
119
|
background-color: currentColor;
|
|
120
|
-
-webkit-mask: var(--icon-svg-
|
|
121
|
-
mask: var(--icon-svg-
|
|
120
|
+
-webkit-mask: var(--icon-svg-left) no-repeat;
|
|
121
|
+
mask: var(--icon-svg-left) no-repeat;
|
|
122
122
|
-webkit-mask-size: 100% 100%;
|
|
123
123
|
mask-size: 100% 100%;
|
|
124
124
|
color: inherit;
|
|
125
125
|
}
|
|
126
|
-
.icon-
|
|
126
|
+
.icon-right {
|
|
127
127
|
height: 1em;
|
|
128
128
|
width: 1em;
|
|
129
129
|
background-color: currentColor;
|
|
130
|
-
-webkit-mask: var(--icon-svg-
|
|
131
|
-
mask: var(--icon-svg-
|
|
130
|
+
-webkit-mask: var(--icon-svg-right) no-repeat;
|
|
131
|
+
mask: var(--icon-svg-right) no-repeat;
|
|
132
132
|
-webkit-mask-size: 100% 100%;
|
|
133
133
|
mask-size: 100% 100%;
|
|
134
134
|
color: inherit;
|
package/dist/icons/index.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prefix": "fang-ui",
|
|
3
3
|
"info": {},
|
|
4
|
-
"lastModified":
|
|
4
|
+
"lastModified": 1758613627478,
|
|
5
5
|
"icons": {
|
|
6
|
-
"
|
|
7
|
-
"body": " <path fill=\"currentColor\" d=\"
|
|
8
|
-
},
|
|
9
|
-
"bicycle": {
|
|
10
|
-
"body": "<path fill=\"currentColor\" d=\"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z\"/><path fill=\"currentColor\" d=\"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z\"/><path fill=\"currentColor\" d=\"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z\"/>"
|
|
6
|
+
"below": {
|
|
7
|
+
"body": " <path fill=\"currentColor\" d=\"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z\" ></path> "
|
|
11
8
|
},
|
|
12
9
|
"bottom": {
|
|
13
10
|
"body": "<path fill=\"currentColor\" d=\"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z\"/>"
|
|
14
11
|
},
|
|
15
|
-
"
|
|
16
|
-
"body": " <path fill=\"currentColor\" d=\"
|
|
12
|
+
"bar": {
|
|
13
|
+
"body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
|
|
14
|
+
},
|
|
15
|
+
"bottom-right": {
|
|
16
|
+
"body": "<path fill=\"currentColor\" d=\"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z\"/><path fill=\"currentColor\" d=\"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z\"/>"
|
|
17
17
|
},
|
|
18
18
|
"edit": {
|
|
19
19
|
"body": " <path fill=\"currentColor\" d=\"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z\" ></path> <path fill=\"currentColor\" d=\"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z\" ></path> "
|
|
20
20
|
},
|
|
21
|
-
"
|
|
22
|
-
"body": " <path fill=\"currentColor\" d=\"
|
|
21
|
+
"left": {
|
|
22
|
+
"body": " <path fill=\"currentColor\" d=\"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z\" ></path> "
|
|
23
23
|
},
|
|
24
24
|
"star": {
|
|
25
25
|
"body": " <path fill=\"currentColor\" d=\"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z\" ></path> "
|
package/dist/index.css
CHANGED
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
.forms-elf.center .el-form-item__label {
|
|
100
100
|
justify-content: center;
|
|
101
101
|
}
|
|
102
|
+
.forms .forms-li.forms-buts {
|
|
103
|
+
margin-right: 0;
|
|
104
|
+
}
|
|
102
105
|
.forms-buts-div .el-button {
|
|
103
106
|
height: inherit;
|
|
104
107
|
}
|
|
@@ -420,6 +423,7 @@
|
|
|
420
423
|
cursor: pointer;
|
|
421
424
|
}
|
|
422
425
|
.icon-picker .icon-picker-dialog-list-item:hover {
|
|
426
|
+
background-color: #e5e5e5;
|
|
423
427
|
color: var(--on-icon-picker);
|
|
424
428
|
}
|
|
425
429
|
.icon-picker .icon-picker-dialog-list-icon {
|
|
@@ -463,6 +467,10 @@
|
|
|
463
467
|
width: 100%;
|
|
464
468
|
height: 100%;
|
|
465
469
|
}
|
|
470
|
+
.iframe > iframe {
|
|
471
|
+
width: 100%;
|
|
472
|
+
height: 100%;
|
|
473
|
+
}
|
|
466
474
|
|
|
467
475
|
.menus .menu-li-item {
|
|
468
476
|
display: flex;
|
|
@@ -584,6 +592,7 @@
|
|
|
584
592
|
}
|
|
585
593
|
.paging-slot > span {
|
|
586
594
|
margin-right: 10px;
|
|
595
|
+
white-space: nowrap;
|
|
587
596
|
}
|
|
588
597
|
.paging .el-pagination__total {
|
|
589
598
|
font-size: 14px;
|
|
@@ -940,7 +949,7 @@
|
|
|
940
949
|
padding: 0;
|
|
941
950
|
box-sizing: border-box;
|
|
942
951
|
}
|
|
943
|
-
.input-history-select-li {
|
|
952
|
+
.input-history-select-ul .input-history-select-li {
|
|
944
953
|
padding: 0 32px 0 20px;
|
|
945
954
|
position: relative;
|
|
946
955
|
white-space: nowrap;
|
|
@@ -952,36 +961,26 @@
|
|
|
952
961
|
box-sizing: border-box;
|
|
953
962
|
cursor: pointer;
|
|
954
963
|
}
|
|
955
|
-
.input-history-select-li.hover, .input-history-select-li:hover {
|
|
964
|
+
.input-history-select-ul .input-history-select-li.hover, .input-history-select-ul .input-history-select-li:hover {
|
|
956
965
|
background-color: #f5f7fa;
|
|
957
966
|
}
|
|
958
|
-
.input-history-select-li.hover .input-history-select-li-clean, .input-history-select-li:hover .input-history-select-li-clean {
|
|
967
|
+
.input-history-select-ul .input-history-select-li.hover .input-history-select-li-clean, .input-history-select-ul .input-history-select-li:hover .input-history-select-li-clean {
|
|
959
968
|
display: inline-flex;
|
|
960
969
|
}
|
|
961
|
-
.input-history-select-li.selected {
|
|
970
|
+
.input-history-select-ul .input-history-select-li.selected {
|
|
962
971
|
color: var(--bv-color-primary);
|
|
963
972
|
font-weight: 700;
|
|
964
973
|
}
|
|
965
|
-
.input-history-select-li.is-disabled {
|
|
974
|
+
.input-history-select-ul .input-history-select-li.is-disabled {
|
|
966
975
|
background-color: #ffffff;
|
|
967
976
|
color: #a8abb2;
|
|
968
977
|
cursor: not-allowed;
|
|
969
978
|
}
|
|
970
|
-
.input-history-select-li-clean {
|
|
971
|
-
position: absolute;
|
|
979
|
+
.input-history-select-ul .input-history-select-li-clean {
|
|
972
980
|
align-items: center;
|
|
973
981
|
justify-content: center;
|
|
974
|
-
right: 16px;
|
|
975
|
-
height: 100%;
|
|
976
982
|
display: none;
|
|
977
|
-
|
|
978
|
-
.input-history-select-clean {
|
|
979
|
-
padding: 0 20px;
|
|
980
|
-
}
|
|
981
|
-
.input-history-select-clean-but {
|
|
982
|
-
float: right;
|
|
983
|
-
color: #ccc;
|
|
984
|
-
cursor: pointer;
|
|
983
|
+
margin-left: 5px;
|
|
985
984
|
}
|
|
986
985
|
|
|
987
986
|
.input-num-input {
|
package/dist/locale/en.cjs
CHANGED
|
@@ -13,13 +13,37 @@ const En = {
|
|
|
13
13
|
select: "please select",
|
|
14
14
|
verif: "verification failed"
|
|
15
15
|
},
|
|
16
|
+
close: "close",
|
|
17
|
+
maxh: "maximize",
|
|
18
|
+
minh: "minimize",
|
|
19
|
+
tmaxh: "Exit maximization",
|
|
16
20
|
clean: "clean",
|
|
17
21
|
search: "search",
|
|
18
|
-
cancel: "cancel",
|
|
19
|
-
confirm: "confirm",
|
|
20
22
|
iconpicker: "icon picker",
|
|
21
23
|
retreat: "retreat",
|
|
22
|
-
forward: "forward"
|
|
24
|
+
forward: "forward",
|
|
25
|
+
to: "to",
|
|
26
|
+
began: "began",
|
|
27
|
+
end: "end",
|
|
28
|
+
cannot: "cannot be greater than",
|
|
29
|
+
serial: "serial number",
|
|
30
|
+
page: {
|
|
31
|
+
add: "add",
|
|
32
|
+
edit: "edit",
|
|
33
|
+
delete: "delete",
|
|
34
|
+
details: "details",
|
|
35
|
+
batch: "batch",
|
|
36
|
+
operation: "operation",
|
|
37
|
+
query: "query",
|
|
38
|
+
reset: "reset",
|
|
39
|
+
senior: "senior",
|
|
40
|
+
put: "put away"
|
|
41
|
+
},
|
|
42
|
+
pag: {
|
|
43
|
+
total: "Total $1 page",
|
|
44
|
+
cur: "Current Page $1",
|
|
45
|
+
per: "$1 items per page"
|
|
46
|
+
}
|
|
23
47
|
}
|
|
24
48
|
};
|
|
25
49
|
exports.default = En;
|
package/dist/locale/en.d.ts
CHANGED
|
@@ -11,13 +11,37 @@ declare const _default: {
|
|
|
11
11
|
select: string;
|
|
12
12
|
verif: string;
|
|
13
13
|
};
|
|
14
|
+
close: string;
|
|
15
|
+
maxh: string;
|
|
16
|
+
minh: string;
|
|
17
|
+
tmaxh: string;
|
|
14
18
|
clean: string;
|
|
15
19
|
search: string;
|
|
16
|
-
cancel: string;
|
|
17
|
-
confirm: string;
|
|
18
20
|
iconpicker: string;
|
|
19
21
|
retreat: string;
|
|
20
22
|
forward: string;
|
|
23
|
+
to: string;
|
|
24
|
+
began: string;
|
|
25
|
+
end: string;
|
|
26
|
+
cannot: string;
|
|
27
|
+
serial: string;
|
|
28
|
+
page: {
|
|
29
|
+
add: string;
|
|
30
|
+
edit: string;
|
|
31
|
+
delete: string;
|
|
32
|
+
details: string;
|
|
33
|
+
batch: string;
|
|
34
|
+
operation: string;
|
|
35
|
+
query: string;
|
|
36
|
+
reset: string;
|
|
37
|
+
senior: string;
|
|
38
|
+
put: string;
|
|
39
|
+
};
|
|
40
|
+
pag: {
|
|
41
|
+
total: string;
|
|
42
|
+
cur: string;
|
|
43
|
+
per: string;
|
|
44
|
+
};
|
|
21
45
|
};
|
|
22
46
|
};
|
|
23
47
|
export default _default;
|
package/dist/locale/en.js
CHANGED
|
@@ -11,13 +11,37 @@ const En = {
|
|
|
11
11
|
select: "please select",
|
|
12
12
|
verif: "verification failed"
|
|
13
13
|
},
|
|
14
|
+
close: "close",
|
|
15
|
+
maxh: "maximize",
|
|
16
|
+
minh: "minimize",
|
|
17
|
+
tmaxh: "Exit maximization",
|
|
14
18
|
clean: "clean",
|
|
15
19
|
search: "search",
|
|
16
|
-
cancel: "cancel",
|
|
17
|
-
confirm: "confirm",
|
|
18
20
|
iconpicker: "icon picker",
|
|
19
21
|
retreat: "retreat",
|
|
20
|
-
forward: "forward"
|
|
22
|
+
forward: "forward",
|
|
23
|
+
to: "to",
|
|
24
|
+
began: "began",
|
|
25
|
+
end: "end",
|
|
26
|
+
cannot: "cannot be greater than",
|
|
27
|
+
serial: "serial number",
|
|
28
|
+
page: {
|
|
29
|
+
add: "add",
|
|
30
|
+
edit: "edit",
|
|
31
|
+
delete: "delete",
|
|
32
|
+
details: "details",
|
|
33
|
+
batch: "batch",
|
|
34
|
+
operation: "operation",
|
|
35
|
+
query: "query",
|
|
36
|
+
reset: "reset",
|
|
37
|
+
senior: "senior",
|
|
38
|
+
put: "put away"
|
|
39
|
+
},
|
|
40
|
+
pag: {
|
|
41
|
+
total: "Total $1 page",
|
|
42
|
+
cur: "Current Page $1",
|
|
43
|
+
per: "$1 items per page"
|
|
44
|
+
}
|
|
21
45
|
}
|
|
22
46
|
};
|
|
23
47
|
export {
|
package/dist/locale/zh-cn.cjs
CHANGED
|
@@ -21,7 +21,29 @@ const ZhCn = {
|
|
|
21
21
|
search: "搜索",
|
|
22
22
|
iconpicker: "图标选择器",
|
|
23
23
|
retreat: "后退",
|
|
24
|
-
forward: "前进"
|
|
24
|
+
forward: "前进",
|
|
25
|
+
to: "至",
|
|
26
|
+
began: "开始",
|
|
27
|
+
end: "结束",
|
|
28
|
+
cannot: "不能大于",
|
|
29
|
+
serial: "序号",
|
|
30
|
+
page: {
|
|
31
|
+
add: "添加",
|
|
32
|
+
edit: "编辑",
|
|
33
|
+
delete: "删除",
|
|
34
|
+
details: "详情",
|
|
35
|
+
batch: "批量",
|
|
36
|
+
operation: "操作",
|
|
37
|
+
query: "查询",
|
|
38
|
+
reset: "重置",
|
|
39
|
+
senior: "高级",
|
|
40
|
+
put: "收起"
|
|
41
|
+
},
|
|
42
|
+
pag: {
|
|
43
|
+
total: "共$1页",
|
|
44
|
+
cur: "当前第$1页",
|
|
45
|
+
per: "每页$1条"
|
|
46
|
+
}
|
|
25
47
|
}
|
|
26
48
|
};
|
|
27
49
|
exports.default = ZhCn;
|
package/dist/locale/zh-cn.d.ts
CHANGED
|
@@ -20,6 +20,28 @@ declare const _default: {
|
|
|
20
20
|
iconpicker: string;
|
|
21
21
|
retreat: string;
|
|
22
22
|
forward: string;
|
|
23
|
+
to: string;
|
|
24
|
+
began: string;
|
|
25
|
+
end: string;
|
|
26
|
+
cannot: string;
|
|
27
|
+
serial: string;
|
|
28
|
+
page: {
|
|
29
|
+
add: string;
|
|
30
|
+
edit: string;
|
|
31
|
+
delete: string;
|
|
32
|
+
details: string;
|
|
33
|
+
batch: string;
|
|
34
|
+
operation: string;
|
|
35
|
+
query: string;
|
|
36
|
+
reset: string;
|
|
37
|
+
senior: string;
|
|
38
|
+
put: string;
|
|
39
|
+
};
|
|
40
|
+
pag: {
|
|
41
|
+
total: string;
|
|
42
|
+
cur: string;
|
|
43
|
+
per: string;
|
|
44
|
+
};
|
|
23
45
|
};
|
|
24
46
|
};
|
|
25
47
|
export default _default;
|
package/dist/locale/zh-cn.js
CHANGED
|
@@ -19,7 +19,29 @@ const ZhCn = {
|
|
|
19
19
|
search: "搜索",
|
|
20
20
|
iconpicker: "图标选择器",
|
|
21
21
|
retreat: "后退",
|
|
22
|
-
forward: "前进"
|
|
22
|
+
forward: "前进",
|
|
23
|
+
to: "至",
|
|
24
|
+
began: "开始",
|
|
25
|
+
end: "结束",
|
|
26
|
+
cannot: "不能大于",
|
|
27
|
+
serial: "序号",
|
|
28
|
+
page: {
|
|
29
|
+
add: "添加",
|
|
30
|
+
edit: "编辑",
|
|
31
|
+
delete: "删除",
|
|
32
|
+
details: "详情",
|
|
33
|
+
batch: "批量",
|
|
34
|
+
operation: "操作",
|
|
35
|
+
query: "查询",
|
|
36
|
+
reset: "重置",
|
|
37
|
+
senior: "高级",
|
|
38
|
+
put: "收起"
|
|
39
|
+
},
|
|
40
|
+
pag: {
|
|
41
|
+
total: "共$1页",
|
|
42
|
+
cur: "当前第$1页",
|
|
43
|
+
per: "每页$1条"
|
|
44
|
+
}
|
|
23
45
|
}
|
|
24
46
|
};
|
|
25
47
|
export {
|