mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
Bump anapi (#188)
This commit is contained in:
parent
939004f372
commit
872dc7a008
8
package-lock.json
generated
8
package-lock.json
generated
@ -22,7 +22,7 @@
|
||||
"@ngneat/transloco": "^6.0.4",
|
||||
"@ngneat/until-destroy": "^9.0.0",
|
||||
"@vality/ng-core": "18.0.1-pr-63-9e315a6.0",
|
||||
"@vality/swag-anapi-v2": "2.0.1-2eda808.0",
|
||||
"@vality/swag-anapi-v2": "2.0.1-0f6d0dc.0",
|
||||
"@vality/swag-api-keys-v2": "0.1.2-321124b.0",
|
||||
"@vality/swag-claim-management": "0.1.1-b5248eb.0",
|
||||
"@vality/swag-organizations": "1.0.1-e863566.0",
|
||||
@ -7164,9 +7164,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@vality/swag-anapi-v2": {
|
||||
"version": "2.0.1-2eda808.0",
|
||||
"resolved": "https://registry.npmjs.org/@vality/swag-anapi-v2/-/swag-anapi-v2-2.0.1-2eda808.0.tgz",
|
||||
"integrity": "sha512-xiXjqxXkzzAUPvUmr5nOjIVVc5z53cwXyfiSRmHs8OZ+nuN8jaToRQtbvtDd7vNAJmo22+6v0+0swx8/WODebg==",
|
||||
"version": "2.0.1-0f6d0dc.0",
|
||||
"resolved": "https://registry.npmjs.org/@vality/swag-anapi-v2/-/swag-anapi-v2-2.0.1-0f6d0dc.0.tgz",
|
||||
"integrity": "sha512-kTMuuGffU/Qu0thbskzqJQUm/Dg5DJhgKhVYFiD95FoqcnEWwHBMa+TRfdB3pz7KntiDm8sfe1FkyiU3kvH3Ew==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
|
@ -39,7 +39,7 @@
|
||||
"@ngneat/transloco": "^6.0.4",
|
||||
"@ngneat/until-destroy": "^9.0.0",
|
||||
"@vality/ng-core": "18.0.1-pr-63-9e315a6.0",
|
||||
"@vality/swag-anapi-v2": "2.0.1-2eda808.0",
|
||||
"@vality/swag-anapi-v2": "2.0.1-0f6d0dc.0",
|
||||
"@vality/swag-api-keys-v2": "0.1.2-321124b.0",
|
||||
"@vality/swag-claim-management": "0.1.1-b5248eb.0",
|
||||
"@vality/swag-organizations": "1.0.1-e863566.0",
|
||||
|
@ -128,11 +128,6 @@ export class AnapiDictionaryService {
|
||||
'dictionary',
|
||||
),
|
||||
paymentRegistry: this.t.translate('anapi.reportType.paymentRegistry', null, 'dictionary'),
|
||||
paymentRegistryByPayout: this.t.translate(
|
||||
'anapi.reportType.paymentRegistryByPayout',
|
||||
null,
|
||||
'dictionary',
|
||||
),
|
||||
}));
|
||||
|
||||
reportStatus$ = this.dictionaryService.create<Report.StatusEnum>(() => ({
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="dsh-laptop-grid" fxLayout="column" fxLayoutGap="48px">
|
||||
<div class="dsh-laptop-grid" fxLayout="column" fxLayoutGap="24px">
|
||||
<dsh-toolbar></dsh-toolbar>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
|
@ -5,12 +5,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div fxFlex="2 1 fill">
|
||||
<div
|
||||
class="dsh-route-container"
|
||||
fxLayout="column"
|
||||
fxLayoutGap="24px"
|
||||
fxLayoutGap.gt-sm="48px"
|
||||
>
|
||||
<div class="dsh-route-container" fxLayout="column" fxLayoutGap="24px">
|
||||
<dsh-section-header [label]="routeName"></dsh-section-header>
|
||||
<div>
|
||||
<router-outlet></router-outlet>
|
||||
|
@ -1,5 +1,5 @@
|
||||
$dsh-route-container-max-width: 1128px;
|
||||
$dsh-route-navbar-container-padding: 176px 0 0 0;
|
||||
$dsh-route-navbar-container-padding: 128px 0 0 0;
|
||||
|
||||
.dsh-route-container {
|
||||
max-width: $dsh-route-container-max-width;
|
||||
|
@ -79,7 +79,6 @@
|
||||
},
|
||||
"reportType": {
|
||||
"paymentRegistry": "Operations register",
|
||||
"paymentRegistryByPayout": "Register of reimbursement transactions",
|
||||
"provisionOfService": "Certificate of rendered services"
|
||||
}
|
||||
},
|
||||
|
@ -79,7 +79,6 @@
|
||||
},
|
||||
"reportType": {
|
||||
"paymentRegistry": "Реестр операций",
|
||||
"paymentRegistryByPayout": "Реестр операций возмещения",
|
||||
"provisionOfService": "Акт об оказании услуг"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user