rd-outer-component 0.0.96 → 0.0.98
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/modules/custom-date/custom-date.component.mjs +2 -2
- package/esm2020/lib/modules/custom-filter/custom-filter.component.mjs +2 -2
- package/esm2020/lib/modules/custom-input/custom-input.component.mjs +2 -2
- package/esm2020/lib/modules/custom-input-amount/custom-input-amount.component.mjs +3 -3
- package/esm2020/lib/modules/custom-textarea/custom-textarea.component.mjs +2 -2
- package/esm2020/lib/modules/rd-button/index.mjs +3 -0
- package/esm2020/lib/modules/rd-loading/OPLoading.json +1 -0
- package/esm2020/lib/modules/rd-loading/index.mjs +3 -0
- package/esm2020/lib/modules/rd-loading/rd-loading.component.mjs +178 -0
- package/esm2020/lib/modules/rd-loading/rd-loading.module.mjs +20 -0
- package/esm2020/lib/modules/rd-phone/index.mjs +3 -0
- package/esm2020/lib/modules/rd-phone/rd-phone.component.mjs +71 -0
- package/esm2020/lib/modules/rd-phone/rd-phone.module.mjs +36 -0
- package/esm2020/lib/modules/rd-remark-history/index.mjs +3 -0
- package/esm2020/lib/modules/rd-remark-history/rd-remark-history.component.mjs +24 -0
- package/esm2020/lib/modules/rd-remark-history/rd-remark-history.module.mjs +19 -0
- package/esm2020/lib/modules/rd-select-value/index.mjs +3 -0
- package/esm2020/lib/modules/rd-select-value/rd-select-value.component.mjs +136 -0
- package/esm2020/lib/modules/rd-select-value/rd-select-value.module.mjs +36 -0
- package/esm2020/lib/modules/rd-switch/index.mjs +3 -0
- package/esm2020/lib/modules/rd-switch/rd-switch.component.mjs +146 -0
- package/esm2020/lib/modules/rd-switch/rd-switch.module.mjs +39 -0
- package/esm2020/public-api.mjs +7 -1
- package/fesm2015/rd-outer-component.mjs +2695 -12
- package/fesm2015/rd-outer-component.mjs.map +1 -1
- package/fesm2020/rd-outer-component.mjs +2690 -12
- package/fesm2020/rd-outer-component.mjs.map +1 -1
- package/lib/modules/rd-button/index.d.ts +2 -0
- package/lib/modules/rd-loading/index.d.ts +2 -0
- package/lib/modules/rd-loading/rd-loading.component.d.ts +49 -0
- package/lib/modules/rd-loading/rd-loading.module.d.ts +10 -0
- package/lib/modules/rd-phone/index.d.ts +2 -0
- package/lib/modules/rd-phone/rd-phone.component.d.ts +25 -0
- package/lib/modules/rd-phone/rd-phone.module.d.ts +12 -0
- package/lib/modules/rd-remark-history/index.d.ts +2 -0
- package/lib/modules/rd-remark-history/rd-remark-history.component.d.ts +9 -0
- package/lib/modules/rd-remark-history/rd-remark-history.module.d.ts +9 -0
- package/lib/modules/rd-select-value/index.d.ts +2 -0
- package/lib/modules/rd-select-value/rd-select-value.component.d.ts +41 -0
- package/lib/modules/rd-select-value/rd-select-value.module.d.ts +12 -0
- package/lib/modules/rd-switch/index.d.ts +2 -0
- package/lib/modules/rd-switch/rd-switch.component.d.ts +41 -0
- package/lib/modules/rd-switch/rd-switch.module.d.ts +12 -0
- package/package.json +1 -1
- package/public-api.d.ts +6 -0
- package/src/lib/assets/scss/form-item.scss +9 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter, forwardRef, Component, Input, HostBinding, Output, NgModule, ViewChild, ChangeDetectionStrategy, HostListener, createComponent, Injectable, Optional, SkipSelf, Pipe } from '@angular/core';
|
|
3
3
|
import * as i3 from '@angular/forms';
|
|
4
|
-
import { NG_VALUE_ACCESSOR, ReactiveFormsModule, FormsModule, NG_VALIDATORS } from '@angular/forms';
|
|
4
|
+
import { NG_VALUE_ACCESSOR, ReactiveFormsModule, FormsModule, NG_VALIDATORS, FormControl, Validators } from '@angular/forms';
|
|
5
5
|
import * as i1 from '@angular/common';
|
|
6
6
|
import { CommonModule, formatDate } from '@angular/common';
|
|
7
7
|
import * as i9 from 'ng-zorro-antd/checkbox';
|
|
@@ -47,6 +47,11 @@ import * as i1$2 from 'ng-zorro-antd/notification';
|
|
|
47
47
|
import { NzNotificationModule } from 'ng-zorro-antd/notification';
|
|
48
48
|
import * as i2$2 from '@angular/platform-browser';
|
|
49
49
|
import { Subject, isObservable, of } from 'rxjs';
|
|
50
|
+
import lottie from 'lottie-web';
|
|
51
|
+
import * as i4$5 from 'ng-zorro-antd/switch';
|
|
52
|
+
import { NzSwitchModule } from 'ng-zorro-antd/switch';
|
|
53
|
+
import * as i5$2 from 'ng-zorro-antd/tooltip';
|
|
54
|
+
import { NzToolTipModule } from 'ng-zorro-antd/tooltip';
|
|
50
55
|
import { debounceTime, filter, switchMap } from 'rxjs/operators';
|
|
51
56
|
|
|
52
57
|
class CustomCheckboxComponent {
|
|
@@ -346,7 +351,7 @@ CustomDateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
346
351
|
useExisting: forwardRef(() => CustomDateComponent),
|
|
347
352
|
multi: true,
|
|
348
353
|
},
|
|
349
|
-
], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datePicker"], descendants: true }], ngImport: i0, template: "<div [class.rd-date-ready]=\"isComponentReady\" class=\"rd-date-container\">\n <app-rd-form-item\n [disabled]=\"disabled\"\n [focus]=\"isFocus || isPickerOpen\"\n [type]=\"'date'\"\n [label]=\"label\"\n [value]=\"displayValue\"\n [errorMessage]=\"showError ? currentErrorMessage : ''\"\n [theme]=\"theme\"\n (click)=\"openPicker()\"\n >\n <nz-range-picker\n *ngIf=\"type === 'range'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzPlaceHolder]=\"['From', 'To']\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate\"\n [nzDropdownClassName]=\"popupClassName\"\n [nzSeparator]=\"'-'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n nzPlacement=\"bottomRight\"\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue?.length,\n }\"\n ></nz-range-picker>\n <nz-date-picker\n *ngIf=\"type === 'date'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzShowToday]=\"false\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate || disabledEndDate\"\n [nzDropdownClassName]=\"popupClassName + ' custom-dark-datepicker'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue,\n }\"\n ></nz-date-picker>\n </app-rd-form-item>\n</div>\n", styles: [":host .rd-date-container{visibility:hidden}:host .rd-date-container.rd-date-ready{visibility:visible}:host .rd-form-item-date{width:auto;padding:28px 16px 0}:host .rd-form-item-date-hide{position:absolute;top:0;left:0;width:234px;height:100%;opacity:0}:host .rd-form-item-label{cursor:text;pointer-events:none}:host .rd-form-item-date-suffix-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%)}::ng-deep .custom-dark-datepicker .ant-picker-panel{border:1px solid var(--rd-input-fg-default);background-color:var(--rd-bg-panel)}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view .ant-picker-cell-inner{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:rgba(83,149,255,.1);border-color:var(--rd-blue-dark-400);color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell:not(.ant-picker-cell-in-view) .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-view button{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-next-btn{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:after,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:after{border:0 solid var(--rd-copy-primary);border-width:1.5px 0 0 1.5px}::ng-deep .custom-dark-datepicker .ant-picker-input input{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-hover-start):not(.ant-picker-cell-range-hover-end):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{border:1px solid var(--rd-blue-dark-400);background:transparent}::ng-deep .custom-dark-datepicker .ant-picker-suffix{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled:before{background-color:var(--rd-input-bg-disable)}::ng-deep .rd-form-item-date .ant-picker-suffix svg{transition:transform .2s ease;cursor:pointer;pointer-events:initial}::ng-deep .rd-form-item-date.ant-picker:hover,::ng-deep .rd-form-item-date.ant-picker-focused{box-shadow:none;border-color:var(--rd-input-fg-hover)}::ng-deep .rd-form-item-date .ant-picker-active-bar{display:none}::ng-deep .rd-form-item-date .ant-picker-input input{field-sizing:content;font-weight:500;color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date .ant-picker-separator{width:-moz-fit-content;width:fit-content;color:var(--rd-copy-primary)}::ng-deep .rd-date-picker-focus .ant-picker-suffix svg{pointer-events:none;transform:rotate(-180deg)}::ng-deep .rd-form-item-date-popup.ant-picker-dropdown-range{padding:0}::ng-deep .rd-form-item-date-popup .ant-picker-range-arrow{display:none}::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-next-btn,::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-prev-btn{color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon:after,::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon:after{top:2px;left:2px}::ng-deep .rd-form-item-date-popup .ant-picker-header-view button{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container{border-radius:4px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header{border-bottom:none}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header-view{display:flex;flex-direction:row-reverse;justify-content:center;gap:8px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-month-btn{order:2}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-year-btn{order:1}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-panel+.ant-picker-panel .ant-picker-body{border-left:1px solid var(--rd-grey-200)}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell{color:var(--rd-copy-disable);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body th{color:var(--rd-copy-secondary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-in-range:before{background-color:var(--rd-blue-100)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{border-radius:4px!important;background-color:var(--rd-control-input-selected)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:4px!important}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:16px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }, { kind: "directive", type: i4.NzRangePickerComponent, selector: "nz-range-picker", exportAs: ["nzRangePicker"] }, { kind: "component", type: FormItemComponent, selector: "app-rd-form-item", inputs: ["errorMessage", "disabled", "label", "type", "focus", "value", "size", "theme"] }] });
|
|
354
|
+
], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datePicker"], descendants: true }], ngImport: i0, template: "<div [class.rd-date-ready]=\"isComponentReady\" class=\"rd-date-container\">\n <app-rd-form-item\n [disabled]=\"disabled\"\n [focus]=\"isFocus || isPickerOpen\"\n [type]=\"'date'\"\n [label]=\"label\"\n [value]=\"displayValue\"\n [errorMessage]=\"showError ? currentErrorMessage : ''\"\n [theme]=\"theme\"\n (click)=\"openPicker()\"\n >\n <nz-range-picker\n *ngIf=\"type === 'range'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzPlaceHolder]=\"['From', 'To']\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate\"\n [nzDropdownClassName]=\"popupClassName\"\n [nzSeparator]=\"'-'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n nzPlacement=\"bottomRight\"\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue?.length,\n }\"\n ></nz-range-picker>\n <nz-date-picker\n *ngIf=\"type === 'date'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzShowToday]=\"false\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate || disabledEndDate\"\n [nzDropdownClassName]=\"popupClassName + ' custom-dark-datepicker'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue,\n }\"\n ></nz-date-picker>\n </app-rd-form-item>\n</div>\n", styles: [":host .rd-date-container{visibility:hidden}:host .rd-date-container.rd-date-ready{visibility:visible}:host .rd-form-item-date{width:auto;padding:28px 16px 0}:host .rd-form-item-date-hide{position:absolute;top:0;left:0;width:234px;height:100%;opacity:0}:host .rd-form-item-label{cursor:text;pointer-events:none}:host .rd-form-item-date-suffix-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%)}::ng-deep .custom-dark-datepicker .ant-picker-panel{border:1px solid var(--rd-input-fg-default);background-color:var(--rd-bg-panel)}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view .ant-picker-cell-inner{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:rgba(83,149,255,.1);border-color:var(--rd-blue-dark-400);color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell:not(.ant-picker-cell-in-view) .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-view button{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-next-btn{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:after,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:after{border:0 solid var(--rd-copy-primary);border-width:1.5px 0 0 1.5px}::ng-deep .custom-dark-datepicker .ant-picker-input input{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-hover-start):not(.ant-picker-cell-range-hover-end):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{border:1px solid var(--rd-blue-dark-400);background:transparent}::ng-deep .custom-dark-datepicker .ant-picker-suffix{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled:before{background-color:var(--rd-input-bg-disable)}::ng-deep .rd-form-item-date .ant-picker-suffix svg{transition:transform .2s ease;cursor:pointer;pointer-events:initial}::ng-deep .rd-form-item-date.ant-picker:hover,::ng-deep .rd-form-item-date.ant-picker-focused{box-shadow:none;border-color:var(--rd-input-fg-hover)}::ng-deep .rd-form-item-date .ant-picker-active-bar{display:none}::ng-deep .rd-form-item-date .ant-picker-input input{field-sizing:content;font-weight:500;color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date .ant-picker-separator{width:-moz-fit-content;width:fit-content;color:var(--rd-copy-primary)}::ng-deep .rd-date-picker-focus .ant-picker-suffix svg{pointer-events:none;transform:rotate(-180deg)}::ng-deep .rd-form-item-date-popup.ant-picker-dropdown-range{padding:0}::ng-deep .rd-form-item-date-popup .ant-picker-range-arrow{display:none}::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-next-btn,::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-prev-btn{color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon:after,::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon:after{top:2px;left:2px}::ng-deep .rd-form-item-date-popup .ant-picker-header-view button{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container{border-radius:4px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header{border-bottom:none}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header-view{display:flex;flex-direction:row-reverse;justify-content:center;gap:8px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-month-btn{order:2}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-year-btn{order:1}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-panel+.ant-picker-panel .ant-picker-body{border-left:1px solid var(--rd-grey-200)}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell{color:var(--rd-copy-disable);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body th{color:var(--rd-copy-secondary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-in-range:before{background-color:var(--rd-blue-100)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{border-radius:4px!important;background-color:var(--rd-control-input-selected)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:4px!important}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.NzDatePickerComponent, selector: "nz-date-picker,nz-week-picker,nz-month-picker,nz-year-picker,nz-range-picker", inputs: ["nzAllowClear", "nzAutoFocus", "nzDisabled", "nzBorderless", "nzInputReadOnly", "nzInline", "nzOpen", "nzDisabledDate", "nzLocale", "nzPlaceHolder", "nzPopupStyle", "nzDropdownClassName", "nzSize", "nzStatus", "nzFormat", "nzDateRender", "nzDisabledTime", "nzRenderExtraFooter", "nzShowToday", "nzMode", "nzShowNow", "nzRanges", "nzDefaultPickerValue", "nzSeparator", "nzSuffixIcon", "nzBackdrop", "nzId", "nzPlacement", "nzShowWeekNumber", "nzShowTime"], outputs: ["nzOnPanelChange", "nzOnCalendarChange", "nzOnOk", "nzOnOpenChange"], exportAs: ["nzDatePicker"] }, { kind: "directive", type: i4.NzRangePickerComponent, selector: "nz-range-picker", exportAs: ["nzRangePicker"] }, { kind: "component", type: FormItemComponent, selector: "app-rd-form-item", inputs: ["errorMessage", "disabled", "label", "type", "focus", "value", "size", "theme"] }] });
|
|
350
355
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomDateComponent, decorators: [{
|
|
351
356
|
type: Component,
|
|
352
357
|
args: [{ selector: 'app-rd-date', providers: [
|
|
@@ -355,7 +360,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
355
360
|
useExisting: forwardRef(() => CustomDateComponent),
|
|
356
361
|
multi: true,
|
|
357
362
|
},
|
|
358
|
-
], template: "<div [class.rd-date-ready]=\"isComponentReady\" class=\"rd-date-container\">\n <app-rd-form-item\n [disabled]=\"disabled\"\n [focus]=\"isFocus || isPickerOpen\"\n [type]=\"'date'\"\n [label]=\"label\"\n [value]=\"displayValue\"\n [errorMessage]=\"showError ? currentErrorMessage : ''\"\n [theme]=\"theme\"\n (click)=\"openPicker()\"\n >\n <nz-range-picker\n *ngIf=\"type === 'range'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzPlaceHolder]=\"['From', 'To']\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate\"\n [nzDropdownClassName]=\"popupClassName\"\n [nzSeparator]=\"'-'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n nzPlacement=\"bottomRight\"\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue?.length,\n }\"\n ></nz-range-picker>\n <nz-date-picker\n *ngIf=\"type === 'date'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzShowToday]=\"false\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate || disabledEndDate\"\n [nzDropdownClassName]=\"popupClassName + ' custom-dark-datepicker'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue,\n }\"\n ></nz-date-picker>\n </app-rd-form-item>\n</div>\n", styles: [":host .rd-date-container{visibility:hidden}:host .rd-date-container.rd-date-ready{visibility:visible}:host .rd-form-item-date{width:auto;padding:28px 16px 0}:host .rd-form-item-date-hide{position:absolute;top:0;left:0;width:234px;height:100%;opacity:0}:host .rd-form-item-label{cursor:text;pointer-events:none}:host .rd-form-item-date-suffix-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%)}::ng-deep .custom-dark-datepicker .ant-picker-panel{border:1px solid var(--rd-input-fg-default);background-color:var(--rd-bg-panel)}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view .ant-picker-cell-inner{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:rgba(83,149,255,.1);border-color:var(--rd-blue-dark-400);color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell:not(.ant-picker-cell-in-view) .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-view button{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-next-btn{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:after,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:after{border:0 solid var(--rd-copy-primary);border-width:1.5px 0 0 1.5px}::ng-deep .custom-dark-datepicker .ant-picker-input input{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-hover-start):not(.ant-picker-cell-range-hover-end):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{border:1px solid var(--rd-blue-dark-400);background:transparent}::ng-deep .custom-dark-datepicker .ant-picker-suffix{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled:before{background-color:var(--rd-input-bg-disable)}::ng-deep .rd-form-item-date .ant-picker-suffix svg{transition:transform .2s ease;cursor:pointer;pointer-events:initial}::ng-deep .rd-form-item-date.ant-picker:hover,::ng-deep .rd-form-item-date.ant-picker-focused{box-shadow:none;border-color:var(--rd-input-fg-hover)}::ng-deep .rd-form-item-date .ant-picker-active-bar{display:none}::ng-deep .rd-form-item-date .ant-picker-input input{field-sizing:content;font-weight:500;color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date .ant-picker-separator{width:-moz-fit-content;width:fit-content;color:var(--rd-copy-primary)}::ng-deep .rd-date-picker-focus .ant-picker-suffix svg{pointer-events:none;transform:rotate(-180deg)}::ng-deep .rd-form-item-date-popup.ant-picker-dropdown-range{padding:0}::ng-deep .rd-form-item-date-popup .ant-picker-range-arrow{display:none}::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-next-btn,::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-prev-btn{color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon:after,::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon:after{top:2px;left:2px}::ng-deep .rd-form-item-date-popup .ant-picker-header-view button{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container{border-radius:4px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header{border-bottom:none}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header-view{display:flex;flex-direction:row-reverse;justify-content:center;gap:8px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-month-btn{order:2}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-year-btn{order:1}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-panel+.ant-picker-panel .ant-picker-body{border-left:1px solid var(--rd-grey-200)}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell{color:var(--rd-copy-disable);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body th{color:var(--rd-copy-secondary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-in-range:before{background-color:var(--rd-blue-100)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{border-radius:4px!important;background-color:var(--rd-control-input-selected)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:4px!important}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:16px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"] }]
|
|
363
|
+
], template: "<div [class.rd-date-ready]=\"isComponentReady\" class=\"rd-date-container\">\n <app-rd-form-item\n [disabled]=\"disabled\"\n [focus]=\"isFocus || isPickerOpen\"\n [type]=\"'date'\"\n [label]=\"label\"\n [value]=\"displayValue\"\n [errorMessage]=\"showError ? currentErrorMessage : ''\"\n [theme]=\"theme\"\n (click)=\"openPicker()\"\n >\n <nz-range-picker\n *ngIf=\"type === 'range'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzPlaceHolder]=\"['From', 'To']\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate\"\n [nzDropdownClassName]=\"popupClassName\"\n [nzSeparator]=\"'-'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n nzPlacement=\"bottomRight\"\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue?.length,\n }\"\n ></nz-range-picker>\n <nz-date-picker\n *ngIf=\"type === 'date'\"\n [(ngModel)]=\"inputValue\"\n (ngModelChange)=\"onDateChange($event)\"\n (nzOnOpenChange)=\"onOpenChange($event)\"\n [nzFormat]=\"'dd/MM/yyyy'\"\n [nzShowTime]=\"false\"\n [nzAllowClear]=\"false\"\n [nzShowToday]=\"false\"\n class=\"rd-form-item-date\"\n [nzDisabledDate]=\"disabledDate || disabledEndDate\"\n [nzDropdownClassName]=\"popupClassName + ' custom-dark-datepicker'\"\n [nzDisabled]=\"disabled\"\n nzSuffixIcon=\"\"\n #datePicker\n nzBorderless\n [nzInputReadOnly]=\"true\"\n [name]=\"name\"\n (nzFocus)=\"onFocus()\"\n (nzBlur)=\"onBlur()\"\n [ngClass]=\"{\n 'rd-form-item-date-hide': !inputValue,\n }\"\n ></nz-date-picker>\n </app-rd-form-item>\n</div>\n", styles: [":host .rd-date-container{visibility:hidden}:host .rd-date-container.rd-date-ready{visibility:visible}:host .rd-form-item-date{width:auto;padding:28px 16px 0}:host .rd-form-item-date-hide{position:absolute;top:0;left:0;width:234px;height:100%;opacity:0}:host .rd-form-item-label{cursor:text;pointer-events:none}:host .rd-form-item-date-suffix-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%)}::ng-deep .custom-dark-datepicker .ant-picker-panel{border:1px solid var(--rd-input-fg-default);background-color:var(--rd-bg-panel)}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view .ant-picker-cell-inner{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-in-view:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:rgba(83,149,255,.1);border-color:var(--rd-blue-dark-400);color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell:not(.ant-picker-cell-in-view) .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-view button{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-header-next-btn{color:var(--rd-copy-primary)!important}::ng-deep .custom-dark-datepicker .ant-picker-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:before,::ng-deep .custom-dark-datepicker .ant-picker-super-prev-icon:after,::ng-deep .custom-dark-datepicker .ant-picker-super-next-icon:after{border:0 solid var(--rd-copy-primary);border-width:1.5px 0 0 1.5px}::ng-deep .custom-dark-datepicker .ant-picker-input input{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-hover-start):not(.ant-picker-cell-range-hover-end):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{border:1px solid var(--rd-blue-dark-400);background:transparent}::ng-deep .custom-dark-datepicker .ant-picker-suffix{color:var(--rd-copy-primary)}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--rd-copy-disable)!important}::ng-deep .custom-dark-datepicker .ant-picker-cell-disabled:before{background-color:var(--rd-input-bg-disable)}::ng-deep .rd-form-item-date .ant-picker-suffix svg{transition:transform .2s ease;cursor:pointer;pointer-events:initial}::ng-deep .rd-form-item-date.ant-picker:hover,::ng-deep .rd-form-item-date.ant-picker-focused{box-shadow:none;border-color:var(--rd-input-fg-hover)}::ng-deep .rd-form-item-date .ant-picker-active-bar{display:none}::ng-deep .rd-form-item-date .ant-picker-input input{field-sizing:content;font-weight:500;color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date .ant-picker-separator{width:-moz-fit-content;width:fit-content;color:var(--rd-copy-primary)}::ng-deep .rd-date-picker-focus .ant-picker-suffix svg{pointer-events:none;transform:rotate(-180deg)}::ng-deep .rd-form-item-date-popup.ant-picker-dropdown-range{padding:0}::ng-deep .rd-form-item-date-popup .ant-picker-range-arrow{display:none}::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-next-btn,::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon,::ng-deep .rd-form-item-date-popup .ant-picker-header-prev-btn{color:var(--rd-copy-primary)}::ng-deep .rd-form-item-date-popup .ant-picker-super-prev-icon:after,::ng-deep .rd-form-item-date-popup .ant-picker-super-next-icon:after{top:2px;left:2px}::ng-deep .rd-form-item-date-popup .ant-picker-header-view button{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container{border-radius:4px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header{border-bottom:none}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header-view{display:flex;flex-direction:row-reverse;justify-content:center;gap:8px}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-month-btn{order:2}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-header .ant-picker-header-year-btn{order:1}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-panel+.ant-picker-panel .ant-picker-body{border-left:1px solid var(--rd-grey-200)}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell{color:var(--rd-copy-disable);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-panel-container .ant-picker-body th{color:var(--rd-copy-secondary);font-weight:500}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-in-range:before{background-color:var(--rd-blue-100)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{border-radius:4px!important;background-color:var(--rd-control-input-selected)}::ng-deep .rd-form-item-date-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-radius:4px!important}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"] }]
|
|
359
364
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }]; }, propDecorators: { disabled: [{
|
|
360
365
|
type: Input
|
|
361
366
|
}], disabledDate: [{
|
|
@@ -663,7 +668,7 @@ CustomInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
663
668
|
useExisting: forwardRef(() => CustomInputComponent),
|
|
664
669
|
multi: true,
|
|
665
670
|
},
|
|
666
|
-
], ngImport: i0, template: "<div\n [ngClass]=\"{\n 'rd-form-item-rd-input-relative': type === 'select',\n 'rd-form-item-s': size === 'small',\n }\"\n>\n <div\n class=\"rd-form-item rd-form-item-p-deal\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-focus': isFocused,\n 'rd-has-value': !!value,\n 'rd-form-item-input-select': type === 'select',\n 'rd-form-item-password': type === 'password',\n }\"\n >\n <input\n nz-input\n [placeholder]=\"resolvedPlaceholder\"\n [name]=\"name\"\n aria-autocomplete=\"none\"\n [type]=\"type\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [mask]=\"\n maskType === 'amount'\n ? 'separator.' + maskNumber\n : maskType === 'number'\n ? '0*'\n : ''\n \"\n [thousandSeparator]=\"maskType === 'amount' ? ',' : ''\"\n class=\"rd-form-item-input\"\n [ngClass]=\"{\n 'rd-form-item-input-no-label': !label,\n }\"\n />\n <div class=\"rd-form-item-label\" *ngIf=\"label\">{{ label }}</div>\n <ng-container *ngIf=\"symbol\">\n <div class=\"rd-input-symbol\">{{ symbol }}</div>\n </ng-container>\n </div>\n <div class=\"rd-form-item-rd-input-absolute\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n\n {{ currentErrorMessage | translate }}\n </div>\n</div>\n", styles: [":host .rd-form-item-p-deal{padding:0!important}:host .rd-form-item-input{background:var(--rd-input-bg-default);border:none;box-shadow:none;color:var(--rd-copy-primary)}:host .rd-disabled .rd-form-item-input{background:var(--rd-input-bg-disable)!important}:host .rd-form-item-input-select{position:relative}:host .rd-form-item-input-select.rd-disabled .rd-form-item-input{color:var(--rd-copy-secondary)}:host .rd-form-item-password .rd-form-item-input[type=password]{font-size:20px;line-height:32px;letter-spacing:3px}:host .rd-form-item-rd-input-relative{position:relative}:host .rd-form-item-rd-input-relative .rd-form-item-rd-input-absolute{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1}:host .rd-form-item-rd-input-relative .rd-form-item-input{background:var(--rd-input-bg-default)!important;color:var(--rd-copy-primary)!important}:host .rd-input-symbol{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1;color:var(--rd-copy-primary);transition:all .3s cubic-bezier(.645,.045,.355,1)}:host .rd-form-item.rd-focus .rd-input-symbol,:host .rd-form-item.rd-has-value .rd-input-symbol{padding-top:14px}:host .rd-form-item-s .rd-form-item{height:44px}:host .rd-form-item-s .rd-form-item .rd-form-item-input{height:100%;padding:12px 16px;border-radius:4px}:host .rd-error-icon-dark{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:16px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "directive", type: i5.NgxMaskDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "showTemplate", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers", "leadZeroDateTime", "leadZero", "triggerOnMaskChange", "apm", "inputTransformFn", "outputTransformFn", "keepCharacterPositions"], outputs: ["maskFilled"], exportAs: ["mask", "ngxMask"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }] });
|
|
671
|
+
], ngImport: i0, template: "<div\n [ngClass]=\"{\n 'rd-form-item-rd-input-relative': type === 'select',\n 'rd-form-item-s': size === 'small',\n }\"\n>\n <div\n class=\"rd-form-item rd-form-item-p-deal\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-focus': isFocused,\n 'rd-has-value': !!value,\n 'rd-form-item-input-select': type === 'select',\n 'rd-form-item-password': type === 'password',\n }\"\n >\n <input\n nz-input\n [placeholder]=\"resolvedPlaceholder\"\n [name]=\"name\"\n aria-autocomplete=\"none\"\n [type]=\"type\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [mask]=\"\n maskType === 'amount'\n ? 'separator.' + maskNumber\n : maskType === 'number'\n ? '0*'\n : ''\n \"\n [thousandSeparator]=\"maskType === 'amount' ? ',' : ''\"\n class=\"rd-form-item-input\"\n [ngClass]=\"{\n 'rd-form-item-input-no-label': !label,\n }\"\n />\n <div class=\"rd-form-item-label\" *ngIf=\"label\">{{ label }}</div>\n <ng-container *ngIf=\"symbol\">\n <div class=\"rd-input-symbol\">{{ symbol }}</div>\n </ng-container>\n </div>\n <div class=\"rd-form-item-rd-input-absolute\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n\n {{ currentErrorMessage | translate }}\n </div>\n</div>\n", styles: [":host .rd-form-item-p-deal{padding:0!important}:host .rd-form-item-input{background:var(--rd-input-bg-default);border:none;box-shadow:none;color:var(--rd-copy-primary)}:host .rd-disabled .rd-form-item-input{background:var(--rd-input-bg-disable)!important}:host .rd-form-item-input-select{position:relative}:host .rd-form-item-input-select.rd-disabled .rd-form-item-input{color:var(--rd-copy-secondary)}:host .rd-form-item-password .rd-form-item-input[type=password]{font-size:20px;line-height:32px;letter-spacing:3px}:host .rd-form-item-rd-input-relative{position:relative}:host .rd-form-item-rd-input-relative .rd-form-item-rd-input-absolute{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1}:host .rd-form-item-rd-input-relative .rd-form-item-input{background:var(--rd-input-bg-default)!important;color:var(--rd-copy-primary)!important}:host .rd-input-symbol{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1;color:var(--rd-copy-primary);transition:all .3s cubic-bezier(.645,.045,.355,1)}:host .rd-form-item.rd-focus .rd-input-symbol,:host .rd-form-item.rd-has-value .rd-input-symbol{padding-top:14px}:host .rd-form-item-s .rd-form-item{height:44px}:host .rd-form-item-s .rd-form-item .rd-form-item-input{height:100%;padding:12px 16px;border-radius:4px}:host .rd-error-icon-dark{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "directive", type: i5.NgxMaskDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "showTemplate", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers", "leadZeroDateTime", "leadZero", "triggerOnMaskChange", "apm", "inputTransformFn", "outputTransformFn", "keepCharacterPositions"], outputs: ["maskFilled"], exportAs: ["mask", "ngxMask"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }] });
|
|
667
672
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomInputComponent, decorators: [{
|
|
668
673
|
type: Component,
|
|
669
674
|
args: [{ selector: 'app-rd-input', providers: [
|
|
@@ -677,7 +682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
677
682
|
useExisting: forwardRef(() => CustomInputComponent),
|
|
678
683
|
multi: true,
|
|
679
684
|
},
|
|
680
|
-
], template: "<div\n [ngClass]=\"{\n 'rd-form-item-rd-input-relative': type === 'select',\n 'rd-form-item-s': size === 'small',\n }\"\n>\n <div\n class=\"rd-form-item rd-form-item-p-deal\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-focus': isFocused,\n 'rd-has-value': !!value,\n 'rd-form-item-input-select': type === 'select',\n 'rd-form-item-password': type === 'password',\n }\"\n >\n <input\n nz-input\n [placeholder]=\"resolvedPlaceholder\"\n [name]=\"name\"\n aria-autocomplete=\"none\"\n [type]=\"type\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [mask]=\"\n maskType === 'amount'\n ? 'separator.' + maskNumber\n : maskType === 'number'\n ? '0*'\n : ''\n \"\n [thousandSeparator]=\"maskType === 'amount' ? ',' : ''\"\n class=\"rd-form-item-input\"\n [ngClass]=\"{\n 'rd-form-item-input-no-label': !label,\n }\"\n />\n <div class=\"rd-form-item-label\" *ngIf=\"label\">{{ label }}</div>\n <ng-container *ngIf=\"symbol\">\n <div class=\"rd-input-symbol\">{{ symbol }}</div>\n </ng-container>\n </div>\n <div class=\"rd-form-item-rd-input-absolute\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n\n {{ currentErrorMessage | translate }}\n </div>\n</div>\n", styles: [":host .rd-form-item-p-deal{padding:0!important}:host .rd-form-item-input{background:var(--rd-input-bg-default);border:none;box-shadow:none;color:var(--rd-copy-primary)}:host .rd-disabled .rd-form-item-input{background:var(--rd-input-bg-disable)!important}:host .rd-form-item-input-select{position:relative}:host .rd-form-item-input-select.rd-disabled .rd-form-item-input{color:var(--rd-copy-secondary)}:host .rd-form-item-password .rd-form-item-input[type=password]{font-size:20px;line-height:32px;letter-spacing:3px}:host .rd-form-item-rd-input-relative{position:relative}:host .rd-form-item-rd-input-relative .rd-form-item-rd-input-absolute{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1}:host .rd-form-item-rd-input-relative .rd-form-item-input{background:var(--rd-input-bg-default)!important;color:var(--rd-copy-primary)!important}:host .rd-input-symbol{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1;color:var(--rd-copy-primary);transition:all .3s cubic-bezier(.645,.045,.355,1)}:host .rd-form-item.rd-focus .rd-input-symbol,:host .rd-form-item.rd-has-value .rd-input-symbol{padding-top:14px}:host .rd-form-item-s .rd-form-item{height:44px}:host .rd-form-item-s .rd-form-item .rd-form-item-input{height:100%;padding:12px 16px;border-radius:4px}:host .rd-error-icon-dark{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:
|
|
685
|
+
], template: "<div\n [ngClass]=\"{\n 'rd-form-item-rd-input-relative': type === 'select',\n 'rd-form-item-s': size === 'small',\n }\"\n>\n <div\n class=\"rd-form-item rd-form-item-p-deal\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-focus': isFocused,\n 'rd-has-value': !!value,\n 'rd-form-item-input-select': type === 'select',\n 'rd-form-item-password': type === 'password',\n }\"\n >\n <input\n nz-input\n [placeholder]=\"resolvedPlaceholder\"\n [name]=\"name\"\n aria-autocomplete=\"none\"\n [type]=\"type\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [mask]=\"\n maskType === 'amount'\n ? 'separator.' + maskNumber\n : maskType === 'number'\n ? '0*'\n : ''\n \"\n [thousandSeparator]=\"maskType === 'amount' ? ',' : ''\"\n class=\"rd-form-item-input\"\n [ngClass]=\"{\n 'rd-form-item-input-no-label': !label,\n }\"\n />\n <div class=\"rd-form-item-label\" *ngIf=\"label\">{{ label }}</div>\n <ng-container *ngIf=\"symbol\">\n <div class=\"rd-input-symbol\">{{ symbol }}</div>\n </ng-container>\n </div>\n <div class=\"rd-form-item-rd-input-absolute\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n\n {{ currentErrorMessage | translate }}\n </div>\n</div>\n", styles: [":host .rd-form-item-p-deal{padding:0!important}:host .rd-form-item-input{background:var(--rd-input-bg-default);border:none;box-shadow:none;color:var(--rd-copy-primary)}:host .rd-disabled .rd-form-item-input{background:var(--rd-input-bg-disable)!important}:host .rd-form-item-input-select{position:relative}:host .rd-form-item-input-select.rd-disabled .rd-form-item-input{color:var(--rd-copy-secondary)}:host .rd-form-item-password .rd-form-item-input[type=password]{font-size:20px;line-height:32px;letter-spacing:3px}:host .rd-form-item-rd-input-relative{position:relative}:host .rd-form-item-rd-input-relative .rd-form-item-rd-input-absolute{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1}:host .rd-form-item-rd-input-relative .rd-form-item-input{background:var(--rd-input-bg-default)!important;color:var(--rd-copy-primary)!important}:host .rd-input-symbol{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:1;color:var(--rd-copy-primary);transition:all .3s cubic-bezier(.645,.045,.355,1)}:host .rd-form-item.rd-focus .rd-input-symbol,:host .rd-form-item.rd-has-value .rd-input-symbol{padding-top:14px}:host .rd-form-item-s .rd-form-item{height:44px}:host .rd-form-item-s .rd-form-item .rd-form-item-input{height:100%;padding:12px 16px;border-radius:4px}:host .rd-error-icon-dark{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"] }]
|
|
681
686
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }]; }, propDecorators: { label: [{
|
|
682
687
|
type: Input
|
|
683
688
|
}], symbol: [{
|
|
@@ -924,7 +929,7 @@ CustomTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
924
929
|
useExisting: forwardRef(() => CustomTextareaComponent),
|
|
925
930
|
multi: true,
|
|
926
931
|
},
|
|
927
|
-
], viewQueries: [{ propertyName: "autosize", first: true, predicate: CdkTextareaAutosize, descendants: true }], ngImport: i0, template: "<div>\n <div\n class=\"rd-form-item rd-form-textarea\"\n [ngClass]=\"{ disabled: disabled, error: showError }\"\n >\n <textarea\n nz-input\n nzBorderless\n [name]=\"name\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n [nzAutosize]=\"nzAutosize\"\n placeholder=\" \"\n class=\"rd-form-item-input\"\n ></textarea>\n <div class=\"rd-form-item-label\">{{ label }}</div>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <img *ngIf=\"currentErrorMessage\" src=\"/assets/img/icon/icon-error.svg\" />\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-textarea{height:auto;min-height:64px}:host .rd-form-textarea .rd-form-item-input{position:static;line-height:1.5;min-height:58px}:host .rd-form-textarea .rd-form-item-input:focus,:host .rd-form-textarea .rd-form-item-input:not(:placeholder-shown){padding-top:28px}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:
|
|
932
|
+
], viewQueries: [{ propertyName: "autosize", first: true, predicate: CdkTextareaAutosize, descendants: true }], ngImport: i0, template: "<div>\n <div\n class=\"rd-form-item rd-form-textarea\"\n [ngClass]=\"{ disabled: disabled, error: showError }\"\n >\n <textarea\n nz-input\n nzBorderless\n [name]=\"name\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n [nzAutosize]=\"nzAutosize\"\n placeholder=\" \"\n class=\"rd-form-item-input\"\n ></textarea>\n <div class=\"rd-form-item-label\">{{ label }}</div>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <img *ngIf=\"currentErrorMessage\" src=\"/assets/img/icon/icon-error.svg\" />\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-textarea{height:auto;min-height:64px}:host .rd-form-textarea .rd-form-item-input{position:static;line-height:1.5;min-height:58px}:host .rd-form-textarea .rd-form-item-input:focus,:host .rd-form-textarea .rd-form-item-input:not(:placeholder-shown){padding-top:28px}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "directive", type: i3$1.NzAutosizeDirective, selector: "textarea[nzAutosize]", inputs: ["nzAutosize"], exportAs: ["nzAutosize"] }] });
|
|
928
933
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomTextareaComponent, decorators: [{
|
|
929
934
|
type: Component,
|
|
930
935
|
args: [{ selector: 'app-rd-textarea', providers: [
|
|
@@ -938,7 +943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
938
943
|
useExisting: forwardRef(() => CustomTextareaComponent),
|
|
939
944
|
multi: true,
|
|
940
945
|
},
|
|
941
|
-
], template: "<div>\n <div\n class=\"rd-form-item rd-form-textarea\"\n [ngClass]=\"{ disabled: disabled, error: showError }\"\n >\n <textarea\n nz-input\n nzBorderless\n [name]=\"name\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n [nzAutosize]=\"nzAutosize\"\n placeholder=\" \"\n class=\"rd-form-item-input\"\n ></textarea>\n <div class=\"rd-form-item-label\">{{ label }}</div>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <img *ngIf=\"currentErrorMessage\" src=\"/assets/img/icon/icon-error.svg\" />\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-textarea{height:auto;min-height:64px}:host .rd-form-textarea .rd-form-item-input{position:static;line-height:1.5;min-height:58px}:host .rd-form-textarea .rd-form-item-input:focus,:host .rd-form-textarea .rd-form-item-input:not(:placeholder-shown){padding-top:28px}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:
|
|
946
|
+
], template: "<div>\n <div\n class=\"rd-form-item rd-form-textarea\"\n [ngClass]=\"{ disabled: disabled, error: showError }\"\n >\n <textarea\n nz-input\n nzBorderless\n [name]=\"name\"\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n [nzAutosize]=\"nzAutosize\"\n placeholder=\" \"\n class=\"rd-form-item-input\"\n ></textarea>\n <div class=\"rd-form-item-label\">{{ label }}</div>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <img *ngIf=\"currentErrorMessage\" src=\"/assets/img/icon/icon-error.svg\" />\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-textarea{height:auto;min-height:64px}:host .rd-form-textarea .rd-form-item-input{position:static;line-height:1.5;min-height:58px}:host .rd-form-textarea .rd-form-item-input:focus,:host .rd-form-textarea .rd-form-item-input:not(:placeholder-shown){padding-top:28px}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"] }]
|
|
942
947
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { lang: [{
|
|
943
948
|
type: Input
|
|
944
949
|
}], label: [{
|
|
@@ -1132,7 +1137,7 @@ CustomInputAmountComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
1132
1137
|
useExisting: forwardRef(() => CustomInputAmountComponent),
|
|
1133
1138
|
multi: true,
|
|
1134
1139
|
},
|
|
1135
|
-
], ngImport: i0, template: "<div>\n <div\n class=\"rd-form-number-item\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-form-number-small': nzSize === 'small',\n disabled: disabled,\n error: showError,\n }\"\n >\n <div class=\"rd-item-label\">{{ label }}</div>\n <div class=\"rd-item-content\">\n <input\n nz-input\n [name]=\"name\"\n type=\"text\"\n [placeholder]=\"'0'\"\n [mask]=\"'separator.' + nzPrecision\"\n [thousandSeparator]=\"','\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [(ngModel)]=\"inputValue\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n class=\"rd-item-content-value\"\n />\n <ng-content select=\"[slot='token']\"></ng-content>\n <div *ngIf=\"symbol\" class=\"rd-item-content-symbol\">{{ symbol }}</div>\n </div>\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <
|
|
1140
|
+
], ngImport: i0, template: "<div>\n <div\n class=\"rd-form-number-item\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-form-number-small': nzSize === 'small',\n disabled: disabled,\n error: showError,\n }\"\n >\n <div class=\"rd-item-label\">{{ label }}</div>\n <div class=\"rd-item-content\">\n <input\n nz-input\n [name]=\"name\"\n type=\"text\"\n [placeholder]=\"'0'\"\n [mask]=\"'separator.' + nzPrecision\"\n [thousandSeparator]=\"','\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [(ngModel)]=\"inputValue\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n class=\"rd-item-content-value\"\n />\n <ng-content select=\"[slot='token']\"></ng-content>\n <div *ngIf=\"symbol\" class=\"rd-item-content-symbol\">{{ symbol }}</div>\n </div>\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-number-small{height:64px}:host .rd-form-number-small .rd-item-content{font-size:14px!important;font-weight:400!important;line-height:22px!important}:host .rd-form-number-small ::ng-deep app-rd-pure-select-token{transform:translateY(-10px)!important}:host .rd-form-number-small .rd-item-content{transform:translateY(-10px)!important}:host .rd-form-number-small .rd-item-content-value{flex:1;color:var(--rd-copy-primary);background-color:var(--rd-input-bg-default)!important;border:none;padding:4px 0;margin-top:4px;font-size:14px!important;font-weight:500!important;line-height:22px!important}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3$1.NzInputDirective, selector: "input[nz-input],textarea[nz-input]", inputs: ["nzBorderless", "nzSize", "nzStatus", "disabled"], exportAs: ["nzInput"] }, { kind: "directive", type: i5.NgxMaskDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "showTemplate", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers", "leadZeroDateTime", "leadZero", "triggerOnMaskChange", "apm", "inputTransformFn", "outputTransformFn", "keepCharacterPositions"], outputs: ["maskFilled"], exportAs: ["mask", "ngxMask"] }] });
|
|
1136
1141
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomInputAmountComponent, decorators: [{
|
|
1137
1142
|
type: Component,
|
|
1138
1143
|
args: [{ selector: 'app-rd-input-amount', providers: [
|
|
@@ -1146,7 +1151,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1146
1151
|
useExisting: forwardRef(() => CustomInputAmountComponent),
|
|
1147
1152
|
multi: true,
|
|
1148
1153
|
},
|
|
1149
|
-
], template: "<div>\n <div\n class=\"rd-form-number-item\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-form-number-small': nzSize === 'small',\n disabled: disabled,\n error: showError,\n }\"\n >\n <div class=\"rd-item-label\">{{ label }}</div>\n <div class=\"rd-item-content\">\n <input\n nz-input\n [name]=\"name\"\n type=\"text\"\n [placeholder]=\"'0'\"\n [mask]=\"'separator.' + nzPrecision\"\n [thousandSeparator]=\"','\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [(ngModel)]=\"inputValue\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n class=\"rd-item-content-value\"\n />\n <ng-content select=\"[slot='token']\"></ng-content>\n <div *ngIf=\"symbol\" class=\"rd-item-content-symbol\">{{ symbol }}</div>\n </div>\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <
|
|
1154
|
+
], template: "<div>\n <div\n class=\"rd-form-number-item\"\n [ngClass]=\"{\n 'rd-disabled': disabled,\n 'rd-error': showError,\n 'rd-form-number-small': nzSize === 'small',\n disabled: disabled,\n error: showError,\n }\"\n >\n <div class=\"rd-item-label\">{{ label }}</div>\n <div class=\"rd-item-content\">\n <input\n nz-input\n [name]=\"name\"\n type=\"text\"\n [placeholder]=\"'0'\"\n [mask]=\"'separator.' + nzPrecision\"\n [thousandSeparator]=\"','\"\n [allowNegativeNumbers]=\"allowNegativeNumbers\"\n [dropSpecialCharacters]=\"false\"\n [(ngModel)]=\"inputValue\"\n [disabled]=\"disabled\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n (focus)=\"onFocus()\"\n class=\"rd-item-content-value\"\n />\n <ng-content select=\"[slot='token']\"></ng-content>\n <div *ngIf=\"symbol\" class=\"rd-item-content-symbol\">{{ symbol }}</div>\n </div>\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-number-small{height:64px}:host .rd-form-number-small .rd-item-content{font-size:14px!important;font-weight:400!important;line-height:22px!important}:host .rd-form-number-small ::ng-deep app-rd-pure-select-token{transform:translateY(-10px)!important}:host .rd-form-number-small .rd-item-content{transform:translateY(-10px)!important}:host .rd-form-number-small .rd-item-content-value{flex:1;color:var(--rd-copy-primary);background-color:var(--rd-input-bg-default)!important;border:none;padding:4px 0;margin-top:4px;font-size:14px!important;font-weight:500!important;line-height:22px!important}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"] }]
|
|
1150
1155
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }]; }, propDecorators: { lang: [{
|
|
1151
1156
|
type: Input
|
|
1152
1157
|
}], label: [{
|
|
@@ -2781,10 +2786,10 @@ class RdFilterComponent {
|
|
|
2781
2786
|
}
|
|
2782
2787
|
}
|
|
2783
2788
|
RdFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdFilterComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2784
|
-
RdFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdFilterComponent, selector: "app-rd-filter", inputs: { lang: "lang", filterArr: "filterArr", statusDisplayConfigs: "statusDisplayConfigs", statusGroupConfigs: "statusGroupConfigs", clearText: "clearText" }, outputs: { defSearchChange: "defSearchChange", clearFilter: "clearFilter" }, ngImport: i0, template: "<div class=\"rd-custom-filter-wrap\" *ngIf=\"filterArr?.length\">\n <ng-container *ngFor=\"let item of filterArr\">\n <ng-container [ngSwitch]=\"item.formType\">\n <app-rd-filter-date\n *ngSwitchCase=\"filterTypeEnum.date\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n >\n </app-rd-filter-date>\n <app-rd-filter-select\n *ngSwitchCase=\"filterTypeEnum.select\"\n [item]=\"item\"\n [statusGroupConfigs]=\"statusGroupConfigs\"\n [statusDisplayConfigs]=\"statusDisplayConfigs\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-select>\n <app-rd-filter-input\n *ngSwitchCase=\"filterTypeEnum.input\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-input>\n </ng-container>\n </ng-container>\n <button\n [disabled]=\"!isClearAble\"\n (click)=\"clear()\"\n class=\"rd-custom-filter-clear\"\n nz-button\n nzType=\"link\"\n >\n {{ getClearTrans() }}\n </button>\n</div>\n", styles: [".rd-custom-filter-wrap{display:flex;align-items:center;gap:8px;padding-top:12px;padding-bottom:12px}.rd-custom-filter-clear{font-size:13px;font-weight:600;color:var(--rd-copy-brand);padding:0}.rd-custom-filter-clear:disabled{color:var(--rd-copy-disable)}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:
|
|
2789
|
+
RdFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdFilterComponent, selector: "app-rd-filter", inputs: { lang: "lang", filterArr: "filterArr", statusDisplayConfigs: "statusDisplayConfigs", statusGroupConfigs: "statusGroupConfigs", clearText: "clearText" }, outputs: { defSearchChange: "defSearchChange", clearFilter: "clearFilter" }, ngImport: i0, template: "<div class=\"rd-custom-filter-wrap\" *ngIf=\"filterArr?.length\">\n <ng-container *ngFor=\"let item of filterArr\">\n <ng-container [ngSwitch]=\"item.formType\">\n <app-rd-filter-date\n *ngSwitchCase=\"filterTypeEnum.date\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n >\n </app-rd-filter-date>\n <app-rd-filter-select\n *ngSwitchCase=\"filterTypeEnum.select\"\n [item]=\"item\"\n [statusGroupConfigs]=\"statusGroupConfigs\"\n [statusDisplayConfigs]=\"statusDisplayConfigs\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-select>\n <app-rd-filter-input\n *ngSwitchCase=\"filterTypeEnum.input\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-input>\n </ng-container>\n </ng-container>\n <button\n [disabled]=\"!isClearAble\"\n (click)=\"clear()\"\n class=\"rd-custom-filter-clear\"\n nz-button\n nzType=\"link\"\n >\n {{ getClearTrans() }}\n </button>\n</div>\n", styles: [".rd-custom-filter-wrap{display:flex;align-items:center;gap:8px;padding-top:12px;padding-bottom:12px}.rd-custom-filter-clear{font-size:13px;font-weight:600;color:var(--rd-copy-brand);padding:0}.rd-custom-filter-clear:disabled{color:var(--rd-copy-disable)}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i2.NzButtonComponent, selector: "button[nz-button], a[nz-button]", inputs: ["nzBlock", "nzGhost", "nzSearch", "nzLoading", "nzDanger", "disabled", "tabIndex", "nzType", "nzShape", "nzSize"], exportAs: ["nzButton"] }, { kind: "directive", type: i3$2.ɵNzTransitionPatchDirective, selector: "[nz-button], nz-button-group, [nz-icon], [nz-menu-item], [nz-submenu], nz-select-top-control, nz-select-placeholder, nz-input-group", inputs: ["hidden"] }, { kind: "component", type: RdFilterSelectComponent, selector: "app-rd-filter-select", inputs: ["item", "statusDisplayConfigs", "statusGroupConfigs"], outputs: ["handleChangeValue"] }, { kind: "component", type: RdFilterDateComponent, selector: "app-rd-filter-date", inputs: ["item"], outputs: ["handleChangeValue"] }, { kind: "component", type: RdFilterInputComponent, selector: "app-rd-filter-input", inputs: ["item"], outputs: ["handleChangeValue"] }] });
|
|
2785
2790
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdFilterComponent, decorators: [{
|
|
2786
2791
|
type: Component,
|
|
2787
|
-
args: [{ selector: 'app-rd-filter', template: "<div class=\"rd-custom-filter-wrap\" *ngIf=\"filterArr?.length\">\n <ng-container *ngFor=\"let item of filterArr\">\n <ng-container [ngSwitch]=\"item.formType\">\n <app-rd-filter-date\n *ngSwitchCase=\"filterTypeEnum.date\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n >\n </app-rd-filter-date>\n <app-rd-filter-select\n *ngSwitchCase=\"filterTypeEnum.select\"\n [item]=\"item\"\n [statusGroupConfigs]=\"statusGroupConfigs\"\n [statusDisplayConfigs]=\"statusDisplayConfigs\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-select>\n <app-rd-filter-input\n *ngSwitchCase=\"filterTypeEnum.input\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-input>\n </ng-container>\n </ng-container>\n <button\n [disabled]=\"!isClearAble\"\n (click)=\"clear()\"\n class=\"rd-custom-filter-clear\"\n nz-button\n nzType=\"link\"\n >\n {{ getClearTrans() }}\n </button>\n</div>\n", styles: [".rd-custom-filter-wrap{display:flex;align-items:center;gap:8px;padding-top:12px;padding-bottom:12px}.rd-custom-filter-clear{font-size:13px;font-weight:600;color:var(--rd-copy-brand);padding:0}.rd-custom-filter-clear:disabled{color:var(--rd-copy-disable)}\n", ".rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:
|
|
2792
|
+
args: [{ selector: 'app-rd-filter', template: "<div class=\"rd-custom-filter-wrap\" *ngIf=\"filterArr?.length\">\n <ng-container *ngFor=\"let item of filterArr\">\n <ng-container [ngSwitch]=\"item.formType\">\n <app-rd-filter-date\n *ngSwitchCase=\"filterTypeEnum.date\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n >\n </app-rd-filter-date>\n <app-rd-filter-select\n *ngSwitchCase=\"filterTypeEnum.select\"\n [item]=\"item\"\n [statusGroupConfigs]=\"statusGroupConfigs\"\n [statusDisplayConfigs]=\"statusDisplayConfigs\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-select>\n <app-rd-filter-input\n *ngSwitchCase=\"filterTypeEnum.input\"\n [item]=\"item\"\n (handleChangeValue)=\"handleChangeValue($event)\"\n ></app-rd-filter-input>\n </ng-container>\n </ng-container>\n <button\n [disabled]=\"!isClearAble\"\n (click)=\"clear()\"\n class=\"rd-custom-filter-clear\"\n nz-button\n nzType=\"link\"\n >\n {{ getClearTrans() }}\n </button>\n</div>\n", styles: [".rd-custom-filter-wrap{display:flex;align-items:center;gap:8px;padding-top:12px;padding-bottom:12px}.rd-custom-filter-clear{font-size:13px;font-weight:600;color:var(--rd-copy-brand);padding:0}.rd-custom-filter-clear:disabled{color:var(--rd-copy-disable)}\n", "input{border:none}textarea[disabled]{background:var(--input-bg-disable)!important}.rd-form-item{position:relative;border-radius:12px;padding:2px 0;border:1px solid var(--rd-input-fg-default);background-color:var(--rd-input-bg-default);width:100%;height:64px}.rd-form-item .rd-form-item-select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.rd-form-item-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--rd-copy-secondary);transition:all .3s ease;pointer-events:none;z-index:1;font-size:14px;font-weight:600;line-height:1}.rd-form-item-input{color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500;padding:22px 16px 12px;height:52px}.rd-form-item-input:focus,.rd-form-item-input:not(:placeholder-shown){top:10px}.rd-form-item .rd-form-item-input:focus~.rd-form-item-label,.rd-form-item .rd-form-item-input:not(:placeholder-shown)~.rd-form-item-label{top:18px;font-size:12px}.rd-form-item-select{width:100%}.rd-form-item-select ::ng-deep .ant-select-selection-item{color:var(--rd-copy-primary);font-size:14px;font-weight:500}.rd-form-item.rd-selected .rd-form-item-label{top:16px;font-size:12px}.rd-form-item.rd-selected .rd-form-item-select{top:10px}.rd-form-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-item.rd-disabled .rd-form-item-label,.rd-form-item.rd-disabled .rd-form-item-input{color:var(--rd-copy-disable)}.rd-form-item.rd-disabled ::ng-deep .ant-select-selection-item{color:var(--rd-copy-disable)}.rd-form-item.rd-error{border-color:var(--rd-input-fg-danger)}.rd-form-item-error{color:var(--rd-copy-danger);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;margin-top:4px}.rd-form-item-error img{width:16px}.rd-form-number-item{position:relative;border-radius:12px;padding:12px 16px;background-color:var(--rd-input-bg-default);border:1px solid var(--rd-input-fg-default);width:100%}.rd-form-number-item .rd-item-label{color:var(--rd-copy-secondary);font-size:12px;font-weight:600}.rd-form-number-item .rd-item-content{display:flex;align-items:center;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-value{flex:1;font-size:32px;font-weight:600;line-height:48px;color:var(--rd-copy-primary);border:none;padding:4px 0}.rd-form-number-item .rd-item-content-value:focus,.rd-form-number-item .rd-item-content-value:active,.rd-form-number-item .rd-item-content-value:hover{outline:none;box-shadow:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-handler-wrap{display:none}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input{font-size:32px;font-weight:600;line-height:48px}.rd-form-number-item .rd-item-content-value ::ng-deep .ant-input-number-input::placeholder{color:var(--rd-copy-disable)}.rd-form-number-item .rd-item-content-symbol{flex-shrink:0}.rd-form-number-item ::ng-deep .rd-item-warning{font-weight:500;font-size:12px;color:var(--rd-copy-secondary);margin-top:4px;padding:0 12px}.rd-form-number-item.rd-disabled{background-color:var(--rd-input-bg-disable);border-color:var(--rd-input-fg-disable)}.rd-form-number-item.rd-disabled .rd-item-label,.rd-form-number-item.rd-disabled .rd-item-content-value{color:var(--rd-copy-disable)}.rd-form-number-item.rd-error{border-color:var(--rd-input-fg-danger)}\n"] }]
|
|
2788
2793
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { lang: [{
|
|
2789
2794
|
type: Input
|
|
2790
2795
|
}], filterArr: [{
|
|
@@ -3287,6 +3292,2679 @@ class SearchListBaseComponent {
|
|
|
3287
3292
|
}
|
|
3288
3293
|
}
|
|
3289
3294
|
|
|
3295
|
+
var nm = "Comp 2";
|
|
3296
|
+
var ddd = 0;
|
|
3297
|
+
var h = 368;
|
|
3298
|
+
var w = 368;
|
|
3299
|
+
var meta = {
|
|
3300
|
+
g: "@lottiefiles/toolkit-js 0.67.2"
|
|
3301
|
+
};
|
|
3302
|
+
var layers = [
|
|
3303
|
+
{
|
|
3304
|
+
ty: 2,
|
|
3305
|
+
nm: "stroke.png",
|
|
3306
|
+
sr: 1,
|
|
3307
|
+
st: 0,
|
|
3308
|
+
op: 180,
|
|
3309
|
+
ip: 0,
|
|
3310
|
+
ln: "543",
|
|
3311
|
+
hasMask: false,
|
|
3312
|
+
ao: 0,
|
|
3313
|
+
ks: {
|
|
3314
|
+
a: {
|
|
3315
|
+
a: 0,
|
|
3316
|
+
k: [
|
|
3317
|
+
184,
|
|
3318
|
+
184
|
|
3319
|
+
]
|
|
3320
|
+
},
|
|
3321
|
+
s: {
|
|
3322
|
+
a: 0,
|
|
3323
|
+
k: [
|
|
3324
|
+
88.5,
|
|
3325
|
+
88.5,
|
|
3326
|
+
99.55
|
|
3327
|
+
]
|
|
3328
|
+
},
|
|
3329
|
+
p: {
|
|
3330
|
+
a: 0,
|
|
3331
|
+
k: [
|
|
3332
|
+
184,
|
|
3333
|
+
184
|
|
3334
|
+
]
|
|
3335
|
+
},
|
|
3336
|
+
r: {
|
|
3337
|
+
a: 1,
|
|
3338
|
+
k: [
|
|
3339
|
+
{
|
|
3340
|
+
o: {
|
|
3341
|
+
x: 0.326,
|
|
3342
|
+
y: 0.01
|
|
3343
|
+
},
|
|
3344
|
+
i: {
|
|
3345
|
+
x: 0.237,
|
|
3346
|
+
y: 0.985
|
|
3347
|
+
},
|
|
3348
|
+
s: [
|
|
3349
|
+
0
|
|
3350
|
+
],
|
|
3351
|
+
t: 0
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
s: [
|
|
3355
|
+
1080
|
|
3356
|
+
],
|
|
3357
|
+
t: 178.999
|
|
3358
|
+
}
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
sa: {
|
|
3362
|
+
a: 0,
|
|
3363
|
+
k: 0
|
|
3364
|
+
},
|
|
3365
|
+
o: {
|
|
3366
|
+
a: 0,
|
|
3367
|
+
k: 100
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
3370
|
+
refId: "1",
|
|
3371
|
+
ind: 1
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
ty: 4,
|
|
3375
|
+
nm: "Shape Layer 1",
|
|
3376
|
+
sr: 1,
|
|
3377
|
+
st: 0,
|
|
3378
|
+
op: 180,
|
|
3379
|
+
ip: 0,
|
|
3380
|
+
ln: "58",
|
|
3381
|
+
hasMask: false,
|
|
3382
|
+
ao: 0,
|
|
3383
|
+
ks: {
|
|
3384
|
+
a: {
|
|
3385
|
+
a: 0,
|
|
3386
|
+
k: [
|
|
3387
|
+
0,
|
|
3388
|
+
0
|
|
3389
|
+
]
|
|
3390
|
+
},
|
|
3391
|
+
s: {
|
|
3392
|
+
a: 0,
|
|
3393
|
+
k: [
|
|
3394
|
+
100,
|
|
3395
|
+
100
|
|
3396
|
+
]
|
|
3397
|
+
},
|
|
3398
|
+
p: {
|
|
3399
|
+
a: 0,
|
|
3400
|
+
k: [
|
|
3401
|
+
185,
|
|
3402
|
+
183,
|
|
3403
|
+
0
|
|
3404
|
+
]
|
|
3405
|
+
},
|
|
3406
|
+
r: {
|
|
3407
|
+
a: 0,
|
|
3408
|
+
k: 0
|
|
3409
|
+
},
|
|
3410
|
+
sa: {
|
|
3411
|
+
a: 0,
|
|
3412
|
+
k: 0
|
|
3413
|
+
},
|
|
3414
|
+
o: {
|
|
3415
|
+
a: 0,
|
|
3416
|
+
k: 100
|
|
3417
|
+
}
|
|
3418
|
+
},
|
|
3419
|
+
shapes: [
|
|
3420
|
+
{
|
|
3421
|
+
ty: "gr",
|
|
3422
|
+
nm: "Ellipse 1",
|
|
3423
|
+
it: [
|
|
3424
|
+
{
|
|
3425
|
+
ty: "el",
|
|
3426
|
+
nm: "Ellipse Path 1",
|
|
3427
|
+
d: 1,
|
|
3428
|
+
p: {
|
|
3429
|
+
a: 0,
|
|
3430
|
+
k: [
|
|
3431
|
+
0,
|
|
3432
|
+
0
|
|
3433
|
+
]
|
|
3434
|
+
},
|
|
3435
|
+
s: {
|
|
3436
|
+
a: 0,
|
|
3437
|
+
k: [
|
|
3438
|
+
296.844,
|
|
3439
|
+
296.844
|
|
3440
|
+
]
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
ty: "st",
|
|
3445
|
+
nm: "Stroke 1",
|
|
3446
|
+
lc: 1,
|
|
3447
|
+
lj: 1,
|
|
3448
|
+
ml: 4,
|
|
3449
|
+
o: {
|
|
3450
|
+
a: 0,
|
|
3451
|
+
k: 100
|
|
3452
|
+
},
|
|
3453
|
+
w: {
|
|
3454
|
+
a: 0,
|
|
3455
|
+
k: 0
|
|
3456
|
+
},
|
|
3457
|
+
c: {
|
|
3458
|
+
a: 0,
|
|
3459
|
+
k: [
|
|
3460
|
+
1,
|
|
3461
|
+
0.8627,
|
|
3462
|
+
0.2863
|
|
3463
|
+
]
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
ty: "gf",
|
|
3468
|
+
nm: "Gradient Fill 1",
|
|
3469
|
+
e: {
|
|
3470
|
+
a: 0,
|
|
3471
|
+
k: [
|
|
3472
|
+
177.757,
|
|
3473
|
+
3.816
|
|
3474
|
+
]
|
|
3475
|
+
},
|
|
3476
|
+
g: {
|
|
3477
|
+
p: 3,
|
|
3478
|
+
k: {
|
|
3479
|
+
a: 0,
|
|
3480
|
+
k: [
|
|
3481
|
+
0.273,
|
|
3482
|
+
1,
|
|
3483
|
+
1,
|
|
3484
|
+
1,
|
|
3485
|
+
0.636,
|
|
3486
|
+
1,
|
|
3487
|
+
1,
|
|
3488
|
+
1,
|
|
3489
|
+
1,
|
|
3490
|
+
1,
|
|
3491
|
+
1,
|
|
3492
|
+
1,
|
|
3493
|
+
0.601,
|
|
3494
|
+
0,
|
|
3495
|
+
0.8,
|
|
3496
|
+
0.4,
|
|
3497
|
+
1,
|
|
3498
|
+
0.8
|
|
3499
|
+
]
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
t: 2,
|
|
3503
|
+
a: {
|
|
3504
|
+
a: 0,
|
|
3505
|
+
k: 0
|
|
3506
|
+
},
|
|
3507
|
+
h: {
|
|
3508
|
+
a: 0,
|
|
3509
|
+
k: 0
|
|
3510
|
+
},
|
|
3511
|
+
s: {
|
|
3512
|
+
a: 0,
|
|
3513
|
+
k: [
|
|
3514
|
+
0.303,
|
|
3515
|
+
0.709
|
|
3516
|
+
]
|
|
3517
|
+
},
|
|
3518
|
+
r: 1,
|
|
3519
|
+
o: {
|
|
3520
|
+
a: 0,
|
|
3521
|
+
k: 100
|
|
3522
|
+
}
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
ty: "tr",
|
|
3526
|
+
a: {
|
|
3527
|
+
a: 0,
|
|
3528
|
+
k: [
|
|
3529
|
+
0,
|
|
3530
|
+
0
|
|
3531
|
+
]
|
|
3532
|
+
},
|
|
3533
|
+
s: {
|
|
3534
|
+
a: 0,
|
|
3535
|
+
k: [
|
|
3536
|
+
110.14,
|
|
3537
|
+
110.14
|
|
3538
|
+
]
|
|
3539
|
+
},
|
|
3540
|
+
p: {
|
|
3541
|
+
a: 0,
|
|
3542
|
+
k: [
|
|
3543
|
+
-1.578,
|
|
3544
|
+
0.422
|
|
3545
|
+
]
|
|
3546
|
+
},
|
|
3547
|
+
r: {
|
|
3548
|
+
a: 0,
|
|
3549
|
+
k: 0
|
|
3550
|
+
},
|
|
3551
|
+
sa: {
|
|
3552
|
+
a: 0,
|
|
3553
|
+
k: 0
|
|
3554
|
+
},
|
|
3555
|
+
o: {
|
|
3556
|
+
a: 0,
|
|
3557
|
+
k: 100
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
]
|
|
3561
|
+
}
|
|
3562
|
+
],
|
|
3563
|
+
ind: 2
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
ty: 0,
|
|
3567
|
+
nm: "Frame 427319160 (Clip Content)",
|
|
3568
|
+
sr: 1,
|
|
3569
|
+
st: 0,
|
|
3570
|
+
op: 3600,
|
|
3571
|
+
ip: 0,
|
|
3572
|
+
ln: "50",
|
|
3573
|
+
hasMask: true,
|
|
3574
|
+
ao: 0,
|
|
3575
|
+
ks: {
|
|
3576
|
+
a: {
|
|
3577
|
+
a: 0,
|
|
3578
|
+
k: [
|
|
3579
|
+
184,
|
|
3580
|
+
184
|
|
3581
|
+
]
|
|
3582
|
+
},
|
|
3583
|
+
s: {
|
|
3584
|
+
a: 0,
|
|
3585
|
+
k: [
|
|
3586
|
+
88,
|
|
3587
|
+
88,
|
|
3588
|
+
98.876
|
|
3589
|
+
]
|
|
3590
|
+
},
|
|
3591
|
+
p: {
|
|
3592
|
+
a: 0,
|
|
3593
|
+
k: [
|
|
3594
|
+
183.957,
|
|
3595
|
+
183.973,
|
|
3596
|
+
0
|
|
3597
|
+
]
|
|
3598
|
+
},
|
|
3599
|
+
r: {
|
|
3600
|
+
a: 0,
|
|
3601
|
+
k: 0
|
|
3602
|
+
},
|
|
3603
|
+
sa: {
|
|
3604
|
+
a: 0,
|
|
3605
|
+
k: 0
|
|
3606
|
+
},
|
|
3607
|
+
o: {
|
|
3608
|
+
a: 0,
|
|
3609
|
+
k: 100
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
ef: [
|
|
3613
|
+
{
|
|
3614
|
+
ty: 22,
|
|
3615
|
+
nm: "Stroke",
|
|
3616
|
+
en: 0,
|
|
3617
|
+
ef: [
|
|
3618
|
+
{
|
|
3619
|
+
ty: 10,
|
|
3620
|
+
nm: "Path",
|
|
3621
|
+
v: {
|
|
3622
|
+
a: 0,
|
|
3623
|
+
k: 0
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
ty: 7,
|
|
3628
|
+
nm: "All Masks",
|
|
3629
|
+
v: {
|
|
3630
|
+
a: 0,
|
|
3631
|
+
k: 1
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
ty: 7,
|
|
3636
|
+
nm: "Stroke Sequentially",
|
|
3637
|
+
v: {
|
|
3638
|
+
a: 0,
|
|
3639
|
+
k: 1
|
|
3640
|
+
}
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
ty: 2,
|
|
3644
|
+
nm: "Color",
|
|
3645
|
+
v: {
|
|
3646
|
+
a: 0,
|
|
3647
|
+
k: [
|
|
3648
|
+
1,
|
|
3649
|
+
1,
|
|
3650
|
+
1
|
|
3651
|
+
]
|
|
3652
|
+
}
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
ty: 0,
|
|
3656
|
+
nm: "Brush Size",
|
|
3657
|
+
v: {
|
|
3658
|
+
a: 0,
|
|
3659
|
+
k: 0
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
ty: 0,
|
|
3664
|
+
nm: "Brush Hardness",
|
|
3665
|
+
v: {
|
|
3666
|
+
a: 0,
|
|
3667
|
+
k: 0.95
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
ty: 0,
|
|
3672
|
+
nm: "Opacity",
|
|
3673
|
+
v: {
|
|
3674
|
+
a: 0,
|
|
3675
|
+
k: 1
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
ty: 0,
|
|
3680
|
+
nm: "Start",
|
|
3681
|
+
v: {
|
|
3682
|
+
a: 0,
|
|
3683
|
+
k: 0
|
|
3684
|
+
}
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
ty: 0,
|
|
3688
|
+
nm: "End",
|
|
3689
|
+
v: {
|
|
3690
|
+
a: 0,
|
|
3691
|
+
k: 100
|
|
3692
|
+
}
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
ty: 0,
|
|
3696
|
+
nm: "Spacing",
|
|
3697
|
+
v: {
|
|
3698
|
+
a: 0,
|
|
3699
|
+
k: 0
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
ty: 7,
|
|
3704
|
+
nm: "Paint Style",
|
|
3705
|
+
v: {
|
|
3706
|
+
a: 0,
|
|
3707
|
+
k: 1
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
3710
|
+
]
|
|
3711
|
+
}
|
|
3712
|
+
],
|
|
3713
|
+
masksProperties: [
|
|
3714
|
+
{
|
|
3715
|
+
nm: "Mask 1",
|
|
3716
|
+
inv: false,
|
|
3717
|
+
mode: "a",
|
|
3718
|
+
x: {
|
|
3719
|
+
a: 0,
|
|
3720
|
+
k: 0
|
|
3721
|
+
},
|
|
3722
|
+
o: {
|
|
3723
|
+
a: 0,
|
|
3724
|
+
k: 100
|
|
3725
|
+
},
|
|
3726
|
+
pt: {
|
|
3727
|
+
a: 0,
|
|
3728
|
+
k: {
|
|
3729
|
+
c: true,
|
|
3730
|
+
i: [
|
|
3731
|
+
[
|
|
3732
|
+
0,
|
|
3733
|
+
0
|
|
3734
|
+
],
|
|
3735
|
+
[
|
|
3736
|
+
-101.568,
|
|
3737
|
+
0
|
|
3738
|
+
],
|
|
3739
|
+
[
|
|
3740
|
+
0,
|
|
3741
|
+
0
|
|
3742
|
+
],
|
|
3743
|
+
[
|
|
3744
|
+
0,
|
|
3745
|
+
-101.568
|
|
3746
|
+
],
|
|
3747
|
+
[
|
|
3748
|
+
0,
|
|
3749
|
+
0
|
|
3750
|
+
],
|
|
3751
|
+
[
|
|
3752
|
+
101.568,
|
|
3753
|
+
0
|
|
3754
|
+
],
|
|
3755
|
+
[
|
|
3756
|
+
0,
|
|
3757
|
+
0
|
|
3758
|
+
],
|
|
3759
|
+
[
|
|
3760
|
+
0,
|
|
3761
|
+
101.568
|
|
3762
|
+
]
|
|
3763
|
+
],
|
|
3764
|
+
o: [
|
|
3765
|
+
[
|
|
3766
|
+
0,
|
|
3767
|
+
-101.568
|
|
3768
|
+
],
|
|
3769
|
+
[
|
|
3770
|
+
0,
|
|
3771
|
+
0
|
|
3772
|
+
],
|
|
3773
|
+
[
|
|
3774
|
+
101.568,
|
|
3775
|
+
0
|
|
3776
|
+
],
|
|
3777
|
+
[
|
|
3778
|
+
0,
|
|
3779
|
+
0
|
|
3780
|
+
],
|
|
3781
|
+
[
|
|
3782
|
+
0,
|
|
3783
|
+
101.568
|
|
3784
|
+
],
|
|
3785
|
+
[
|
|
3786
|
+
0,
|
|
3787
|
+
0
|
|
3788
|
+
],
|
|
3789
|
+
[
|
|
3790
|
+
-101.568,
|
|
3791
|
+
0
|
|
3792
|
+
],
|
|
3793
|
+
[
|
|
3794
|
+
0,
|
|
3795
|
+
0
|
|
3796
|
+
]
|
|
3797
|
+
],
|
|
3798
|
+
v: [
|
|
3799
|
+
[
|
|
3800
|
+
0,
|
|
3801
|
+
184
|
|
3802
|
+
],
|
|
3803
|
+
[
|
|
3804
|
+
184,
|
|
3805
|
+
0
|
|
3806
|
+
],
|
|
3807
|
+
[
|
|
3808
|
+
184,
|
|
3809
|
+
0
|
|
3810
|
+
],
|
|
3811
|
+
[
|
|
3812
|
+
368,
|
|
3813
|
+
184
|
|
3814
|
+
],
|
|
3815
|
+
[
|
|
3816
|
+
368,
|
|
3817
|
+
184
|
|
3818
|
+
],
|
|
3819
|
+
[
|
|
3820
|
+
184,
|
|
3821
|
+
368
|
|
3822
|
+
],
|
|
3823
|
+
[
|
|
3824
|
+
184,
|
|
3825
|
+
368
|
|
3826
|
+
],
|
|
3827
|
+
[
|
|
3828
|
+
0,
|
|
3829
|
+
184
|
|
3830
|
+
]
|
|
3831
|
+
]
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
],
|
|
3836
|
+
w: 368,
|
|
3837
|
+
h: 368,
|
|
3838
|
+
refId: "2",
|
|
3839
|
+
ind: 3
|
|
3840
|
+
}
|
|
3841
|
+
];
|
|
3842
|
+
var v = "5.7.0";
|
|
3843
|
+
var fr = 60;
|
|
3844
|
+
var op = 180;
|
|
3845
|
+
var ip = 0;
|
|
3846
|
+
var assets = [
|
|
3847
|
+
{
|
|
3848
|
+
id: "1",
|
|
3849
|
+
e: 1,
|
|
3850
|
+
w: 368,
|
|
3851
|
+
h: 368,
|
|
3852
|
+
p: "data:image/png;base64,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",
|
|
3853
|
+
u: ""
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
nm: "Frame 427319160 (Clip Content)",
|
|
3857
|
+
id: "2",
|
|
3858
|
+
fr: 60,
|
|
3859
|
+
layers: [
|
|
3860
|
+
{
|
|
3861
|
+
ty: 4,
|
|
3862
|
+
nm: "Ellipse 43",
|
|
3863
|
+
sr: 1,
|
|
3864
|
+
st: 0,
|
|
3865
|
+
op: 3600,
|
|
3866
|
+
ip: 0,
|
|
3867
|
+
ln: "52",
|
|
3868
|
+
hasMask: false,
|
|
3869
|
+
ao: 0,
|
|
3870
|
+
ks: {
|
|
3871
|
+
a: {
|
|
3872
|
+
a: 0,
|
|
3873
|
+
k: [
|
|
3874
|
+
0,
|
|
3875
|
+
0
|
|
3876
|
+
]
|
|
3877
|
+
},
|
|
3878
|
+
s: {
|
|
3879
|
+
a: 1,
|
|
3880
|
+
k: [
|
|
3881
|
+
{
|
|
3882
|
+
s: [
|
|
3883
|
+
64.89,
|
|
3884
|
+
64.89,
|
|
3885
|
+
79.705
|
|
3886
|
+
],
|
|
3887
|
+
i: {
|
|
3888
|
+
x: [
|
|
3889
|
+
0.667,
|
|
3890
|
+
0.667,
|
|
3891
|
+
0.667
|
|
3892
|
+
],
|
|
3893
|
+
y: [
|
|
3894
|
+
1,
|
|
3895
|
+
1,
|
|
3896
|
+
1
|
|
3897
|
+
]
|
|
3898
|
+
},
|
|
3899
|
+
o: {
|
|
3900
|
+
x: [
|
|
3901
|
+
0.333,
|
|
3902
|
+
0.333,
|
|
3903
|
+
0.333
|
|
3904
|
+
],
|
|
3905
|
+
y: [
|
|
3906
|
+
0,
|
|
3907
|
+
0,
|
|
3908
|
+
0
|
|
3909
|
+
]
|
|
3910
|
+
},
|
|
3911
|
+
t: 0
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
s: [
|
|
3915
|
+
94.89,
|
|
3916
|
+
94.89,
|
|
3917
|
+
102.153
|
|
3918
|
+
],
|
|
3919
|
+
i: {
|
|
3920
|
+
x: [
|
|
3921
|
+
0.667,
|
|
3922
|
+
0.667,
|
|
3923
|
+
0.667
|
|
3924
|
+
],
|
|
3925
|
+
y: [
|
|
3926
|
+
1,
|
|
3927
|
+
1,
|
|
3928
|
+
1
|
|
3929
|
+
]
|
|
3930
|
+
},
|
|
3931
|
+
o: {
|
|
3932
|
+
x: [
|
|
3933
|
+
0.333,
|
|
3934
|
+
0.333,
|
|
3935
|
+
0.333
|
|
3936
|
+
],
|
|
3937
|
+
y: [
|
|
3938
|
+
0,
|
|
3939
|
+
0,
|
|
3940
|
+
0
|
|
3941
|
+
]
|
|
3942
|
+
},
|
|
3943
|
+
t: 89.999
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
s: [
|
|
3947
|
+
64.89,
|
|
3948
|
+
64.89,
|
|
3949
|
+
79.705
|
|
3950
|
+
],
|
|
3951
|
+
i: {
|
|
3952
|
+
x: [
|
|
3953
|
+
0.667,
|
|
3954
|
+
0.667,
|
|
3955
|
+
0.667
|
|
3956
|
+
],
|
|
3957
|
+
y: [
|
|
3958
|
+
1,
|
|
3959
|
+
1,
|
|
3960
|
+
1
|
|
3961
|
+
]
|
|
3962
|
+
},
|
|
3963
|
+
o: {
|
|
3964
|
+
x: [
|
|
3965
|
+
0.333,
|
|
3966
|
+
0.333,
|
|
3967
|
+
0.333
|
|
3968
|
+
],
|
|
3969
|
+
y: [
|
|
3970
|
+
0,
|
|
3971
|
+
0,
|
|
3972
|
+
0
|
|
3973
|
+
]
|
|
3974
|
+
},
|
|
3975
|
+
t: 179.999
|
|
3976
|
+
}
|
|
3977
|
+
]
|
|
3978
|
+
},
|
|
3979
|
+
p: {
|
|
3980
|
+
a: 0,
|
|
3981
|
+
k: [
|
|
3982
|
+
145.257,
|
|
3983
|
+
144.87,
|
|
3984
|
+
0
|
|
3985
|
+
]
|
|
3986
|
+
},
|
|
3987
|
+
r: {
|
|
3988
|
+
a: 1,
|
|
3989
|
+
k: [
|
|
3990
|
+
{
|
|
3991
|
+
o: {
|
|
3992
|
+
x: 0.333,
|
|
3993
|
+
y: 0
|
|
3994
|
+
},
|
|
3995
|
+
i: {
|
|
3996
|
+
x: 0.781,
|
|
3997
|
+
y: 0.457
|
|
3998
|
+
},
|
|
3999
|
+
s: [
|
|
4000
|
+
0
|
|
4001
|
+
],
|
|
4002
|
+
t: 0
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
o: {
|
|
4006
|
+
x: 0.212,
|
|
4007
|
+
y: 1.052
|
|
4008
|
+
},
|
|
4009
|
+
i: {
|
|
4010
|
+
x: 0.839,
|
|
4011
|
+
y: 1.011
|
|
4012
|
+
},
|
|
4013
|
+
s: [
|
|
4014
|
+
698.63
|
|
4015
|
+
],
|
|
4016
|
+
t: 89.999
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
s: [
|
|
4020
|
+
1080
|
|
4021
|
+
],
|
|
4022
|
+
t: 179.999
|
|
4023
|
+
}
|
|
4024
|
+
]
|
|
4025
|
+
},
|
|
4026
|
+
sa: {
|
|
4027
|
+
a: 0,
|
|
4028
|
+
k: 0
|
|
4029
|
+
},
|
|
4030
|
+
o: {
|
|
4031
|
+
a: 0,
|
|
4032
|
+
k: 100
|
|
4033
|
+
}
|
|
4034
|
+
},
|
|
4035
|
+
ef: [
|
|
4036
|
+
{
|
|
4037
|
+
ty: 29,
|
|
4038
|
+
nm: "Gaussian Blur",
|
|
4039
|
+
en: 1,
|
|
4040
|
+
ef: [
|
|
4041
|
+
{
|
|
4042
|
+
ty: 0,
|
|
4043
|
+
nm: "Blurriness",
|
|
4044
|
+
v: {
|
|
4045
|
+
a: 1,
|
|
4046
|
+
k: [
|
|
4047
|
+
{
|
|
4048
|
+
o: {
|
|
4049
|
+
x: 0.333,
|
|
4050
|
+
y: 0
|
|
4051
|
+
},
|
|
4052
|
+
i: {
|
|
4053
|
+
x: 0.667,
|
|
4054
|
+
y: 1
|
|
4055
|
+
},
|
|
4056
|
+
s: [
|
|
4057
|
+
5
|
|
4058
|
+
],
|
|
4059
|
+
t: 60
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
o: {
|
|
4063
|
+
x: 0.333,
|
|
4064
|
+
y: 0
|
|
4065
|
+
},
|
|
4066
|
+
i: {
|
|
4067
|
+
x: 0.667,
|
|
4068
|
+
y: 1
|
|
4069
|
+
},
|
|
4070
|
+
s: [
|
|
4071
|
+
50.5
|
|
4072
|
+
],
|
|
4073
|
+
t: 89.999
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
s: [
|
|
4077
|
+
5
|
|
4078
|
+
],
|
|
4079
|
+
t: 119.999
|
|
4080
|
+
}
|
|
4081
|
+
]
|
|
4082
|
+
}
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
ty: 7,
|
|
4086
|
+
nm: "Blur Dimensions",
|
|
4087
|
+
v: {
|
|
4088
|
+
a: 0,
|
|
4089
|
+
k: 1
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
ty: 7,
|
|
4094
|
+
nm: " ",
|
|
4095
|
+
v: {
|
|
4096
|
+
a: 0,
|
|
4097
|
+
k: 0
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
]
|
|
4101
|
+
}
|
|
4102
|
+
],
|
|
4103
|
+
shapes: [
|
|
4104
|
+
{
|
|
4105
|
+
ty: "gr",
|
|
4106
|
+
nm: "Ellipse 43 Stroke",
|
|
4107
|
+
it: [
|
|
4108
|
+
{
|
|
4109
|
+
ty: "el",
|
|
4110
|
+
nm: "Ellipse Path 1",
|
|
4111
|
+
d: 1,
|
|
4112
|
+
p: {
|
|
4113
|
+
a: 0,
|
|
4114
|
+
k: [
|
|
4115
|
+
0,
|
|
4116
|
+
0
|
|
4117
|
+
]
|
|
4118
|
+
},
|
|
4119
|
+
s: {
|
|
4120
|
+
a: 0,
|
|
4121
|
+
k: [
|
|
4122
|
+
290.514,
|
|
4123
|
+
290.514
|
|
4124
|
+
]
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
ty: "op",
|
|
4129
|
+
nm: "Offset Paths 1",
|
|
4130
|
+
a: {
|
|
4131
|
+
a: 0,
|
|
4132
|
+
k: -0.5
|
|
4133
|
+
},
|
|
4134
|
+
lj: 2,
|
|
4135
|
+
ml: {
|
|
4136
|
+
a: 0,
|
|
4137
|
+
k: 1
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
ty: "tr",
|
|
4142
|
+
a: {
|
|
4143
|
+
a: 0,
|
|
4144
|
+
k: [
|
|
4145
|
+
0,
|
|
4146
|
+
0
|
|
4147
|
+
]
|
|
4148
|
+
},
|
|
4149
|
+
s: {
|
|
4150
|
+
a: 0,
|
|
4151
|
+
k: [
|
|
4152
|
+
100,
|
|
4153
|
+
100
|
|
4154
|
+
]
|
|
4155
|
+
},
|
|
4156
|
+
p: {
|
|
4157
|
+
a: 0,
|
|
4158
|
+
k: [
|
|
4159
|
+
0,
|
|
4160
|
+
0
|
|
4161
|
+
]
|
|
4162
|
+
},
|
|
4163
|
+
r: {
|
|
4164
|
+
a: 0,
|
|
4165
|
+
k: 0
|
|
4166
|
+
},
|
|
4167
|
+
sa: {
|
|
4168
|
+
a: 0,
|
|
4169
|
+
k: 0
|
|
4170
|
+
},
|
|
4171
|
+
o: {
|
|
4172
|
+
a: 0,
|
|
4173
|
+
k: 100
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
]
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
ty: "gr",
|
|
4180
|
+
nm: "Ellipse 43 Fill",
|
|
4181
|
+
it: [
|
|
4182
|
+
{
|
|
4183
|
+
ty: "el",
|
|
4184
|
+
nm: "Ellipse Path 1",
|
|
4185
|
+
d: 1,
|
|
4186
|
+
p: {
|
|
4187
|
+
a: 0,
|
|
4188
|
+
k: [
|
|
4189
|
+
0,
|
|
4190
|
+
0
|
|
4191
|
+
]
|
|
4192
|
+
},
|
|
4193
|
+
s: {
|
|
4194
|
+
a: 0,
|
|
4195
|
+
k: [
|
|
4196
|
+
290.514,
|
|
4197
|
+
290.514
|
|
4198
|
+
]
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
ty: "gf",
|
|
4203
|
+
nm: "Gradient Fill 1",
|
|
4204
|
+
e: {
|
|
4205
|
+
a: 0,
|
|
4206
|
+
k: [
|
|
4207
|
+
-30.046,
|
|
4208
|
+
40.603
|
|
4209
|
+
]
|
|
4210
|
+
},
|
|
4211
|
+
g: {
|
|
4212
|
+
p: 3,
|
|
4213
|
+
k: {
|
|
4214
|
+
a: 0,
|
|
4215
|
+
k: [
|
|
4216
|
+
0.273,
|
|
4217
|
+
1,
|
|
4218
|
+
1,
|
|
4219
|
+
1,
|
|
4220
|
+
0.636,
|
|
4221
|
+
1,
|
|
4222
|
+
1,
|
|
4223
|
+
1,
|
|
4224
|
+
1,
|
|
4225
|
+
1,
|
|
4226
|
+
1,
|
|
4227
|
+
1,
|
|
4228
|
+
0,
|
|
4229
|
+
1,
|
|
4230
|
+
0.5,
|
|
4231
|
+
0.5,
|
|
4232
|
+
1,
|
|
4233
|
+
0
|
|
4234
|
+
]
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4237
|
+
t: 2,
|
|
4238
|
+
a: {
|
|
4239
|
+
a: 0,
|
|
4240
|
+
k: 0
|
|
4241
|
+
},
|
|
4242
|
+
h: {
|
|
4243
|
+
a: 1,
|
|
4244
|
+
k: [
|
|
4245
|
+
{
|
|
4246
|
+
o: {
|
|
4247
|
+
x: 0.167,
|
|
4248
|
+
y: 0.167
|
|
4249
|
+
},
|
|
4250
|
+
i: {
|
|
4251
|
+
x: 0.833,
|
|
4252
|
+
y: 0.833
|
|
4253
|
+
},
|
|
4254
|
+
s: [
|
|
4255
|
+
0
|
|
4256
|
+
],
|
|
4257
|
+
t: 0
|
|
4258
|
+
},
|
|
4259
|
+
{
|
|
4260
|
+
o: {
|
|
4261
|
+
x: 0.167,
|
|
4262
|
+
y: 0.167
|
|
4263
|
+
},
|
|
4264
|
+
i: {
|
|
4265
|
+
x: 0.833,
|
|
4266
|
+
y: 0.833
|
|
4267
|
+
},
|
|
4268
|
+
s: [
|
|
4269
|
+
-100
|
|
4270
|
+
],
|
|
4271
|
+
t: 89.999
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
s: [
|
|
4275
|
+
0
|
|
4276
|
+
],
|
|
4277
|
+
t: 179.999
|
|
4278
|
+
}
|
|
4279
|
+
]
|
|
4280
|
+
},
|
|
4281
|
+
s: {
|
|
4282
|
+
a: 0,
|
|
4283
|
+
k: [
|
|
4284
|
+
190.408,
|
|
4285
|
+
-253.555
|
|
4286
|
+
]
|
|
4287
|
+
},
|
|
4288
|
+
r: 1,
|
|
4289
|
+
o: {
|
|
4290
|
+
a: 0,
|
|
4291
|
+
k: 100
|
|
4292
|
+
}
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
ty: "tr",
|
|
4296
|
+
a: {
|
|
4297
|
+
a: 0,
|
|
4298
|
+
k: [
|
|
4299
|
+
0,
|
|
4300
|
+
0
|
|
4301
|
+
]
|
|
4302
|
+
},
|
|
4303
|
+
s: {
|
|
4304
|
+
a: 0,
|
|
4305
|
+
k: [
|
|
4306
|
+
100,
|
|
4307
|
+
100
|
|
4308
|
+
]
|
|
4309
|
+
},
|
|
4310
|
+
p: {
|
|
4311
|
+
a: 0,
|
|
4312
|
+
k: [
|
|
4313
|
+
0,
|
|
4314
|
+
0
|
|
4315
|
+
]
|
|
4316
|
+
},
|
|
4317
|
+
r: {
|
|
4318
|
+
a: 0,
|
|
4319
|
+
k: 0
|
|
4320
|
+
},
|
|
4321
|
+
sa: {
|
|
4322
|
+
a: 0,
|
|
4323
|
+
k: 0
|
|
4324
|
+
},
|
|
4325
|
+
o: {
|
|
4326
|
+
a: 0,
|
|
4327
|
+
k: 100
|
|
4328
|
+
}
|
|
4329
|
+
}
|
|
4330
|
+
]
|
|
4331
|
+
}
|
|
4332
|
+
],
|
|
4333
|
+
ind: 1
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
ty: 4,
|
|
4337
|
+
nm: "Ellipse 45",
|
|
4338
|
+
sr: 1,
|
|
4339
|
+
st: 0,
|
|
4340
|
+
op: 3600,
|
|
4341
|
+
ip: 0,
|
|
4342
|
+
ln: "54",
|
|
4343
|
+
hasMask: false,
|
|
4344
|
+
ao: 0,
|
|
4345
|
+
ks: {
|
|
4346
|
+
a: {
|
|
4347
|
+
a: 0,
|
|
4348
|
+
k: [
|
|
4349
|
+
105.499,
|
|
4350
|
+
86.409,
|
|
4351
|
+
0
|
|
4352
|
+
]
|
|
4353
|
+
},
|
|
4354
|
+
s: {
|
|
4355
|
+
a: 1,
|
|
4356
|
+
k: [
|
|
4357
|
+
{
|
|
4358
|
+
s: [
|
|
4359
|
+
100,
|
|
4360
|
+
100,
|
|
4361
|
+
100
|
|
4362
|
+
],
|
|
4363
|
+
i: {
|
|
4364
|
+
x: [
|
|
4365
|
+
0.667,
|
|
4366
|
+
0.667,
|
|
4367
|
+
0.667
|
|
4368
|
+
],
|
|
4369
|
+
y: [
|
|
4370
|
+
1,
|
|
4371
|
+
1,
|
|
4372
|
+
1
|
|
4373
|
+
]
|
|
4374
|
+
},
|
|
4375
|
+
o: {
|
|
4376
|
+
x: [
|
|
4377
|
+
0.333,
|
|
4378
|
+
0.333,
|
|
4379
|
+
0.333
|
|
4380
|
+
],
|
|
4381
|
+
y: [
|
|
4382
|
+
0,
|
|
4383
|
+
0,
|
|
4384
|
+
0
|
|
4385
|
+
]
|
|
4386
|
+
},
|
|
4387
|
+
t: 0
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
s: [
|
|
4391
|
+
60,
|
|
4392
|
+
60,
|
|
4393
|
+
98.361
|
|
4394
|
+
],
|
|
4395
|
+
i: {
|
|
4396
|
+
x: [
|
|
4397
|
+
0.667,
|
|
4398
|
+
0.667,
|
|
4399
|
+
0.667
|
|
4400
|
+
],
|
|
4401
|
+
y: [
|
|
4402
|
+
1,
|
|
4403
|
+
1,
|
|
4404
|
+
1
|
|
4405
|
+
]
|
|
4406
|
+
},
|
|
4407
|
+
o: {
|
|
4408
|
+
x: [
|
|
4409
|
+
0.333,
|
|
4410
|
+
0.333,
|
|
4411
|
+
0.333
|
|
4412
|
+
],
|
|
4413
|
+
y: [
|
|
4414
|
+
0,
|
|
4415
|
+
0,
|
|
4416
|
+
0
|
|
4417
|
+
]
|
|
4418
|
+
},
|
|
4419
|
+
t: 89.999
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
s: [
|
|
4423
|
+
100,
|
|
4424
|
+
100,
|
|
4425
|
+
100
|
|
4426
|
+
],
|
|
4427
|
+
i: {
|
|
4428
|
+
x: [
|
|
4429
|
+
0.667,
|
|
4430
|
+
0.667,
|
|
4431
|
+
0.667
|
|
4432
|
+
],
|
|
4433
|
+
y: [
|
|
4434
|
+
1,
|
|
4435
|
+
1,
|
|
4436
|
+
1
|
|
4437
|
+
]
|
|
4438
|
+
},
|
|
4439
|
+
o: {
|
|
4440
|
+
x: [
|
|
4441
|
+
0.333,
|
|
4442
|
+
0.333,
|
|
4443
|
+
0.333
|
|
4444
|
+
],
|
|
4445
|
+
y: [
|
|
4446
|
+
0,
|
|
4447
|
+
0,
|
|
4448
|
+
0
|
|
4449
|
+
]
|
|
4450
|
+
},
|
|
4451
|
+
t: 179.999
|
|
4452
|
+
}
|
|
4453
|
+
]
|
|
4454
|
+
},
|
|
4455
|
+
p: {
|
|
4456
|
+
a: 0,
|
|
4457
|
+
k: [
|
|
4458
|
+
187.14,
|
|
4459
|
+
170.171,
|
|
4460
|
+
0
|
|
4461
|
+
]
|
|
4462
|
+
},
|
|
4463
|
+
r: {
|
|
4464
|
+
a: 1,
|
|
4465
|
+
k: [
|
|
4466
|
+
{
|
|
4467
|
+
o: {
|
|
4468
|
+
x: 0.333,
|
|
4469
|
+
y: 0
|
|
4470
|
+
},
|
|
4471
|
+
i: {
|
|
4472
|
+
x: 0.667,
|
|
4473
|
+
y: 1
|
|
4474
|
+
},
|
|
4475
|
+
s: [
|
|
4476
|
+
0
|
|
4477
|
+
],
|
|
4478
|
+
t: 0
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
s: [
|
|
4482
|
+
360
|
|
4483
|
+
],
|
|
4484
|
+
t: 179.999
|
|
4485
|
+
}
|
|
4486
|
+
]
|
|
4487
|
+
},
|
|
4488
|
+
sa: {
|
|
4489
|
+
a: 0,
|
|
4490
|
+
k: 0
|
|
4491
|
+
},
|
|
4492
|
+
o: {
|
|
4493
|
+
a: 0,
|
|
4494
|
+
k: 100
|
|
4495
|
+
}
|
|
4496
|
+
},
|
|
4497
|
+
ef: [
|
|
4498
|
+
{
|
|
4499
|
+
ty: 29,
|
|
4500
|
+
nm: "Gaussian Blur",
|
|
4501
|
+
en: 1,
|
|
4502
|
+
ef: [
|
|
4503
|
+
{
|
|
4504
|
+
ty: 0,
|
|
4505
|
+
nm: "Blurriness",
|
|
4506
|
+
v: {
|
|
4507
|
+
a: 0,
|
|
4508
|
+
k: 134.9
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
ty: 7,
|
|
4513
|
+
nm: "Blur Dimensions",
|
|
4514
|
+
v: {
|
|
4515
|
+
a: 0,
|
|
4516
|
+
k: 1
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
ty: 7,
|
|
4521
|
+
nm: " ",
|
|
4522
|
+
v: {
|
|
4523
|
+
a: 0,
|
|
4524
|
+
k: 0
|
|
4525
|
+
}
|
|
4526
|
+
}
|
|
4527
|
+
]
|
|
4528
|
+
}
|
|
4529
|
+
],
|
|
4530
|
+
shapes: [
|
|
4531
|
+
{
|
|
4532
|
+
ty: "gr",
|
|
4533
|
+
nm: "Ellipse 45 Stroke",
|
|
4534
|
+
it: [
|
|
4535
|
+
{
|
|
4536
|
+
ty: "el",
|
|
4537
|
+
nm: "Ellipse Path 1",
|
|
4538
|
+
d: 1,
|
|
4539
|
+
p: {
|
|
4540
|
+
a: 0,
|
|
4541
|
+
k: [
|
|
4542
|
+
0,
|
|
4543
|
+
0
|
|
4544
|
+
]
|
|
4545
|
+
},
|
|
4546
|
+
s: {
|
|
4547
|
+
a: 0,
|
|
4548
|
+
k: [
|
|
4549
|
+
415.626,
|
|
4550
|
+
415.626
|
|
4551
|
+
]
|
|
4552
|
+
}
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
ty: "op",
|
|
4556
|
+
nm: "Offset Paths 1",
|
|
4557
|
+
a: {
|
|
4558
|
+
a: 0,
|
|
4559
|
+
k: -0.5
|
|
4560
|
+
},
|
|
4561
|
+
lj: 2,
|
|
4562
|
+
ml: {
|
|
4563
|
+
a: 0,
|
|
4564
|
+
k: 1
|
|
4565
|
+
}
|
|
4566
|
+
},
|
|
4567
|
+
{
|
|
4568
|
+
ty: "tr",
|
|
4569
|
+
a: {
|
|
4570
|
+
a: 0,
|
|
4571
|
+
k: [
|
|
4572
|
+
0,
|
|
4573
|
+
0
|
|
4574
|
+
]
|
|
4575
|
+
},
|
|
4576
|
+
s: {
|
|
4577
|
+
a: 0,
|
|
4578
|
+
k: [
|
|
4579
|
+
100,
|
|
4580
|
+
100
|
|
4581
|
+
]
|
|
4582
|
+
},
|
|
4583
|
+
p: {
|
|
4584
|
+
a: 0,
|
|
4585
|
+
k: [
|
|
4586
|
+
0,
|
|
4587
|
+
0
|
|
4588
|
+
]
|
|
4589
|
+
},
|
|
4590
|
+
r: {
|
|
4591
|
+
a: 0,
|
|
4592
|
+
k: 0
|
|
4593
|
+
},
|
|
4594
|
+
sa: {
|
|
4595
|
+
a: 0,
|
|
4596
|
+
k: 0
|
|
4597
|
+
},
|
|
4598
|
+
o: {
|
|
4599
|
+
a: 0,
|
|
4600
|
+
k: 100
|
|
4601
|
+
}
|
|
4602
|
+
}
|
|
4603
|
+
]
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
ty: "gr",
|
|
4607
|
+
nm: "Ellipse 45 Fill",
|
|
4608
|
+
it: [
|
|
4609
|
+
{
|
|
4610
|
+
ty: "el",
|
|
4611
|
+
nm: "Ellipse Path 1",
|
|
4612
|
+
d: 1,
|
|
4613
|
+
p: {
|
|
4614
|
+
a: 0,
|
|
4615
|
+
k: [
|
|
4616
|
+
0,
|
|
4617
|
+
0
|
|
4618
|
+
]
|
|
4619
|
+
},
|
|
4620
|
+
s: {
|
|
4621
|
+
a: 0,
|
|
4622
|
+
k: [
|
|
4623
|
+
415.626,
|
|
4624
|
+
415.626
|
|
4625
|
+
]
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
ty: "fl",
|
|
4630
|
+
nm: "Fill 1",
|
|
4631
|
+
c: {
|
|
4632
|
+
a: 0,
|
|
4633
|
+
k: [
|
|
4634
|
+
0,
|
|
4635
|
+
0.8,
|
|
4636
|
+
1
|
|
4637
|
+
]
|
|
4638
|
+
},
|
|
4639
|
+
r: 1,
|
|
4640
|
+
o: {
|
|
4641
|
+
a: 0,
|
|
4642
|
+
k: 100
|
|
4643
|
+
}
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
ty: "tr",
|
|
4647
|
+
a: {
|
|
4648
|
+
a: 0,
|
|
4649
|
+
k: [
|
|
4650
|
+
0,
|
|
4651
|
+
0
|
|
4652
|
+
]
|
|
4653
|
+
},
|
|
4654
|
+
s: {
|
|
4655
|
+
a: 0,
|
|
4656
|
+
k: [
|
|
4657
|
+
100,
|
|
4658
|
+
100
|
|
4659
|
+
]
|
|
4660
|
+
},
|
|
4661
|
+
p: {
|
|
4662
|
+
a: 0,
|
|
4663
|
+
k: [
|
|
4664
|
+
0,
|
|
4665
|
+
0
|
|
4666
|
+
]
|
|
4667
|
+
},
|
|
4668
|
+
r: {
|
|
4669
|
+
a: 0,
|
|
4670
|
+
k: 0
|
|
4671
|
+
},
|
|
4672
|
+
sa: {
|
|
4673
|
+
a: 0,
|
|
4674
|
+
k: 0
|
|
4675
|
+
},
|
|
4676
|
+
o: {
|
|
4677
|
+
a: 0,
|
|
4678
|
+
k: 100
|
|
4679
|
+
}
|
|
4680
|
+
}
|
|
4681
|
+
]
|
|
4682
|
+
}
|
|
4683
|
+
],
|
|
4684
|
+
ind: 2
|
|
4685
|
+
},
|
|
4686
|
+
{
|
|
4687
|
+
ty: 4,
|
|
4688
|
+
nm: "Ellipse 44",
|
|
4689
|
+
sr: 1,
|
|
4690
|
+
st: 0,
|
|
4691
|
+
op: 3600,
|
|
4692
|
+
ip: 0,
|
|
4693
|
+
ln: "53",
|
|
4694
|
+
hasMask: false,
|
|
4695
|
+
ao: 0,
|
|
4696
|
+
ks: {
|
|
4697
|
+
a: {
|
|
4698
|
+
a: 0,
|
|
4699
|
+
k: [
|
|
4700
|
+
0,
|
|
4701
|
+
0
|
|
4702
|
+
]
|
|
4703
|
+
},
|
|
4704
|
+
s: {
|
|
4705
|
+
a: 1,
|
|
4706
|
+
k: [
|
|
4707
|
+
{
|
|
4708
|
+
s: [
|
|
4709
|
+
100,
|
|
4710
|
+
100,
|
|
4711
|
+
100
|
|
4712
|
+
],
|
|
4713
|
+
i: {
|
|
4714
|
+
x: [
|
|
4715
|
+
0.667,
|
|
4716
|
+
0.667,
|
|
4717
|
+
0.667
|
|
4718
|
+
],
|
|
4719
|
+
y: [
|
|
4720
|
+
1,
|
|
4721
|
+
1,
|
|
4722
|
+
1
|
|
4723
|
+
]
|
|
4724
|
+
},
|
|
4725
|
+
o: {
|
|
4726
|
+
x: [
|
|
4727
|
+
0.333,
|
|
4728
|
+
0.333,
|
|
4729
|
+
0.333
|
|
4730
|
+
],
|
|
4731
|
+
y: [
|
|
4732
|
+
0,
|
|
4733
|
+
0,
|
|
4734
|
+
0
|
|
4735
|
+
]
|
|
4736
|
+
},
|
|
4737
|
+
t: 0
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
s: [
|
|
4741
|
+
130,
|
|
4742
|
+
130,
|
|
4743
|
+
99.237
|
|
4744
|
+
],
|
|
4745
|
+
i: {
|
|
4746
|
+
x: [
|
|
4747
|
+
0.667,
|
|
4748
|
+
0.667,
|
|
4749
|
+
0.667
|
|
4750
|
+
],
|
|
4751
|
+
y: [
|
|
4752
|
+
1,
|
|
4753
|
+
1,
|
|
4754
|
+
1
|
|
4755
|
+
]
|
|
4756
|
+
},
|
|
4757
|
+
o: {
|
|
4758
|
+
x: [
|
|
4759
|
+
0.333,
|
|
4760
|
+
0.333,
|
|
4761
|
+
0.333
|
|
4762
|
+
],
|
|
4763
|
+
y: [
|
|
4764
|
+
0,
|
|
4765
|
+
0,
|
|
4766
|
+
0
|
|
4767
|
+
]
|
|
4768
|
+
},
|
|
4769
|
+
t: 89.999
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
s: [
|
|
4773
|
+
100,
|
|
4774
|
+
100,
|
|
4775
|
+
100
|
|
4776
|
+
],
|
|
4777
|
+
i: {
|
|
4778
|
+
x: [
|
|
4779
|
+
0.667,
|
|
4780
|
+
0.667,
|
|
4781
|
+
0.667
|
|
4782
|
+
],
|
|
4783
|
+
y: [
|
|
4784
|
+
1,
|
|
4785
|
+
1,
|
|
4786
|
+
1
|
|
4787
|
+
]
|
|
4788
|
+
},
|
|
4789
|
+
o: {
|
|
4790
|
+
x: [
|
|
4791
|
+
0.333,
|
|
4792
|
+
0.333,
|
|
4793
|
+
0.333
|
|
4794
|
+
],
|
|
4795
|
+
y: [
|
|
4796
|
+
0,
|
|
4797
|
+
0,
|
|
4798
|
+
0
|
|
4799
|
+
]
|
|
4800
|
+
},
|
|
4801
|
+
t: 179.999
|
|
4802
|
+
}
|
|
4803
|
+
]
|
|
4804
|
+
},
|
|
4805
|
+
p: {
|
|
4806
|
+
a: 0,
|
|
4807
|
+
k: [
|
|
4808
|
+
234.321,
|
|
4809
|
+
132.532,
|
|
4810
|
+
0
|
|
4811
|
+
]
|
|
4812
|
+
},
|
|
4813
|
+
r: {
|
|
4814
|
+
a: 1,
|
|
4815
|
+
k: [
|
|
4816
|
+
{
|
|
4817
|
+
o: {
|
|
4818
|
+
x: 0.333,
|
|
4819
|
+
y: 0
|
|
4820
|
+
},
|
|
4821
|
+
i: {
|
|
4822
|
+
x: 0.667,
|
|
4823
|
+
y: 1
|
|
4824
|
+
},
|
|
4825
|
+
s: [
|
|
4826
|
+
0
|
|
4827
|
+
],
|
|
4828
|
+
t: 0
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
s: [
|
|
4832
|
+
-360
|
|
4833
|
+
],
|
|
4834
|
+
t: 179.999
|
|
4835
|
+
}
|
|
4836
|
+
]
|
|
4837
|
+
},
|
|
4838
|
+
sa: {
|
|
4839
|
+
a: 0,
|
|
4840
|
+
k: 0
|
|
4841
|
+
},
|
|
4842
|
+
o: {
|
|
4843
|
+
a: 0,
|
|
4844
|
+
k: 100
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
ef: [
|
|
4848
|
+
{
|
|
4849
|
+
ty: 29,
|
|
4850
|
+
nm: "Gaussian Blur",
|
|
4851
|
+
en: 1,
|
|
4852
|
+
ef: [
|
|
4853
|
+
{
|
|
4854
|
+
ty: 0,
|
|
4855
|
+
nm: "Blurriness",
|
|
4856
|
+
v: {
|
|
4857
|
+
a: 0,
|
|
4858
|
+
k: 127.3
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
ty: 7,
|
|
4863
|
+
nm: "Blur Dimensions",
|
|
4864
|
+
v: {
|
|
4865
|
+
a: 0,
|
|
4866
|
+
k: 1
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
ty: 7,
|
|
4871
|
+
nm: " ",
|
|
4872
|
+
v: {
|
|
4873
|
+
a: 0,
|
|
4874
|
+
k: 0
|
|
4875
|
+
}
|
|
4876
|
+
}
|
|
4877
|
+
]
|
|
4878
|
+
}
|
|
4879
|
+
],
|
|
4880
|
+
shapes: [
|
|
4881
|
+
{
|
|
4882
|
+
ty: "gr",
|
|
4883
|
+
nm: "Ellipse 44 Stroke",
|
|
4884
|
+
it: [
|
|
4885
|
+
{
|
|
4886
|
+
ty: "el",
|
|
4887
|
+
nm: "Ellipse Path 1",
|
|
4888
|
+
d: 1,
|
|
4889
|
+
p: {
|
|
4890
|
+
a: 0,
|
|
4891
|
+
k: [
|
|
4892
|
+
0,
|
|
4893
|
+
0
|
|
4894
|
+
]
|
|
4895
|
+
},
|
|
4896
|
+
s: {
|
|
4897
|
+
a: 0,
|
|
4898
|
+
k: [
|
|
4899
|
+
371.095,
|
|
4900
|
+
371.095
|
|
4901
|
+
]
|
|
4902
|
+
}
|
|
4903
|
+
},
|
|
4904
|
+
{
|
|
4905
|
+
ty: "op",
|
|
4906
|
+
nm: "Offset Paths 1",
|
|
4907
|
+
a: {
|
|
4908
|
+
a: 0,
|
|
4909
|
+
k: -0.5
|
|
4910
|
+
},
|
|
4911
|
+
lj: 2,
|
|
4912
|
+
ml: {
|
|
4913
|
+
a: 0,
|
|
4914
|
+
k: 1
|
|
4915
|
+
}
|
|
4916
|
+
},
|
|
4917
|
+
{
|
|
4918
|
+
ty: "tr",
|
|
4919
|
+
a: {
|
|
4920
|
+
a: 0,
|
|
4921
|
+
k: [
|
|
4922
|
+
0,
|
|
4923
|
+
0
|
|
4924
|
+
]
|
|
4925
|
+
},
|
|
4926
|
+
s: {
|
|
4927
|
+
a: 0,
|
|
4928
|
+
k: [
|
|
4929
|
+
100,
|
|
4930
|
+
100
|
|
4931
|
+
]
|
|
4932
|
+
},
|
|
4933
|
+
p: {
|
|
4934
|
+
a: 0,
|
|
4935
|
+
k: [
|
|
4936
|
+
0,
|
|
4937
|
+
0
|
|
4938
|
+
]
|
|
4939
|
+
},
|
|
4940
|
+
r: {
|
|
4941
|
+
a: 0,
|
|
4942
|
+
k: 0
|
|
4943
|
+
},
|
|
4944
|
+
sa: {
|
|
4945
|
+
a: 0,
|
|
4946
|
+
k: 0
|
|
4947
|
+
},
|
|
4948
|
+
o: {
|
|
4949
|
+
a: 0,
|
|
4950
|
+
k: 100
|
|
4951
|
+
}
|
|
4952
|
+
}
|
|
4953
|
+
]
|
|
4954
|
+
},
|
|
4955
|
+
{
|
|
4956
|
+
ty: "gr",
|
|
4957
|
+
nm: "Ellipse 44 Fill",
|
|
4958
|
+
it: [
|
|
4959
|
+
{
|
|
4960
|
+
ty: "el",
|
|
4961
|
+
nm: "Ellipse Path 1",
|
|
4962
|
+
d: 1,
|
|
4963
|
+
p: {
|
|
4964
|
+
a: 0,
|
|
4965
|
+
k: [
|
|
4966
|
+
0,
|
|
4967
|
+
0
|
|
4968
|
+
]
|
|
4969
|
+
},
|
|
4970
|
+
s: {
|
|
4971
|
+
a: 0,
|
|
4972
|
+
k: [
|
|
4973
|
+
371.095,
|
|
4974
|
+
371.095
|
|
4975
|
+
]
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4978
|
+
{
|
|
4979
|
+
ty: "fl",
|
|
4980
|
+
nm: "Fill 1",
|
|
4981
|
+
c: {
|
|
4982
|
+
a: 0,
|
|
4983
|
+
k: [
|
|
4984
|
+
0.5725,
|
|
4985
|
+
0.3608,
|
|
4986
|
+
0.9647
|
|
4987
|
+
]
|
|
4988
|
+
},
|
|
4989
|
+
r: 1,
|
|
4990
|
+
o: {
|
|
4991
|
+
a: 0,
|
|
4992
|
+
k: 100
|
|
4993
|
+
}
|
|
4994
|
+
},
|
|
4995
|
+
{
|
|
4996
|
+
ty: "tr",
|
|
4997
|
+
a: {
|
|
4998
|
+
a: 0,
|
|
4999
|
+
k: [
|
|
5000
|
+
0,
|
|
5001
|
+
0
|
|
5002
|
+
]
|
|
5003
|
+
},
|
|
5004
|
+
s: {
|
|
5005
|
+
a: 0,
|
|
5006
|
+
k: [
|
|
5007
|
+
100,
|
|
5008
|
+
100
|
|
5009
|
+
]
|
|
5010
|
+
},
|
|
5011
|
+
p: {
|
|
5012
|
+
a: 0,
|
|
5013
|
+
k: [
|
|
5014
|
+
0,
|
|
5015
|
+
0
|
|
5016
|
+
]
|
|
5017
|
+
},
|
|
5018
|
+
r: {
|
|
5019
|
+
a: 0,
|
|
5020
|
+
k: 0
|
|
5021
|
+
},
|
|
5022
|
+
sa: {
|
|
5023
|
+
a: 0,
|
|
5024
|
+
k: 0
|
|
5025
|
+
},
|
|
5026
|
+
o: {
|
|
5027
|
+
a: 0,
|
|
5028
|
+
k: 100
|
|
5029
|
+
}
|
|
5030
|
+
}
|
|
5031
|
+
]
|
|
5032
|
+
}
|
|
5033
|
+
],
|
|
5034
|
+
ind: 3
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
ty: 4,
|
|
5038
|
+
nm: "Ellipse 42",
|
|
5039
|
+
sr: 1,
|
|
5040
|
+
st: 0,
|
|
5041
|
+
op: 3600,
|
|
5042
|
+
ip: 0,
|
|
5043
|
+
ln: "51",
|
|
5044
|
+
hasMask: true,
|
|
5045
|
+
ao: 0,
|
|
5046
|
+
ks: {
|
|
5047
|
+
a: {
|
|
5048
|
+
a: 0,
|
|
5049
|
+
k: [
|
|
5050
|
+
0,
|
|
5051
|
+
0
|
|
5052
|
+
]
|
|
5053
|
+
},
|
|
5054
|
+
s: {
|
|
5055
|
+
a: 0,
|
|
5056
|
+
k: [
|
|
5057
|
+
100,
|
|
5058
|
+
100
|
|
5059
|
+
]
|
|
5060
|
+
},
|
|
5061
|
+
p: {
|
|
5062
|
+
a: 0,
|
|
5063
|
+
k: [
|
|
5064
|
+
187.14,
|
|
5065
|
+
170.171,
|
|
5066
|
+
0
|
|
5067
|
+
]
|
|
5068
|
+
},
|
|
5069
|
+
r: {
|
|
5070
|
+
a: 0,
|
|
5071
|
+
k: 0
|
|
5072
|
+
},
|
|
5073
|
+
sa: {
|
|
5074
|
+
a: 0,
|
|
5075
|
+
k: 0
|
|
5076
|
+
},
|
|
5077
|
+
o: {
|
|
5078
|
+
a: 0,
|
|
5079
|
+
k: 100
|
|
5080
|
+
}
|
|
5081
|
+
},
|
|
5082
|
+
masksProperties: [
|
|
5083
|
+
{
|
|
5084
|
+
nm: "Mask 1",
|
|
5085
|
+
inv: false,
|
|
5086
|
+
mode: "a",
|
|
5087
|
+
x: {
|
|
5088
|
+
a: 0,
|
|
5089
|
+
k: 0
|
|
5090
|
+
},
|
|
5091
|
+
o: {
|
|
5092
|
+
a: 0,
|
|
5093
|
+
k: 100
|
|
5094
|
+
},
|
|
5095
|
+
pt: {
|
|
5096
|
+
a: 0,
|
|
5097
|
+
k: {
|
|
5098
|
+
c: true,
|
|
5099
|
+
i: [
|
|
5100
|
+
[
|
|
5101
|
+
115.065,
|
|
5102
|
+
0
|
|
5103
|
+
],
|
|
5104
|
+
[
|
|
5105
|
+
0,
|
|
5106
|
+
-115.065
|
|
5107
|
+
],
|
|
5108
|
+
[
|
|
5109
|
+
-115.065,
|
|
5110
|
+
0
|
|
5111
|
+
],
|
|
5112
|
+
[
|
|
5113
|
+
0,
|
|
5114
|
+
115.065
|
|
5115
|
+
]
|
|
5116
|
+
],
|
|
5117
|
+
o: [
|
|
5118
|
+
[
|
|
5119
|
+
-115.065,
|
|
5120
|
+
0
|
|
5121
|
+
],
|
|
5122
|
+
[
|
|
5123
|
+
0,
|
|
5124
|
+
115.065
|
|
5125
|
+
],
|
|
5126
|
+
[
|
|
5127
|
+
115.065,
|
|
5128
|
+
0
|
|
5129
|
+
],
|
|
5130
|
+
[
|
|
5131
|
+
0,
|
|
5132
|
+
-115.065
|
|
5133
|
+
]
|
|
5134
|
+
],
|
|
5135
|
+
v: [
|
|
5136
|
+
[
|
|
5137
|
+
0,
|
|
5138
|
+
-208.343
|
|
5139
|
+
],
|
|
5140
|
+
[
|
|
5141
|
+
-208.343,
|
|
5142
|
+
0
|
|
5143
|
+
],
|
|
5144
|
+
[
|
|
5145
|
+
0,
|
|
5146
|
+
208.343
|
|
5147
|
+
],
|
|
5148
|
+
[
|
|
5149
|
+
208.343,
|
|
5150
|
+
0
|
|
5151
|
+
]
|
|
5152
|
+
]
|
|
5153
|
+
}
|
|
5154
|
+
}
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
shapes: [
|
|
5158
|
+
{
|
|
5159
|
+
ty: "gr",
|
|
5160
|
+
nm: "Ellipse 42 Stroke",
|
|
5161
|
+
it: [
|
|
5162
|
+
{
|
|
5163
|
+
ty: "el",
|
|
5164
|
+
nm: "Ellipse Path 1",
|
|
5165
|
+
d: 1,
|
|
5166
|
+
p: {
|
|
5167
|
+
a: 0,
|
|
5168
|
+
k: [
|
|
5169
|
+
0,
|
|
5170
|
+
0
|
|
5171
|
+
]
|
|
5172
|
+
},
|
|
5173
|
+
s: {
|
|
5174
|
+
a: 0,
|
|
5175
|
+
k: [
|
|
5176
|
+
416.686,
|
|
5177
|
+
416.686
|
|
5178
|
+
]
|
|
5179
|
+
}
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
ty: "op",
|
|
5183
|
+
nm: "Offset Paths 1",
|
|
5184
|
+
a: {
|
|
5185
|
+
a: 0,
|
|
5186
|
+
k: -0.5
|
|
5187
|
+
},
|
|
5188
|
+
lj: 2,
|
|
5189
|
+
ml: {
|
|
5190
|
+
a: 0,
|
|
5191
|
+
k: 1
|
|
5192
|
+
}
|
|
5193
|
+
},
|
|
5194
|
+
{
|
|
5195
|
+
ty: "tr",
|
|
5196
|
+
a: {
|
|
5197
|
+
a: 0,
|
|
5198
|
+
k: [
|
|
5199
|
+
0,
|
|
5200
|
+
0
|
|
5201
|
+
]
|
|
5202
|
+
},
|
|
5203
|
+
s: {
|
|
5204
|
+
a: 0,
|
|
5205
|
+
k: [
|
|
5206
|
+
100,
|
|
5207
|
+
100
|
|
5208
|
+
]
|
|
5209
|
+
},
|
|
5210
|
+
p: {
|
|
5211
|
+
a: 0,
|
|
5212
|
+
k: [
|
|
5213
|
+
0,
|
|
5214
|
+
0
|
|
5215
|
+
]
|
|
5216
|
+
},
|
|
5217
|
+
r: {
|
|
5218
|
+
a: 0,
|
|
5219
|
+
k: 0
|
|
5220
|
+
},
|
|
5221
|
+
sa: {
|
|
5222
|
+
a: 0,
|
|
5223
|
+
k: 0
|
|
5224
|
+
},
|
|
5225
|
+
o: {
|
|
5226
|
+
a: 0,
|
|
5227
|
+
k: 100
|
|
5228
|
+
}
|
|
5229
|
+
}
|
|
5230
|
+
]
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
ty: "gr",
|
|
5234
|
+
nm: "Ellipse 42 Fill",
|
|
5235
|
+
it: [
|
|
5236
|
+
{
|
|
5237
|
+
ty: "el",
|
|
5238
|
+
nm: "Ellipse Path 1",
|
|
5239
|
+
d: 1,
|
|
5240
|
+
p: {
|
|
5241
|
+
a: 0,
|
|
5242
|
+
k: [
|
|
5243
|
+
0,
|
|
5244
|
+
0
|
|
5245
|
+
]
|
|
5246
|
+
},
|
|
5247
|
+
s: {
|
|
5248
|
+
a: 0,
|
|
5249
|
+
k: [
|
|
5250
|
+
416.686,
|
|
5251
|
+
416.686
|
|
5252
|
+
]
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
ty: "fl",
|
|
5257
|
+
nm: "Fill 1",
|
|
5258
|
+
c: {
|
|
5259
|
+
a: 0,
|
|
5260
|
+
k: [
|
|
5261
|
+
1,
|
|
5262
|
+
1,
|
|
5263
|
+
1
|
|
5264
|
+
]
|
|
5265
|
+
},
|
|
5266
|
+
r: 1,
|
|
5267
|
+
o: {
|
|
5268
|
+
a: 0,
|
|
5269
|
+
k: 100
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
ty: "tr",
|
|
5274
|
+
a: {
|
|
5275
|
+
a: 0,
|
|
5276
|
+
k: [
|
|
5277
|
+
0,
|
|
5278
|
+
0
|
|
5279
|
+
]
|
|
5280
|
+
},
|
|
5281
|
+
s: {
|
|
5282
|
+
a: 0,
|
|
5283
|
+
k: [
|
|
5284
|
+
100,
|
|
5285
|
+
100
|
|
5286
|
+
]
|
|
5287
|
+
},
|
|
5288
|
+
p: {
|
|
5289
|
+
a: 0,
|
|
5290
|
+
k: [
|
|
5291
|
+
0,
|
|
5292
|
+
0
|
|
5293
|
+
]
|
|
5294
|
+
},
|
|
5295
|
+
r: {
|
|
5296
|
+
a: 0,
|
|
5297
|
+
k: 0
|
|
5298
|
+
},
|
|
5299
|
+
sa: {
|
|
5300
|
+
a: 0,
|
|
5301
|
+
k: 0
|
|
5302
|
+
},
|
|
5303
|
+
o: {
|
|
5304
|
+
a: 0,
|
|
5305
|
+
k: 100
|
|
5306
|
+
}
|
|
5307
|
+
}
|
|
5308
|
+
]
|
|
5309
|
+
}
|
|
5310
|
+
],
|
|
5311
|
+
ind: 4
|
|
5312
|
+
}
|
|
5313
|
+
]
|
|
5314
|
+
}
|
|
5315
|
+
];
|
|
5316
|
+
var OPLoading = {
|
|
5317
|
+
nm: nm,
|
|
5318
|
+
ddd: ddd,
|
|
5319
|
+
h: h,
|
|
5320
|
+
w: w,
|
|
5321
|
+
meta: meta,
|
|
5322
|
+
layers: layers,
|
|
5323
|
+
v: v,
|
|
5324
|
+
fr: fr,
|
|
5325
|
+
op: op,
|
|
5326
|
+
ip: ip,
|
|
5327
|
+
assets: assets
|
|
5328
|
+
};
|
|
5329
|
+
|
|
5330
|
+
// 传进来的size需要*0.173倍,因为loading.json原始图比较大,scale才没有锯齿
|
|
5331
|
+
class RdLoadingComponent {
|
|
5332
|
+
constructor() {
|
|
5333
|
+
/**
|
|
5334
|
+
* 动画容器尺寸(px)。
|
|
5335
|
+
*
|
|
5336
|
+
* **注意**:OPLoading.json 原始尺寸为 368×368,模板内通过 `scale(0.17)` 缩放以消除锯齿。
|
|
5337
|
+
* 实际显示尺寸 = `size × 0.173`。
|
|
5338
|
+
*
|
|
5339
|
+
* @example
|
|
5340
|
+
* // 默认 ≈ 64px
|
|
5341
|
+
* <app-rd-loading></app-rd-loading>
|
|
5342
|
+
*
|
|
5343
|
+
* // ≈ 40px
|
|
5344
|
+
* <app-rd-loading [size]="235"></app-rd-loading>
|
|
5345
|
+
*/
|
|
5346
|
+
this.size = 368; // 默认大小
|
|
5347
|
+
this.loop = true; // 是否循环
|
|
5348
|
+
this.autoplay = true; // 是否自动播放
|
|
5349
|
+
this.speed = 1; // 播放速度
|
|
5350
|
+
this.margin = '0'; // 外边距
|
|
5351
|
+
// 样式类名
|
|
5352
|
+
this.containerClass = 'lottie-loading-container';
|
|
5353
|
+
this.animation = null;
|
|
5354
|
+
}
|
|
5355
|
+
// 使用内置的 OPLoading 动画数据
|
|
5356
|
+
get animationData() {
|
|
5357
|
+
return this.customAnimationData || OPLoading;
|
|
5358
|
+
}
|
|
5359
|
+
ngAfterViewInit() {
|
|
5360
|
+
this.loadAnimation();
|
|
5361
|
+
}
|
|
5362
|
+
ngOnChanges(changes) {
|
|
5363
|
+
// 如果大小、自定义动画数据发生变化,重新加载动画
|
|
5364
|
+
if ((changes['size'] || changes['customAnimationData']) &&
|
|
5365
|
+
this.lottieContainer) {
|
|
5366
|
+
this.reloadAnimation();
|
|
5367
|
+
}
|
|
5368
|
+
// 如果速度发生变化,更新动画速度
|
|
5369
|
+
if (changes['speed'] && this.animation) {
|
|
5370
|
+
this.animation.setSpeed(this.speed);
|
|
5371
|
+
}
|
|
5372
|
+
// 如果自动播放状态变化
|
|
5373
|
+
if (changes['autoplay'] && this.animation) {
|
|
5374
|
+
if (this.autoplay) {
|
|
5375
|
+
this.animation.play();
|
|
5376
|
+
}
|
|
5377
|
+
else {
|
|
5378
|
+
this.animation.pause();
|
|
5379
|
+
}
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
ngOnDestroy() {
|
|
5383
|
+
this.destroyAnimation();
|
|
5384
|
+
}
|
|
5385
|
+
loadAnimation() {
|
|
5386
|
+
this.destroyAnimation();
|
|
5387
|
+
const container = this.lottieContainer.nativeElement;
|
|
5388
|
+
const options = {
|
|
5389
|
+
container: container,
|
|
5390
|
+
renderer: 'svg',
|
|
5391
|
+
loop: this.loop,
|
|
5392
|
+
autoplay: this.autoplay,
|
|
5393
|
+
animationData: this.animationData,
|
|
5394
|
+
rendererSettings: {
|
|
5395
|
+
preserveAspectRatio: 'xMidYMid meet',
|
|
5396
|
+
progressiveLoad: true,
|
|
5397
|
+
hideOnTransparent: true,
|
|
5398
|
+
},
|
|
5399
|
+
};
|
|
5400
|
+
try {
|
|
5401
|
+
this.animation = lottie.loadAnimation(options);
|
|
5402
|
+
this.animation.setSpeed(this.speed);
|
|
5403
|
+
// 监听动画加载完成事件
|
|
5404
|
+
this.animation.addEventListener('DOMLoaded', () => { });
|
|
5405
|
+
}
|
|
5406
|
+
catch (error) { }
|
|
5407
|
+
}
|
|
5408
|
+
reloadAnimation() {
|
|
5409
|
+
// 使用 setTimeout 确保在下一个周期执行,避免 ExpressionChangedAfterItHasBeenCheckedError
|
|
5410
|
+
setTimeout(() => {
|
|
5411
|
+
this.loadAnimation();
|
|
5412
|
+
});
|
|
5413
|
+
}
|
|
5414
|
+
destroyAnimation() {
|
|
5415
|
+
if (this.animation) {
|
|
5416
|
+
this.animation.destroy();
|
|
5417
|
+
this.animation = null;
|
|
5418
|
+
}
|
|
5419
|
+
}
|
|
5420
|
+
// ========== 公共方法 ==========
|
|
5421
|
+
/** 停止动画 */
|
|
5422
|
+
stop() {
|
|
5423
|
+
if (this.animation) {
|
|
5424
|
+
this.animation.stop();
|
|
5425
|
+
}
|
|
5426
|
+
}
|
|
5427
|
+
/** 设置播放速度 */
|
|
5428
|
+
setSpeed(speed) {
|
|
5429
|
+
this.speed = speed;
|
|
5430
|
+
if (this.animation) {
|
|
5431
|
+
this.animation.setSpeed(speed);
|
|
5432
|
+
}
|
|
5433
|
+
}
|
|
5434
|
+
/** 跳转到指定帧并播放 */
|
|
5435
|
+
goToAndPlay(value, isFrame = true) {
|
|
5436
|
+
if (this.animation) {
|
|
5437
|
+
this.animation.goToAndPlay(value, isFrame);
|
|
5438
|
+
}
|
|
5439
|
+
}
|
|
5440
|
+
/** 跳转到指定帧并停止 */
|
|
5441
|
+
goToAndStop(value, isFrame = true) {
|
|
5442
|
+
if (this.animation) {
|
|
5443
|
+
this.animation.goToAndStop(value, isFrame);
|
|
5444
|
+
}
|
|
5445
|
+
}
|
|
5446
|
+
/** 获取动画总帧数 */
|
|
5447
|
+
getTotalFrames() {
|
|
5448
|
+
return this.animation ? this.animation.totalFrames : 0;
|
|
5449
|
+
}
|
|
5450
|
+
/** 获取动画持续时间(秒) */
|
|
5451
|
+
getDuration() {
|
|
5452
|
+
return this.animation ? this.animation.getDuration() : 0;
|
|
5453
|
+
}
|
|
5454
|
+
/** 重新启动动画 */
|
|
5455
|
+
restart() {
|
|
5456
|
+
if (this.animation) {
|
|
5457
|
+
this.animation.goToAndPlay(0, true);
|
|
5458
|
+
}
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
RdLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5462
|
+
RdLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdLoadingComponent, selector: "app-rd-loading", inputs: { size: "size", loop: "loop", autoplay: "autoplay", speed: "speed", margin: "margin", containerClass: "containerClass", customAnimationData: "customAnimationData" }, viewQueries: [{ propertyName: "lottieContainer", first: true, predicate: ["lottieContainer"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
5463
|
+
<div
|
|
5464
|
+
#lottieContainer
|
|
5465
|
+
[style.width]="size + 'px'"
|
|
5466
|
+
[style.height]="size + 'px'"
|
|
5467
|
+
[style.transform]="'scale(0.173)'"
|
|
5468
|
+
[class]="containerClass"
|
|
5469
|
+
[style.margin]="margin"
|
|
5470
|
+
></div>
|
|
5471
|
+
`, isInline: true, styles: [":host{position:absolute;display:flex;justify-content:center;align-items:center;inset:0}.lottie-loading-container{display:flex;align-items:center;justify-content:center}.inline-loading{display:inline-flex;vertical-align:middle}\n"] });
|
|
5472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdLoadingComponent, decorators: [{
|
|
5473
|
+
type: Component,
|
|
5474
|
+
args: [{ selector: 'app-rd-loading', template: `
|
|
5475
|
+
<div
|
|
5476
|
+
#lottieContainer
|
|
5477
|
+
[style.width]="size + 'px'"
|
|
5478
|
+
[style.height]="size + 'px'"
|
|
5479
|
+
[style.transform]="'scale(0.173)'"
|
|
5480
|
+
[class]="containerClass"
|
|
5481
|
+
[style.margin]="margin"
|
|
5482
|
+
></div>
|
|
5483
|
+
`, styles: [":host{position:absolute;display:flex;justify-content:center;align-items:center;inset:0}.lottie-loading-container{display:flex;align-items:center;justify-content:center}.inline-loading{display:inline-flex;vertical-align:middle}\n"] }]
|
|
5484
|
+
}], propDecorators: { lottieContainer: [{
|
|
5485
|
+
type: ViewChild,
|
|
5486
|
+
args: ['lottieContainer', { static: true }]
|
|
5487
|
+
}], size: [{
|
|
5488
|
+
type: Input
|
|
5489
|
+
}], loop: [{
|
|
5490
|
+
type: Input
|
|
5491
|
+
}], autoplay: [{
|
|
5492
|
+
type: Input
|
|
5493
|
+
}], speed: [{
|
|
5494
|
+
type: Input
|
|
5495
|
+
}], margin: [{
|
|
5496
|
+
type: Input
|
|
5497
|
+
}], containerClass: [{
|
|
5498
|
+
type: Input
|
|
5499
|
+
}], customAnimationData: [{
|
|
5500
|
+
type: Input
|
|
5501
|
+
}] } });
|
|
5502
|
+
|
|
5503
|
+
class RdLoadingModule {
|
|
5504
|
+
}
|
|
5505
|
+
RdLoadingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5506
|
+
RdLoadingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdLoadingModule, declarations: [RdLoadingComponent], imports: [CommonModule, ReactiveFormsModule, FormsModule, NzInputModule], exports: [RdLoadingComponent] });
|
|
5507
|
+
RdLoadingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdLoadingModule, imports: [CommonModule, ReactiveFormsModule, FormsModule, NzInputModule] });
|
|
5508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdLoadingModule, decorators: [{
|
|
5509
|
+
type: NgModule,
|
|
5510
|
+
args: [{
|
|
5511
|
+
declarations: [RdLoadingComponent],
|
|
5512
|
+
imports: [CommonModule, ReactiveFormsModule, FormsModule, NzInputModule],
|
|
5513
|
+
exports: [RdLoadingComponent],
|
|
5514
|
+
}]
|
|
5515
|
+
}] });
|
|
5516
|
+
|
|
5517
|
+
class RdSelectValueComponent {
|
|
5518
|
+
get hostThemeLight() {
|
|
5519
|
+
return this.theme === 'light';
|
|
5520
|
+
}
|
|
5521
|
+
get hostThemeDark() {
|
|
5522
|
+
return this.theme === 'dark';
|
|
5523
|
+
}
|
|
5524
|
+
get dropdownClassName() {
|
|
5525
|
+
const themeClass = this.theme === 'light'
|
|
5526
|
+
? 'theme-light'
|
|
5527
|
+
: this.theme === 'dark'
|
|
5528
|
+
? 'theme-dark'
|
|
5529
|
+
: '';
|
|
5530
|
+
return ['rd-form-item-select-dropdown', themeClass]
|
|
5531
|
+
.filter(Boolean)
|
|
5532
|
+
.join(' ');
|
|
5533
|
+
}
|
|
5534
|
+
constructor(cdr, translate) {
|
|
5535
|
+
this.cdr = cdr;
|
|
5536
|
+
this.translate = translate;
|
|
5537
|
+
this.options = [];
|
|
5538
|
+
this.isShowSearch = false;
|
|
5539
|
+
this.isShowErrorTip = true;
|
|
5540
|
+
this.placeholder = '';
|
|
5541
|
+
this.label = '';
|
|
5542
|
+
this.name = '';
|
|
5543
|
+
this.value = null;
|
|
5544
|
+
this.isDisabled = false;
|
|
5545
|
+
this.isFocus = false;
|
|
5546
|
+
this.isOpen = false;
|
|
5547
|
+
this.searchInput = '';
|
|
5548
|
+
this.control = null;
|
|
5549
|
+
this.onChange = () => { };
|
|
5550
|
+
this.onTouched = () => { };
|
|
5551
|
+
}
|
|
5552
|
+
get showError() {
|
|
5553
|
+
if (!this.isShowErrorTip)
|
|
5554
|
+
return false;
|
|
5555
|
+
return (!!this.control?.invalid && (this.control?.touched || this.control?.dirty));
|
|
5556
|
+
}
|
|
5557
|
+
get currentErrorMessage() {
|
|
5558
|
+
if (!this.control?.errors)
|
|
5559
|
+
return '';
|
|
5560
|
+
if (this.control.errors['required']) {
|
|
5561
|
+
return `${this.translate.instant('please_select')}${this.label.toLowerCase()}`;
|
|
5562
|
+
}
|
|
5563
|
+
if (this.control.errors['custom']) {
|
|
5564
|
+
return (this.control?.errors['custom'] ||
|
|
5565
|
+
this.translate.instant('validation_failed'));
|
|
5566
|
+
}
|
|
5567
|
+
return this.translate.instant('validation_failed');
|
|
5568
|
+
}
|
|
5569
|
+
onValueChange(val) {
|
|
5570
|
+
this.value = val;
|
|
5571
|
+
this.onChange(val);
|
|
5572
|
+
this.onTouched();
|
|
5573
|
+
}
|
|
5574
|
+
validate(control) {
|
|
5575
|
+
if (control) {
|
|
5576
|
+
this.control = control;
|
|
5577
|
+
}
|
|
5578
|
+
return null;
|
|
5579
|
+
}
|
|
5580
|
+
// ── ControlValueAccessor ────────────────────────────────────────────────
|
|
5581
|
+
writeValue(val) {
|
|
5582
|
+
this.value = val ?? null;
|
|
5583
|
+
this.cdr.markForCheck();
|
|
5584
|
+
}
|
|
5585
|
+
registerOnChange(fn) {
|
|
5586
|
+
this.onChange = fn;
|
|
5587
|
+
}
|
|
5588
|
+
registerOnTouched(fn) {
|
|
5589
|
+
this.onTouched = fn;
|
|
5590
|
+
}
|
|
5591
|
+
setDisabledState(isDisabled) {
|
|
5592
|
+
this.isDisabled = isDisabled;
|
|
5593
|
+
this.cdr.markForCheck();
|
|
5594
|
+
}
|
|
5595
|
+
}
|
|
5596
|
+
RdSelectValueComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSelectValueComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5597
|
+
RdSelectValueComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdSelectValueComponent, selector: "app-rd-select-value", inputs: { options: "options", isShowSearch: "isShowSearch", isShowErrorTip: "isShowErrorTip", placeholder: "placeholder", label: "label", name: "name", theme: "theme" }, host: { properties: { "class.theme-light": "this.hostThemeLight", "class.theme-dark": "this.hostThemeDark" } }, providers: [
|
|
5598
|
+
{
|
|
5599
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5600
|
+
useExisting: forwardRef(() => RdSelectValueComponent),
|
|
5601
|
+
multi: true,
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
provide: NG_VALIDATORS,
|
|
5605
|
+
useExisting: forwardRef(() => RdSelectValueComponent),
|
|
5606
|
+
multi: true,
|
|
5607
|
+
},
|
|
5608
|
+
], ngImport: i0, template: "<app-rd-form-item\n [disabled]=\"isDisabled\"\n [focus]=\"!!searchInput || isFocus || isOpen\"\n [type]=\"'select'\"\n [label]=\"label\"\n [value]=\"value\"\n [errorMessage]=\"showError ? currentErrorMessage : ''\"\n [theme]=\"theme\"\n [ngClass]=\"{ 'rd-form-item-phone': !label }\"\n>\n <nz-select\n class=\"rd-form-item-select\"\n nzBorderless\n [nzShowArrow]=\"false\"\n [nzPlaceHolder]=\"placeholder\"\n [nzShowSearch]=\"isShowSearch\"\n [disabled]=\"isDisabled\"\n [nzDropdownClassName]=\"dropdownClassName\"\n [(ngModel)]=\"value\"\n (ngModelChange)=\"onValueChange($event)\"\n (nzFocus)=\"isFocus = true\"\n (nzBlur)=\"isFocus = false\"\n (nzOpenChange)=\"isOpen = $event\"\n (nzOnSearch)=\"searchInput = $event\"\n [name]=\"name\"\n [nzOptionHeightPx]=\"40\"\n [nzSuffixIcon]=\"customIcon\"\n >\n <nz-option\n *ngFor=\"let option of options\"\n [nzValue]=\"option.value\"\n [nzLabel]=\"option.name\"\n ></nz-option>\n </nz-select>\n</app-rd-form-item>\n\n<ng-template #customIcon>\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2.60136 4.90777C2.83639 4.68743 3.20555 4.69934 3.42589 4.93437L8.00033 9.81377L12.5748 4.93437C12.7951 4.69934 13.1643 4.68743 13.3993 4.90777C13.6343 5.12812 13.6462 5.49727 13.4259 5.7323L8.42589 11.0656C8.31561 11.1833 8.16157 11.25 8.00033 11.25C7.83909 11.25 7.68504 11.1833 7.57476 11.0656L2.57476 5.7323C2.35442 5.49727 2.36633 5.12811 2.60136 4.90777Z\"\n fill=\"var(--rd-copy-primary)\"\n />\n </svg>\n</ng-template>\n", styles: [":host .rd-form-item-select{width:100%}:host .rd-form-item-select ::ng-deep .ant-select-selection-search-input{padding:17px 5px 12px;color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500}:host .rd-form-item-select ::ng-deep .ant-select-selection-placeholder{color:var(--rd-copy-disable)!important}\n", "::ng-deep .rd-form-item-select{min-width:113px;min-height:52px;max-height:100%;position:relative}::ng-deep .rd-form-item-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0}::ng-deep .rd-form-item-select .ant-select-selection-search-input{padding:12px 4px 0}::ng-deep .rd-form-item-select .ant-select-selection-search-input::placeholder{color:var(--rd-copy-disable)}::ng-deep .rd-form-item-select .ant-select-selection-search .ant-select-selection-search-input{padding:12px 4px 0;transform:translate(-2px,12px)!important}::ng-deep .rd-form-item-select .ant-select-show-search{transform:translateY(10px)}::ng-deep .rd-form-item-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{padding:14px 16px 10px;min-height:52px;height:-moz-fit-content;height:fit-content}.rd-form-item-phone ::ng-deep .rd-form-item-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{padding:6px 16px 10px;min-height:52px;height:-moz-fit-content;height:fit-content}.rd-form-item-phone ::ng-deep .rd-form-item-select.ant-select-show-search.ant-select-multiple .ant-select-selector{padding:6px 16px}::ng-deep .rd-form-item-select.ant-select-single .ant-select-selector .ant-select-selection-item:after{display:none}::ng-deep .rd-form-item-select.ant-select .ant-select-selection-item{color:var(--rd-copy-primary);font-weight:500;font-size:14px}::ng-deep .rd-form-item-select .ant-select-selector{padding:12px 16px}::ng-deep .rd-form-item-select.ant-select-multiple .ant-select-selection-item{border-radius:4px;background:transparent;font-size:14px;font-weight:500;color:var(--rd-copy-primary);display:flex;align-items:center;gap:4px}::ng-deep .rd-form-item-select.ant-select-multiple .ant-select-selection-item .ant-select-selection-item-remove{line-height:1}::ng-deep .rd-form-item-select:not(.ant-select-customize-input) .ant-select-selector{border-radius:4px}::ng-deep .rd-form-item-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-radius:4px;border:1px solid var(--rd-input-fg-hover);background:var(--rd-input-bg-hover);box-shadow:0 0 0 2px #367af61a}::ng-deep .rd-form-item-select .ant-empty-description{font-weight:400;font-size:14px;line-height:22px;color:var(--rd-copy-primary)}::ng-deep .rd-form-item-select .ant-select-selection-placeholder{color:var(--rd-copy-primary);font-weight:500;font-size:14px}::ng-deep .rd-form-item-select .ant-select-selection-item-content{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-select .ant-select-arrow{transition:ease-in-out .2s all;cursor:pointer;pointer-events:initial}::ng-deep .rd-form-item-select:hover:has(.ant-select-clear) .ant-select-arrow{opacity:0}::ng-deep .rd-form-item-select.ant-select-focused .ant-select-arrow,::ng-deep .rd-form-item-select .ant-select-selector:focus-within .ant-select-arrow{transform:rotate(-180deg);transition:transform .2s ease}::ng-deep .rd-form-item-select-s{min-height:38px}::ng-deep .rd-form-item-select-s.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:100%;min-height:38px;padding:0 12px}::ng-deep .rd-form-item-select-dropdown .ant-select-dropdown,::ng-deep .rd-form-item-select-dropdown-s .ant-select-dropdown,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-dropdown{border-radius:4px;background:var(--rd-bg-panel);min-width:113px}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option{background-color:transparent;padding:0 6px}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option-content,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-content,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-content{border-radius:4px;padding:0 6px;display:flex;align-items:center;color:var(--rd-copy-primary);font-size:14px;min-height:40px;font-weight:600}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option-active .ant-select-item-option-content,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-active .ant-select-item-option-content,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-active .ant-select-item-option-content{background:rgba(54,122,246,.1)}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option-disabled .ant-select-item-option-content,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-disabled .ant-select-item-option-content,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-disabled .ant-select-item-option-content{color:var(--rd-copy-secondary);background:var(--rd-grey-200)}::ng-deep .rd-form-item-select-dropdown .rd-form-item-empty,::ng-deep .rd-form-item-select-dropdown-s .rd-form-item-empty,::ng-deep .rd-form-item-multiple-select-dropdown .rd-form-item-empty{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}::ng-deep .rd-form-item-select-dropdown .rd-form-item-empty img,::ng-deep .rd-form-item-select-dropdown-s .rd-form-item-empty img,::ng-deep .rd-form-item-multiple-select-dropdown .rd-form-item-empty img{width:61px;height:68px}::ng-deep .rd-form-item-select-dropdown .rd-form-item-empty p,::ng-deep .rd-form-item-select-dropdown-s .rd-form-item-empty p,::ng-deep .rd-form-item-multiple-select-dropdown .rd-form-item-empty p{font-size:13px;color:var(--rd-copy-disable);font-weight:500;margin:0}::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-content{padding:0 4px;min-height:32px}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-content{border-radius:4px;color:var(--rd-copy-primary);font-size:14px;padding:0 6px 0 32px;position:relative}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-content:before{content:\"\";position:absolute;top:50%;left:6px;width:16px;height:16px;transform:translateY(-50%);border-radius:4px;border:1px solid var(--rd-grey-400)}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-selected .ant-select-item-option-content:before{background-image:url(/assets/img/icon/checkbox.svg);background-size:contain;background-position:center;background-repeat:no-repeat;border:none}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-state{display:none}::ng-deep .rd-form-item-option-content{display:flex;align-items:center;gap:8px;height:100%}::ng-deep .rd-form-item-option-content span{font-size:14px;font-weight:500}::ng-deep .rd-form-item-option-content .rd-token-icon{width:20px;height:20px;transition:opacity .3s ease-in-out}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i2$1.NzOptionComponent, selector: "nz-option", inputs: ["nzLabel", "nzValue", "nzDisabled", "nzHide", "nzCustomContent"], exportAs: ["nzOption"] }, { kind: "component", type: i2$1.NzSelectComponent, selector: "nz-select", inputs: ["nzId", "nzSize", "nzStatus", "nzOptionHeightPx", "nzOptionOverflowSize", "nzDropdownClassName", "nzDropdownMatchSelectWidth", "nzDropdownStyle", "nzNotFoundContent", "nzPlaceHolder", "nzPlacement", "nzMaxTagCount", "nzDropdownRender", "nzCustomTemplate", "nzSuffixIcon", "nzClearIcon", "nzRemoveIcon", "nzMenuItemSelectedIcon", "nzTokenSeparators", "nzMaxTagPlaceholder", "nzMaxMultipleCount", "nzMode", "nzFilterOption", "compareWith", "nzAllowClear", "nzBorderless", "nzShowSearch", "nzLoading", "nzAutoFocus", "nzAutoClearSearchValue", "nzServerSearch", "nzDisabled", "nzOpen", "nzSelectOnTab", "nzBackdrop", "nzOptions", "nzShowArrow"], outputs: ["nzOnSearch", "nzScrollToBottom", "nzOpenChange", "nzBlur", "nzFocus"], exportAs: ["nzSelect"] }, { kind: "component", type: FormItemComponent, selector: "app-rd-form-item", inputs: ["errorMessage", "disabled", "label", "type", "focus", "value", "size", "theme"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSelectValueComponent, decorators: [{
|
|
5610
|
+
type: Component,
|
|
5611
|
+
args: [{ selector: 'app-rd-select-value', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
5612
|
+
{
|
|
5613
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5614
|
+
useExisting: forwardRef(() => RdSelectValueComponent),
|
|
5615
|
+
multi: true,
|
|
5616
|
+
},
|
|
5617
|
+
{
|
|
5618
|
+
provide: NG_VALIDATORS,
|
|
5619
|
+
useExisting: forwardRef(() => RdSelectValueComponent),
|
|
5620
|
+
multi: true,
|
|
5621
|
+
},
|
|
5622
|
+
], template: "<app-rd-form-item\n [disabled]=\"isDisabled\"\n [focus]=\"!!searchInput || isFocus || isOpen\"\n [type]=\"'select'\"\n [label]=\"label\"\n [value]=\"value\"\n [errorMessage]=\"showError ? currentErrorMessage : ''\"\n [theme]=\"theme\"\n [ngClass]=\"{ 'rd-form-item-phone': !label }\"\n>\n <nz-select\n class=\"rd-form-item-select\"\n nzBorderless\n [nzShowArrow]=\"false\"\n [nzPlaceHolder]=\"placeholder\"\n [nzShowSearch]=\"isShowSearch\"\n [disabled]=\"isDisabled\"\n [nzDropdownClassName]=\"dropdownClassName\"\n [(ngModel)]=\"value\"\n (ngModelChange)=\"onValueChange($event)\"\n (nzFocus)=\"isFocus = true\"\n (nzBlur)=\"isFocus = false\"\n (nzOpenChange)=\"isOpen = $event\"\n (nzOnSearch)=\"searchInput = $event\"\n [name]=\"name\"\n [nzOptionHeightPx]=\"40\"\n [nzSuffixIcon]=\"customIcon\"\n >\n <nz-option\n *ngFor=\"let option of options\"\n [nzValue]=\"option.value\"\n [nzLabel]=\"option.name\"\n ></nz-option>\n </nz-select>\n</app-rd-form-item>\n\n<ng-template #customIcon>\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M2.60136 4.90777C2.83639 4.68743 3.20555 4.69934 3.42589 4.93437L8.00033 9.81377L12.5748 4.93437C12.7951 4.69934 13.1643 4.68743 13.3993 4.90777C13.6343 5.12812 13.6462 5.49727 13.4259 5.7323L8.42589 11.0656C8.31561 11.1833 8.16157 11.25 8.00033 11.25C7.83909 11.25 7.68504 11.1833 7.57476 11.0656L2.57476 5.7323C2.35442 5.49727 2.36633 5.12811 2.60136 4.90777Z\"\n fill=\"var(--rd-copy-primary)\"\n />\n </svg>\n</ng-template>\n", styles: [":host .rd-form-item-select{width:100%}:host .rd-form-item-select ::ng-deep .ant-select-selection-search-input{padding:17px 5px 12px;color:var(--rd-copy-primary);font-size:14px;width:100%;font-weight:500}:host .rd-form-item-select ::ng-deep .ant-select-selection-placeholder{color:var(--rd-copy-disable)!important}\n", "::ng-deep .rd-form-item-select{min-width:113px;min-height:52px;max-height:100%;position:relative}::ng-deep .rd-form-item-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0}::ng-deep .rd-form-item-select .ant-select-selection-search-input{padding:12px 4px 0}::ng-deep .rd-form-item-select .ant-select-selection-search-input::placeholder{color:var(--rd-copy-disable)}::ng-deep .rd-form-item-select .ant-select-selection-search .ant-select-selection-search-input{padding:12px 4px 0;transform:translate(-2px,12px)!important}::ng-deep .rd-form-item-select .ant-select-show-search{transform:translateY(10px)}::ng-deep .rd-form-item-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{padding:14px 16px 10px;min-height:52px;height:-moz-fit-content;height:fit-content}.rd-form-item-phone ::ng-deep .rd-form-item-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{padding:6px 16px 10px;min-height:52px;height:-moz-fit-content;height:fit-content}.rd-form-item-phone ::ng-deep .rd-form-item-select.ant-select-show-search.ant-select-multiple .ant-select-selector{padding:6px 16px}::ng-deep .rd-form-item-select.ant-select-single .ant-select-selector .ant-select-selection-item:after{display:none}::ng-deep .rd-form-item-select.ant-select .ant-select-selection-item{color:var(--rd-copy-primary);font-weight:500;font-size:14px}::ng-deep .rd-form-item-select .ant-select-selector{padding:12px 16px}::ng-deep .rd-form-item-select.ant-select-multiple .ant-select-selection-item{border-radius:4px;background:transparent;font-size:14px;font-weight:500;color:var(--rd-copy-primary);display:flex;align-items:center;gap:4px}::ng-deep .rd-form-item-select.ant-select-multiple .ant-select-selection-item .ant-select-selection-item-remove{line-height:1}::ng-deep .rd-form-item-select:not(.ant-select-customize-input) .ant-select-selector{border-radius:4px}::ng-deep .rd-form-item-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-radius:4px;border:1px solid var(--rd-input-fg-hover);background:var(--rd-input-bg-hover);box-shadow:0 0 0 2px #367af61a}::ng-deep .rd-form-item-select .ant-empty-description{font-weight:400;font-size:14px;line-height:22px;color:var(--rd-copy-primary)}::ng-deep .rd-form-item-select .ant-select-selection-placeholder{color:var(--rd-copy-primary);font-weight:500;font-size:14px}::ng-deep .rd-form-item-select .ant-select-selection-item-content{color:var(--rd-copy-primary);font-weight:500}::ng-deep .rd-form-item-select .ant-select-arrow{transition:ease-in-out .2s all;cursor:pointer;pointer-events:initial}::ng-deep .rd-form-item-select:hover:has(.ant-select-clear) .ant-select-arrow{opacity:0}::ng-deep .rd-form-item-select.ant-select-focused .ant-select-arrow,::ng-deep .rd-form-item-select .ant-select-selector:focus-within .ant-select-arrow{transform:rotate(-180deg);transition:transform .2s ease}::ng-deep .rd-form-item-select-s{min-height:38px}::ng-deep .rd-form-item-select-s.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:100%;min-height:38px;padding:0 12px}::ng-deep .rd-form-item-select-dropdown .ant-select-dropdown,::ng-deep .rd-form-item-select-dropdown-s .ant-select-dropdown,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-dropdown{border-radius:4px;background:var(--rd-bg-panel);min-width:113px}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option{background-color:transparent;padding:0 6px}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option-content,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-content,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-content{border-radius:4px;padding:0 6px;display:flex;align-items:center;color:var(--rd-copy-primary);font-size:14px;min-height:40px;font-weight:600}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option-active .ant-select-item-option-content,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-active .ant-select-item-option-content,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-active .ant-select-item-option-content{background:rgba(54,122,246,.1)}::ng-deep .rd-form-item-select-dropdown .ant-select-item-option-disabled .ant-select-item-option-content,::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-disabled .ant-select-item-option-content,::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-disabled .ant-select-item-option-content{color:var(--rd-copy-secondary);background:var(--rd-grey-200)}::ng-deep .rd-form-item-select-dropdown .rd-form-item-empty,::ng-deep .rd-form-item-select-dropdown-s .rd-form-item-empty,::ng-deep .rd-form-item-multiple-select-dropdown .rd-form-item-empty{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}::ng-deep .rd-form-item-select-dropdown .rd-form-item-empty img,::ng-deep .rd-form-item-select-dropdown-s .rd-form-item-empty img,::ng-deep .rd-form-item-multiple-select-dropdown .rd-form-item-empty img{width:61px;height:68px}::ng-deep .rd-form-item-select-dropdown .rd-form-item-empty p,::ng-deep .rd-form-item-select-dropdown-s .rd-form-item-empty p,::ng-deep .rd-form-item-multiple-select-dropdown .rd-form-item-empty p{font-size:13px;color:var(--rd-copy-disable);font-weight:500;margin:0}::ng-deep .rd-form-item-select-dropdown-s .ant-select-item-option-content{padding:0 4px;min-height:32px}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-content{border-radius:4px;color:var(--rd-copy-primary);font-size:14px;padding:0 6px 0 32px;position:relative}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-content:before{content:\"\";position:absolute;top:50%;left:6px;width:16px;height:16px;transform:translateY(-50%);border-radius:4px;border:1px solid var(--rd-grey-400)}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-selected .ant-select-item-option-content:before{background-image:url(/assets/img/icon/checkbox.svg);background-size:contain;background-position:center;background-repeat:no-repeat;border:none}::ng-deep .rd-form-item-multiple-select-dropdown .ant-select-item-option-state{display:none}::ng-deep .rd-form-item-option-content{display:flex;align-items:center;gap:8px;height:100%}::ng-deep .rd-form-item-option-content span{font-size:14px;font-weight:500}::ng-deep .rd-form-item-option-content .rd-token-icon{width:20px;height:20px;transition:opacity .3s ease-in-out}\n"] }]
|
|
5623
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }]; }, propDecorators: { options: [{
|
|
5624
|
+
type: Input
|
|
5625
|
+
}], isShowSearch: [{
|
|
5626
|
+
type: Input
|
|
5627
|
+
}], isShowErrorTip: [{
|
|
5628
|
+
type: Input
|
|
5629
|
+
}], placeholder: [{
|
|
5630
|
+
type: Input
|
|
5631
|
+
}], label: [{
|
|
5632
|
+
type: Input
|
|
5633
|
+
}], name: [{
|
|
5634
|
+
type: Input
|
|
5635
|
+
}], theme: [{
|
|
5636
|
+
type: Input
|
|
5637
|
+
}], hostThemeLight: [{
|
|
5638
|
+
type: HostBinding,
|
|
5639
|
+
args: ['class.theme-light']
|
|
5640
|
+
}], hostThemeDark: [{
|
|
5641
|
+
type: HostBinding,
|
|
5642
|
+
args: ['class.theme-dark']
|
|
5643
|
+
}] } });
|
|
5644
|
+
|
|
5645
|
+
class RdPhoneComponent {
|
|
5646
|
+
get areaCodeOptions() {
|
|
5647
|
+
if (!this.excludeAreaCodes?.length)
|
|
5648
|
+
return this._areaCodeOptions;
|
|
5649
|
+
return this._areaCodeOptions.filter((opt) => !this.excludeAreaCodes.includes(opt.value));
|
|
5650
|
+
}
|
|
5651
|
+
get hostThemeLight() {
|
|
5652
|
+
return this.theme === 'light';
|
|
5653
|
+
}
|
|
5654
|
+
get hostThemeDark() {
|
|
5655
|
+
return this.theme === 'dark';
|
|
5656
|
+
}
|
|
5657
|
+
constructor() {
|
|
5658
|
+
this.areaCodeControlName = 'areaCode';
|
|
5659
|
+
this.phoneControlName = 'phoneNumber';
|
|
5660
|
+
this.label = '';
|
|
5661
|
+
this.required = false;
|
|
5662
|
+
/** Area codes to exclude from the dropdown (e.g. ['+86']) */
|
|
5663
|
+
this.excludeAreaCodes = [];
|
|
5664
|
+
this._areaCodeOptions = [];
|
|
5665
|
+
this.destroy$ = new Subject();
|
|
5666
|
+
}
|
|
5667
|
+
ngOnInit() {
|
|
5668
|
+
if (!this.form.contains(this.areaCodeControlName)) {
|
|
5669
|
+
this.form.addControl(this.areaCodeControlName, new FormControl('+852', this.required ? Validators.required : []));
|
|
5670
|
+
}
|
|
5671
|
+
if (!this.form.contains(this.phoneControlName)) {
|
|
5672
|
+
this.form.addControl(this.phoneControlName, new FormControl('', this.required ? Validators.required : []));
|
|
5673
|
+
}
|
|
5674
|
+
}
|
|
5675
|
+
ngOnDestroy() {
|
|
5676
|
+
this.destroy$.next();
|
|
5677
|
+
this.destroy$.complete();
|
|
5678
|
+
}
|
|
5679
|
+
}
|
|
5680
|
+
RdPhoneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdPhoneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5681
|
+
RdPhoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdPhoneComponent, selector: "app-rd-phone", inputs: { form: "form", areaCodeControlName: "areaCodeControlName", phoneControlName: "phoneControlName", label: "label", required: "required", theme: "theme", excludeAreaCodes: "excludeAreaCodes", _areaCodeOptions: "_areaCodeOptions" }, host: { properties: { "class.theme-light": "this.hostThemeLight", "class.theme-dark": "this.hostThemeDark" } }, ngImport: i0, template: "<div class=\"rd-phone-field\" [formGroup]=\"form\">\n <div class=\"rd-phone-row\">\n <div class=\"rd-phone-area-code\">\n <app-rd-select-value\n [formControlName]=\"areaCodeControlName\"\n [options]=\"areaCodeOptions\"\n [isShowSearch]=\"true\"\n [theme]=\"theme\"\n ></app-rd-select-value>\n </div>\n <div class=\"rd-phone-number\">\n <app-rd-input\n [formControlName]=\"phoneControlName\"\n [label]=\"label\"\n [required]=\"required\"\n [maskType]=\"'number'\"\n [theme]=\"theme\"\n ></app-rd-input>\n </div>\n </div>\n</div>\n", styles: [":host{display:block}:host .rd-phone-row{display:flex;gap:8px;align-items:flex-start}:host .rd-phone-area-code{width:93px;flex-shrink:0}:host .rd-phone-area-code ::ng-deep .rd-form-item-select .ant-select-selection-search-input{color:inherit;display:block;margin-top:-6px;padding:0 5px}:host .rd-phone-number{flex:1;min-width:0}:host .rd-phone-error{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;line-height:16px;color:var(--rd-copy-danger)}\n"], dependencies: [{ kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: RdSelectValueComponent, selector: "app-rd-select-value", inputs: ["options", "isShowSearch", "isShowErrorTip", "placeholder", "label", "name", "theme"] }, { kind: "component", type: CustomInputComponent, selector: "app-rd-input", inputs: ["label", "symbol", "name", "disabled", "maskNumber", "maskType", "type", "allowNegativeNumbers", "theme", "required", "placeholder", "min", "max", "minLength", "maxLength", "pattern", "customValidator", "size", "errorMessages"], outputs: ["valueChange", "focus", "blur"] }] });
|
|
5682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdPhoneComponent, decorators: [{
|
|
5683
|
+
type: Component,
|
|
5684
|
+
args: [{ selector: 'app-rd-phone', template: "<div class=\"rd-phone-field\" [formGroup]=\"form\">\n <div class=\"rd-phone-row\">\n <div class=\"rd-phone-area-code\">\n <app-rd-select-value\n [formControlName]=\"areaCodeControlName\"\n [options]=\"areaCodeOptions\"\n [isShowSearch]=\"true\"\n [theme]=\"theme\"\n ></app-rd-select-value>\n </div>\n <div class=\"rd-phone-number\">\n <app-rd-input\n [formControlName]=\"phoneControlName\"\n [label]=\"label\"\n [required]=\"required\"\n [maskType]=\"'number'\"\n [theme]=\"theme\"\n ></app-rd-input>\n </div>\n </div>\n</div>\n", styles: [":host{display:block}:host .rd-phone-row{display:flex;gap:8px;align-items:flex-start}:host .rd-phone-area-code{width:93px;flex-shrink:0}:host .rd-phone-area-code ::ng-deep .rd-form-item-select .ant-select-selection-search-input{color:inherit;display:block;margin-top:-6px;padding:0 5px}:host .rd-phone-number{flex:1;min-width:0}:host .rd-phone-error{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;line-height:16px;color:var(--rd-copy-danger)}\n"] }]
|
|
5685
|
+
}], ctorParameters: function () { return []; }, propDecorators: { form: [{
|
|
5686
|
+
type: Input
|
|
5687
|
+
}], areaCodeControlName: [{
|
|
5688
|
+
type: Input
|
|
5689
|
+
}], phoneControlName: [{
|
|
5690
|
+
type: Input
|
|
5691
|
+
}], label: [{
|
|
5692
|
+
type: Input
|
|
5693
|
+
}], required: [{
|
|
5694
|
+
type: Input
|
|
5695
|
+
}], theme: [{
|
|
5696
|
+
type: Input
|
|
5697
|
+
}], excludeAreaCodes: [{
|
|
5698
|
+
type: Input
|
|
5699
|
+
}], _areaCodeOptions: [{
|
|
5700
|
+
type: Input
|
|
5701
|
+
}], hostThemeLight: [{
|
|
5702
|
+
type: HostBinding,
|
|
5703
|
+
args: ['class.theme-light']
|
|
5704
|
+
}], hostThemeDark: [{
|
|
5705
|
+
type: HostBinding,
|
|
5706
|
+
args: ['class.theme-dark']
|
|
5707
|
+
}] } });
|
|
5708
|
+
|
|
5709
|
+
class RdSelectValueModule {
|
|
5710
|
+
}
|
|
5711
|
+
RdSelectValueModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSelectValueModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5712
|
+
RdSelectValueModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdSelectValueModule, declarations: [RdSelectValueComponent], imports: [CommonModule,
|
|
5713
|
+
FormsModule,
|
|
5714
|
+
NzSelectModule,
|
|
5715
|
+
TranslateModule,
|
|
5716
|
+
FormItemModule], exports: [RdSelectValueComponent] });
|
|
5717
|
+
RdSelectValueModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSelectValueModule, imports: [CommonModule,
|
|
5718
|
+
FormsModule,
|
|
5719
|
+
NzSelectModule,
|
|
5720
|
+
TranslateModule,
|
|
5721
|
+
FormItemModule] });
|
|
5722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSelectValueModule, decorators: [{
|
|
5723
|
+
type: NgModule,
|
|
5724
|
+
args: [{
|
|
5725
|
+
declarations: [RdSelectValueComponent],
|
|
5726
|
+
imports: [
|
|
5727
|
+
CommonModule,
|
|
5728
|
+
FormsModule,
|
|
5729
|
+
NzSelectModule,
|
|
5730
|
+
TranslateModule,
|
|
5731
|
+
FormItemModule,
|
|
5732
|
+
],
|
|
5733
|
+
exports: [RdSelectValueComponent],
|
|
5734
|
+
}]
|
|
5735
|
+
}] });
|
|
5736
|
+
|
|
5737
|
+
class RdPhoneModule {
|
|
5738
|
+
}
|
|
5739
|
+
RdPhoneModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdPhoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5740
|
+
RdPhoneModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdPhoneModule, declarations: [RdPhoneComponent], imports: [CommonModule,
|
|
5741
|
+
ReactiveFormsModule,
|
|
5742
|
+
TranslateModule,
|
|
5743
|
+
RdSelectValueModule,
|
|
5744
|
+
RdInputModule], exports: [RdPhoneComponent] });
|
|
5745
|
+
RdPhoneModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdPhoneModule, imports: [CommonModule,
|
|
5746
|
+
ReactiveFormsModule,
|
|
5747
|
+
TranslateModule,
|
|
5748
|
+
RdSelectValueModule,
|
|
5749
|
+
RdInputModule] });
|
|
5750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdPhoneModule, decorators: [{
|
|
5751
|
+
type: NgModule,
|
|
5752
|
+
args: [{
|
|
5753
|
+
declarations: [RdPhoneComponent],
|
|
5754
|
+
imports: [
|
|
5755
|
+
CommonModule,
|
|
5756
|
+
ReactiveFormsModule,
|
|
5757
|
+
TranslateModule,
|
|
5758
|
+
RdSelectValueModule,
|
|
5759
|
+
RdInputModule,
|
|
5760
|
+
],
|
|
5761
|
+
exports: [RdPhoneComponent],
|
|
5762
|
+
}]
|
|
5763
|
+
}] });
|
|
5764
|
+
|
|
5765
|
+
class RdRemarkHistoryComponent {
|
|
5766
|
+
constructor() {
|
|
5767
|
+
this.remarks = [];
|
|
5768
|
+
this.select = new EventEmitter();
|
|
5769
|
+
}
|
|
5770
|
+
onSelect(remark) {
|
|
5771
|
+
this.select.emit(remark);
|
|
5772
|
+
}
|
|
5773
|
+
}
|
|
5774
|
+
RdRemarkHistoryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5775
|
+
RdRemarkHistoryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdRemarkHistoryComponent, selector: "app-rd-remark-history", inputs: { remarks: "remarks" }, outputs: { select: "select" }, ngImport: i0, template: "<div class=\"remark-options\">\n <div class=\"t12-500 c-text-secondary remark-options-title\">\n {{ \"recent_remarks\" | translate }}\n </div>\n <div\n class=\"remark-options-item t13-500 c-text-primary\"\n *ngFor=\"let remark of remarks\"\n (click)=\"onSelect(remark)\"\n >\n {{ remark }}\n </div>\n</div>\n", styles: [":host{display:block;min-width:320px;max-height:300px;overflow-y:auto;border-radius:4px;padding:0;border:1px solid var(--rd-grey-200)}.remark-options,.remark-options-title{padding:8px}.remark-options-item{padding:16px 8px;border-radius:4px;cursor:pointer;color:var(--rd-copy-primary)}.remark-options-item:hover{background:rgba(42,123,255,.1)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }] });
|
|
5776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryComponent, decorators: [{
|
|
5777
|
+
type: Component,
|
|
5778
|
+
args: [{ selector: "app-rd-remark-history", template: "<div class=\"remark-options\">\n <div class=\"t12-500 c-text-secondary remark-options-title\">\n {{ \"recent_remarks\" | translate }}\n </div>\n <div\n class=\"remark-options-item t13-500 c-text-primary\"\n *ngFor=\"let remark of remarks\"\n (click)=\"onSelect(remark)\"\n >\n {{ remark }}\n </div>\n</div>\n", styles: [":host{display:block;min-width:320px;max-height:300px;overflow-y:auto;border-radius:4px;padding:0;border:1px solid var(--rd-grey-200)}.remark-options,.remark-options-title{padding:8px}.remark-options-item{padding:16px 8px;border-radius:4px;cursor:pointer;color:var(--rd-copy-primary)}.remark-options-item:hover{background:rgba(42,123,255,.1)}\n"] }]
|
|
5779
|
+
}], propDecorators: { remarks: [{
|
|
5780
|
+
type: Input
|
|
5781
|
+
}], select: [{
|
|
5782
|
+
type: Output
|
|
5783
|
+
}] } });
|
|
5784
|
+
|
|
5785
|
+
class RdRemarkHistoryModule {
|
|
5786
|
+
}
|
|
5787
|
+
RdRemarkHistoryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5788
|
+
RdRemarkHistoryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryModule, declarations: [RdRemarkHistoryComponent], imports: [CommonModule, TranslateModule], exports: [RdRemarkHistoryComponent] });
|
|
5789
|
+
RdRemarkHistoryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryModule, imports: [CommonModule, TranslateModule] });
|
|
5790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryModule, decorators: [{
|
|
5791
|
+
type: NgModule,
|
|
5792
|
+
args: [{
|
|
5793
|
+
declarations: [RdRemarkHistoryComponent],
|
|
5794
|
+
imports: [CommonModule, TranslateModule],
|
|
5795
|
+
exports: [RdRemarkHistoryComponent],
|
|
5796
|
+
}]
|
|
5797
|
+
}] });
|
|
5798
|
+
|
|
5799
|
+
class RdSwitchComponent {
|
|
5800
|
+
get hostThemeLight() {
|
|
5801
|
+
return this.theme === "light";
|
|
5802
|
+
}
|
|
5803
|
+
get hostThemeDark() {
|
|
5804
|
+
return this.theme === "dark";
|
|
5805
|
+
}
|
|
5806
|
+
get currentErrorMessage() {
|
|
5807
|
+
if (!this.control?.errors)
|
|
5808
|
+
return "";
|
|
5809
|
+
const firstError = Object.keys(this.control?.errors || {})[0];
|
|
5810
|
+
const msg = this.errorMessages[firstError];
|
|
5811
|
+
switch (firstError) {
|
|
5812
|
+
case "required":
|
|
5813
|
+
return (msg ||
|
|
5814
|
+
`${this.translate.instant("please_select")} ${this.label.toLowerCase()}`);
|
|
5815
|
+
default:
|
|
5816
|
+
return (this.translate.instant(this.errorMessages[firstError]) ||
|
|
5817
|
+
this.translate.instant("validation_failed"));
|
|
5818
|
+
}
|
|
5819
|
+
}
|
|
5820
|
+
get showError() {
|
|
5821
|
+
return (!!this.control?.invalid && (this.control?.touched || this.control?.dirty));
|
|
5822
|
+
}
|
|
5823
|
+
constructor(cdr, translate) {
|
|
5824
|
+
this.cdr = cdr;
|
|
5825
|
+
this.translate = translate;
|
|
5826
|
+
this.label = "";
|
|
5827
|
+
this.name = "";
|
|
5828
|
+
this.tooltip = "";
|
|
5829
|
+
this.disabled = false;
|
|
5830
|
+
this.required = false;
|
|
5831
|
+
this.checkedChildren = "";
|
|
5832
|
+
this.unCheckedChildren = "";
|
|
5833
|
+
this.errorMessages = {
|
|
5834
|
+
required: "field_required",
|
|
5835
|
+
};
|
|
5836
|
+
this.valueChange = new EventEmitter();
|
|
5837
|
+
this.blur = new EventEmitter();
|
|
5838
|
+
this.value = false;
|
|
5839
|
+
this.touched = false;
|
|
5840
|
+
this.onChange = () => { };
|
|
5841
|
+
this.onTouched = () => { };
|
|
5842
|
+
this.control = null;
|
|
5843
|
+
}
|
|
5844
|
+
writeValue(value) {
|
|
5845
|
+
this.value = !!value;
|
|
5846
|
+
this.cdr.markForCheck();
|
|
5847
|
+
}
|
|
5848
|
+
registerOnChange(fn) {
|
|
5849
|
+
this.onChange = fn;
|
|
5850
|
+
}
|
|
5851
|
+
registerOnTouched(fn) {
|
|
5852
|
+
this.onTouched = fn;
|
|
5853
|
+
}
|
|
5854
|
+
setDisabledState(isDisabled) {
|
|
5855
|
+
this.disabled = isDisabled;
|
|
5856
|
+
this.cdr.markForCheck();
|
|
5857
|
+
}
|
|
5858
|
+
onBlur() {
|
|
5859
|
+
this.touched = true;
|
|
5860
|
+
this.onTouched();
|
|
5861
|
+
this.blur.emit();
|
|
5862
|
+
}
|
|
5863
|
+
handleValueChange(value) {
|
|
5864
|
+
this.value = value;
|
|
5865
|
+
this.onChange(value);
|
|
5866
|
+
this.valueChange.emit(value);
|
|
5867
|
+
this.cdr.markForCheck();
|
|
5868
|
+
}
|
|
5869
|
+
validate(control) {
|
|
5870
|
+
if (control) {
|
|
5871
|
+
this.control = control;
|
|
5872
|
+
}
|
|
5873
|
+
const errors = {};
|
|
5874
|
+
if (this.required && !this.value) {
|
|
5875
|
+
errors["required"] = true;
|
|
5876
|
+
}
|
|
5877
|
+
return Object.keys(errors).length > 0 ? errors : null;
|
|
5878
|
+
}
|
|
5879
|
+
}
|
|
5880
|
+
RdSwitchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSwitchComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5881
|
+
RdSwitchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdSwitchComponent, selector: "app-rd-switch", inputs: { label: "label", name: "name", tooltip: "tooltip", disabled: "disabled", required: "required", checkedChildren: "checkedChildren", unCheckedChildren: "unCheckedChildren", theme: "theme", errorMessages: "errorMessages" }, outputs: { valueChange: "valueChange", blur: "blur" }, host: { properties: { "class.theme-light": "this.hostThemeLight", "class.theme-dark": "this.hostThemeDark" } }, providers: [
|
|
5882
|
+
{
|
|
5883
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5884
|
+
useExisting: forwardRef(() => RdSwitchComponent),
|
|
5885
|
+
multi: true,
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
provide: NG_VALIDATORS,
|
|
5889
|
+
useExisting: forwardRef(() => RdSwitchComponent),
|
|
5890
|
+
multi: true,
|
|
5891
|
+
},
|
|
5892
|
+
], ngImport: i0, template: "<div class=\"rd-form-item rd-form-item-switch\">\n <nz-switch\n [nzCheckedChildren]=\"checkedChildren\"\n [nzUnCheckedChildren]=\"unCheckedChildren\"\n [nzDisabled]=\"disabled\"\n [ngModel]=\"value\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n ></nz-switch>\n <div class=\"rd-form-item-label\">\n <div\n class=\"cursor-pointer\"\n [innerHTML]=\"label\"\n nz-tooltip\n [nzTooltipTitle]=\"tooltip | translate\"\n [nzTooltipColor]=\"'#F8F9FA'\"\n nzTooltipOverlayClassName=\"custom-tooltip-dark\"\n ></div>\n </div>\n\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-item-switch{display:flex;align-items:center;gap:12px;padding:0!important}:host .rd-form-item-switch ::ng-deep .ant-switch{background:var(--rd-switch-bg-off)!important;box-shadow:none!important}:host .rd-form-item-switch ::ng-deep .ant-switch-checked{background:var(--rd-switch-bg-on)!important;box-shadow:none!important}:host .rd-form-item-switch .rd-form-item-label{margin-bottom:0;flex-shrink:0;font-weight:400;font-style:Medium;font-size:14px;line-height:22px;vertical-align:middle;color:var(--rd-copy-primary);flex:1;word-break:break-word;white-space:break-spaces}:host .rd-form-item-switch .rd-form-item-label>div{width:-moz-fit-content;width:fit-content}:host .rd-form-item-switch .rd-form-item-label ::ng-deep .dashed-bottom{border-bottom-color:var(--rd-copy-primary)}:host .rd-form-item-switch.rd-disabled{opacity:.6;cursor:not-allowed}:host .rd-form-item-switch.rd-disabled .rd-form-item-label{color:var(--rd-copy-disable)}:host .rd-form-item-switch.rd-error .rd-form-item-label{color:var(--rd-copy-danger)}:host .rd-form-item-error{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;line-height:16px;color:var(--rd-copy-danger)}:host .rd-form-item-error img{width:12px;height:12px}:host .rd-form-item-error .rd-error-icon-dark{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4$5.NzSwitchComponent, selector: "nz-switch", inputs: ["nzLoading", "nzDisabled", "nzControl", "nzCheckedChildren", "nzUnCheckedChildren", "nzSize", "nzId"], exportAs: ["nzSwitch"] }, { kind: "directive", type: i5$2.NzTooltipDirective, selector: "[nz-tooltip]", inputs: ["nzTooltipTitle", "nzTooltipTitleContext", "nz-tooltip", "nzTooltipTrigger", "nzTooltipPlacement", "nzTooltipOrigin", "nzTooltipVisible", "nzTooltipMouseEnterDelay", "nzTooltipMouseLeaveDelay", "nzTooltipOverlayClassName", "nzTooltipOverlayStyle", "nzTooltipArrowPointAtCenter", "nzTooltipColor"], outputs: ["nzTooltipVisibleChange"], exportAs: ["nzTooltip"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }] });
|
|
5893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSwitchComponent, decorators: [{
|
|
5894
|
+
type: Component,
|
|
5895
|
+
args: [{ selector: "app-rd-switch", providers: [
|
|
5896
|
+
{
|
|
5897
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5898
|
+
useExisting: forwardRef(() => RdSwitchComponent),
|
|
5899
|
+
multi: true,
|
|
5900
|
+
},
|
|
5901
|
+
{
|
|
5902
|
+
provide: NG_VALIDATORS,
|
|
5903
|
+
useExisting: forwardRef(() => RdSwitchComponent),
|
|
5904
|
+
multi: true,
|
|
5905
|
+
},
|
|
5906
|
+
], template: "<div class=\"rd-form-item rd-form-item-switch\">\n <nz-switch\n [nzCheckedChildren]=\"checkedChildren\"\n [nzUnCheckedChildren]=\"unCheckedChildren\"\n [nzDisabled]=\"disabled\"\n [ngModel]=\"value\"\n (ngModelChange)=\"handleValueChange($event)\"\n (blur)=\"onBlur()\"\n ></nz-switch>\n <div class=\"rd-form-item-label\">\n <div\n class=\"cursor-pointer\"\n [innerHTML]=\"label\"\n nz-tooltip\n [nzTooltipTitle]=\"tooltip | translate\"\n [nzTooltipColor]=\"'#F8F9FA'\"\n nzTooltipOverlayClassName=\"custom-tooltip-dark\"\n ></div>\n </div>\n\n <div *ngIf=\"showError\" class=\"rd-form-item-error\">\n <svg\n class=\"rd-error-icon-light\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EA485D\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EA485D\"\n />\n </svg>\n\n <svg\n class=\"rd-error-icon-dark\"\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.33398 7.9987C1.33398 4.3168 4.31875 1.33203 8.00065 1.33203C11.6825 1.33203 14.6673 4.3168 14.6673 7.9987C14.6673 11.6806 11.6825 14.6654 8.00065 14.6654C4.31875 14.6654 1.33398 11.6806 1.33398 7.9987ZM8.00065 2.33203C4.87104 2.33203 2.33398 4.86908 2.33398 7.9987C2.33398 11.1283 4.87104 13.6654 8.00065 13.6654C11.1303 13.6654 13.6673 11.1283 13.6673 7.9987C13.6673 4.86908 11.1303 2.33203 8.00065 2.33203Z\"\n fill=\"#EF7484\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.00039 4.06641C8.33176 4.06641 8.60039 4.33504 8.60039 4.66641V7.99974C8.60039 8.33111 8.33176 8.59974 8.00039 8.59974C7.66902 8.59974 7.40039 8.33111 7.40039 7.99974V4.66641C7.40039 4.33504 7.66902 4.06641 8.00039 4.06641ZM8.00039 10.3997C8.33176 10.3997 8.60039 10.6684 8.60039 10.9997V11.3331C8.60039 11.6644 8.33176 11.9331 8.00039 11.9331C7.66902 11.9331 7.40039 11.6644 7.40039 11.3331V10.9997C7.40039 10.6684 7.66902 10.3997 8.00039 10.3997Z\"\n fill=\"#EF7484\"\n />\n </svg>\n\n {{ currentErrorMessage }}\n </div>\n</div>\n", styles: [":host .rd-form-item-switch{display:flex;align-items:center;gap:12px;padding:0!important}:host .rd-form-item-switch ::ng-deep .ant-switch{background:var(--rd-switch-bg-off)!important;box-shadow:none!important}:host .rd-form-item-switch ::ng-deep .ant-switch-checked{background:var(--rd-switch-bg-on)!important;box-shadow:none!important}:host .rd-form-item-switch .rd-form-item-label{margin-bottom:0;flex-shrink:0;font-weight:400;font-style:Medium;font-size:14px;line-height:22px;vertical-align:middle;color:var(--rd-copy-primary);flex:1;word-break:break-word;white-space:break-spaces}:host .rd-form-item-switch .rd-form-item-label>div{width:-moz-fit-content;width:fit-content}:host .rd-form-item-switch .rd-form-item-label ::ng-deep .dashed-bottom{border-bottom-color:var(--rd-copy-primary)}:host .rd-form-item-switch.rd-disabled{opacity:.6;cursor:not-allowed}:host .rd-form-item-switch.rd-disabled .rd-form-item-label{color:var(--rd-copy-disable)}:host .rd-form-item-switch.rd-error .rd-form-item-label{color:var(--rd-copy-danger)}:host .rd-form-item-error{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;line-height:16px;color:var(--rd-copy-danger)}:host .rd-form-item-error img{width:12px;height:12px}:host .rd-form-item-error .rd-error-icon-dark{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-light,:host(.theme-dark) .rd-error-icon-light{display:none}:host-context(.theme-dark):host(:not(.theme-light)) .rd-error-icon-dark,:host(.theme-dark) .rd-error-icon-dark{display:inline}\n"] }]
|
|
5907
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }]; }, propDecorators: { label: [{
|
|
5908
|
+
type: Input
|
|
5909
|
+
}], name: [{
|
|
5910
|
+
type: Input
|
|
5911
|
+
}], tooltip: [{
|
|
5912
|
+
type: Input
|
|
5913
|
+
}], disabled: [{
|
|
5914
|
+
type: Input
|
|
5915
|
+
}], required: [{
|
|
5916
|
+
type: Input
|
|
5917
|
+
}], checkedChildren: [{
|
|
5918
|
+
type: Input
|
|
5919
|
+
}], unCheckedChildren: [{
|
|
5920
|
+
type: Input
|
|
5921
|
+
}], theme: [{
|
|
5922
|
+
type: Input
|
|
5923
|
+
}], hostThemeLight: [{
|
|
5924
|
+
type: HostBinding,
|
|
5925
|
+
args: ["class.theme-light"]
|
|
5926
|
+
}], hostThemeDark: [{
|
|
5927
|
+
type: HostBinding,
|
|
5928
|
+
args: ["class.theme-dark"]
|
|
5929
|
+
}], errorMessages: [{
|
|
5930
|
+
type: Input
|
|
5931
|
+
}], valueChange: [{
|
|
5932
|
+
type: Output
|
|
5933
|
+
}], blur: [{
|
|
5934
|
+
type: Output
|
|
5935
|
+
}] } });
|
|
5936
|
+
|
|
5937
|
+
class RdSwitchModule {
|
|
5938
|
+
}
|
|
5939
|
+
RdSwitchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5940
|
+
RdSwitchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdSwitchModule, declarations: [RdSwitchComponent], imports: [CommonModule,
|
|
5941
|
+
ReactiveFormsModule,
|
|
5942
|
+
FormsModule,
|
|
5943
|
+
NzSwitchModule,
|
|
5944
|
+
NzToolTipModule,
|
|
5945
|
+
TranslateModule], exports: [RdSwitchComponent] });
|
|
5946
|
+
RdSwitchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSwitchModule, imports: [CommonModule,
|
|
5947
|
+
ReactiveFormsModule,
|
|
5948
|
+
FormsModule,
|
|
5949
|
+
NzSwitchModule,
|
|
5950
|
+
NzToolTipModule,
|
|
5951
|
+
TranslateModule] });
|
|
5952
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdSwitchModule, decorators: [{
|
|
5953
|
+
type: NgModule,
|
|
5954
|
+
args: [{
|
|
5955
|
+
declarations: [RdSwitchComponent],
|
|
5956
|
+
imports: [
|
|
5957
|
+
CommonModule,
|
|
5958
|
+
ReactiveFormsModule,
|
|
5959
|
+
FormsModule,
|
|
5960
|
+
NzSwitchModule,
|
|
5961
|
+
NzToolTipModule,
|
|
5962
|
+
TranslateModule,
|
|
5963
|
+
],
|
|
5964
|
+
exports: [RdSwitchComponent],
|
|
5965
|
+
}]
|
|
5966
|
+
}] });
|
|
5967
|
+
|
|
3290
5968
|
class BigNumberPipe {
|
|
3291
5969
|
transform(value, precision = 6, mode = 'cut') {
|
|
3292
5970
|
if (!value)
|
|
@@ -3369,5 +6047,5 @@ function DebounceSearch(milliseconds = 300, queryMinLength = 0, queryMaxLength)
|
|
|
3369
6047
|
* Generated bundle index. Do not edit.
|
|
3370
6048
|
*/
|
|
3371
6049
|
|
|
3372
|
-
export { BigNumberPipe, CustomCheckboxComponent, CustomDateComponent, CustomInputAmountComponent, CustomInputComponent, CustomPaginatorComponent, CustomRadioComponent, CustomTextareaComponent, DebounceSearch, FilterTypeEnum, HeaderStepComponent, IndustryCascaderComponent, IndustryCascaderModule, PipesModule, PureSelectTokenComponent, RdCheckboxModule, RdDateModule, RdFilterComponent, RdFilterModule, RdFilterSelectComponent, RdFilterSelectModule, RdHeaderStepModule, RdInputAmountModule, RdInputModule, RdNotificationComponent, RdNotificationModule, RdNotificationService, RdPaginatorModule, RdPureSelectTokenModule, RdRadioModule, RdSelectComponent, RdSelectModule, RdStatusFieldModule, RdTextareaModule, SearchListBaseComponent, StatusFieldComponent };
|
|
6050
|
+
export { BigNumberPipe, CustomCheckboxComponent, CustomDateComponent, CustomInputAmountComponent, CustomInputComponent, CustomPaginatorComponent, CustomRadioComponent, CustomTextareaComponent, DebounceSearch, FilterTypeEnum, HeaderStepComponent, IndustryCascaderComponent, IndustryCascaderModule, PipesModule, PureSelectTokenComponent, RdButtonComponent, RdButtonModule, RdCheckboxModule, RdDateModule, RdFilterComponent, RdFilterModule, RdFilterSelectComponent, RdFilterSelectModule, RdHeaderStepModule, RdInputAmountModule, RdInputModule, RdLoadingComponent, RdLoadingModule, RdNotificationComponent, RdNotificationModule, RdNotificationService, RdPaginatorModule, RdPhoneComponent, RdPhoneModule, RdPureSelectTokenModule, RdRadioModule, RdRemarkHistoryComponent, RdRemarkHistoryModule, RdSelectComponent, RdSelectModule, RdSelectValueComponent, RdSelectValueModule, RdStatusFieldModule, RdSwitchComponent, RdSwitchModule, RdTextareaModule, SearchListBaseComponent, StatusFieldComponent };
|
|
3373
6051
|
//# sourceMappingURL=rd-outer-component.mjs.map
|