@lambo-design/shared 1.0.0-beta.326 → 1.0.0-beta.329
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/config/themes/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import themeWhite from "./theme-white";
|
|
|
15
15
|
import themeCuiWei from "./theme-cuiwei";
|
|
16
16
|
import themeBwb from "./theme-bwb";
|
|
17
17
|
import themeCL from "./theme-canglan";
|
|
18
|
-
import
|
|
18
|
+
import themeBd from "./theme-bd";
|
|
19
19
|
export default [
|
|
20
20
|
themeDefault,
|
|
21
21
|
themeGold,
|
|
@@ -34,5 +34,5 @@ export default [
|
|
|
34
34
|
themeCuiWei,
|
|
35
35
|
themeBwb,
|
|
36
36
|
themeCL,
|
|
37
|
-
|
|
37
|
+
themeBd
|
|
38
38
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambo-design/shared",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.329",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "lambo",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"nanoid": "^3.3.7",
|
|
27
27
|
"node-rsa": "^1.1.1",
|
|
28
28
|
"qs": "^6.11.0",
|
|
29
|
-
"@lambo-design/xlsx
|
|
30
|
-
"@lambo-design/xlsx": "^1.0.0-beta.
|
|
29
|
+
"@lambo-design/xlsx": "^1.0.0-beta.2",
|
|
30
|
+
"@lambo-design/xlsx-style": "^1.0.0-beta.9"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"vue": "^2.6.12"
|
package/utils/locale/en-US.js
CHANGED
|
@@ -21,7 +21,8 @@ let enUSData = {
|
|
|
21
21
|
'orange': 'Orange',
|
|
22
22
|
'red': 'Red',
|
|
23
23
|
'white': 'White',
|
|
24
|
-
'canglan':'Canglan'
|
|
24
|
+
'canglan':'Canglan',
|
|
25
|
+
'bd':'Blue Digital'
|
|
25
26
|
},
|
|
26
27
|
'pro-layout':{
|
|
27
28
|
'common': {
|
|
@@ -171,4 +172,4 @@ let enUSData = {
|
|
|
171
172
|
}
|
|
172
173
|
}
|
|
173
174
|
}
|
|
174
|
-
export default enUSData;
|
|
175
|
+
export default enUSData;
|