Fix some components after Angular 6 upgrade
This commit is contained in:
parent
db400f447a
commit
e998cf3cc7
|
@ -65,7 +65,7 @@
|
|||
"linkifyjs": "^2.1.5",
|
||||
"lodash-es": "^4.17.4",
|
||||
"markdown-it": "^8.4.0",
|
||||
"ngx-bootstrap": "2.0.3",
|
||||
"ngx-bootstrap": "2.0.5",
|
||||
"ngx-chips": "1.9.2",
|
||||
"ngx-clipboard": "11.0.0",
|
||||
"ngx-pipes": "^2.1.7",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
background-image: url('../../../assets/images/global/help.svg');
|
||||
background-color: #fff;
|
||||
border: none;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
/deep/ {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="form-group">
|
||||
<label class="label-tags">Tags</label> <span>(press Enter to add)</span>
|
||||
<tag-input
|
||||
[ngModel]="tags" [validators]="tagValidators" [errorMessages]="tagValidatorsMessages"
|
||||
[validators]="tagValidators" [errorMessages]="tagValidatorsMessages"
|
||||
formControlName="tags" maxItems="5" modelAsStrings="true"
|
||||
></tag-input>
|
||||
</div>
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
@include peertube-select-container(auto);
|
||||
}
|
||||
|
||||
.form-group-checkbox {
|
||||
my-help { margin-left: 5px }
|
||||
}
|
||||
|
||||
.video-edit {
|
||||
height: 100%;
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ export class VideoEditComponent implements OnInit {
|
|||
@Input() videoPrivacies = []
|
||||
@Input() userVideoChannels = []
|
||||
|
||||
tags: string[] = []
|
||||
videoCategories = []
|
||||
videoLicences = []
|
||||
videoLanguages = []
|
||||
|
|
|
@ -227,6 +227,10 @@ p-table {
|
|||
width: 250px !important;
|
||||
padding: 0 !important;
|
||||
text-align: center;
|
||||
|
||||
my-edit-button + my-delete-button {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
p-paginator {
|
||||
|
|
|
@ -5464,9 +5464,9 @@ ng2-material-dropdown@0.10.0:
|
|||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
ngx-bootstrap@2.0.3:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-2.0.3.tgz#b8ca4be305be4e2e99f60d941cc8a3e906f198d7"
|
||||
ngx-bootstrap@2.0.5:
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-2.0.5.tgz#83aab39d1e4fe811fad2b34f7927f9ce19d68daa"
|
||||
|
||||
ngx-chips@1.9.2:
|
||||
version "1.9.2"
|
||||
|
|
Loading…
Reference in New Issue