File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default {
27
27
modulePaths : [
28
28
"<rootDir>/src" ,
29
29
path . resolve ( dirname , "../../packages/openblocks/src" ) ,
30
- path . resolve ( dirname , "../../packages/openblocks -comps/src" ) ,
30
+ path . resolve ( dirname , "../../packages/lowcoder -comps/src" ) ,
31
31
path . resolve ( dirname , "../../packages/lowcoder-design/src" ) ,
32
32
] ,
33
33
setupFiles : [ path . resolve ( dirname , "./jest.setup.js" ) ] ,
Original file line number Diff line number Diff line change 14
14
"start:ee" : " REACT_APP_EDITION=enterprise yarn workspace openblocks start" ,
15
15
"start:ee-global" : " REACT_APP_EDITION=enterprise-global yarn workspace openblocks start" ,
16
16
"build" : " yarn node ./scripts/build.js" ,
17
- "test" : " jest && yarn workspace openblocks -comps test" ,
17
+ "test" : " jest && yarn workspace lowcoder -comps test" ,
18
18
"prepare" : " yarn workspace openblocks prepare" ,
19
19
"build:core" : " yarn workspace lowcoder-core build" ,
20
20
"test:core" : " yarn workspace lowcoder-core test"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " openblocks -comps" ,
2
+ "name" : " lowcoder -comps" ,
3
3
"version" : " 0.0.4" ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
Original file line number Diff line number Diff line change 24
24
"*" : [
25
25
" *" ,
26
26
" ../../openblocks/src/*" ,
27
- " ../../openblocks -comps/src/*" ,
27
+ " ../../lowcoder -comps/src/*" ,
28
28
" ../../lowcoder-design/src/*"
29
29
],
30
30
"@openblocks-ee/*" : [" ../../openblocks/src/*" ]
35
35
" src" ,
36
36
" index.tsx" ,
37
37
" ../openblocks/src" ,
38
- " ../openblocks -comps/src" ,
38
+ " ../lowcoder -comps/src" ,
39
39
" ../lowcoder-design/src"
40
40
]
41
41
}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const viteConfig: UserConfig = {
84
84
viteTsconfigPaths ( {
85
85
projects : [
86
86
"../openblocks/tsconfig.json" ,
87
- "../openblocks -comps/tsconfig.json" ,
87
+ "../lowcoder -comps/tsconfig.json" ,
88
88
"../lowcoder-design/tsconfig.json" ,
89
89
] ,
90
90
} ) ,
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ type Registry = {
124
124
const builtInRemoteComps : Omit < RemoteCompInfo , "compName" > = {
125
125
source : ! ! REACT_APP_BUNDLE_BUILTIN_PLUGIN ? "bundle" : "npm" ,
126
126
isRemote : true ,
127
- packageName : "openblocks -comps" ,
127
+ packageName : "lowcoder -comps" ,
128
128
} ;
129
129
130
130
const uiCompMap : Registry = {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export function PluginSetting() {
66
66
< InputList
67
67
addBtnText = { trans ( "pluginSetting.npmPluginAddButton" ) }
68
68
value = { settings . npmPlugins || [ ] }
69
- placeholder = "https://www.npmjs.com/package/hello-openblocks -comps"
69
+ placeholder = "https://www.npmjs.com/package/hello-lowcoder -comps"
70
70
onChange = { ( value ) => setSettings ( ( v ) => ( { ...v , npmPlugins : value } ) ) }
71
71
/>
72
72
< SaveButton onClick = { ( ) => handleSaveCommonSetting ( "npmPlugins" ) ( ) } >
Original file line number Diff line number Diff line change 3
3
"paths" : {
4
4
"@openblocks-ee/*" : [" *" ],
5
5
"openblocks-sdk" : [" index.sdk" ],
6
- "*" : [" *" , " ../../openblocks -comps/src/*" , " ../../lowcoder-design/src/*" ]
6
+ "*" : [" *" , " ../../lowcoder -comps/src/*" , " ../../lowcoder-design/src/*" ]
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import axios from "axios";
7
7
import { buildVars } from "lowcoder-dev-utils/buildVars.js" ;
8
8
import { currentDirName , readJson } from "lowcoder-dev-utils/util.js" ;
9
9
10
- const builtinPlugins = [ "openblocks -comps" ] ;
10
+ const builtinPlugins = [ "lowcoder -comps" ] ;
11
11
const curDirName = currentDirName ( import . meta. url ) ;
12
12
13
13
async function downloadFile ( url , dest ) {
Original file line number Diff line number Diff line change @@ -14324,9 +14324,9 @@ __metadata:
14324
14324
languageName: unknown
14325
14325
linkType: soft
14326
14326
14327
- "openblocks -comps@workspace:packages/openblocks -comps":
14327
+ "lowcoder -comps@workspace:packages/lowcoder -comps":
14328
14328
version: 0.0.0-use.local
14329
- resolution: "openblocks -comps@workspace:packages/openblocks -comps"
14329
+ resolution: "lowcoder -comps@workspace:packages/lowcoder -comps"
14330
14330
dependencies:
14331
14331
"@fullcalendar/core": ^6.1.6
14332
14332
"@fullcalendar/daygrid": ^6.1.6
You can’t perform that action at this time.
0 commit comments