Cleanup
This commit is contained in:
parent
38c5035521
commit
dbb4c618f6
@ -1,7 +1,3 @@
|
||||
.page-header .actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.no-bold {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
@ -34,6 +34,7 @@ export class FileAttributesCsvImportDialogComponent extends ListingComponent<Fie
|
||||
keepPreview = false;
|
||||
columnSample = [];
|
||||
initialParseConfig: { delimiter?: string; encoding?: string } = {};
|
||||
readonly tableHeaderLabel = '';
|
||||
protected readonly _primaryKey = 'csvColumn';
|
||||
|
||||
constructor(
|
||||
|
||||
@ -13,8 +13,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-header .actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
(noDataAction)="openAddEditDictionaryDialog()"
|
||||
[actionsTemplate]="actionsTemplate"
|
||||
[bulkActions]="bulkActions"
|
||||
[headerTemplate]="headerTemplate"
|
||||
[itemSize]="80"
|
||||
[noDataButtonLabel]="'dictionary-listing.no-data.action' | translate"
|
||||
[noDataText]="'dictionary-listing.no-data.title' | translate"
|
||||
@ -57,8 +58,10 @@
|
||||
[type]="circleButtonTypes.dark"
|
||||
icon="red:trash"
|
||||
></iqser-circle-button>
|
||||
</ng-template>
|
||||
|
||||
<div class="attributes-actions-container">
|
||||
<ng-template #headerTemplate>
|
||||
<div class="table-header-actions">
|
||||
<iqser-input-with-action
|
||||
[(value)]="searchService.searchValue"
|
||||
[placeholder]="'dictionary-listing.search' | translate"
|
||||
|
||||
@ -36,9 +36,4 @@
|
||||
padding-right: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
.page-header .actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
(noDataAction)="openAddEditAttributeDialog(null)"
|
||||
[actionsTemplate]="actionsTemplate"
|
||||
[bulkActions]="bulkActions"
|
||||
[headerTemplate]="headerTemplate"
|
||||
[itemSize]="50"
|
||||
[noDataButtonLabel]="'dossier-attributes-listing.no-data.action' | translate"
|
||||
[noDataText]="'dossier-attributes-listing.no-data.title' | translate"
|
||||
@ -45,8 +46,10 @@
|
||||
[type]="circleButtonTypes.dark"
|
||||
icon="red:trash"
|
||||
></iqser-circle-button>
|
||||
</ng-template>
|
||||
|
||||
<div class="attributes-actions-container">
|
||||
<ng-template #headerTemplate>
|
||||
<div class="table-header-actions">
|
||||
<iqser-input-with-action
|
||||
[(value)]="searchService.searchValue"
|
||||
[placeholder]="'dossier-attributes-listing.search' | translate"
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
.page-header .actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
@ -45,7 +45,7 @@
|
||||
</ng-template>
|
||||
|
||||
<ng-template #headerTemplate>
|
||||
<div class="actions flex-1">
|
||||
<div class="table-header-actions">
|
||||
<iqser-input-with-action
|
||||
[(value)]="searchService.searchValue"
|
||||
[placeholder]="'dossier-templates-listing.search' | translate"
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
<iqser-table
|
||||
[actionsTemplate]="actionsTemplate"
|
||||
[bulkActions]="bulkActions"
|
||||
[headerTemplate]="headerTemplate"
|
||||
[itemSize]="80"
|
||||
[noDataText]="'file-attributes-listing.no-data.title' | translate"
|
||||
[noMatchText]="'file-attributes-listing.no-match.title' | translate"
|
||||
@ -44,8 +45,10 @@
|
||||
[type]="circleButtonTypes.dark"
|
||||
icon="red:trash"
|
||||
></iqser-circle-button>
|
||||
</ng-template>
|
||||
|
||||
<div class="attributes-actions-container">
|
||||
<ng-template #headerTemplate>
|
||||
<div class="table-header-actions">
|
||||
<iqser-input-with-action
|
||||
[(value)]="searchService.searchValue"
|
||||
[placeholder]="'file-attributes-listing.search' | translate"
|
||||
|
||||
@ -1,11 +1,5 @@
|
||||
@import 'libs/common-ui/src/assets/styles/mixins';
|
||||
|
||||
// TODO: Can I move this to base styles?
|
||||
.page-header .actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
:host ::ng-deep iqser-table cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .table-item > div.cell {
|
||||
&.center {
|
||||
align-items: center;
|
||||
|
||||
@ -41,12 +41,6 @@
|
||||
<div translate="license-info-screen.end-user-license-text"></div>
|
||||
</div>
|
||||
|
||||
<!-- TODO-->
|
||||
<!-- <div class="row">-->
|
||||
<!-- <div translate="license-info-screen.3rd-party-title"></div>-->
|
||||
<!-- <div>Future feature: we will provide that with the /info endpoint</div>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="section-title all-caps-label" translate="license-info-screen.licensing-details"></div>
|
||||
|
||||
<div class="row">
|
||||
@ -95,12 +89,6 @@
|
||||
<div translate="license-info-screen.unlicensed-analyzed"></div>
|
||||
<div>{{ unlicensedInfo.numberOfAnalyzedPages }}</div>
|
||||
</div>
|
||||
|
||||
<!-- TODO-->
|
||||
<!-- <div class="row">-->
|
||||
<!-- <div>Progress bar</div>-->
|
||||
<!-- <div></div>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
|
||||
<combo-chart-component
|
||||
|
||||
@ -1,11 +1,6 @@
|
||||
@import '../../../../../assets/styles/variables';
|
||||
@import 'libs/common-ui/src/assets/styles/mixins';
|
||||
|
||||
.page-header .actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.content-container,
|
||||
.right-container {
|
||||
flex: 1;
|
||||
|
||||
@ -3,11 +3,6 @@
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.page-header .actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
ngx-monaco-editor {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
@ -18,8 +18,6 @@
|
||||
}
|
||||
|
||||
.page-header .actions {
|
||||
justify-content: flex-end;
|
||||
|
||||
iqser-input-with-action:not(:last-child) {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
@ -1,10 +1,5 @@
|
||||
@import '../../../../../assets/styles/variables';
|
||||
|
||||
.page-header .actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
order: 1;
|
||||
|
||||
|
||||
@ -66,6 +66,7 @@ section.settings {
|
||||
.actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
||||
> *:not(:last-child) {
|
||||
margin-right: 2px;
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.attributes-actions-container {
|
||||
.table-header-actions {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
justify-content: flex-end;
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit d6764126b4ad7f94b977b4c0f4e7a6ec31e6f374
|
||||
Subproject commit 2ee21a6a3ae4fc5414960b2ad4dd25631f6df195
|
||||
Loading…
x
Reference in New Issue
Block a user