trm-tmpl 0.0.1-beta.21 → 0.0.1-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/app/pages/components/constructor-form/components/ps-select/ps-select.component.mjs +2 -2
- package/esm2020/lib/app/pages/components/terminal-layout/terminal-layout.component.mjs +2 -2
- package/esm2020/lib/app/shared/components/terminal-lang-switcher/terminal-lang-switcher.component.mjs +2 -2
- package/esm2020/lib/app/shared/components/terminal-layout-tpl/terminal-layout-tpl.component.mjs +2 -2
- package/fesm2015/trm-tmpl.mjs +8 -8
- package/fesm2015/trm-tmpl.mjs.map +1 -1
- package/fesm2020/trm-tmpl.mjs +8 -8
- package/fesm2020/trm-tmpl.mjs.map +1 -1
- package/package.json +1 -1
- package/scss/mixins.scss +1 -1
|
@@ -106,7 +106,7 @@ PsSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
106
106
|
useExisting: forwardRef(() => PsSelectComponent),
|
|
107
107
|
multi: true,
|
|
108
108
|
}
|
|
109
|
-
], ngImport: i0, template: "<label class=\"trm-label\">\r\n {{I18N_KEY.CONSTRUCTOR_LABEL_PS | trans}}\r\n</label>\r\n<ul class=\"methods\">\r\n <li class=\"method\"\r\n [class.method--selected]=\"selectedType === method.id\"\r\n *ngFor=\"let method of popularMethods\"\r\n [tabindex]=\"tabIndex\"\r\n (keydown.enter)=\"$event.stopPropagation(); selectMethod(method.id)\"\r\n (blur)=\"onTouch()\"\r\n (click)=\"selectMethod(method.id)\"\r\n >\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+method.name\"\r\n ></span>\r\n <span class=\"method__name\" [title]=\"method.name | trans\" > {{method.name | method_title | trans}} </span>\r\n </li>\r\n <li class=\"methods__other\" *ngIf=\"searchString || otherMethods.length\">\r\n <app-trm-select [data]=\"otherMethods\"\r\n idLabel=\"method\"\r\n (search)=\"search($event)\"\r\n [tabIndex]=\"tabIndex\"\r\n (open)=\"onTouch()\"\r\n [formControl]=\"otherMethodControl\"\r\n [placeholder]=\"I18N_KEY.CONSTRUCTOR_PLACEHOLDER_PS | trans\"\r\n class=\"c-field-select trm-form-field\"\r\n >\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+item.name\"></span>\r\n <span class=\"method__name\"\r\n [title]=\"item.name | trans\" >{{item.name | method_title | trans}}</span>\r\n </ng-template>\r\n </app-trm-select>\r\n </li>\r\n</ul>\r\n<ng-content select=\"[app-ps-select-hint]\"></ng-content>\r\n\r\n", styles: [":host{display:block}.methods{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:flex-start;list-style:none;flex-wrap:wrap;margin:0;padding:0}.methods .method{--method-color: var(--color-base-350);--method-border-color: var(--color-base-200);display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;flex:100%;max-width:calc(50% - 5px);padding:16px;border:1px solid var(--method-border-color);border-radius:10px;outline:0;align-self:stretch}.methods .method:hover,.methods .method:focus{--method-color: var(--color-primary-500);--method-border-color: var(--color-primary-500);cursor:pointer;box-shadow:0 0 15px -1px #a378ff26}.methods .method.method--selected{--method-color: var(--color-primary-500);--method-border-color: var(--color-primary-500);cursor:default;box-shadow:0 0 0 2px var(--method-border-color);outline:none}.methods .method__icon{background:transparent no-repeat 100% 100%;background-size:contain;width:24px;height:24px;flex-shrink:0}.methods .method__name{font-weight:600;font-size:14px;line-height:18px;color:var(--method-color);white-space:normal;overflow:hidden;max-width:100%;text-overflow:ellipsis;flex-shrink:0}.methods__other{box-sizing:border-box;flex:100%;margin-top:10px}\n"], dependencies: [{ kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.TrmSelectComponent, selector: "app-trm-select", inputs: ["label", "hasBorder", "data", "tabIndex", "name", "placeholder", "searchable", "hasScrollbar", "nameId", "nameLabel"], outputs: ["open", "search"] }, { kind: "directive", type: i6.TabIndexFocusDirective, selector: "[tabindex]" }, { kind: "pipe", type: i7.MethodTitlePipe, name: "method_title" }, { kind: "pipe", type: i8.TranslateByKeyPipe, name: "trans" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
109
|
+
], ngImport: i0, template: "<label class=\"trm-label\">\r\n {{I18N_KEY.CONSTRUCTOR_LABEL_PS | trans}}\r\n</label>\r\n<ul class=\"methods\">\r\n <li class=\"method\"\r\n [class.method--selected]=\"selectedType === method.id\"\r\n *ngFor=\"let method of popularMethods\"\r\n [tabindex]=\"tabIndex\"\r\n (keydown.enter)=\"$event.stopPropagation(); selectMethod(method.id)\"\r\n (blur)=\"onTouch()\"\r\n (click)=\"selectMethod(method.id)\"\r\n >\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+method.name\"\r\n ></span>\r\n <span class=\"method__name\" [title]=\"method.name | trans\" > {{method.name | method_title | trans}} </span>\r\n </li>\r\n <li class=\"methods__other\" *ngIf=\"searchString || otherMethods.length\">\r\n <app-trm-select [data]=\"otherMethods\"\r\n idLabel=\"method\"\r\n (search)=\"search($event)\"\r\n [tabIndex]=\"tabIndex\"\r\n (open)=\"onTouch()\"\r\n [formControl]=\"otherMethodControl\"\r\n [placeholder]=\"I18N_KEY.CONSTRUCTOR_PLACEHOLDER_PS | trans\"\r\n class=\"c-field-select trm-form-field\"\r\n >\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+item.name\"></span>\r\n <span class=\"method__name\"\r\n [title]=\"item.name | trans\" >{{item.name | method_title | trans}}</span>\r\n </ng-template>\r\n </app-trm-select>\r\n </li>\r\n</ul>\r\n<ng-content select=\"[app-ps-select-hint]\"></ng-content>\r\n\r\n", styles: [":host{display:block}.methods{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:flex-start;list-style:none;flex-wrap:wrap;margin:0;padding:0}.methods .method{--method-color: var(--ps-select-color, var(--color-base-350));--method-border-color: var(--ps-select-border-color, var(--color-base-200));display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;flex:100%;max-width:calc(50% - 5px);padding:16px;border:1px solid var(--method-border-color);border-radius:10px;outline:0;align-self:stretch}.methods .method:hover,.methods .method:focus{--method-color: var(--ps-select-color--hover, var(--color-primary-500));--method-border-color: var(--ps-select-border-color--hover, var(--color-primary-500));cursor:pointer;box-shadow:0 0 15px -1px #a378ff26}.methods .method.method--selected{--method-color: var(--ps-select-color--active, var(--color-primary-500));--method-border-color: var(--ps-select-border-color--active, var(--color-primary-500));cursor:default;box-shadow:0 0 0 2px var(--method-border-color);outline:none}.methods .method__icon{background:transparent no-repeat 100% 100%;background-size:contain;width:24px;height:24px;flex-shrink:0}.methods .method__name{font-weight:600;font-size:14px;line-height:18px;color:var(--method-color);white-space:normal;overflow:hidden;max-width:100%;text-overflow:ellipsis;flex-shrink:0}.methods__other{box-sizing:border-box;flex:100%;margin-top:10px}\n"], dependencies: [{ kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.TrmSelectComponent, selector: "app-trm-select", inputs: ["label", "hasBorder", "data", "tabIndex", "name", "placeholder", "searchable", "hasScrollbar", "nameId", "nameLabel"], outputs: ["open", "search"] }, { kind: "directive", type: i6.TabIndexFocusDirective, selector: "[tabindex]" }, { kind: "pipe", type: i7.MethodTitlePipe, name: "method_title" }, { kind: "pipe", type: i8.TranslateByKeyPipe, name: "trans" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
110
110
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PsSelectComponent, decorators: [{
|
|
111
111
|
type: Component,
|
|
112
112
|
args: [{ selector: 'app-ps-select', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
@@ -115,7 +115,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
115
115
|
useExisting: forwardRef(() => PsSelectComponent),
|
|
116
116
|
multi: true,
|
|
117
117
|
}
|
|
118
|
-
], template: "<label class=\"trm-label\">\r\n {{I18N_KEY.CONSTRUCTOR_LABEL_PS | trans}}\r\n</label>\r\n<ul class=\"methods\">\r\n <li class=\"method\"\r\n [class.method--selected]=\"selectedType === method.id\"\r\n *ngFor=\"let method of popularMethods\"\r\n [tabindex]=\"tabIndex\"\r\n (keydown.enter)=\"$event.stopPropagation(); selectMethod(method.id)\"\r\n (blur)=\"onTouch()\"\r\n (click)=\"selectMethod(method.id)\"\r\n >\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+method.name\"\r\n ></span>\r\n <span class=\"method__name\" [title]=\"method.name | trans\" > {{method.name | method_title | trans}} </span>\r\n </li>\r\n <li class=\"methods__other\" *ngIf=\"searchString || otherMethods.length\">\r\n <app-trm-select [data]=\"otherMethods\"\r\n idLabel=\"method\"\r\n (search)=\"search($event)\"\r\n [tabIndex]=\"tabIndex\"\r\n (open)=\"onTouch()\"\r\n [formControl]=\"otherMethodControl\"\r\n [placeholder]=\"I18N_KEY.CONSTRUCTOR_PLACEHOLDER_PS | trans\"\r\n class=\"c-field-select trm-form-field\"\r\n >\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+item.name\"></span>\r\n <span class=\"method__name\"\r\n [title]=\"item.name | trans\" >{{item.name | method_title | trans}}</span>\r\n </ng-template>\r\n </app-trm-select>\r\n </li>\r\n</ul>\r\n<ng-content select=\"[app-ps-select-hint]\"></ng-content>\r\n\r\n", styles: [":host{display:block}.methods{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:flex-start;list-style:none;flex-wrap:wrap;margin:0;padding:0}.methods .method{--method-color: var(--color-base-350);--method-border-color: var(--color-base-200);display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;flex:100%;max-width:calc(50% - 5px);padding:16px;border:1px solid var(--method-border-color);border-radius:10px;outline:0;align-self:stretch}.methods .method:hover,.methods .method:focus{--method-color: var(--color-primary-500);--method-border-color: var(--color-primary-500);cursor:pointer;box-shadow:0 0 15px -1px #a378ff26}.methods .method.method--selected{--method-color: var(--color-primary-500);--method-border-color: var(--color-primary-500);cursor:default;box-shadow:0 0 0 2px var(--method-border-color);outline:none}.methods .method__icon{background:transparent no-repeat 100% 100%;background-size:contain;width:24px;height:24px;flex-shrink:0}.methods .method__name{font-weight:600;font-size:14px;line-height:18px;color:var(--method-color);white-space:normal;overflow:hidden;max-width:100%;text-overflow:ellipsis;flex-shrink:0}.methods__other{box-sizing:border-box;flex:100%;margin-top:10px}\n"] }]
|
|
118
|
+
], template: "<label class=\"trm-label\">\r\n {{I18N_KEY.CONSTRUCTOR_LABEL_PS | trans}}\r\n</label>\r\n<ul class=\"methods\">\r\n <li class=\"method\"\r\n [class.method--selected]=\"selectedType === method.id\"\r\n *ngFor=\"let method of popularMethods\"\r\n [tabindex]=\"tabIndex\"\r\n (keydown.enter)=\"$event.stopPropagation(); selectMethod(method.id)\"\r\n (blur)=\"onTouch()\"\r\n (click)=\"selectMethod(method.id)\"\r\n >\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+method.name\"\r\n ></span>\r\n <span class=\"method__name\" [title]=\"method.name | trans\" > {{method.name | method_title | trans}} </span>\r\n </li>\r\n <li class=\"methods__other\" *ngIf=\"searchString || otherMethods.length\">\r\n <app-trm-select [data]=\"otherMethods\"\r\n idLabel=\"method\"\r\n (search)=\"search($event)\"\r\n [tabIndex]=\"tabIndex\"\r\n (open)=\"onTouch()\"\r\n [formControl]=\"otherMethodControl\"\r\n [placeholder]=\"I18N_KEY.CONSTRUCTOR_PLACEHOLDER_PS | trans\"\r\n class=\"c-field-select trm-form-field\"\r\n >\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"method__icon\"\r\n [ngClass]=\"'ps-icon-'+item.name\"></span>\r\n <span class=\"method__name\"\r\n [title]=\"item.name | trans\" >{{item.name | method_title | trans}}</span>\r\n </ng-template>\r\n </app-trm-select>\r\n </li>\r\n</ul>\r\n<ng-content select=\"[app-ps-select-hint]\"></ng-content>\r\n\r\n", styles: [":host{display:block}.methods{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:flex-start;list-style:none;flex-wrap:wrap;margin:0;padding:0}.methods .method{--method-color: var(--ps-select-color, var(--color-base-350));--method-border-color: var(--ps-select-border-color, var(--color-base-200));display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;flex:100%;max-width:calc(50% - 5px);padding:16px;border:1px solid var(--method-border-color);border-radius:10px;outline:0;align-self:stretch}.methods .method:hover,.methods .method:focus{--method-color: var(--ps-select-color--hover, var(--color-primary-500));--method-border-color: var(--ps-select-border-color--hover, var(--color-primary-500));cursor:pointer;box-shadow:0 0 15px -1px #a378ff26}.methods .method.method--selected{--method-color: var(--ps-select-color--active, var(--color-primary-500));--method-border-color: var(--ps-select-border-color--active, var(--color-primary-500));cursor:default;box-shadow:0 0 0 2px var(--method-border-color);outline:none}.methods .method__icon{background:transparent no-repeat 100% 100%;background-size:contain;width:24px;height:24px;flex-shrink:0}.methods .method__name{font-weight:600;font-size:14px;line-height:18px;color:var(--method-color);white-space:normal;overflow:hidden;max-width:100%;text-overflow:ellipsis;flex-shrink:0}.methods__other{box-sizing:border-box;flex:100%;margin-top:10px}\n"] }]
|
|
119
119
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.MethodTitlePipe }, { type: i2.TranslatePipe }]; }, propDecorators: { methods: [{
|
|
120
120
|
type: Input
|
|
121
121
|
}], tabIndex: [{
|
|
@@ -173,12 +173,12 @@ export class TerminalLayoutComponent {
|
|
|
173
173
|
TerminalLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TerminalLayoutComponent, deps: [{ token: DOCUMENT }, { token: i1.SessionDataSource }, { token: TranslateLoader }, { token: i0.ChangeDetectorRef }, { token: i2.TranslateService }, { token: i3.DateAdapter }, { token: i4.ApiErrorsService }, { token: i5.Location }, { token: i6.Title }, { token: TERMINAL_VERSION_SERVICE_TOKEN }], target: i0.ɵɵFactoryTarget.Component });
|
|
174
174
|
TerminalLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TerminalLayoutComponent, selector: "app-terminal-layout", providers: [
|
|
175
175
|
SessionDataSource
|
|
176
|
-
], viewQueries: [{ propertyName: "scrollComponent", first: true, predicate: ["scrollComponent"], descendants: true }], ngImport: i0, template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"(sessionDS.loading$ | async) || (translateLoader.loading$ | async)\"\r\n (change)=\"changeLang()\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-container\r\n *ngIf=\"!(sessionDS.loading$ | async) && !(translateLoader.loading$ | async); else skeleton\">\r\n <div class=\"terminal__info\" *ngIf=\"projectName\">\r\n <h5 class=\"terminal__info__name\"> {{ projectName }} </h5>\r\n <p class=\"terminal__info__desc\" *ngIf=\"description\"> {{ description }} </p>\r\n </div>\r\n <app-constructor-form\r\n *ngIf=\"step !== TERMINAL_STEP.Status && !hasStatusError; else statusTpl;\"\r\n [loading]=\"sessionDS.loadingConfirm$ | async\"\r\n [step]=\"step\"\r\n [types]=\"types\"\r\n [currency]=\"currency\"\r\n [response]=\"data\"\r\n [error]=\"statusText\"\r\n (prepare)=\"prepare($event)\"\r\n (onPaymentChanged)=\"paymentChanged()\"\r\n (back)=\"back()\"\r\n [canReturnToProject]=\"sessionDS.canReturnToProject\"\r\n (confirm)=\"confirm()\"\r\n [tabIndex]=\"2\"></app-constructor-form>\r\n\r\n <ng-template #statusTpl>\r\n <app-constructor-status class=\"terminal__status\"\r\n [failed]=\"hasStatusError\"\r\n [message]=\"statusText | trans\"\r\n [backUrl]=\"returnBackUrl\"\r\n ></app-constructor-status>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #skeleton>\r\n <div class=\"trm-skeleton-group\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n </ng-template>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{ footerText }}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0 84px;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%}.terminal__info{background:#F5F5F5;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start}.terminal__info__name{margin:0;font-weight:500;font-size:16px;line-height:20px;color:#000}.terminal__info__desc{margin:0;font-weight:400;font-size:15px;line-height:22px;color:var(--color-base-350)}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader{height:80px}.terminal .trm-skeleton-group__header .loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader{height:48px}\n"], dependencies: [{ kind: "component", type: i7.NgScrollbar, selector: "ng-scrollbar", inputs: ["disabled", "sensorDisabled", "pointerEventsDisabled", "viewportPropagateMouseMove", "autoHeightDisabled", "autoWidthDisabled", "viewClass", "trackClass", "thumbClass", "minThumbSize", "trackClickScrollDuration", "pointerEventsMethod", "track", "visibility", "appearance", "position", "sensorDebounce", "scrollAuditTime"], outputs: ["updated"], exportAs: ["ngScrollbar"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.NgxSkeletonLoaderComponent, selector: "ngx-skeleton-loader", inputs: ["count", "loadingText", "appearance", "animation", "ariaLabel", "theme"] }, { kind: "component", type: i9.TerminalLangSwitcherComponent, selector: "app-terminal-lang-switcher", inputs: ["loading", "tabIndex"], outputs: ["change"] }, { kind: "component", type: i10.ConstructorStatusComponent, selector: "app-constructor-status", inputs: ["failed", "inProgress", "animation", "message", "failTitle", "progressTitle", "successTitle", "tabIndex", "backUrl", "backUrlTitle", "hasSupportHint"] }, { kind: "component", type: i11.ConstructorFormComponent, selector: "app-constructor-form", inputs: ["step", "error", "response", "currency", "userCurrency", "loading", "types", "canReturnToProject", "tabIndex"], outputs: ["back", "prepare", "confirm", "onPaymentChanged"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i12.TranslateByKeyPipe, name: "trans" }] });
|
|
176
|
+
], viewQueries: [{ propertyName: "scrollComponent", first: true, predicate: ["scrollComponent"], descendants: true }], ngImport: i0, template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"(sessionDS.loading$ | async) || (translateLoader.loading$ | async)\"\r\n (change)=\"changeLang()\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-container\r\n *ngIf=\"!(sessionDS.loading$ | async) && !(translateLoader.loading$ | async); else skeleton\">\r\n <div class=\"terminal__info\" *ngIf=\"projectName\">\r\n <h5 class=\"terminal__info__name\"> {{ projectName }} </h5>\r\n <p class=\"terminal__info__desc\" *ngIf=\"description\"> {{ description }} </p>\r\n </div>\r\n <app-constructor-form\r\n *ngIf=\"step !== TERMINAL_STEP.Status && !hasStatusError; else statusTpl;\"\r\n [loading]=\"sessionDS.loadingConfirm$ | async\"\r\n [step]=\"step\"\r\n [types]=\"types\"\r\n [currency]=\"currency\"\r\n [response]=\"data\"\r\n [error]=\"statusText\"\r\n (prepare)=\"prepare($event)\"\r\n (onPaymentChanged)=\"paymentChanged()\"\r\n (back)=\"back()\"\r\n [canReturnToProject]=\"sessionDS.canReturnToProject\"\r\n (confirm)=\"confirm()\"\r\n [tabIndex]=\"2\"></app-constructor-form>\r\n\r\n <ng-template #statusTpl>\r\n <app-constructor-status class=\"terminal__status\"\r\n [failed]=\"hasStatusError\"\r\n [message]=\"statusText | trans\"\r\n [backUrl]=\"returnBackUrl\"\r\n ></app-constructor-status>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #skeleton>\r\n <div class=\"trm-skeleton-group\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n </ng-template>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{ footerText }}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0 84px;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%}.terminal__info{background:#F5F5F5;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start}.terminal__info__name{margin:0;font-weight:500;font-size:16px;line-height:20px;color:#000}.terminal__info__desc{margin:0;font-weight:400;font-size:15px;line-height:22px;color:var(--color-base-350)}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader,.terminal .trm-skeleton-group__form .skeleton-loader{height:80px}.terminal .trm-skeleton-group__header .loader,.terminal .trm-skeleton-group__header .skeleton-loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader,.terminal .trm-skeleton-group__actions .skeleton-loader{height:48px}\n"], dependencies: [{ kind: "component", type: i7.NgScrollbar, selector: "ng-scrollbar", inputs: ["disabled", "sensorDisabled", "pointerEventsDisabled", "viewportPropagateMouseMove", "autoHeightDisabled", "autoWidthDisabled", "viewClass", "trackClass", "thumbClass", "minThumbSize", "trackClickScrollDuration", "pointerEventsMethod", "track", "visibility", "appearance", "position", "sensorDebounce", "scrollAuditTime"], outputs: ["updated"], exportAs: ["ngScrollbar"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i8.NgxSkeletonLoaderComponent, selector: "ngx-skeleton-loader", inputs: ["count", "loadingText", "appearance", "animation", "ariaLabel", "theme"] }, { kind: "component", type: i9.TerminalLangSwitcherComponent, selector: "app-terminal-lang-switcher", inputs: ["loading", "tabIndex"], outputs: ["change"] }, { kind: "component", type: i10.ConstructorStatusComponent, selector: "app-constructor-status", inputs: ["failed", "inProgress", "animation", "message", "failTitle", "progressTitle", "successTitle", "tabIndex", "backUrl", "backUrlTitle", "hasSupportHint"] }, { kind: "component", type: i11.ConstructorFormComponent, selector: "app-constructor-form", inputs: ["step", "error", "response", "currency", "userCurrency", "loading", "types", "canReturnToProject", "tabIndex"], outputs: ["back", "prepare", "confirm", "onPaymentChanged"] }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i12.TranslateByKeyPipe, name: "trans" }] });
|
|
177
177
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TerminalLayoutComponent, decorators: [{
|
|
178
178
|
type: Component,
|
|
179
179
|
args: [{ selector: 'app-terminal-layout', providers: [
|
|
180
180
|
SessionDataSource
|
|
181
|
-
], template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"(sessionDS.loading$ | async) || (translateLoader.loading$ | async)\"\r\n (change)=\"changeLang()\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-container\r\n *ngIf=\"!(sessionDS.loading$ | async) && !(translateLoader.loading$ | async); else skeleton\">\r\n <div class=\"terminal__info\" *ngIf=\"projectName\">\r\n <h5 class=\"terminal__info__name\"> {{ projectName }} </h5>\r\n <p class=\"terminal__info__desc\" *ngIf=\"description\"> {{ description }} </p>\r\n </div>\r\n <app-constructor-form\r\n *ngIf=\"step !== TERMINAL_STEP.Status && !hasStatusError; else statusTpl;\"\r\n [loading]=\"sessionDS.loadingConfirm$ | async\"\r\n [step]=\"step\"\r\n [types]=\"types\"\r\n [currency]=\"currency\"\r\n [response]=\"data\"\r\n [error]=\"statusText\"\r\n (prepare)=\"prepare($event)\"\r\n (onPaymentChanged)=\"paymentChanged()\"\r\n (back)=\"back()\"\r\n [canReturnToProject]=\"sessionDS.canReturnToProject\"\r\n (confirm)=\"confirm()\"\r\n [tabIndex]=\"2\"></app-constructor-form>\r\n\r\n <ng-template #statusTpl>\r\n <app-constructor-status class=\"terminal__status\"\r\n [failed]=\"hasStatusError\"\r\n [message]=\"statusText | trans\"\r\n [backUrl]=\"returnBackUrl\"\r\n ></app-constructor-status>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #skeleton>\r\n <div class=\"trm-skeleton-group\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n </ng-template>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{ footerText }}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0 84px;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%}.terminal__info{background:#F5F5F5;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start}.terminal__info__name{margin:0;font-weight:500;font-size:16px;line-height:20px;color:#000}.terminal__info__desc{margin:0;font-weight:400;font-size:15px;line-height:22px;color:var(--color-base-350)}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader{height:80px}.terminal .trm-skeleton-group__header .loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader{height:48px}\n"] }]
|
|
181
|
+
], template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"(sessionDS.loading$ | async) || (translateLoader.loading$ | async)\"\r\n (change)=\"changeLang()\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-container\r\n *ngIf=\"!(sessionDS.loading$ | async) && !(translateLoader.loading$ | async); else skeleton\">\r\n <div class=\"terminal__info\" *ngIf=\"projectName\">\r\n <h5 class=\"terminal__info__name\"> {{ projectName }} </h5>\r\n <p class=\"terminal__info__desc\" *ngIf=\"description\"> {{ description }} </p>\r\n </div>\r\n <app-constructor-form\r\n *ngIf=\"step !== TERMINAL_STEP.Status && !hasStatusError; else statusTpl;\"\r\n [loading]=\"sessionDS.loadingConfirm$ | async\"\r\n [step]=\"step\"\r\n [types]=\"types\"\r\n [currency]=\"currency\"\r\n [response]=\"data\"\r\n [error]=\"statusText\"\r\n (prepare)=\"prepare($event)\"\r\n (onPaymentChanged)=\"paymentChanged()\"\r\n (back)=\"back()\"\r\n [canReturnToProject]=\"sessionDS.canReturnToProject\"\r\n (confirm)=\"confirm()\"\r\n [tabIndex]=\"2\"></app-constructor-form>\r\n\r\n <ng-template #statusTpl>\r\n <app-constructor-status class=\"terminal__status\"\r\n [failed]=\"hasStatusError\"\r\n [message]=\"statusText | trans\"\r\n [backUrl]=\"returnBackUrl\"\r\n ></app-constructor-status>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #skeleton>\r\n <div class=\"trm-skeleton-group\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n </ng-template>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{ footerText }}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0 84px;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%}.terminal__info{background:#F5F5F5;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start}.terminal__info__name{margin:0;font-weight:500;font-size:16px;line-height:20px;color:#000}.terminal__info__desc{margin:0;font-weight:400;font-size:15px;line-height:22px;color:var(--color-base-350)}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader,.terminal .trm-skeleton-group__form .skeleton-loader{height:80px}.terminal .trm-skeleton-group__header .loader,.terminal .trm-skeleton-group__header .skeleton-loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader,.terminal .trm-skeleton-group__actions .skeleton-loader{height:48px}\n"] }]
|
|
182
182
|
}], ctorParameters: function () { return [{ type: Document, decorators: [{
|
|
183
183
|
type: Inject,
|
|
184
184
|
args: [DOCUMENT]
|
|
@@ -40,10 +40,10 @@ export class TerminalLangSwitcherComponent {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
TerminalLangSwitcherComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TerminalLangSwitcherComponent, deps: [{ token: i1.TranslateLangStorageService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
-
TerminalLangSwitcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TerminalLangSwitcherComponent, selector: "app-terminal-lang-switcher", inputs: { loading: "loading", tabIndex: "tabIndex" }, outputs: { change: "change" }, ngImport: i0, template: "<app-trm-select class=\"lang-switcher\"\r\n *ngIf=\"!loading; else skeleton;\"\r\n [hasBorder]=\"false\"\r\n [searchable]=\"false\"\r\n [hasScrollbar]=\"false\"\r\n [data]=\"langs\"\r\n [ngModel]=\"lang\"\r\n [tabIndex]=\"tabIndex\"\r\n (ngModelChange)=\"changeLang($event)\"\r\n>\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"fi\" [ngClass]=\"'fi-' + translation_keys[item].code\"></span>\r\n <span> {{translation_keys[item].name | translate}}</span>\r\n </ng-template>\r\n</app-trm-select>\r\n<ng-template #skeleton>\r\n <ngx-skeleton-loader class=\"trm-skeleton\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n</ng-template>\r\n", styles: [":host{display:block}@media (min-width: 768px){:host{min-width:108px}}.lang-switcher{--trm-select-padding-right: 20px;--trm-select-arrow-right: 0;width:100%}.fi{border-radius:2px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-sizing:border-box;background-origin:border-box;flex-shrink:0;height:15px}.fi~span{display:none}@media (min-width: 768px){.fi~span{display:inline}}.trm-skeleton{min-width:70px}.trm-skeleton .loader{height:30px}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgxSkeletonLoaderComponent, selector: "ngx-skeleton-loader", inputs: ["count", "loadingText", "appearance", "animation", "ariaLabel", "theme"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.TrmSelectComponent, selector: "app-trm-select", inputs: ["label", "hasBorder", "data", "tabIndex", "name", "placeholder", "searchable", "hasScrollbar", "nameId", "nameLabel"], outputs: ["open", "search"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
43
|
+
TerminalLangSwitcherComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TerminalLangSwitcherComponent, selector: "app-terminal-lang-switcher", inputs: { loading: "loading", tabIndex: "tabIndex" }, outputs: { change: "change" }, ngImport: i0, template: "<app-trm-select class=\"lang-switcher\"\r\n *ngIf=\"!loading; else skeleton;\"\r\n [hasBorder]=\"false\"\r\n [searchable]=\"false\"\r\n [hasScrollbar]=\"false\"\r\n [data]=\"langs\"\r\n [ngModel]=\"lang\"\r\n [tabIndex]=\"tabIndex\"\r\n (ngModelChange)=\"changeLang($event)\"\r\n>\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"fi\" [ngClass]=\"'fi-' + translation_keys[item].code\"></span>\r\n <span> {{translation_keys[item].name | translate}}</span>\r\n </ng-template>\r\n</app-trm-select>\r\n<ng-template #skeleton>\r\n <ngx-skeleton-loader class=\"trm-skeleton\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n</ng-template>\r\n", styles: [":host{display:block}@media (min-width: 768px){:host{min-width:108px}}.lang-switcher{--trm-select-padding-right: 20px;--trm-select-arrow-right: 0;width:100%}.fi{border-radius:2px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-sizing:border-box;background-origin:border-box;flex-shrink:0;height:15px}.fi~span{display:none}@media (min-width: 768px){.fi~span{display:inline}}.trm-skeleton{min-width:70px}.trm-skeleton .loader,.trm-skeleton .skeleton-loader{height:30px}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgxSkeletonLoaderComponent, selector: "ngx-skeleton-loader", inputs: ["count", "loadingText", "appearance", "animation", "ariaLabel", "theme"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.TrmSelectComponent, selector: "app-trm-select", inputs: ["label", "hasBorder", "data", "tabIndex", "name", "placeholder", "searchable", "hasScrollbar", "nameId", "nameLabel"], outputs: ["open", "search"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
44
44
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TerminalLangSwitcherComponent, decorators: [{
|
|
45
45
|
type: Component,
|
|
46
|
-
args: [{ selector: 'app-terminal-lang-switcher', changeDetection: ChangeDetectionStrategy.OnPush, template: "<app-trm-select class=\"lang-switcher\"\r\n *ngIf=\"!loading; else skeleton;\"\r\n [hasBorder]=\"false\"\r\n [searchable]=\"false\"\r\n [hasScrollbar]=\"false\"\r\n [data]=\"langs\"\r\n [ngModel]=\"lang\"\r\n [tabIndex]=\"tabIndex\"\r\n (ngModelChange)=\"changeLang($event)\"\r\n>\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"fi\" [ngClass]=\"'fi-' + translation_keys[item].code\"></span>\r\n <span> {{translation_keys[item].name | translate}}</span>\r\n </ng-template>\r\n</app-trm-select>\r\n<ng-template #skeleton>\r\n <ngx-skeleton-loader class=\"trm-skeleton\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n</ng-template>\r\n", styles: [":host{display:block}@media (min-width: 768px){:host{min-width:108px}}.lang-switcher{--trm-select-padding-right: 20px;--trm-select-arrow-right: 0;width:100%}.fi{border-radius:2px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-sizing:border-box;background-origin:border-box;flex-shrink:0;height:15px}.fi~span{display:none}@media (min-width: 768px){.fi~span{display:inline}}.trm-skeleton{min-width:70px}.trm-skeleton .loader{height:30px}\n"] }]
|
|
46
|
+
args: [{ selector: 'app-terminal-lang-switcher', changeDetection: ChangeDetectionStrategy.OnPush, template: "<app-trm-select class=\"lang-switcher\"\r\n *ngIf=\"!loading; else skeleton;\"\r\n [hasBorder]=\"false\"\r\n [searchable]=\"false\"\r\n [hasScrollbar]=\"false\"\r\n [data]=\"langs\"\r\n [ngModel]=\"lang\"\r\n [tabIndex]=\"tabIndex\"\r\n (ngModelChange)=\"changeLang($event)\"\r\n>\r\n <ng-template #labelTpl let-item=\"item\">\r\n <span class=\"fi\" [ngClass]=\"'fi-' + translation_keys[item].code\"></span>\r\n <span> {{translation_keys[item].name | translate}}</span>\r\n </ng-template>\r\n</app-trm-select>\r\n<ng-template #skeleton>\r\n <ngx-skeleton-loader class=\"trm-skeleton\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n</ng-template>\r\n", styles: [":host{display:block}@media (min-width: 768px){:host{min-width:108px}}.lang-switcher{--trm-select-padding-right: 20px;--trm-select-arrow-right: 0;width:100%}.fi{border-radius:2px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-sizing:border-box;background-origin:border-box;flex-shrink:0;height:15px}.fi~span{display:none}@media (min-width: 768px){.fi~span{display:inline}}.trm-skeleton{min-width:70px}.trm-skeleton .loader,.trm-skeleton .skeleton-loader{height:30px}\n"] }]
|
|
47
47
|
}], ctorParameters: function () { return [{ type: i1.TranslateLangStorageService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { loading: [{
|
|
48
48
|
type: Input
|
|
49
49
|
}], change: [{
|
package/esm2020/lib/app/shared/components/terminal-layout-tpl/terminal-layout-tpl.component.mjs
CHANGED
|
@@ -40,10 +40,10 @@ export class TerminalLayoutTplComponent {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
TerminalLayoutTplComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TerminalLayoutTplComponent, deps: [{ token: TERMINAL_VERSION_SERVICE_TOKEN }, { token: DOCUMENT }, { token: TranslateLoader }, { token: i0.ChangeDetectorRef }, { token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
-
TerminalLayoutTplComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TerminalLayoutTplComponent, selector: "app-terminal-layout-tpl", inputs: { projectName: "projectName", description: "description", loading: "loading" }, ngImport: i0, template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"loading\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-content selector=\"[terminal-layout-status]\"></ng-content>\r\n <ng-content selector=\"[terminal-layout-form]\"></ng-content>\r\n <div class=\"trm-skeleton-group\" *ngIf=\"loading\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{footerText}}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;min-height:300px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}@media (min-width: 768px){.terminal__header-logo{width:143px;height:30px}}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%;margin:auto}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader{height:80px}.terminal .trm-skeleton-group__header .loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader{height:48px}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgxSkeletonLoaderComponent, selector: "ngx-skeleton-loader", inputs: ["count", "loadingText", "appearance", "animation", "ariaLabel", "theme"] }, { kind: "component", type: i4.NgScrollbar, selector: "ng-scrollbar", inputs: ["disabled", "sensorDisabled", "pointerEventsDisabled", "viewportPropagateMouseMove", "autoHeightDisabled", "autoWidthDisabled", "viewClass", "trackClass", "thumbClass", "minThumbSize", "trackClickScrollDuration", "pointerEventsMethod", "track", "visibility", "appearance", "position", "sensorDebounce", "scrollAuditTime"], outputs: ["updated"], exportAs: ["ngScrollbar"] }, { kind: "component", type: i5.TerminalLangSwitcherComponent, selector: "app-terminal-lang-switcher", inputs: ["loading", "tabIndex"], outputs: ["change"] }] });
|
|
43
|
+
TerminalLayoutTplComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TerminalLayoutTplComponent, selector: "app-terminal-layout-tpl", inputs: { projectName: "projectName", description: "description", loading: "loading" }, ngImport: i0, template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"loading\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-content selector=\"[terminal-layout-status]\"></ng-content>\r\n <ng-content selector=\"[terminal-layout-form]\"></ng-content>\r\n <div class=\"trm-skeleton-group\" *ngIf=\"loading\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{footerText}}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;min-height:300px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}@media (min-width: 768px){.terminal__header-logo{width:143px;height:30px}}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%;margin:auto}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader,.terminal .trm-skeleton-group__form .skeleton-loader{height:80px}.terminal .trm-skeleton-group__header .loader,.terminal .trm-skeleton-group__header .skeleton-loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader,.terminal .trm-skeleton-group__actions .skeleton-loader{height:48px}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.NgxSkeletonLoaderComponent, selector: "ngx-skeleton-loader", inputs: ["count", "loadingText", "appearance", "animation", "ariaLabel", "theme"] }, { kind: "component", type: i4.NgScrollbar, selector: "ng-scrollbar", inputs: ["disabled", "sensorDisabled", "pointerEventsDisabled", "viewportPropagateMouseMove", "autoHeightDisabled", "autoWidthDisabled", "viewClass", "trackClass", "thumbClass", "minThumbSize", "trackClickScrollDuration", "pointerEventsMethod", "track", "visibility", "appearance", "position", "sensorDebounce", "scrollAuditTime"], outputs: ["updated"], exportAs: ["ngScrollbar"] }, { kind: "component", type: i5.TerminalLangSwitcherComponent, selector: "app-terminal-lang-switcher", inputs: ["loading", "tabIndex"], outputs: ["change"] }] });
|
|
44
44
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TerminalLayoutTplComponent, decorators: [{
|
|
45
45
|
type: Component,
|
|
46
|
-
args: [{ selector: 'app-terminal-layout-tpl', template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"loading\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-content selector=\"[terminal-layout-status]\"></ng-content>\r\n <ng-content selector=\"[terminal-layout-form]\"></ng-content>\r\n <div class=\"trm-skeleton-group\" *ngIf=\"loading\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{footerText}}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;min-height:300px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}@media (min-width: 768px){.terminal__header-logo{width:143px;height:30px}}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%;margin:auto}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader{height:80px}.terminal .trm-skeleton-group__header .loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader{height:48px}\n"] }]
|
|
46
|
+
args: [{ selector: 'app-terminal-layout-tpl', template: "<ng-scrollbar appearance=\"compact\">\r\n <div class=\"terminal-layout\">\r\n <section class=\"terminal\">\r\n <div class=\"terminal__content\">\r\n <header class=\"terminal__header\">\r\n <i class=\"terminal__header-logo\"\r\n [class]=\"logoClass\"></i>\r\n <div class=\"terminal__header-lang\">\r\n <app-terminal-lang-switcher\r\n *ngIf=\"hasChoice\"\r\n [loading]=\"loading\"\r\n [tabIndex]=\"1\"></app-terminal-lang-switcher>\r\n </div>\r\n </header>\r\n <div class=\"terminal__form\">\r\n <ng-content selector=\"[terminal-layout-status]\"></ng-content>\r\n <ng-content selector=\"[terminal-layout-form]\"></ng-content>\r\n <div class=\"trm-skeleton-group\" *ngIf=\"loading\">\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__header\"\r\n animation=\"progress\"\r\n count=\"1\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\"trm-skeleton trm-skeleton-group__form\"\r\n animation=\"progress\"\r\n count=\"4\"></ngx-skeleton-loader>\r\n <ngx-skeleton-loader class=\" trm-skeleton trm-skeleton-group__actions\"\r\n animation=\"progress\"\r\n count=\"2\"></ngx-skeleton-loader>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </section>\r\n <footer class=\"terminal-footer\">\r\n <i class=\"terminal-footer__logo\"></i>\r\n <p class=\"terminal-footer__txt\">\r\n {{footerText}}\r\n </p>\r\n </footer>\r\n </div>\r\n</ng-scrollbar>\r\n", styles: [":host{display:flex;flex-direction:column;height:100vh;box-sizing:border-box}.terminal{box-sizing:border-box;width:100%;max-width:528px;min-width:320px;padding:0 10px}.terminal-layout{min-height:100vh;padding:42px 0;display:flex;flex-direction:column;gap:42px;justify-content:flex-start;align-items:center}.terminal-footer{flex:auto 1 0;display:flex;flex-direction:column;gap:24px;justify-content:flex-end;align-items:center}.terminal-footer__logo{background:transparent no-repeat 100% 100%;background-size:contain;width:113px;height:42px;background-image:url(\"data:image/svg+xml,%3Csvg width%3D%22113%22 height%3D%2242%22 viewBox%3D%220 0 113 42%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M77.9067 22.1835L79.0041 22.5129C78.9309 22.8239 78.8214 23.08 78.6567 23.2813C78.4919 23.4825 78.3092 23.6469 78.0712 23.7386C77.8333 23.8481 77.5409 23.903 77.175 23.903C76.736 23.903 76.3884 23.8481 76.0955 23.7201C75.8213 23.592 75.5833 23.3725 75.3823 23.0432C75.181 22.7323 75.0713 22.3117 75.0713 21.8178C75.0713 21.1592 75.2542 20.647 75.6018 20.2812C75.9494 19.9153 76.4616 19.7507 77.1016 19.7507C77.6138 19.7507 77.9982 19.8604 78.2907 20.0617C78.5834 20.2629 78.8029 20.5739 78.9309 21.0129L77.8333 21.2507C77.797 21.1225 77.7604 21.0312 77.7055 20.9763C77.6323 20.8849 77.559 20.8117 77.4494 20.7568C77.3396 20.7019 77.2299 20.6836 77.1201 20.6836C76.8457 20.6836 76.6262 20.7934 76.4799 21.0312C76.3701 21.1958 76.3152 21.47 76.3152 21.8178C76.3152 22.2568 76.3884 22.5678 76.5164 22.7325C76.6445 22.8969 76.8457 22.9884 77.0835 22.9884C77.3211 22.9884 77.5043 22.9154 77.6138 22.7871C77.7604 22.6227 77.8518 22.4396 77.9067 22.1835Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M79.4434 21.8179C79.4434 21.1593 79.6265 20.6469 79.9924 20.2813C80.358 19.9154 80.8702 19.7325 81.5288 19.7325C82.2056 19.7325 82.7178 19.9154 83.0839 20.263C83.4496 20.6288 83.6325 21.1228 83.6325 21.7813C83.6325 22.2569 83.5593 22.6409 83.3949 22.9338C83.23 23.2265 83.0105 23.4643 82.6995 23.6289C82.4069 23.7936 82.0229 23.885 81.5837 23.885C81.1263 23.885 80.7605 23.8116 80.4497 23.6655C80.1568 23.5192 79.9192 23.2994 79.718 22.9704C79.5167 22.6411 79.4434 22.2935 79.4434 21.8179ZM80.6875 21.8179C80.6875 22.2203 80.7605 22.513 80.907 22.696C81.0534 22.8789 81.2546 22.9704 81.5288 22.9704C81.8032 22.9704 82.0044 22.8789 82.1507 22.7143C82.2971 22.5313 82.3705 22.2203 82.3705 21.7813C82.3705 21.3972 82.2971 21.1228 82.1325 20.9581C81.9861 20.7752 81.7668 20.702 81.5107 20.702C81.2546 20.702 81.0534 20.7935 80.907 20.9764C80.7605 21.1228 80.6875 21.4154 80.6875 21.8179Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M84.2729 19.8058H85.901L86.523 22.2569L87.1447 19.8058H88.7728V23.8301H87.7484V20.757L86.9618 23.8301H86.0474L85.2605 20.757V23.8301H84.2363V19.8058H84.2729Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M89.5781 19.8058H91.6453C92.1026 19.8058 92.4316 19.9155 92.6514 20.1351C92.8707 20.3546 92.9804 20.6471 92.9804 21.0495C92.9804 21.452 92.8526 21.7814 92.6148 22.0008C92.3768 22.2388 91.9928 22.3483 91.4989 22.3483H90.8221V23.8484H89.5781V19.8058ZM90.8221 21.5253H91.133C91.3709 21.5253 91.5355 21.4885 91.6453 21.3971C91.7367 21.3056 91.7916 21.2144 91.7916 21.0863C91.7916 20.9583 91.755 20.8483 91.6633 20.757C91.5721 20.6656 91.4257 20.629 91.1879 20.629H90.8404V21.5253H90.8221Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M93.6387 19.8058H94.8824V22.842H96.8215V23.8301H93.6387V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M97.4434 19.8058H98.6871V23.8301H97.4434V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M102.053 23.153H100.644L100.443 23.8115H99.1807L100.699 19.7872H102.053L103.571 23.8115H102.272L102.053 23.153ZM101.797 22.2932L101.358 20.8482L100.919 22.2932H101.797Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M103.956 19.8058H105.109L106.627 22.0373V19.8058H107.797V23.8301H106.627L105.127 21.6166V23.8301H103.956V19.8058Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M108.346 19.8058H112.132V20.7934H110.87V23.8301H109.626V20.7934H108.364V19.8058H108.346Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M59.9813 27.6035L63.5851 26.4695L62.4143 23.8719C61.5546 24.9512 60.6948 26.3413 59.9813 27.6035ZM58.7557 15.7317L51.6948 0L0 2.9268L14.3231 42L41.89 33.311C40.1339 30.7865 39.4936 27.7866 41.5242 26.3232C43.7925 24.6768 47.2131 26.5793 49.39 29.2684C51.4935 25.7561 57.4022 17.5793 58.7557 15.7317Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M50.0847 11.3689C52.243 11.3689 53.9992 9.72252 53.9992 7.67375C53.9992 5.62498 52.243 3.97864 50.0847 3.97864C47.9261 3.97864 46.1699 5.62498 46.1699 7.67375C46.1699 9.70423 47.9261 11.3689 50.0847 11.3689ZM46.8834 12.9603H53.2858V29.6981H46.8834V12.9603Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M43.718 17.8443C43.7729 17.8626 43.8097 17.8443 43.8097 17.7894V13.5455C43.8097 13.4907 43.7729 13.4358 43.718 13.3992C43.718 13.3992 42.8767 12.8504 40.3157 12.7041C40.1876 12.6309 37.9376 12.6126 37.3339 12.7041C28.0048 13.4541 27.6572 20.2041 27.6572 20.4968V22.143C27.6572 22.3442 27.6572 29.2407 37.3339 29.8444C38.2851 29.9174 40.1327 29.8444 40.3157 29.8444C42.5474 29.8444 44.0839 29.1673 44.0839 29.1673C44.1387 29.1491 44.1753 29.0942 44.1753 29.0395V25.0699C44.1753 25.015 44.1387 24.9967 44.1024 25.0333C44.1024 25.0333 43.4072 25.5821 40.3706 25.8931C39.5108 25.9845 39.0902 25.948 38.7793 25.8931C34.4621 25.1614 34.2608 22.0149 34.2608 22.0149C34.2608 21.9601 34.2426 21.8688 34.2426 21.8322V20.6247C34.2426 20.5698 34.2426 20.4783 34.2608 20.4419C34.2608 20.4419 34.5535 17.0577 38.7793 16.6918H40.3706C42.2182 16.9296 43.718 17.8443 43.718 17.8443Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M9.87695 29.6432C9.87695 29.698 9.91356 29.7346 9.96842 29.7346H16.2062C16.2611 29.7346 16.2977 29.698 16.2977 29.6432V24.7774C16.2977 24.7225 16.3342 24.6859 16.3891 24.6859C16.3891 24.6859 26.3585 25.3991 26.3585 18.7226C26.3585 13.4359 20.1026 12.8688 18.0538 12.9603C18.0172 12.9603 9.96842 12.9603 9.96842 12.9603C9.91356 12.9603 9.87695 12.9968 9.87695 13.0517V29.6432ZM16.1879 20.9726V16.6006H17.7245C17.7245 16.6006 19.9378 16.692 20.1208 18.2104C20.1575 18.3201 20.1575 19.0699 20.1208 19.1065C19.8281 20.8809 17.9075 20.9726 17.9075 20.9726H16.1879Z%22 fill%3D%22%23FEFEFE%22%2F%3E%0D%3Cpath d%3D%22M50.2683 37.7743C50.7805 37.7743 51.1829 37.7743 51.8415 37.4818C54.1099 36.2925 61.7745 17.5793 69.8596 11.8171C69.9145 11.7805 69.9694 11.7257 70.0062 11.6708C70.0611 11.5976 70.0609 11.5245 70.0609 11.5245C70.0609 11.5245 70.0609 11.1403 68.872 11.1403C61.683 10.9391 54.2013 26.0305 50.2683 31.9939C50.2136 32.067 49.9575 31.9939 49.9575 31.9939C49.9575 31.9939 47.3233 28.8842 45.0369 27.695C44.982 27.6769 44.7259 27.5854 44.4513 27.6037C44.2686 27.6037 43.2076 27.8232 42.7134 28.3354C42.1283 28.9574 42.1465 29.305 42.1465 30.0548C42.1465 30.1099 42.1831 30.366 42.2561 30.4938C42.8232 31.4817 45.3659 34.9939 47.4696 36.9328C47.7806 37.1708 48.2745 37.7743 50.2683 37.7743Z%22 fill%3D%22%232BBC5D%22%2F%3E%0D%3Cpath d%3D%22M74.9434 4.495H80.925C82.1143 4.495 83.0653 4.65963 83.7787 4.97041C84.5105 5.29969 85.1141 5.75701 85.5715 6.34239C86.0469 6.94607 86.3945 7.64121 86.5959 8.42761C86.8154 9.21442 86.9252 10.0557 86.9252 10.9523C86.9252 12.3423 86.7603 13.4216 86.4493 14.1899C86.1386 14.9583 85.6995 15.5985 85.1324 16.129C84.5654 16.6412 83.9617 16.9888 83.3214 17.1715C82.4433 17.4095 81.6384 17.5193 80.925 17.5193H74.9434V4.495ZM78.9679 7.43999V14.5558H79.9555C80.7972 14.5558 81.4008 14.4646 81.7482 14.2814C82.0958 14.0985 82.3885 13.7692 82.5897 13.3119C82.7909 12.8545 82.9007 12.0862 82.9007 11.0437C82.9007 9.65325 82.6814 8.72051 82.224 8.2083C81.7667 7.69609 81.0348 7.43999 79.974 7.43999H78.9679Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M88.041 13.2204L91.8824 12.9826C91.9738 13.6046 92.1385 14.0802 92.3946 14.4095C92.8153 14.94 93.4007 15.1961 94.169 15.1961C94.7361 15.1961 95.1934 15.068 95.5044 14.7936C95.8154 14.5192 95.9798 14.2083 95.9798 13.8607C95.9798 13.5314 95.8335 13.2204 95.541 12.9462C95.2483 12.6716 94.5532 12.4338 93.4739 12.196C91.6994 11.7936 90.4555 11.2633 89.6872 10.6047C88.9191 9.94617 88.5532 9.10447 88.5532 8.08006C88.5532 7.40342 88.7544 6.78145 89.1384 6.17778C89.5228 5.5741 90.1079 5.11677 90.8947 4.7692C91.6811 4.42163 92.7421 4.2572 94.0958 4.2572C95.7605 4.2572 97.0408 4.56798 97.9006 5.18994C98.7787 5.81191 99.2909 6.79974 99.4555 8.15343L95.6508 8.37295C95.541 7.78757 95.3398 7.36662 95.0105 7.09243C94.6812 6.81803 94.2422 6.68998 93.6751 6.68998C93.1995 6.68998 92.8519 6.78145 92.6141 6.98267C92.3763 7.1839 92.2667 7.4215 92.2667 7.7144C92.2667 7.91562 92.358 8.11685 92.5592 8.28128C92.7421 8.44592 93.1995 8.61077 93.9129 8.75711C95.6688 9.14106 96.9313 9.52542 97.6994 9.90937C98.4677 10.2937 99.0165 10.7874 99.3641 11.3545C99.7116 11.9216 99.8763 12.5802 99.8763 13.2936C99.8763 14.1351 99.6385 14.9034 99.1811 15.5985C98.7238 16.3118 98.0652 16.8425 97.2421 17.2083C96.4191 17.5742 95.3581 17.7571 94.0958 17.7571C91.8824 17.7571 90.3457 17.3362 89.486 16.4766C88.6447 15.6168 88.1689 14.5375 88.041 13.2204Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3Cpath d%3D%22M100.901 13.2203L104.743 12.9825C104.834 13.6047 104.999 14.0801 105.255 14.4094C105.676 14.9399 106.261 15.196 107.029 15.196C107.596 15.196 108.054 15.0679 108.365 14.7935C108.676 14.5191 108.84 14.2081 108.84 13.8608C108.84 13.5313 108.694 13.2203 108.401 12.9461C108.109 12.6715 107.414 12.4339 106.334 12.1959C104.56 11.7934 103.316 11.2632 102.548 10.6046C101.798 9.94604 101.414 9.10456 101.414 8.08014C101.414 7.4033 101.615 6.78133 101.999 6.17765C102.383 5.57398 102.968 5.11665 103.755 4.76929C104.541 4.42151 105.603 4.25708 106.956 4.25708C108.621 4.25708 109.901 4.56806 110.761 5.18982C111.639 5.81179 112.151 6.79962 112.316 8.15332L108.511 8.37283C108.401 7.78745 108.2 7.36671 107.871 7.09231C107.542 6.81791 107.103 6.68986 106.535 6.68986C106.06 6.68986 105.712 6.78133 105.475 6.98255C105.237 7.18378 105.127 7.42159 105.127 7.71428C105.127 7.9155 105.219 8.11673 105.42 8.28137C105.603 8.44601 106.06 8.61064 106.773 8.75699C108.529 9.14114 109.792 9.5253 110.56 9.90925C111.328 10.2936 111.877 10.7873 112.225 11.3546C112.572 11.9217 112.737 12.58 112.737 13.2935C112.737 14.135 112.499 14.9033 112.041 15.5984C111.584 16.3116 110.926 16.8424 110.103 17.2082C109.279 17.5741 108.218 17.757 106.956 17.757C104.743 17.757 103.206 17.3363 102.347 16.4765C101.487 15.6167 101.011 14.5374 100.901 13.2203Z%22 fill%3D%22%23225E63%22%2F%3E%0D%3C%2Fsvg%3E%0D\")}.terminal-footer__txt{font-weight:400;font-size:14px;line-height:18px;color:var(--color-base-350);margin:0}.terminal__content{box-sizing:border-box;margin:auto;padding:20px;width:100%;background:#FFFFFF;border-radius:16px;min-height:300px;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}@media (min-width: 768px){.terminal__content{padding:32px}}.terminal__header{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center}@media (min-width: 768px){.terminal__header-logo{width:143px;height:30px}}.terminal__header-lang{margin-left:auto}.terminal__form{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:stretch;width:100%;margin:auto}.terminal__status{margin-top:8px}.terminal .trm-skeleton-group{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;align-items:stretch}.terminal .trm-skeleton-group__form{gap:20px}.terminal .trm-skeleton-group__form .loader,.terminal .trm-skeleton-group__form .skeleton-loader{height:80px}.terminal .trm-skeleton-group__header .loader,.terminal .trm-skeleton-group__header .skeleton-loader{height:120px}.terminal .trm-skeleton-group__actions{gap:10px}.terminal .trm-skeleton-group__actions .loader,.terminal .trm-skeleton-group__actions .skeleton-loader{height:48px}\n"] }]
|
|
47
47
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
48
48
|
type: Inject,
|
|
49
49
|
args: [TERMINAL_VERSION_SERVICE_TOKEN]
|