Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
7e6b9aa0
Unverified
Commit
7e6b9aa0
authored
May 05, 2019
by
陈帅
Committed by
GitHub
May 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15 from ant-design/feat/blockConfig
feat: add blockConfig.specVersion
parents
dbca0b41
5bfe7c54
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
95 additions
and
23 deletions
+95
-23
AccountCenter/package.json
AccountCenter/package.json
+4
-1
AccountSettings/package.json
AccountSettings/package.json
+3
-0
AdvancedForm/package.json
AdvancedForm/package.json
+3
-0
AdvancedProfile/package.json
AdvancedProfile/package.json
+4
-1
Analysis/package.json
Analysis/package.json
+3
-0
BasicForm/package.json
BasicForm/package.json
+4
-1
BasicList/package.json
BasicList/package.json
+3
-0
BasicProfile/package.json
BasicProfile/package.json
+4
-1
CardList/package.json
CardList/package.json
+4
-1
Exception403/package.json
Exception403/package.json
+4
-1
Exception404/package.json
Exception404/package.json
+5
-2
Exception500/package.json
Exception500/package.json
+5
-2
Monitor/package.json
Monitor/package.json
+4
-1
ResultFail/package.json
ResultFail/package.json
+4
-1
ResultSuccess/package.json
ResultSuccess/package.json
+4
-1
SearchListApplications/package.json
SearchListApplications/package.json
+4
-1
SearchListArticles/package.json
SearchListArticles/package.json
+4
-1
SearchListProjects/package.json
SearchListProjects/package.json
+4
-1
StepForm/package.json
StepForm/package.json
+4
-1
TableList/package.json
TableList/package.json
+4
-1
UserLogin/package.json
UserLogin/package.json
+4
-1
UserRegister/package.json
UserRegister/package.json
+4
-1
UserRegisterResult/package.json
UserRegisterResult/package.json
+4
-1
Workplace/package.json
Workplace/package.json
+5
-2
No files found.
AccountCenter/package.json
View file @
7e6b9aa0
...
...
@@ -21,5 +21,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
AccountSettings/package.json
View file @
7e6b9aa0
...
...
@@ -21,5 +21,8 @@
"umi"
:
"^2.6.9"
,
"umi-plugin-block-dev"
:
"^1.0.0"
,
"umi-plugin-react"
:
"^1.3.0-beta.1"
},
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
AdvancedForm/package.json
View file @
7e6b9aa0
...
...
@@ -22,5 +22,8 @@
"umi"
:
"^2.6.9"
,
"umi-plugin-block-dev"
:
"^1.0.0"
,
"umi-plugin-react"
:
"^1.7.2"
},
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
AdvancedProfile/package.json
View file @
7e6b9aa0
...
...
@@ -24,5 +24,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
Analysis/package.json
View file @
7e6b9aa0
...
...
@@ -28,5 +28,8 @@
"umi-plugin-block-dev"
:
"^1.1.0"
,
"umi-plugin-react"
:
"^1.7.2"
,
"@types/numeral"
:
"^0.0.25"
},
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
BasicForm/package.json
View file @
7e6b9aa0
...
...
@@ -22,5 +22,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
BasicList/package.json
View file @
7e6b9aa0
...
...
@@ -24,5 +24,8 @@
"umi"
:
"^2.6.9"
,
"umi-plugin-block-dev"
:
"^1.0.0"
,
"umi-plugin-react"
:
"^1.7.2"
},
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
BasicProfile/package.json
View file @
7e6b9aa0
...
...
@@ -21,5 +21,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
CardList/package.json
View file @
7e6b9aa0
...
...
@@ -21,5 +21,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
Exception403/package.json
View file @
7e6b9aa0
...
...
@@ -21,5 +21,8 @@
"devDependencies"
:
{
"umi-plugin-block-dev"
:
"^1.3.0"
},
"license"
:
"MIT"
"license"
:
"MIT"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
Exception404/package.json
View file @
7e6b9aa0
...
...
@@ -20,5 +20,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"MIT"
}
"license"
:
"MIT"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
Exception500/package.json
View file @
7e6b9aa0
...
...
@@ -20,5 +20,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"MIT"
}
"license"
:
"MIT"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
Monitor/package.json
View file @
7e6b9aa0
...
...
@@ -28,5 +28,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
ResultFail/package.json
View file @
7e6b9aa0
...
...
@@ -19,5 +19,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
ResultSuccess/package.json
View file @
7e6b9aa0
...
...
@@ -19,5 +19,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
SearchListApplications/package.json
View file @
7e6b9aa0
...
...
@@ -26,5 +26,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
SearchListArticles/package.json
View file @
7e6b9aa0
...
...
@@ -23,5 +23,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
SearchListProjects/package.json
View file @
7e6b9aa0
...
...
@@ -23,5 +23,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
StepForm/package.json
View file @
7e6b9aa0
...
...
@@ -22,5 +22,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
TableList/package.json
View file @
7e6b9aa0
...
...
@@ -22,5 +22,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"ISC"
"license"
:
"ISC"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
UserLogin/package.json
View file @
7e6b9aa0
...
...
@@ -23,5 +23,8 @@
"umi-plugin-block-dev"
:
"^1.0.0"
,
"umi-plugin-react"
:
"^1.3.0-beta.1"
},
"license"
:
"MIT"
"license"
:
"MIT"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
UserRegister/package.json
View file @
7e6b9aa0
...
...
@@ -24,5 +24,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"MIT"
"license"
:
"MIT"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
UserRegisterResult/package.json
View file @
7e6b9aa0
...
...
@@ -19,5 +19,8 @@
"umi-plugin-react"
:
"^1.7.2"
,
"umi-plugin-block-dev"
:
"^1.0.0"
},
"license"
:
"MIT"
"license"
:
"MIT"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
Workplace/package.json
View file @
7e6b9aa0
...
...
@@ -24,5 +24,8 @@
"umi-plugin-block-dev"
:
"^1.0.0"
,
"umi-plugin-react"
:
"^1.3.0-beta.1"
},
"license"
:
"MIT"
}
"license"
:
"MIT"
,
"blockConfig"
:
{
"specVersion"
:
"0.1"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment