@kdcloudjs/kdesign 1.6.40 → 1.7.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/CHANGELOG.md +32 -0
- package/dist/default-theme.js +4 -5
- package/dist/kdesign-complete.less +806 -35
- package/dist/kdesign.css +1051 -35
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +59352 -40542
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +9 -9
- package/dist/kdesign.min.js.map +1 -1
- package/es/alert/style/index.css +2 -0
- package/es/anchor/style/index.css +2 -0
- package/es/avatar/style/index.css +2 -0
- package/es/badge/style/index.css +2 -0
- package/es/base-data/style/index.css +2 -0
- package/es/button/style/index.css +2 -0
- package/es/card/style/index.css +2 -0
- package/es/carousel/style/index.css +2 -0
- package/es/cascader/cascader.js +14 -3
- package/es/cascader/style/index.css +2 -0
- package/es/cascader/util.js +13 -4
- package/es/checkbox/style/index.css +2 -0
- package/es/city-picker/style/index.css +2 -0
- package/es/collapse/style/index.css +2 -0
- package/es/color-picker/color-picker-panel.d.ts +4 -0
- package/es/color-picker/color-picker-panel.js +239 -0
- package/es/color-picker/color-picker.d.ts +4 -0
- package/es/color-picker/color-picker.js +201 -0
- package/es/color-picker/constant/colorTypes.d.ts +4 -0
- package/es/color-picker/constant/colorTypes.js +13 -0
- package/es/color-picker/constant/defaultColor.d.ts +1 -0
- package/es/color-picker/constant/defaultColor.js +1 -0
- package/es/color-picker/constant/systemPresetColor.d.ts +1 -0
- package/es/color-picker/constant/systemPresetColor.js +1 -0
- package/es/color-picker/index.d.ts +3 -0
- package/es/color-picker/index.js +3 -0
- package/es/color-picker/interface.d.ts +64 -0
- package/es/color-picker/interface.js +3 -0
- package/es/color-picker/style/css.js +2 -0
- package/es/color-picker/style/index.css +317 -0
- package/es/color-picker/style/index.d.ts +2 -0
- package/es/color-picker/style/index.js +2 -0
- package/es/color-picker/style/index.less +253 -0
- package/es/color-picker/style/mixin.less +5 -0
- package/es/color-picker/style/token.less +22 -0
- package/es/color-picker/utils/colorFormat.d.ts +18 -0
- package/es/color-picker/utils/colorFormat.js +153 -0
- package/es/color-picker/utils/convertLetters.d.ts +1 -0
- package/es/color-picker/utils/convertLetters.js +12 -0
- package/es/color-picker/utils/hooks/useOnClickOutside.d.ts +2 -0
- package/es/color-picker/utils/hooks/useOnClickOutside.js +16 -0
- package/es/color-picker/utils/validateColor.d.ts +1 -0
- package/es/color-picker/utils/validateColor.js +24 -0
- package/es/config-provider/compDefaultProps.d.ts +25 -0
- package/es/config-provider/compDefaultProps.js +29 -0
- package/es/date-picker/style/index.css +2 -0
- package/es/drawer/style/index.css +2 -0
- package/es/dropdown/style/index.css +2 -0
- package/es/empty/style/index.css +2 -0
- package/es/filter/style/index.css +2 -0
- package/es/form/style/index.css +2 -0
- package/es/grid/style/index.css +2 -0
- package/es/icon/style/index.css +2 -0
- package/es/image/style/index.css +2 -0
- package/es/image-cropper/style/index.css +2 -0
- package/es/index.d.ts +2 -0
- package/es/index.js +3 -1
- package/es/input/ClearableLabeledInput.js +8 -2
- package/es/input/input.js +1 -5
- package/es/input/style/index.css +2 -0
- package/es/input-number/style/index.css +2 -0
- package/es/layout/style/index.css +2 -0
- package/es/link/style/index.css +2 -0
- package/es/locale/locale.d.ts +4 -0
- package/es/locale/locale.js +6 -4
- package/es/locale/zh-CN.d.ts +1 -0
- package/es/locale/zh-CN.js +1 -0
- package/es/menu/style/index.css +2 -0
- package/es/message/style/index.css +2 -0
- package/es/modal/style/index.css +2 -0
- package/es/notification/style/index.css +2 -0
- package/es/pagination/style/index.css +116 -29
- package/es/pagination/style/index.less +38 -29
- package/es/popconfirm/style/index.css +2 -0
- package/es/progress/style/index.css +2 -0
- package/es/radio/style/index.css +2 -0
- package/es/rate/style/index.css +2 -0
- package/es/search/style/index.css +2 -0
- package/es/select/style/index.css +2 -0
- package/es/slider/style/index.css +2 -0
- package/es/space/style/index.css +2 -0
- package/es/spin/style/index.css +2 -0
- package/es/split-panel/style/index.css +2 -0
- package/es/stepper/style/index.css +2 -0
- package/es/steps/style/index.css +2 -0
- package/es/style/index.css +2 -0
- package/es/style/themes/default.less +10 -6
- package/es/switch/style/index.css +2 -0
- package/es/table/style/index.css +2 -0
- package/es/tabs/style/index.css +2 -0
- package/es/tag/style/index.css +2 -0
- package/es/timeline/style/index.css +2 -0
- package/es/tooltip/style/index.css +2 -0
- package/es/transfer/style/index.css +2 -0
- package/es/tree/style/index.css +2 -0
- package/es/tree/tree.d.ts +2 -1
- package/es/tree/tree.js +4 -3
- package/es/tree-select/index.d.ts +3 -0
- package/es/tree-select/index.js +3 -0
- package/es/tree-select/interface.d.ts +68 -0
- package/es/tree-select/interface.js +4 -0
- package/es/tree-select/style/css.js +2 -0
- package/es/tree-select/style/index.css +504 -0
- package/es/tree-select/style/index.d.ts +2 -0
- package/es/tree-select/style/index.js +2 -0
- package/es/tree-select/style/index.less +392 -0
- package/es/tree-select/style/mixin.less +29 -0
- package/es/tree-select/style/token.less +54 -0
- package/es/tree-select/tree-select.d.ts +4 -0
- package/es/tree-select/tree-select.js +506 -0
- package/es/typography/style/index.css +2 -0
- package/es/upload/style/index.css +2 -0
- package/lib/alert/style/index.css +2 -0
- package/lib/anchor/style/index.css +2 -0
- package/lib/avatar/style/index.css +2 -0
- package/lib/badge/style/index.css +2 -0
- package/lib/base-data/style/index.css +2 -0
- package/lib/button/style/index.css +2 -0
- package/lib/card/style/index.css +2 -0
- package/lib/carousel/style/index.css +2 -0
- package/lib/cascader/cascader.js +14 -3
- package/lib/cascader/style/index.css +2 -0
- package/lib/cascader/util.js +13 -4
- package/lib/checkbox/style/index.css +2 -0
- package/lib/city-picker/style/index.css +2 -0
- package/lib/collapse/style/index.css +2 -0
- package/lib/color-picker/color-picker-panel.d.ts +4 -0
- package/lib/color-picker/color-picker-panel.js +253 -0
- package/lib/color-picker/color-picker.d.ts +4 -0
- package/lib/color-picker/color-picker.js +214 -0
- package/lib/color-picker/constant/colorTypes.d.ts +4 -0
- package/lib/color-picker/constant/colorTypes.js +20 -0
- package/lib/color-picker/constant/defaultColor.d.ts +1 -0
- package/lib/color-picker/constant/defaultColor.js +8 -0
- package/lib/color-picker/constant/systemPresetColor.d.ts +1 -0
- package/lib/color-picker/constant/systemPresetColor.js +8 -0
- package/lib/color-picker/index.d.ts +3 -0
- package/lib/color-picker/index.js +27 -0
- package/lib/color-picker/interface.d.ts +64 -0
- package/lib/color-picker/interface.js +11 -0
- package/lib/color-picker/style/css.js +4 -0
- package/lib/color-picker/style/index.css +317 -0
- package/lib/color-picker/style/index.d.ts +2 -0
- package/lib/color-picker/style/index.js +4 -0
- package/lib/color-picker/style/index.less +253 -0
- package/lib/color-picker/style/mixin.less +5 -0
- package/lib/color-picker/style/token.less +22 -0
- package/lib/color-picker/utils/colorFormat.d.ts +18 -0
- package/lib/color-picker/utils/colorFormat.js +166 -0
- package/lib/color-picker/utils/convertLetters.d.ts +1 -0
- package/lib/color-picker/utils/convertLetters.js +18 -0
- package/lib/color-picker/utils/hooks/useOnClickOutside.d.ts +2 -0
- package/lib/color-picker/utils/hooks/useOnClickOutside.js +23 -0
- package/lib/color-picker/utils/validateColor.d.ts +1 -0
- package/lib/color-picker/utils/validateColor.js +30 -0
- package/lib/config-provider/compDefaultProps.d.ts +25 -0
- package/lib/config-provider/compDefaultProps.js +29 -0
- package/lib/date-picker/style/index.css +2 -0
- package/lib/drawer/style/index.css +2 -0
- package/lib/dropdown/style/index.css +2 -0
- package/lib/empty/style/index.css +2 -0
- package/lib/filter/style/index.css +2 -0
- package/lib/form/style/index.css +2 -0
- package/lib/grid/style/index.css +2 -0
- package/lib/icon/style/index.css +2 -0
- package/lib/image/style/index.css +2 -0
- package/lib/image-cropper/style/index.css +2 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +14 -0
- package/lib/input/ClearableLabeledInput.js +8 -2
- package/lib/input/input.js +1 -5
- package/lib/input/style/index.css +2 -0
- package/lib/input-number/style/index.css +2 -0
- package/lib/layout/style/index.css +2 -0
- package/lib/link/style/index.css +2 -0
- package/lib/locale/locale.d.ts +4 -0
- package/lib/locale/locale.js +6 -4
- package/lib/locale/zh-CN.d.ts +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/menu/style/index.css +2 -0
- package/lib/message/style/index.css +2 -0
- package/lib/modal/style/index.css +2 -0
- package/lib/notification/style/index.css +2 -0
- package/lib/pagination/style/index.css +116 -29
- package/lib/pagination/style/index.less +38 -29
- package/lib/popconfirm/style/index.css +2 -0
- package/lib/progress/style/index.css +2 -0
- package/lib/radio/style/index.css +2 -0
- package/lib/rate/style/index.css +2 -0
- package/lib/search/style/index.css +2 -0
- package/lib/select/style/index.css +2 -0
- package/lib/slider/style/index.css +2 -0
- package/lib/space/style/index.css +2 -0
- package/lib/spin/style/index.css +2 -0
- package/lib/split-panel/style/index.css +2 -0
- package/lib/stepper/style/index.css +2 -0
- package/lib/steps/style/index.css +2 -0
- package/lib/style/components.less +2 -0
- package/lib/style/index.css +2 -0
- package/lib/style/themes/default.less +10 -6
- package/lib/switch/style/index.css +2 -0
- package/lib/table/style/index.css +2 -0
- package/lib/tabs/style/index.css +2 -0
- package/lib/tag/style/index.css +2 -0
- package/lib/timeline/style/index.css +2 -0
- package/lib/tooltip/style/index.css +2 -0
- package/lib/transfer/style/index.css +2 -0
- package/lib/tree/style/index.css +2 -0
- package/lib/tree/tree.d.ts +2 -1
- package/lib/tree/tree.js +4 -3
- package/lib/tree-select/index.d.ts +3 -0
- package/lib/tree-select/index.js +27 -0
- package/lib/tree-select/interface.d.ts +68 -0
- package/lib/tree-select/interface.js +13 -0
- package/lib/tree-select/style/css.js +4 -0
- package/lib/tree-select/style/index.css +504 -0
- package/lib/tree-select/style/index.d.ts +2 -0
- package/lib/tree-select/style/index.js +4 -0
- package/lib/tree-select/style/index.less +392 -0
- package/lib/tree-select/style/mixin.less +29 -0
- package/lib/tree-select/style/token.less +54 -0
- package/lib/tree-select/tree-select.d.ts +4 -0
- package/lib/tree-select/tree-select.js +519 -0
- package/lib/typography/style/index.css +2 -0
- package/lib/upload/style/index.css +2 -0
- package/package.json +5 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@import '../../style/themes/token.less';
|
|
2
|
+
|
|
3
|
+
@color-picker-custom-prefix: ~'--@{kd-prefix}-c-color-picker';
|
|
4
|
+
|
|
5
|
+
// z-index
|
|
6
|
+
@color-picker-panel-z-index: var(~'@{color-picker-custom-prefix}-panel-z-index', @z-index-popper);
|
|
7
|
+
|
|
8
|
+
// font
|
|
9
|
+
@color-picker-input-font-size: var(~'@{color-picker-custom-prefix}-input-font-size', @font-size-middle);
|
|
10
|
+
@color-picker-panel-select-font-size: var(~'@{color-picker-custom-prefix}-panel-select-font-size', @font-size-middle);
|
|
11
|
+
@color-picker-panel-alpha-font-size: var(~'@{color-picker-custom-prefix}-panel-alpha-font-size', @font-size-middle);
|
|
12
|
+
|
|
13
|
+
// sizing
|
|
14
|
+
@color-picker-input-sizing-width: var(~'@{color-picker-custom-prefix}-input-sizing-width', 230px);
|
|
15
|
+
@color-picker-input-sizing-height: var(~'@{color-picker-custom-prefix}-input-sizing-height', 28px);
|
|
16
|
+
@color-picker-input-suffix-sizing-width: var(~'@{color-picker-custom-prefix}-input-suffix-sizing-width', 20px);
|
|
17
|
+
@color-picker-input-suffix-sizing-height: var(~'@{color-picker-custom-prefix}-input-suffix-sizing-height', 20px);
|
|
18
|
+
@color-picker-panel-sizing-width: var(~'@{color-picker-custom-prefix}-panel-sizing-width', 304px);
|
|
19
|
+
@color-picker-panel-select-sizing-width: var(~'@{color-picker-custom-prefix}-panel-select-sizing-width', 212px);
|
|
20
|
+
@color-picker-panel-select-sizing-height: var(~'@{color-picker-custom-prefix}-panel-select-sizing-height', 28px);
|
|
21
|
+
@color-picker-panel-preset-sizing-width: var(~'@{color-picker-custom-prefix}-panel-preset-sizing-width', 16px);
|
|
22
|
+
@color-picker-panel-preset-sizing-height: var(~'@{color-picker-custom-prefix}-panel-preset-sizing-height', 16px);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare type IOutType = 'HEX' | 'HSB' | 'HSL' | 'RGB' | 'all';
|
|
2
|
+
export declare const colorFormat: (colorStr: string, alpha?: number, outType?: IOutType, formatHex?: boolean) => any;
|
|
3
|
+
export declare const getColorObj: (colorStr: string) => string | {
|
|
4
|
+
h: string;
|
|
5
|
+
s: number;
|
|
6
|
+
v: number;
|
|
7
|
+
alpha?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
h: number;
|
|
10
|
+
s: number;
|
|
11
|
+
v: number;
|
|
12
|
+
alpha: number;
|
|
13
|
+
};
|
|
14
|
+
export declare const strFixed: (numStr: string | number, num?: number) => number;
|
|
15
|
+
export declare const valOfCorrespondingType: (currentColorType: string) => number | undefined;
|
|
16
|
+
export declare const highlightPresetColorIndex: (color: string, colorArr: string[]) => number;
|
|
17
|
+
export declare const presetColorToHEX: (colorArr: string[] | undefined) => string[];
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
|
|
2
|
+
import _findIndexInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/find-index";
|
|
3
|
+
import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
|
|
4
|
+
import Color from 'color';
|
|
5
|
+
import { validateColor } from './validateColor';
|
|
6
|
+
import { toLowerCase } from './convertLetters';
|
|
7
|
+
export var colorFormat = function colorFormat(colorStr) {
|
|
8
|
+
var alpha = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
|
|
9
|
+
var outType = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'all';
|
|
10
|
+
var formatHex = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
|
|
11
|
+
var ColorTools = Color(getColorObj(colorStr)).alpha(alpha);
|
|
12
|
+
var toHex = function toHex() {
|
|
13
|
+
if (/^#([0-9a-fA-F]{8})$/.test(colorStr)) {
|
|
14
|
+
if (formatHex) {
|
|
15
|
+
return toLowerCase(alpha === 1 ? ColorTools.hex() : ColorTools.hexa());
|
|
16
|
+
} else {
|
|
17
|
+
return colorStr;
|
|
18
|
+
}
|
|
19
|
+
} else {
|
|
20
|
+
return toLowerCase(alpha === 1 ? ColorTools.hex() : ColorTools.hexa());
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var HEX = toHex();
|
|
24
|
+
var HSB = colorToStr(ColorTools.hsv());
|
|
25
|
+
var RGB = ColorTools.rgb().string();
|
|
26
|
+
var HSL = colorToStr(ColorTools.hsl());
|
|
27
|
+
if (outType === 'HEX') return HEX;
|
|
28
|
+
if (outType === 'HSB') return HSB;
|
|
29
|
+
if (outType === 'HSL') return HSL;
|
|
30
|
+
if (outType === 'RGB') return RGB;
|
|
31
|
+
if (outType === 'all') {
|
|
32
|
+
return [{
|
|
33
|
+
type: 'HEX',
|
|
34
|
+
value: HEX
|
|
35
|
+
}, {
|
|
36
|
+
type: 'HSB',
|
|
37
|
+
value: HSB
|
|
38
|
+
}, {
|
|
39
|
+
type: 'RGB',
|
|
40
|
+
value: RGB
|
|
41
|
+
}, {
|
|
42
|
+
type: 'HSL',
|
|
43
|
+
value: HSL
|
|
44
|
+
}];
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
export var getColorObj = function getColorObj(colorStr) {
|
|
48
|
+
var colorArray = colorStr.split(',');
|
|
49
|
+
var type = validateColor(colorStr);
|
|
50
|
+
if (type === 'HSB' || type === 'HSBA') {
|
|
51
|
+
var s = removePercentage(colorArray[1]);
|
|
52
|
+
if (type === 'HSB') {
|
|
53
|
+
var h = colorArray[0].replace('hsb(', '');
|
|
54
|
+
var b = colorArray[2].replace(')', '');
|
|
55
|
+
return {
|
|
56
|
+
h: h,
|
|
57
|
+
s: s,
|
|
58
|
+
v: removePercentage(b)
|
|
59
|
+
};
|
|
60
|
+
} else {
|
|
61
|
+
var _h = colorArray[0].replace('hsba(', '');
|
|
62
|
+
var _b = colorArray[2];
|
|
63
|
+
var a = colorArray[3].replace(')', '');
|
|
64
|
+
return {
|
|
65
|
+
h: +_h,
|
|
66
|
+
s: s,
|
|
67
|
+
v: removePercentage(_b),
|
|
68
|
+
alpha: +a
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
} else if (type === 'HSL' || type === 'HSLA') {
|
|
72
|
+
var _s = addPercentage(colorArray[1]);
|
|
73
|
+
if (type === 'HSL') {
|
|
74
|
+
var _context, _context2;
|
|
75
|
+
var _h2 = colorArray[0].replace('hsl(', '');
|
|
76
|
+
var l = colorArray[2].replace(')', '');
|
|
77
|
+
return _concatInstanceProperty(_context = _concatInstanceProperty(_context2 = "hsl(".concat(_h2, ",")).call(_context2, _s, ",")).call(_context, addPercentage(l), ")");
|
|
78
|
+
} else {
|
|
79
|
+
var _context3, _context4, _context5;
|
|
80
|
+
var _h3 = colorArray[0].replace('hsla(', '');
|
|
81
|
+
var _l = colorArray[2];
|
|
82
|
+
var _a = colorArray[3].replace(')', '');
|
|
83
|
+
return _concatInstanceProperty(_context3 = _concatInstanceProperty(_context4 = _concatInstanceProperty(_context5 = "hsla(".concat(_h3, ",")).call(_context5, _s, ",")).call(_context4, addPercentage(_l), ",")).call(_context3, _a, ")");
|
|
84
|
+
}
|
|
85
|
+
} else if (type === 'RGB' || type === 'RGBA') {
|
|
86
|
+
var g = colorArray[1];
|
|
87
|
+
if (type === 'RGB') {
|
|
88
|
+
var _context6, _context7;
|
|
89
|
+
var r = colorArray[0].replace('rgb(', '');
|
|
90
|
+
var _b2 = colorArray[2].replace(')', '');
|
|
91
|
+
return _concatInstanceProperty(_context6 = _concatInstanceProperty(_context7 = "rgb(".concat(strFixed(r), ",")).call(_context7, strFixed(g), ",")).call(_context6, strFixed(_b2), ")");
|
|
92
|
+
} else {
|
|
93
|
+
var _context8, _context9, _context10;
|
|
94
|
+
var _r = colorArray[0].replace('rgba(', '');
|
|
95
|
+
var _b3 = colorArray[2];
|
|
96
|
+
var _a2 = colorArray[3].replace(')', '');
|
|
97
|
+
return _concatInstanceProperty(_context8 = _concatInstanceProperty(_context9 = _concatInstanceProperty(_context10 = "rgba(".concat(strFixed(_r), ",")).call(_context10, strFixed(g), ",")).call(_context9, strFixed(_b3), ",")).call(_context8, strFixed(_a2, 2), ")");
|
|
98
|
+
}
|
|
99
|
+
} else {
|
|
100
|
+
return colorStr;
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
var addPercentage = function addPercentage(parameter) {
|
|
104
|
+
return (parameter === null || parameter === void 0 ? void 0 : parameter.indexOf('%')) !== -1 ? parameter : +parameter > 0 && +parameter <= 1 ? +parameter * 100 + '%' : parameter + '%';
|
|
105
|
+
};
|
|
106
|
+
var removePercentage = function removePercentage(parameter) {
|
|
107
|
+
return (parameter === null || parameter === void 0 ? void 0 : parameter.indexOf('%')) !== -1 ? +parameter.replace('%', '') : +parameter > 0 && +parameter <= 1 ? +parameter * 100 : +parameter;
|
|
108
|
+
};
|
|
109
|
+
var colorToStr = function colorToStr(obj) {
|
|
110
|
+
var arr = obj.color;
|
|
111
|
+
if (obj.valpha === 1) {
|
|
112
|
+
var _context11, _context12, _context13;
|
|
113
|
+
return _concatInstanceProperty(_context11 = _concatInstanceProperty(_context12 = _concatInstanceProperty(_context13 = "".concat(obj.model === 'hsv' ? 'hsb' : 'hsl', "(")).call(_context13, strFixed(arr[0]), ", ")).call(_context12, strFixed(arr[1]), "%, ")).call(_context11, strFixed(arr[2]), "%)");
|
|
114
|
+
} else {
|
|
115
|
+
var _context14, _context15, _context16, _context17;
|
|
116
|
+
return _concatInstanceProperty(_context14 = _concatInstanceProperty(_context15 = _concatInstanceProperty(_context16 = _concatInstanceProperty(_context17 = "".concat(obj.model === 'hsv' ? 'hsba' : 'hsla', "(")).call(_context17, strFixed(arr[0]), ", ")).call(_context16, strFixed(arr[1]), "%, ")).call(_context15, strFixed(arr[2]), "%, ")).call(_context14, strFixed(obj.valpha, 2), ")");
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
export var strFixed = function strFixed(numStr) {
|
|
120
|
+
var num = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
|
121
|
+
return +(+numStr).toFixed(num);
|
|
122
|
+
};
|
|
123
|
+
export var valOfCorrespondingType = function valOfCorrespondingType(currentColorType) {
|
|
124
|
+
var index;
|
|
125
|
+
switch (currentColorType) {
|
|
126
|
+
case 'HEX':
|
|
127
|
+
index = 0;
|
|
128
|
+
break;
|
|
129
|
+
case 'HSB':
|
|
130
|
+
index = 1;
|
|
131
|
+
break;
|
|
132
|
+
case 'RGB':
|
|
133
|
+
index = 2;
|
|
134
|
+
break;
|
|
135
|
+
case 'HSL':
|
|
136
|
+
index = 3;
|
|
137
|
+
break;
|
|
138
|
+
}
|
|
139
|
+
return index;
|
|
140
|
+
};
|
|
141
|
+
export var highlightPresetColorIndex = function highlightPresetColorIndex(color, colorArr) {
|
|
142
|
+
var index = _findIndexInstanceProperty(colorArr).call(colorArr, function (val) {
|
|
143
|
+
return val === color;
|
|
144
|
+
});
|
|
145
|
+
return index;
|
|
146
|
+
};
|
|
147
|
+
export var presetColorToHEX = function presetColorToHEX(colorArr) {
|
|
148
|
+
if (!colorArr) return [];
|
|
149
|
+
var hexColorArr = _mapInstanceProperty(colorArr).call(colorArr, function (color) {
|
|
150
|
+
return colorFormat(color, 1, 'HEX');
|
|
151
|
+
});
|
|
152
|
+
return hexColorArr;
|
|
153
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function toLowerCase(str: string): string;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function toLowerCase(str) {
|
|
2
|
+
var result = '';
|
|
3
|
+
for (var i = 0; i < str.length; i++) {
|
|
4
|
+
var charCode = str.charCodeAt(i);
|
|
5
|
+
if (charCode >= 65 && charCode <= 90) {
|
|
6
|
+
result += String.fromCharCode(charCode + 32);
|
|
7
|
+
} else {
|
|
8
|
+
result += str[i];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return result;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { useEffect } from 'react';
|
|
2
|
+
var useOnClickOutside = function useOnClickOutside(refArr, handler) {
|
|
3
|
+
useEffect(function () {
|
|
4
|
+
var mouseDownListener = function mouseDownListener(event) {
|
|
5
|
+
if (refArr.some(function (ref) {
|
|
6
|
+
return !ref.current || ref.current.contains(event.target);
|
|
7
|
+
})) {
|
|
8
|
+
return;
|
|
9
|
+
}
|
|
10
|
+
handler(event);
|
|
11
|
+
};
|
|
12
|
+
document.addEventListener('mousedown', mouseDownListener);
|
|
13
|
+
document.addEventListener('touchstart', mouseDownListener);
|
|
14
|
+
}, [refArr, handler]);
|
|
15
|
+
};
|
|
16
|
+
export default useOnClickOutside;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function validateColor(color: string): string;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// 输入框颜色类型校验
|
|
2
|
+
export function validateColor(color) {
|
|
3
|
+
var hexReg = /^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$/;
|
|
4
|
+
var hexaReg = /^#([0-9a-fA-F]{8})$/;
|
|
5
|
+
var hsbReg = /^hsb\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+|-?\d+%|-?\d*\.\d+%)){2}\s*\)$/;
|
|
6
|
+
var hsbaReg = /^hsba\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+|-?\d+%|-?\d*\.\d+%)){2}\s*,\s*(-?\d+|-?\d*\.\d+)\)$/;
|
|
7
|
+
// const rgbaReg = /^rgba\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+)){2},\s*(-?\d+|-?\d*\.\d+)|(^\d+%)\s*\)$/
|
|
8
|
+
var rgbaReg = /^rgba\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+)){2},\s*(-?\d+|-?\d*\.\d+)\)$/;
|
|
9
|
+
var rgbReg = /^rgb\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+)){2}\)$/;
|
|
10
|
+
var hslReg = /^hsl\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+|-?\d+%|-?\d*\.\d+%)){2}\s*\)$/;
|
|
11
|
+
var hslaReg = /^hsla\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+|-?\d+%|-?\d*\.\d+%)){2}\s*,\s*(-?\d+|-?\d*\.\d+)\)$/;
|
|
12
|
+
// const hslaReg = /^hsla\(\s*(-?\d+|-?\d*\.\d+)(?:,\s*(-?\d+|-?\d*\.\d+)){2}\s*,\s*(-?\d+|-?\d*\.\d+)|(^\d+%)\s*\)$/
|
|
13
|
+
var colorNameReg = /^(?:aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen)$/;
|
|
14
|
+
if (hexReg.test(color)) return 'HEX';
|
|
15
|
+
if (hexaReg.test(color)) return 'HEXA';
|
|
16
|
+
if (hsbReg.test(color)) return 'HSB';
|
|
17
|
+
if (hsbaReg.test(color)) return 'HSBA';
|
|
18
|
+
if (rgbaReg.test(color)) return 'RGBA';
|
|
19
|
+
if (rgbReg.test(color)) return 'RGB';
|
|
20
|
+
if (hslReg.test(color)) return 'HSL';
|
|
21
|
+
if (hslaReg.test(color)) return 'HSLA';
|
|
22
|
+
if (colorNameReg.test(color)) return 'colorName';
|
|
23
|
+
return '';
|
|
24
|
+
}
|
|
@@ -60,6 +60,18 @@ declare const compDefaultProps: {
|
|
|
60
60
|
CollapsePanel: {
|
|
61
61
|
disabled: boolean;
|
|
62
62
|
};
|
|
63
|
+
ColorPicker: {
|
|
64
|
+
borderType: string;
|
|
65
|
+
defaultOpen: boolean;
|
|
66
|
+
functionalColorName: string;
|
|
67
|
+
switchName: {
|
|
68
|
+
name: string;
|
|
69
|
+
internationalName: string;
|
|
70
|
+
};
|
|
71
|
+
placeholder: string;
|
|
72
|
+
showColorTransfer: boolean;
|
|
73
|
+
showPresetColor: boolean;
|
|
74
|
+
};
|
|
63
75
|
Checkbox: {
|
|
64
76
|
defaultChecked: boolean;
|
|
65
77
|
checkboxType: string;
|
|
@@ -415,5 +427,18 @@ declare const compDefaultProps: {
|
|
|
415
427
|
size: string;
|
|
416
428
|
underscore: boolean;
|
|
417
429
|
};
|
|
430
|
+
TreeSelect: {
|
|
431
|
+
size: string;
|
|
432
|
+
borderType: string;
|
|
433
|
+
mode: string;
|
|
434
|
+
defaultOpen: boolean;
|
|
435
|
+
showArrow: boolean;
|
|
436
|
+
placeholder: string;
|
|
437
|
+
optionLabelProp: string;
|
|
438
|
+
treeNodeFilterProp: string;
|
|
439
|
+
showSearch: boolean;
|
|
440
|
+
switcherIcon: () => JSX.Element;
|
|
441
|
+
expandOnClickNode: boolean;
|
|
442
|
+
};
|
|
418
443
|
};
|
|
419
444
|
export default compDefaultProps;
|
|
@@ -65,6 +65,18 @@ var compDefaultProps = {
|
|
|
65
65
|
CollapsePanel: {
|
|
66
66
|
disabled: false
|
|
67
67
|
},
|
|
68
|
+
ColorPicker: {
|
|
69
|
+
borderType: 'bordered',
|
|
70
|
+
defaultOpen: false,
|
|
71
|
+
functionalColorName: '#themeColor',
|
|
72
|
+
switchName: {
|
|
73
|
+
name: '跟随主题色',
|
|
74
|
+
internationalName: 'followFunctionalColor'
|
|
75
|
+
},
|
|
76
|
+
placeholder: '#',
|
|
77
|
+
showColorTransfer: true,
|
|
78
|
+
showPresetColor: true
|
|
79
|
+
},
|
|
68
80
|
Checkbox: {
|
|
69
81
|
defaultChecked: false,
|
|
70
82
|
checkboxType: 'default',
|
|
@@ -428,6 +440,23 @@ var compDefaultProps = {
|
|
|
428
440
|
Link: {
|
|
429
441
|
size: 'middle',
|
|
430
442
|
underscore: false
|
|
443
|
+
},
|
|
444
|
+
TreeSelect: {
|
|
445
|
+
size: 'middle',
|
|
446
|
+
borderType: 'underline',
|
|
447
|
+
mode: 'single',
|
|
448
|
+
defaultOpen: false,
|
|
449
|
+
showArrow: true,
|
|
450
|
+
placeholder: '请输入需要搜索的内容',
|
|
451
|
+
optionLabelProp: 'title',
|
|
452
|
+
treeNodeFilterProp: 'title',
|
|
453
|
+
showSearch: true,
|
|
454
|
+
switcherIcon: function switcherIcon() {
|
|
455
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
456
|
+
type: "arrow-right-solid"
|
|
457
|
+
});
|
|
458
|
+
},
|
|
459
|
+
expandOnClickNode: false
|
|
431
460
|
}
|
|
432
461
|
};
|
|
433
462
|
export default compDefaultProps;
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/empty/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/form/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/grid/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/icon/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/image/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/index.d.ts
CHANGED
|
@@ -53,3 +53,5 @@ export { default as Table } from './table';
|
|
|
53
53
|
export { default as Stepper } from './stepper';
|
|
54
54
|
export { default as BaseData } from './base-data';
|
|
55
55
|
export { default as Link } from './link';
|
|
56
|
+
export { default as TreeSelect } from './tree-select';
|
|
57
|
+
export { default as ColorPicker } from './color-picker';
|
package/es/index.js
CHANGED
|
@@ -52,4 +52,6 @@ export { default as Slider } from './slider';
|
|
|
52
52
|
export { default as Table } from './table';
|
|
53
53
|
export { default as Stepper } from './stepper';
|
|
54
54
|
export { default as BaseData } from './base-data';
|
|
55
|
-
export { default as Link } from './link';
|
|
55
|
+
export { default as Link } from './link';
|
|
56
|
+
export { default as TreeSelect } from './tree-select';
|
|
57
|
+
export { default as ColorPicker } from './color-picker';
|
|
@@ -39,6 +39,10 @@ var ClearableInput = function ClearableInput(props) {
|
|
|
39
39
|
var mouseLeaveHandle = function mouseLeaveHandle() {
|
|
40
40
|
setIsMouseEnter(false);
|
|
41
41
|
};
|
|
42
|
+
var mouseDownHandle = function mouseDownHandle(e) {
|
|
43
|
+
e.stopPropagation();
|
|
44
|
+
e.preventDefault();
|
|
45
|
+
};
|
|
42
46
|
var renderClearIcon = function renderClearIcon() {
|
|
43
47
|
var _classNames;
|
|
44
48
|
if (!allowClear) {
|
|
@@ -56,7 +60,8 @@ var ClearableInput = function ClearableInput(props) {
|
|
|
56
60
|
var renderSuffix = function renderSuffix() {
|
|
57
61
|
if (suffix || !disabled && !!allowClear || inputCount) {
|
|
58
62
|
return /*#__PURE__*/React.createElement("span", {
|
|
59
|
-
className: "".concat(prefixCls, "-suffix")
|
|
63
|
+
className: "".concat(prefixCls, "-suffix"),
|
|
64
|
+
onMouseDown: mouseDownHandle
|
|
60
65
|
}, renderClearIcon(), inputCount && /*#__PURE__*/React.createElement("span", {
|
|
61
66
|
style: {
|
|
62
67
|
marginRight: suffix ? 9 : 0
|
|
@@ -72,7 +77,8 @@ var ClearableInput = function ClearableInput(props) {
|
|
|
72
77
|
}
|
|
73
78
|
var suffixNode = renderSuffix();
|
|
74
79
|
var prefixNode = prefix ? /*#__PURE__*/React.createElement("span", {
|
|
75
|
-
className: "".concat(prefixCls, "-prefix")
|
|
80
|
+
className: "".concat(prefixCls, "-prefix"),
|
|
81
|
+
onMouseDown: mouseDownHandle
|
|
76
82
|
}, prefix) : null;
|
|
77
83
|
var inputWrapperClasses = classNames((_classNames2 = {}, _defineProperty(_classNames2, "".concat(prefixCls, "-wrapper"), true), _defineProperty(_classNames2, "".concat(prefixCls, "-wrapper-focused"), focused && !disabled), _defineProperty(_classNames2, "".concat(prefixCls, "-wrapper-disabled"), disabled), _defineProperty(_classNames2, _concatInstanceProperty(_context = "".concat(prefixCls, "-wrapper-size-")).call(_context, size), size), _defineProperty(_classNames2, "".concat(prefixCls, "-wrapper-borderless"), borderType === 'none'), _defineProperty(_classNames2, "".concat(prefixCls, "-wrapper-underline"), borderType === 'underline'), _classNames2), _defineProperty({}, className, className && !addonBefore && !addonAfter));
|
|
78
84
|
return /*#__PURE__*/React.createElement("span", {
|
package/es/input/input.js
CHANGED
|
@@ -119,11 +119,7 @@ var InternalInput = function InternalInput(props, ref) {
|
|
|
119
119
|
}
|
|
120
120
|
if (count && showNumberMark && !disabled) {
|
|
121
121
|
return /*#__PURE__*/React.createElement("div", {
|
|
122
|
-
className: classNames("".concat(inputPrefixCls, "-input-mark-inner"))
|
|
123
|
-
onMouseDown: function onMouseDown(e) {
|
|
124
|
-
e.stopPropagation();
|
|
125
|
-
e.preventDefault();
|
|
126
|
-
}
|
|
122
|
+
className: classNames("".concat(inputPrefixCls, "-input-mark-inner"))
|
|
127
123
|
}, enteredLength, maxLength !== undefined ? "/".concat(maxLength) : null);
|
|
128
124
|
}
|
|
129
125
|
return null;
|
package/es/input/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/link/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
package/es/locale/locale.d.ts
CHANGED
|
@@ -59,11 +59,15 @@ declare class LocaleCache {
|
|
|
59
59
|
'QuickSearch.desc': string[];
|
|
60
60
|
'QuickSearch.nplDesc': string;
|
|
61
61
|
'QuickSearch.emptyTip': string;
|
|
62
|
+
/**
|
|
63
|
+
* 获取当前语言包数据
|
|
64
|
+
*/
|
|
62
65
|
'QuickSearch.or': string;
|
|
63
66
|
'CityPicker.domestic': string;
|
|
64
67
|
'CityPicker.internation': string;
|
|
65
68
|
'CityPicker.common': string;
|
|
66
69
|
'CityPicker.noData': string;
|
|
70
|
+
'ColorPicker.followFunctionalColor': string;
|
|
67
71
|
'Search.placeholder': string;
|
|
68
72
|
'Search.desc': string[];
|
|
69
73
|
'Search.nplDesc': string;
|
package/es/locale/locale.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _typeof from "@babel/runtime-corejs3/helpers/typeof";
|
|
2
2
|
import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
|
|
3
|
+
import _extends from "@babel/runtime-corejs3/helpers/extends";
|
|
3
4
|
import _classCallCheck from "@babel/runtime-corejs3/helpers/classCallCheck";
|
|
4
5
|
import _createClass from "@babel/runtime-corejs3/helpers/createClass";
|
|
5
6
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof _Symbol !== "undefined" && _getIteratorMethod(o) || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
@@ -26,13 +27,14 @@ var LocaleCache = /*#__PURE__*/function () {
|
|
|
26
27
|
_createClass(LocaleCache, [{
|
|
27
28
|
key: "setLocalesData",
|
|
28
29
|
value: function setLocalesData(locale, localeData) {
|
|
29
|
-
|
|
30
|
-
if (!newLocaleData) {
|
|
30
|
+
if (!(localeData || this.localesData[locale])) {
|
|
31
31
|
console.error("\u7F3A\u5C11\u8BED\u8A00".concat(locale, "\u5BF9\u5E94\u7684\u8BED\u8A00\u5305\uFF0C\u8BF7\u68C0\u67E5\u540E\u91CD\u65B0\u8BBE\u7F6E"));
|
|
32
32
|
return;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
var newLocaleData = _extends(_extends({}, zhCNData), localeData);
|
|
35
|
+
var newLocale = locale || (newLocaleData === null || newLocaleData === void 0 ? void 0 : newLocaleData.locale);
|
|
36
|
+
this.locale = newLocale;
|
|
37
|
+
this.localesData[newLocale] = newLocaleData;
|
|
36
38
|
return localeData;
|
|
37
39
|
}
|
|
38
40
|
/**
|
package/es/locale/zh-CN.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ declare const locale: {
|
|
|
38
38
|
'CityPicker.internation': string;
|
|
39
39
|
'CityPicker.common': string;
|
|
40
40
|
'CityPicker.noData': string;
|
|
41
|
+
'ColorPicker.followFunctionalColor': string;
|
|
41
42
|
'Search.placeholder': string;
|
|
42
43
|
'Search.desc': string[];
|
|
43
44
|
'Search.nplDesc': string;
|
package/es/locale/zh-CN.js
CHANGED
|
@@ -42,6 +42,7 @@ var locale = _extends(_extends({
|
|
|
42
42
|
'CityPicker.internation': '国际',
|
|
43
43
|
'CityPicker.common': '常用',
|
|
44
44
|
'CityPicker.noData': '暂无数据',
|
|
45
|
+
'ColorPicker.followFunctionalColor': '跟随主题色',
|
|
45
46
|
'Search.placeholder': '请输入需要搜索的内容',
|
|
46
47
|
'Search.desc': ['空格代表"或",回车代表"且"'],
|
|
47
48
|
'Search.nplDesc': '智能搜索',
|
package/es/menu/style/index.css
CHANGED
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|
|
@@ -56,6 +56,8 @@
|
|
|
56
56
|
/* ----------- Transfer ——————---- end */
|
|
57
57
|
/* ----------- DatePicker ——————---- start */
|
|
58
58
|
/* ----------- DatePicker ——————---- end */
|
|
59
|
+
/* ----------- ColorPicker ——————---- start */
|
|
60
|
+
/* ----------- ColorPicker ——————---- end */
|
|
59
61
|
/* ----------- Tree ——————---- start */
|
|
60
62
|
/* ----------- Tree ——————---- end */
|
|
61
63
|
/* ----------- Alert ——————---- start */
|