File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-angular-dynamic-forms" ,
3
- "version" : " 0.6.10 " ,
3
+ "version" : " 0.6.11 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Django Rest Framework meets Angular 5 material.io dynamic forms - automatic create and edit dialogs" ,
6
6
"typings" : " ./django-angular-dynamic-forms.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-angular-dynamic-forms" ,
3
- "version" : " 0.6.10 " ,
3
+ "version" : " 0.6.11 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Django Rest Framework meets Angular 5 material.io dynamic forms - rapid development of create and edit dialogs" ,
6
6
"typings" : " ./django-angular-dynamic-forms.d.ts" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ export class DjangoFormDialogService {
22
22
const dialogRef = this . dialog . open ( DialogDjangoFormComponent , {
23
23
// width: '250px',
24
24
maxHeight : '90vh' ,
25
+ height : 'auto' ,
26
+ maxWidth : '90vw' ,
27
+ width : 'auto' ,
25
28
data : {
26
29
djangoUrl,
27
30
config : extraOptions . config ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " django-angular-dynamic-forms-demo" ,
3
- "version" : " 0.6.10 " ,
3
+ "version" : " 0.6.11 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
Original file line number Diff line number Diff line change 25
25
# Versions should comply with PEP440. For a discussion on single-sourcing
26
26
# the version across setup.py and the project code, see
27
27
# https://packaging.python.org/en/latest/single_source_version.html
28
- version = '0.6.10 ' ,
28
+ version = '0.6.11 ' ,
29
29
30
30
description = 'Angular forms for django rest framework' ,
31
31
long_description = long_description ,
Original file line number Diff line number Diff line change 25
25
# Versions should comply with PEP440. For a discussion on single-sourcing
26
26
# the version across setup.py and the project code, see
27
27
# https://packaging.python.org/en/latest/single_source_version.html
28
- version = '0.6.10 ' ,
28
+ version = '0.6.11 ' ,
29
29
30
30
description = 'Django Rest Framework meets Angular 5 material.io dynamic forms - rapid development of create and edit dialogs' ,
31
31
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments