ngx-wapp-components 1.1.0 → 1.2.0
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/button/w-button/w-button.component.mjs +2 -2
- package/esm2020/lib/button/w-buttons-footer/w-buttons-footer.component.mjs +2 -2
- package/esm2020/lib/button/w-radio-button/w-radio-button.component.mjs +2 -2
- package/esm2020/lib/button/w-select-button/w-select-button.component.mjs +2 -2
- package/esm2020/lib/button/w-toggle-button/w-toggle-button.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-calendar/w-edit-calendar.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-checkbox/w-edit-checkbox.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-input-number/w-edit-input-number.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-input-text/w-edit-input-text.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-input-textarea/w-edit-input-textarea.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-multiselect/w-edit-multiselect.component.mjs +4 -4
- package/esm2020/lib/edit/w-edit-select/w-edit-select.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-toggle/w-edit-toggle.component.mjs +2 -2
- package/esm2020/lib/edit/w-edit-treeselect/w-edit-treeselect.component.mjs +2 -2
- package/esm2020/lib/file/w-image-cropper/w-image-cropper.component.mjs +2 -2
- package/esm2020/lib/file/w-image-file-uploader/w-image-file-uploader.component.mjs +2 -2
- package/esm2020/lib/layout/w-body/w-body.component.mjs +2 -2
- package/esm2020/lib/layout/w-body-container/w-body-container.component.mjs +2 -2
- package/esm2020/lib/layout/w-body-grid/w-body-grid.component.mjs +2 -2
- package/esm2020/lib/layout/w-container/w-container.component.mjs +2 -2
- package/esm2020/lib/layout/w-footer/w-footer.component.mjs +2 -2
- package/esm2020/lib/layout/w-header-panel/w-header-panel.component.mjs +2 -2
- package/esm2020/lib/layout/w-navbar/w-navbar.component.mjs +2 -2
- package/esm2020/lib/layout/w-panel/w-panel.component.mjs +2 -2
- package/esm2020/lib/layout/w-panel-grid/w-panel-grid.component.mjs +2 -2
- package/esm2020/lib/layout/w-panel-subtitle/w-panel-subtitle.component.mjs +2 -2
- package/esm2020/lib/layout/w-panel-title/w-panel-title.component.mjs +2 -2
- package/esm2020/lib/maps/w-maps/w-maps.component.mjs +2 -2
- package/esm2020/lib/misc/w-badge/w-badge.component.mjs +2 -2
- package/esm2020/lib/misc/w-chip/w-chip.component.mjs +2 -2
- package/esm2020/lib/misc/w-filter-panel/w-filter-panel.component.mjs +2 -2
- package/esm2020/lib/misc/w-filter-panel/w-list-field/w-list-field.component.mjs +2 -2
- package/esm2020/lib/misc/w-timeline/w-timeline.component.mjs +2 -2
- package/esm2020/lib/misc/w-wizard/w-wizard.component.mjs +2 -2
- package/esm2020/lib/search/w-autocomplete-search/w-autocomplete-search.component.mjs +2 -2
- package/esm2020/lib/search/w-input-search/w-input-search.component.mjs +2 -2
- package/esm2020/lib/shared/skeletons/w-skeleton-form/w-skeleton-form.component.mjs +24 -0
- package/esm2020/lib/shared/skeletons/w-skeleton-input-generic/w-skeleton-input-generic.component.mjs +4 -4
- package/esm2020/lib/shared/skeletons/w-skeleton-sidebar/w-skeleton-sidebar.component.mjs +2 -2
- package/esm2020/lib/sidebar/w-sidebar/w-sidebar.component.mjs +2 -2
- package/esm2020/lib/tables/w-table/w-table.component.mjs +3 -3
- package/esm2020/lib/tables/w-table-lazy/w-table-lazy.component.mjs +2 -2
- package/esm2020/lib/tables/w-tree-table/w-tree-table.component.mjs +2 -2
- package/esm2020/lib/tabview/w-tabview/w-tabview.component.mjs +2 -2
- package/esm2020/lib/tree/w-tree/w-tree.component.mjs +2 -2
- package/esm2020/lib/view/w-view-boolean/w-view-boolean.component.mjs +2 -2
- package/esm2020/lib/view/w-view-card-title-text/w-view-card-title-text.component.mjs +2 -2
- package/esm2020/lib/view/w-view-text/w-view-text.component.mjs +2 -2
- package/esm2020/lib/wapp-components.module.mjs +8 -3
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/ngx-wapp-components.mjs +168 -145
- package/fesm2015/ngx-wapp-components.mjs.map +1 -1
- package/fesm2020/ngx-wapp-components.mjs +168 -145
- package/fesm2020/ngx-wapp-components.mjs.map +1 -1
- package/lib/shared/skeletons/w-skeleton-form/w-skeleton-form.component.d.ts +10 -0
- package/lib/wapp-components.module.d.ts +47 -46
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -52,7 +52,7 @@ WEditInputTextareaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
52
52
|
useExisting: forwardRef(() => WEditInputTextareaComponent),
|
|
53
53
|
multi: true
|
|
54
54
|
}
|
|
55
|
-
], ngImport: i0, template: "<div *ngIf=\"formControl; else noNgControl\">\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea \r\n [ngClass]=\"{'w-edit-input-textarea-medium-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-medium-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-medium-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [ngClass]=\"{'w-edit-input-textarea-small-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-small-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-small-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </ng-template>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\" label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" (input)=\"onValueChanged()\" [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" \r\n (input)=\"onValueChanged()\" \r\n [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </ng-template>\r\n</ng-template>\r\n", styles: ["@charset \"UTF-8\";.heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,.w-edit-input-textarea-medium:focus,.w-edit-input-textarea-small:focus{box-shadow:0 0 8px #00a6e980}.hover,.w-edit-input-textarea-medium:hover,.w-edit-input-textarea-small:hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid,.w-edit-input-textarea-medium-valid,.w-edit-input-textarea-small-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus,.w-edit-input-textarea-medium-valid:focus,.w-edit-input-textarea-small-valid:focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning,.w-edit-input-textarea-medium-warning,.w-edit-input-textarea-small-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error,.w-edit-input-textarea-medium.p-inputtext.ng-dirty.ng-invalid,.w-edit-input-textarea-small.p-inputtext.ng-dirty.ng-invalid{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,.w-edit-input-textarea-small:disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#9aa0a6}.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-input-small-placeholder-text-only-color{color:#2e3134}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6368}.w-input-small-text-icon,.w-input-small-select-options-text{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{color:#2e3134}.w-input-medium-placeholder-text-only-color{color:#2e3134}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-input-textarea-small-height{height:120px!important}.w-edit-input-textarea-small-label{padding:8px 8px 12px;margin:0}.w-edit-input-textarea-small.p-inputtext{border-radius:8px;border-width:1px;padding:7px 11px 11px!important;border:1px solid #e8eaed}.w-edit-input-textarea-small::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:focus{border-radius:8px;border:1px solid #d6f2ff;padding-left:12px}.w-edit-input-textarea-small:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-small-label-disabled{padding:8px 8px 12px;margin:0}.w-edit-input-textarea-small-valid:focus{padding-left:12px}.w-edit-input-textarea-medium-height{height:180px!important}.w-edit-input-textarea-medium-label{padding:8px 8px 12px;margin:0}::ng-deep .w-edit-input-textarea-medium.p-inputtext{border-radius:8px;padding:7px 15px 16px!important;border:1px solid #e8eaed}.w-edit-input-textarea-medium::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:focus{border:1px solid #d6f2ff;padding-left:16px}.w-edit-input-textarea-medium:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:disabled{background-color:#f1f3f4;border:1px solid #e8eaed;color:#bdc1c6;opacity:1}.w-edit-input-textarea-medium-label-disabled{padding:8px 8px 12px;margin:0}\n"], dependencies: [{ kind: "directive", type: i1.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: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1.MinLengthValidator, selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]", inputs: ["minlength"] }, { kind: "directive", type: i1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.InputTextarea, selector: "[pInputTextarea]", inputs: ["autoResize"], outputs: ["onResize"] }] });
|
|
55
|
+
], ngImport: i0, template: "<div *ngIf=\"formControl; else noNgControl\">\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea \r\n [ngClass]=\"{'w-edit-input-textarea-medium-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-medium-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-medium-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [ngClass]=\"{'w-edit-input-textarea-small-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-small-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-small-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </ng-template>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\" label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" (input)=\"onValueChanged()\" [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" \r\n (input)=\"onValueChanged()\" \r\n [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </ng-template>\r\n</ng-template>\r\n", styles: ["@charset \"UTF-8\";.heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,.w-edit-input-textarea-medium:focus,.w-edit-input-textarea-small:focus{box-shadow:0 0 8px #00a6e980}.hover,.w-edit-input-textarea-medium:hover,.w-edit-input-textarea-small:hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid,.w-edit-input-textarea-medium-valid,.w-edit-input-textarea-small-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus,.w-edit-input-textarea-medium-valid:focus,.w-edit-input-textarea-small-valid:focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning,.w-edit-input-textarea-medium-warning,.w-edit-input-textarea-small-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error,.w-edit-input-textarea-medium.p-inputtext.ng-dirty.ng-invalid,.w-edit-input-textarea-small.p-inputtext.ng-dirty.ng-invalid{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,.w-edit-input-textarea-small:disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#9aa0a6}.w-input-small-label-text-content,.w-edit-input-textarea-medium-label-disabled,.w-edit-input-textarea-medium-label,.w-edit-input-textarea-small-label-disabled,.w-edit-input-textarea-small-label{padding:12px 8px 8px 0;margin:0}.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-input-small-placeholder-text-only-color{color:#2e3134}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6368}.w-input-small-text-icon,.w-input-small-select-options-text{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{color:#2e3134}.w-input-medium-placeholder-text-only-color{color:#2e3134}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-input-textarea-small-height{height:120px!important}.w-edit-input-textarea-small.p-inputtext{border-radius:8px;border-width:1px;padding:7px 11px!important;border:1px solid #e8eaed}.w-edit-input-textarea-small::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:focus{border-radius:8px;border:1px solid #d6f2ff;padding-left:12px}.w-edit-input-textarea-small:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-small-valid:focus{padding-left:12px}.w-edit-input-textarea-medium-height{height:180px!important}::ng-deep .w-edit-input-textarea-medium.p-inputtext{border-radius:8px;padding:7px 15px 16px!important;border:1px solid #e8eaed}.w-edit-input-textarea-medium::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:focus{border:1px solid #d6f2ff;padding-left:16px}.w-edit-input-textarea-medium:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:disabled{background-color:#f1f3f4;border:1px solid #e8eaed;color:#bdc1c6;opacity:1}\n"], dependencies: [{ kind: "directive", type: i1.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: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1.MinLengthValidator, selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]", inputs: ["minlength"] }, { kind: "directive", type: i1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.InputTextarea, selector: "[pInputTextarea]", inputs: ["autoResize"], outputs: ["onResize"] }] });
|
|
56
56
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WEditInputTextareaComponent, decorators: [{
|
|
57
57
|
type: Component,
|
|
58
58
|
args: [{ selector: 'w-edit-input-textarea', providers: [
|
|
@@ -61,7 +61,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
61
61
|
useExisting: forwardRef(() => WEditInputTextareaComponent),
|
|
62
62
|
multi: true
|
|
63
63
|
}
|
|
64
|
-
], template: "<div *ngIf=\"formControl; else noNgControl\">\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea \r\n [ngClass]=\"{'w-edit-input-textarea-medium-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-medium-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-medium-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [ngClass]=\"{'w-edit-input-textarea-small-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-small-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-small-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </ng-template>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\" label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" (input)=\"onValueChanged()\" [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" \r\n (input)=\"onValueChanged()\" \r\n [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </ng-template>\r\n</ng-template>\r\n", styles: ["@charset \"UTF-8\";.heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,.w-edit-input-textarea-medium:focus,.w-edit-input-textarea-small:focus{box-shadow:0 0 8px #00a6e980}.hover,.w-edit-input-textarea-medium:hover,.w-edit-input-textarea-small:hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid,.w-edit-input-textarea-medium-valid,.w-edit-input-textarea-small-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus,.w-edit-input-textarea-medium-valid:focus,.w-edit-input-textarea-small-valid:focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning,.w-edit-input-textarea-medium-warning,.w-edit-input-textarea-small-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error,.w-edit-input-textarea-medium.p-inputtext.ng-dirty.ng-invalid,.w-edit-input-textarea-small.p-inputtext.ng-dirty.ng-invalid{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,.w-edit-input-textarea-small:disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#9aa0a6}.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-input-small-placeholder-text-only-color{color:#2e3134}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6368}.w-input-small-text-icon,.w-input-small-select-options-text{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{color:#2e3134}.w-input-medium-placeholder-text-only-color{color:#2e3134}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-input-textarea-small-height{height:120px!important}.w-edit-input-textarea-small-label{padding:8px 8px 12px;margin:0}.w-edit-input-textarea-small.p-inputtext{border-radius:8px;border-width:1px;padding:7px 11px 11px!important;border:1px solid #e8eaed}.w-edit-input-textarea-small::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:focus{border-radius:8px;border:1px solid #d6f2ff;padding-left:12px}.w-edit-input-textarea-small:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-small-label-disabled{padding:8px 8px 12px;margin:0}.w-edit-input-textarea-small-valid:focus{padding-left:12px}.w-edit-input-textarea-medium-height{height:180px!important}.w-edit-input-textarea-medium-label{padding:8px 8px 12px;margin:0}::ng-deep .w-edit-input-textarea-medium.p-inputtext{border-radius:8px;padding:7px 15px 16px!important;border:1px solid #e8eaed}.w-edit-input-textarea-medium::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:focus{border:1px solid #d6f2ff;padding-left:16px}.w-edit-input-textarea-medium:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:disabled{background-color:#f1f3f4;border:1px solid #e8eaed;color:#bdc1c6;opacity:1}.w-edit-input-textarea-medium-label-disabled{padding:8px 8px 12px;margin:0}\n"] }]
|
|
64
|
+
], template: "<div *ngIf=\"formControl; else noNgControl\">\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea \r\n [ngClass]=\"{'w-edit-input-textarea-medium-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-medium-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-medium-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [ngClass]=\"{'w-edit-input-textarea-small-error': formControl.hasError('required') && formControl.dirty && requiredErrorDescription != '',\r\n 'w-edit-input-textarea-small-valid': formControl.valid && formControl.touched && successMessage != '',\r\n 'w-edit-input-textarea-small-warning': formControl.invalid && (formControl.hasError('minlength') || formControl.hasError('maxlength'))}\"\r\n [autoResize]=\"autoResize\" \r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [formControl]=\"formControl\">\r\n </textarea>\r\n </div>\r\n <!-- <small *ngIf=\"formControl.valid && formControl.touched\" class=\"w-input-alert-message-height w-full w-input-success-alert-text p-error block\">{{successMessage}}</small> -->\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('maxlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{maxlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.invalid && formControl.hasError('minlength')\" class=\"w-input-alert-message-height w-full w-input-warning-alert-text p-error block\">{{minlengthErrorDescription}}</small>\r\n <small *ngIf=\"formControl.hasError('required') && formControl.dirty\" class=\"w-input-alert-message-height w-full w-input-error-alert-text p-error block\">{{requiredErrorDescription}}</small>\r\n </ng-template>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div *ngIf=\"getSizeName(sizeType.medium) == size; else inputSmall\">\r\n <div class=\"flex flex-column w-edit-input-textarea-medium-height\">\r\n <label *ngIf=\" label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-medium-label': !disabled,\r\n 'w-edit-input-textarea-medium-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"label != undefined && label == ''\" class=\"w-input-no-label-height\"></div>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-medium\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" (input)=\"onValueChanged()\" [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </div>\r\n <ng-template #inputSmall>\r\n <div class=\"flex flex-column w-edit-input-textarea-height\">\r\n <label *ngIf=\"label != undefined && label.length > 0\" [ngClass]=\"{'w-edit-input-textarea-small-label': !disabled,\r\n 'w-edit-input-textarea-small-label-disabled': disabled }\" \r\n for=\"w-textarea\">\r\n {{label}}\r\n </label>\r\n <textarea pInputTextarea\r\n [disabled]=\"disabled\"\r\n minlength=\"{{minlength}}\" \r\n maxlength=\"{{maxlength}}\"\r\n [autoResize]=\"autoResize\" \r\n [required]=\"required\"\r\n [rows]=\"rows\"\r\n class=\"flex flex-1 h-max w-edit-input-textarea-small\"\r\n id=\"w-textarea\"\r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\"\r\n [(ngModel)]=\"value\" \r\n (input)=\"onValueChanged()\" \r\n [disabled]=\"disabled\">\r\n </textarea>\r\n </div>\r\n <!-- <div class=\"w-input-alert-message-height\"></div> -->\r\n </ng-template>\r\n</ng-template>\r\n", styles: ["@charset \"UTF-8\";.heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,.w-edit-input-textarea-medium:focus,.w-edit-input-textarea-small:focus{box-shadow:0 0 8px #00a6e980}.hover,.w-edit-input-textarea-medium:hover,.w-edit-input-textarea-small:hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid,.w-edit-input-textarea-medium-valid,.w-edit-input-textarea-small-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus,.w-edit-input-textarea-medium-valid:focus,.w-edit-input-textarea-small-valid:focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning,.w-edit-input-textarea-medium-warning,.w-edit-input-textarea-small-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error,.w-edit-input-textarea-medium.p-inputtext.ng-dirty.ng-invalid,.w-edit-input-textarea-small.p-inputtext.ng-dirty.ng-invalid{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,.w-edit-input-textarea-small:disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-input-textarea-small-label,.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-input-textarea-small-label-disabled{color:#9aa0a6}.w-input-small-label-text-content,.w-edit-input-textarea-medium-label-disabled,.w-edit-input-textarea-medium-label,.w-edit-input-textarea-small-label-disabled,.w-edit-input-textarea-small-label{padding:12px 8px 8px 0;margin:0}.w-input-small-placeholder-text,.w-edit-input-textarea-small.p-inputtext,.w-input-small-placeholder-text-only-color{color:#2e3134}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6368}.w-input-small-text-icon,.w-input-small-select-options-text{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-input-textarea-medium-label,.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-input-textarea-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,::ng-deep .w-edit-input-textarea-medium.p-inputtext{color:#2e3134}.w-input-medium-placeholder-text-only-color{color:#2e3134}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-input-textarea-small-height{height:120px!important}.w-edit-input-textarea-small.p-inputtext{border-radius:8px;border-width:1px;padding:7px 11px!important;border:1px solid #e8eaed}.w-edit-input-textarea-small::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-small:focus{border-radius:8px;border:1px solid #d6f2ff;padding-left:12px}.w-edit-input-textarea-small:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-small:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-small-valid:focus{padding-left:12px}.w-edit-input-textarea-medium-height{height:180px!important}::ng-deep .w-edit-input-textarea-medium.p-inputtext{border-radius:8px;padding:7px 15px 16px!important;border:1px solid #e8eaed}.w-edit-input-textarea-medium::-webkit-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium::-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-ms-input-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:-moz-placeholder{color:#5f6368!important}.w-edit-input-textarea-medium:focus{border:1px solid #d6f2ff;padding-left:16px}.w-edit-input-textarea-medium:focus::-webkit-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus::-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-ms-input-placeholder{color:transparent}.w-edit-input-textarea-medium:focus:-moz-placeholder{color:transparent}.w-edit-input-textarea-medium:disabled{background-color:#f1f3f4;border:1px solid #e8eaed;color:#bdc1c6;opacity:1}\n"] }]
|
|
65
65
|
}], propDecorators: { label: [{
|
|
66
66
|
type: Input,
|
|
67
67
|
args: ['label']
|
|
@@ -10,7 +10,7 @@ export class WEditMultiselectComponent {
|
|
|
10
10
|
this.placeholder = "";
|
|
11
11
|
this.disabled = false;
|
|
12
12
|
this.required = false;
|
|
13
|
-
this.size = "
|
|
13
|
+
this.size = "small";
|
|
14
14
|
this.showClear = true;
|
|
15
15
|
this.errorDescription = "Select an option is required";
|
|
16
16
|
this.onChangeEvent = new EventEmitter();
|
|
@@ -57,7 +57,7 @@ WEditMultiselectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
57
57
|
useExisting: forwardRef(() => WEditMultiselectComponent),
|
|
58
58
|
multi: true
|
|
59
59
|
}
|
|
60
|
-
], ngImport: i0, template: "<div *ngIf=\"formControl; else noNgControl\" class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <small *ngIf=\"getSizeName(sizeType.medium) == size && formControl.dirty && formControl.hasError('required')\" class=\"w-error-message-container w-full w-error-message p-error block\">{{errorDescription}}</small>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\"> \r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\">\r\n </p-multiSelect>\r\n </div>\r\n</ng-template>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token .p-multiselect-token-icon{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token .p-multiselect-token-icon{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,:host ::ng-deep .w-edit-multiselect-medium .p-disabled,:host ::ng-deep .w-edit-multiselect-small .p-disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#9aa0a6}.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{color:#2e3134}.w-input-small-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-small .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-small-placeholder-text-disabled{color:#5f6368}.w-input-small-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-small .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-small-text-icon{color:#2e3134}.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{color:#2e3134}.w-input-medium-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-medium-placeholder-text-disabled{color:#5f6368}.w-input-medium-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-multiselect-field{margin:0}.w-edit-multiselect-small-label,.w-edit-multiselect-small-label-disabled{padding:8px 8px 12px;margin:0}:host ::ng-deep .w-edit-multiselect-small .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{padding:7px 0 7px 12px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 12px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{height:16px;padding:3px 12px;border-radius:7px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding:7px 35px 7px 11px;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items{padding:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:7px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox{height:16px;width:16px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header{padding:7px 15px}.w-edit-multiselect-medium-label,.w-edit-multiselect-medium-label-disabled{padding:8px 8px 12px;margin:0}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token{height:24px;padding:6px 12px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items{padding:7px 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:8px 16px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:12px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox{height:24px;width:24px;border-width:1px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box{height:24px;width:24px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:12px;font-weight:700}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header{padding:7px 23px}:host ::ng-deep p-multiselect.w-edit-multiselect-medium.ng-dirty.ng-invalid>.p-multiselect{border-color:#ffbdbd}.w-error-message-container{height:32px}.w-error-message{color:#e50000;padding:8px;margin-top:0}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MultiSelect, selector: "p-multiSelect", inputs: ["style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "appendTo", "dataKey", "name", "label", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove"] }] });
|
|
60
|
+
], ngImport: i0, template: "<div *ngIf=\"formControl; else noNgControl\" class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <small *ngIf=\"getSizeName(sizeType.medium) == size && formControl.dirty && formControl.hasError('required')\" class=\"w-error-message-container w-full w-error-message p-error block\">{{errorDescription}}</small>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\"> \r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\">\r\n </p-multiSelect>\r\n </div>\r\n</ng-template>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token .p-multiselect-token-icon{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token .p-multiselect-token-icon{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,:host ::ng-deep .w-edit-multiselect-medium .p-disabled,:host ::ng-deep .w-edit-multiselect-small .p-disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#9aa0a6}.w-input-small-label-text-content,.w-edit-multiselect-medium-label-disabled,.w-edit-multiselect-medium-label,.w-edit-multiselect-small-label-disabled,.w-edit-multiselect-small-label{padding:12px 8px 8px 0;margin:0}.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{color:#2e3134}.w-input-small-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-small .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-small-placeholder-text-disabled{color:#5f6368}.w-input-small-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-small .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-small-text-icon{color:#2e3134}.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{color:#2e3134}.w-input-medium-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-medium-placeholder-text-disabled{color:#5f6368}.w-input-medium-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-multiselect-field{margin:0}:host ::ng-deep .w-edit-multiselect-small .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep p-multiselect.w-edit-multiselect-small.p-multiselect-clearable .p-multiselect-label-container{padding-right:20px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{padding:7px 0 7px 11px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 12px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{height:16px;padding:3px 12px;border-radius:7px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding:7px 35px 7px 11px;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items{padding:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:7px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox{height:16px;width:16px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header{padding:7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token{height:24px;padding:6px 12px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items{padding:7px 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:8px 16px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:12px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox{height:24px;width:24px;border-width:1px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box{height:24px;width:24px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:12px;font-weight:700}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header{padding:7px 23px}:host ::ng-deep p-multiselect.w-edit-multiselect-medium.ng-dirty.ng-invalid>.p-multiselect{border-color:#ffbdbd}.w-error-message-container{height:32px}.w-error-message{color:#e50000;padding:8px;margin-top:0}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MultiSelect, selector: "p-multiSelect", inputs: ["style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "appendTo", "dataKey", "name", "label", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove"] }] });
|
|
61
61
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WEditMultiselectComponent, decorators: [{
|
|
62
62
|
type: Component,
|
|
63
63
|
args: [{ selector: 'w-edit-multiselect', providers: [
|
|
@@ -66,7 +66,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
66
66
|
useExisting: forwardRef(() => WEditMultiselectComponent),
|
|
67
67
|
multi: true
|
|
68
68
|
}
|
|
69
|
-
], template: "<div *ngIf=\"formControl; else noNgControl\" class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <small *ngIf=\"getSizeName(sizeType.medium) == size && formControl.dirty && formControl.hasError('required')\" class=\"w-error-message-container w-full w-error-message p-error block\">{{errorDescription}}</small>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\"> \r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\">\r\n </p-multiSelect>\r\n </div>\r\n</ng-template>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token .p-multiselect-token-icon{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token .p-multiselect-token-icon{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,:host ::ng-deep .w-edit-multiselect-medium .p-disabled,:host ::ng-deep .w-edit-multiselect-small .p-disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#9aa0a6}.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{color:#2e3134}.w-input-small-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-small .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-small-placeholder-text-disabled{color:#5f6368}.w-input-small-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-small .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-small-text-icon{color:#2e3134}.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{color:#2e3134}.w-input-medium-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-medium-placeholder-text-disabled{color:#5f6368}.w-input-medium-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-multiselect-field{margin:0}.w-edit-multiselect-small-label,.w-edit-multiselect-small-label-disabled{padding:8px 8px 12px;margin:0}:host ::ng-deep .w-edit-multiselect-small .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{padding:7px 0 7px 12px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 12px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{height:16px;padding:3px 12px;border-radius:7px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding:7px 35px 7px 11px;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items{padding:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:7px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox{height:16px;width:16px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header{padding:7px 15px}.w-edit-multiselect-medium-label,.w-edit-multiselect-medium-label-disabled{padding:8px 8px 12px;margin:0}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token{height:24px;padding:6px 12px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items{padding:7px 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:8px 16px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:12px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox{height:24px;width:24px;border-width:1px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box{height:24px;width:24px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:12px;font-weight:700}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header{padding:7px 23px}:host ::ng-deep p-multiselect.w-edit-multiselect-medium.ng-dirty.ng-invalid>.p-multiselect{border-color:#ffbdbd}.w-error-message-container{height:32px}.w-error-message{color:#e50000;padding:8px;margin-top:0}\n"] }]
|
|
69
|
+
], template: "<div *ngIf=\"formControl; else noNgControl\" class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [required]=\"required\" \r\n [formControl]=\"formControl\"\r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\" \r\n (onChange)=\"onOptionSelectedForm($event)\">\r\n </p-multiSelect>\r\n <small *ngIf=\"getSizeName(sizeType.medium) == size && formControl.dirty && formControl.hasError('required')\" class=\"w-error-message-container w-full w-error-message p-error block\">{{errorDescription}}</small>\r\n</div>\r\n<ng-template #noNgControl>\r\n <div class=\"w-edit-multiselect-field p-fluid field\">\r\n <label *ngIf=\"(label != undefined && label.length > 0)\" \r\n [ngClass]=\"{'w-edit-multiselect-small-label' : getSizeName(sizeType.small) == size && !disabled, \r\n 'w-edit-multiselect-small-label-disabled' : getSizeName(sizeType.small) == size && disabled,\r\n 'w-edit-multiselect-medium-label' : getSizeName(sizeType.medium) == size && !disabled,\r\n 'w-edit-multiselect-medium-label-disabled' : getSizeName(sizeType.medium) == size && disabled}\">\r\n {{label}}\r\n </label>\r\n <div *ngIf=\"(label != undefined && label == '')\" class=\"w-input-no-label-height\"></div>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.medium) == size\" class=\"w-edit-multiselect-medium\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\" \r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\"> \r\n </p-multiSelect>\r\n <p-multiSelect *ngIf=\"getSizeName(sizeType.small) == size\" class=\"w-edit-multiselect-small\" \r\n [options]=\"options\" \r\n display=\"chip\" \r\n [optionLabel]=\"optionLabel\" \r\n [optionValue]=\"optionValue\" \r\n [placeholder]=\"placeholder\"\r\n [disabled]=\"disabled\" \r\n [(ngModel)]=\"ngModelValue\" \r\n (ngModelChange)=\"onOptionSelected()\" \r\n [appendTo]=\"appendTo\"\r\n [showClear]=\"showClear\">\r\n </p-multiSelect>\r\n </div>\r\n</ng-template>", styles: [".heading1{font-size:2.6666666667rem;line-height:3rem;font-weight:700}.heading2{font-size:2.3333333333rem;line-height:2.6666666667rem;font-weight:700}.heading3{font-size:2rem;line-height:2.3333333333rem;font-weight:700}.heading4{font-size:1.6666666667rem;line-height:2rem;font-weight:400}.heading5{font-size:1.5rem;line-height:1.8333333333rem;font-weight:600}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:400}.subtitle1,.w-tab-text,.w-panel-title-text,.w-sidebar-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:600}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled,.w-view-small-label-text-typography,.w-view-small-label-text,.w-button-small-text-label-text-typography,.w-button-small-text-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:600}.body,.w-table-td-text,.w-chip-text,.w-panel-content,.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item,.w-input-small-placeholder-text-typography,.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label,.w-view-small-value-text-typography,.w-view-small-value-text,.w-button-small-label-text-typography,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token,.w-button-small-tertiary-label-text{font-size:1rem;line-height:1.3333333333rem;font-weight:400}.caption,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.text846{color:#2e3134}.text700{color:#5f6368}.text500{color:#9aa0a6}.textWhite{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.focus,:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b2eb}.input-generic-valid{border-radius:8px;border:1px solid #B3FFD3}.input-generic-valid-focus{border-radius:8px;border:1px solid #B3FFD3!important;box-shadow:0 0 8px #46ff9b80!important;padding-left:16px}.input-generic-warning{border-radius:8px;border:1px solid #FFECB8!important}.input-generic-warning-focus{border-radius:8px;border:1px solid #FFECB8!important;box-shadow:0 0 8px #ffcd4680!important;padding-left:16px}.input-generic-error-focus{border-radius:8px;border:1px solid #FFBDBD!important;box-shadow:0 0 8px #ff555580!important;padding-left:16px}.input-generic-error{border-radius:8px;border:1px solid #FFBDBD}.toggle-small-typography{font-size:12px;line-height:16px;font-weight:600}.w-button-small-tertiary-label-text,.w-button-small-text-label-text{color:#2e3134}.w-button-small-icon-text{font-size:12px}.w-control-button-small-label-text{font-size:12px;font-weight:600;line-height:16px}.w-control-button-x-small-icon-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token .p-multiselect-token-icon{font-size:10px;font-weight:700}.w-control-button-small-icon-text{font-size:8px;font-weight:700}.w-button-medium-label-text-typography,.w-button-medium-tertiary-label-text{font-size:16px;font-weight:400;line-height:16px}.w-button-medium-tertiary-label-text{color:#2e3134}.w-button-medium-icon-text{font-size:16px}.w-control-button-medium-label-text{font-size:14px;font-weight:600;line-height:16px}.w-control-button-medium-icon-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token .p-multiselect-token-icon{font-size:12px;font-weight:700}.w-button-large-label-text-typography,.w-button-large-tertiary-label-text{font-size:20px;font-weight:400;line-height:24px}.w-button-large-tertiary-label-text{color:#2e3134}.w-button-x-small-label-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{font-size:10px;font-weight:600;line-height:10px}.w-button-small-only-label-text{font-size:12px;font-weight:600;line-height:16px}.w-button-large-icon-text{font-size:24px}.w-view-small-label-text,.w-view-small-value-text{color:#2e3134}.w-input-no-label-height{height:36px}.w-input-disabled,:host ::ng-deep .w-edit-multiselect-medium .p-disabled,:host ::ng-deep .w-edit-multiselect-small .p-disabled{background-color:#f1f3f4;border-color:#e8eaed;opacity:1}.w-input-small-label-text,.w-edit-multiselect-small-label,.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#2e3134}.w-input-small-label-disabled,.w-edit-multiselect-small-label-disabled{color:#9aa0a6}.w-input-small-label-text-content,.w-edit-multiselect-medium-label-disabled,.w-edit-multiselect-medium-label,.w-edit-multiselect-small-label-disabled,.w-edit-multiselect-small-label{padding:12px 8px 8px 0;margin:0}.w-input-small-placeholder-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{color:#2e3134}.w-input-small-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-small .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-small-placeholder-text-disabled{color:#5f6368}.w-input-small-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-small .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-small-text-icon{color:#2e3134}.w-input-small-select-options-text,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{color:#2e3134}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-edit-multiselect-medium-label,.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#2e3134}.w-input-medium-label-disabled,.w-edit-multiselect-medium-label-disabled{color:#9aa0a6}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{color:#2e3134}.w-input-medium-placeholder-text-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect .p-multiselect-label.p-placeholder{color:#2e3134}.w-input-medium-placeholder-text-disabled{color:#5f6368}.w-input-medium-placeholder-text-disabled-only-color,:host ::ng-deep .w-edit-multiselect-medium .p-disabled .p-multiselect-label.p-placeholder{color:#5f6368}.w-input-medium-text-icon{color:#2e3134}.w-input-medium-select-options-text,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{font-size:16px;font-weight:400;line-height:24px;color:#2e3134}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:8px 8px 0;margin-top:0}.w-input-error-alert-text{color:#e50000;padding:8px 8px 0;margin-top:0}.w-input-alert-message-height{height:32px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#2e3134}.w-panel-content{color:#5f6368}.w-tab-text,.w-chip-text{color:#2e3134}.w-badge-text{font-size:8px;font-weight:700;line-height:8px}.w-table-th-text{color:#2e3134}.w-table-td-text{color:#5f6368}.w-edit-multiselect-field{margin:0}:host ::ng-deep .w-edit-multiselect-small .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep p-multiselect.w-edit-multiselect-small.p-multiselect-clearable .p-multiselect-label-container{padding-right:20px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-label{padding:7px 0 7px 11px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 12px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-token{height:16px;padding:3px 12px;border-radius:7px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding:7px 35px 7px 11px;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items{padding:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:7px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox{height:16px;width:16px;border-width:1px}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box{height:16px;width:16px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:8px;font-weight:700}:host ::ng-deep .w-edit-multiselect-small .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-small .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header{padding:7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect{border:1px solid #e8eaed;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect:hover{border:1px solid #00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-focus{border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:7px 0 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-token{height:24px;padding:6px 12px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel{border:1px solid #e8eaed}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items{padding:7px 7px 15px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item{padding:8px 16px;margin-bottom:4px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background:#d6f2ff;border-radius:8px}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox,:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header .p-checkbox,:host ::ng-deep .w-edit-multiselect-small .p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:12px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox{height:24px;width:24px;border-width:1px}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box{height:24px;width:24px;border-radius:4px;border:1px solid #dadce0;align-self:center}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:12px;font-weight:700}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox .p-checkbox-box.p-highlight{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{background-color:#00b2eb;border:1px solid #d6f2ff}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:not(.p-highlight).p-focus{background-color:#dadce0;border:1px solid #dadce0}:host ::ng-deep .w-edit-multiselect-medium .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#00b2eb;background:#00b2eb}:host ::ng-deep .w-edit-multiselect-medium .p-multiselect-panel .p-multiselect-header{padding:7px 23px}:host ::ng-deep p-multiselect.w-edit-multiselect-medium.ng-dirty.ng-invalid>.p-multiselect{border-color:#ffbdbd}.w-error-message-container{height:32px}.w-error-message{color:#e50000;padding:8px;margin-top:0}\n"] }]
|
|
70
70
|
}], propDecorators: { label: [{
|
|
71
71
|
type: Input,
|
|
72
72
|
args: ['label']
|
|
@@ -107,4 +107,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
107
107
|
type: Output,
|
|
108
108
|
args: ['onChange']
|
|
109
109
|
}] } });
|
|
110
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidy1lZGl0LW11bHRpc2VsZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3dhcHAtY29tcG9uZW50cy9zcmMvbGliL2VkaXQvdy1lZGl0LW11bHRpc2VsZWN0L3ctZWRpdC1tdWx0aXNlbGVjdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93YXBwLWNvbXBvbmVudHMvc3JjL2xpYi9lZGl0L3ctZWRpdC1tdWx0aXNlbGVjdC93LWVkaXQtbXVsdGlzZWxlY3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0YsT0FBTyxFQUFlLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFaEUsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLHlCQUF5QixDQUFDOzs7OztBQWNuRCxNQUFNLE9BQU8seUJBQXlCO0lBWnRDO1FBY3dCLGdCQUFXLEdBQUcsRUFBRSxDQUFDO1FBQ3BCLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFDMUIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUM5QixTQUFJLEdBQVcsUUFBUSxDQUFDO1FBS25CLGNBQVMsR0FBWSxJQUFJLENBQUM7UUFFWCxxQkFBZ0IsR0FBVyw4QkFBOEIsQ0FBQztRQUV6RSxrQkFBYSxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRTFFLGFBQVEsR0FBb0IsUUFBUSxDQUFDO1FBRXJDLGFBQVEsR0FBUSxHQUFHLEVBQUUsR0FBRSxDQUFDLENBQUM7UUFDekIsWUFBTyxHQUFRLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztLQTRDekI7SUF4Q0MsUUFBUTtJQUNSLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBVTtRQUNuQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztJQUM1QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsVUFBbUI7UUFDbEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLENBQUM7SUFDN0IsQ0FBQztJQUVELGdCQUFnQjtRQUNkLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ2pDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUVmLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUM3QyxDQUFDO0lBRUQsb0JBQW9CLENBQUMsS0FBVTtRQUM3QixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFZO1FBQ3RCLE1BQU0sUUFBUSxHQUFJLEtBQUssQ0FBQyxNQUEyQixDQUFDLEtBQUssQ0FBQztRQUMxRCxJQUFJLENBQUMsWUFBWSxHQUFHLFFBQVEsQ0FBQztRQUM3QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUNqQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDakIsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFhO1FBQ3ZCLE9BQU8sUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3pCLENBQUM7O3NIQTlEVSx5QkFBeUI7MEdBQXpCLHlCQUF5QixpYUFSekI7UUFDVDtZQUNFLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztZQUN4RCxLQUFLLEVBQUUsSUFBSTtTQUNaO0tBQ0YsMEJDZkgsaTVIQXNFYzsyRkRyREQseUJBQXlCO2tCQVpyQyxTQUFTOytCQUNFLG9CQUFvQixhQUduQjt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSwwQkFBMEIsQ0FBQzs0QkFDeEQsS0FBSyxFQUFFLElBQUk7eUJBQ1o7cUJBQ0Y7OEJBR2UsS0FBSztzQkFBcEIsS0FBSzt1QkFBQyxPQUFPO2dCQUNRLFdBQVc7c0JBQWhDLEtBQUs7dUJBQUMsYUFBYTtnQkFDRCxRQUFRO3NCQUExQixLQUFLO3VCQUFDLFVBQVU7Z0JBQ0UsUUFBUTtzQkFBMUIsS0FBSzt1QkFBQyxVQUFVO2dCQUNGLElBQUk7c0JBQWxCLEtBQUs7dUJBQUMsTUFBTTtnQkFDSyxPQUFPO3NCQUF4QixLQUFLO3VCQUFDLFNBQVM7Z0JBQ00sV0FBVztzQkFBaEMsS0FBSzt1QkFBQyxhQUFhO2dCQUNFLFdBQVc7c0JBQWhDLEtBQUs7dUJBQUMsYUFBYTtnQkFDRCxRQUFRO3NCQUExQixLQUFLO3VCQUFDLFVBQVU7Z0JBQ0csU0FBUztzQkFBNUIsS0FBSzt1QkFBQyxXQUFXO2dCQUNJLFdBQVc7c0JBQWhDLEtBQUs7dUJBQUMsYUFBYTtnQkFDZSxnQkFBZ0I7c0JBQWxELEtBQUs7dUJBQUMsMEJBQTBCO2dCQUViLGFBQWE7c0JBQWhDLE1BQU07dUJBQUMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybUNvbnRyb2wsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgU2l6ZVR5cGUgfSBmcm9tICcuLi8uLi9zaGFyZWQvZW51bXMvZW51bSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3ctZWRpdC1tdWx0aXNlbGVjdCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3ctZWRpdC1tdWx0aXNlbGVjdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vdy1lZGl0LW11bHRpc2VsZWN0LmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgcHJvdmlkZXJzOiBbXHJcbiAgICB7XHJcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxyXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBXRWRpdE11bHRpc2VsZWN0Q29tcG9uZW50KSxcclxuICAgICAgbXVsdGk6IHRydWVcclxuICAgIH1cclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBXRWRpdE11bHRpc2VsZWN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvcntcclxuICBASW5wdXQoJ2xhYmVsJykgbGFiZWwhOiBzdHJpbmc7XHJcbiAgQElucHV0KCdwbGFjZWhvbGRlcicpIHBsYWNlaG9sZGVyID0gXCJcIjtcclxuICBASW5wdXQoJ2Rpc2FibGVkJykgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoJ3JlcXVpcmVkJykgcmVxdWlyZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoJ3NpemUnKSBzaXplOiBzdHJpbmcgPSBcIm1lZGl1bVwiO1xyXG4gIEBJbnB1dCgnb3B0aW9ucycpIG9wdGlvbnM6IGFueTtcclxuICBASW5wdXQoJ29wdGlvbkxhYmVsJykgb3B0aW9uTGFiZWwhOiBzdHJpbmc7XHJcbiAgQElucHV0KCdvcHRpb25WYWx1ZScpIG9wdGlvblZhbHVlITogc3RyaW5nO1xyXG4gIEBJbnB1dCgnYXBwZW5kVG8nKSBhcHBlbmRUbyE6IHN0cmluZztcclxuICBASW5wdXQoJ3Nob3dDbGVhcicpIHNob3dDbGVhcjogYm9vbGVhbiA9IHRydWU7XHJcbiAgQElucHV0KCdmb3JtQ29udHJvbCcpIGZvcm1Db250cm9sITogRm9ybUNvbnRyb2wgfCBudWxsO1xyXG4gIEBJbnB1dCgncmVxdWlyZWRFcnJvckRlc2NyaXB0aW9uJykgZXJyb3JEZXNjcmlwdGlvbjogc3RyaW5nID0gXCJTZWxlY3QgYW4gb3B0aW9uIGlzIHJlcXVpcmVkXCI7XHJcblxyXG4gIEBPdXRwdXQoJ29uQ2hhbmdlJykgb25DaGFuZ2VFdmVudDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIHNpemVUeXBlOiB0eXBlb2YgU2l6ZVR5cGUgPSBTaXplVHlwZTtcclxuXHJcbiAgb25DaGFuZ2U6IGFueSA9ICgpID0+IHt9O1xyXG4gIG9uVG91Y2g6IGFueSA9ICgpID0+IHt9O1xyXG5cclxuICBuZ01vZGVsVmFsdWU6IGFueTtcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMubmdNb2RlbFZhbHVlID0gdmFsdWU7XHJcbiAgfVxyXG5cclxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25Ub3VjaCA9IGZuO1xyXG4gIH1cclxuICBcclxuICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcclxuICAgIHRoaXMuZGlzYWJsZWQgPSBpc0Rpc2FibGVkO1xyXG4gIH1cclxuXHJcbiAgb25PcHRpb25TZWxlY3RlZCgpe1xyXG4gICAgdGhpcy5vbkNoYW5nZSh0aGlzLm5nTW9kZWxWYWx1ZSk7XHJcbiAgICB0aGlzLm9uVG91Y2goKTtcclxuXHJcbiAgICB0aGlzLm9uQ2hhbmdlRXZlbnQuZW1pdCh0aGlzLm5nTW9kZWxWYWx1ZSk7XHJcbiAgfVxyXG5cclxuICBvbk9wdGlvblNlbGVjdGVkRm9ybShldmVudDogYW55KXtcclxuICAgIHRoaXMub25DaGFuZ2VFdmVudC5lbWl0KGV2ZW50LnZhbHVlKTtcclxuICB9XHJcblxyXG4gIG9uSW5wdXRCbHVyKGV2ZW50OiBFdmVudCl7XHJcbiAgICBjb25zdCBuZXdWYWx1ZSA9IChldmVudC50YXJnZXQgYXMgSFRNTElucHV0RWxlbWVudCkudmFsdWU7XHJcbiAgICB0aGlzLm5nTW9kZWxWYWx1ZSA9IG5ld1ZhbHVlO1xyXG4gICAgdGhpcy5vbkNoYW5nZSh0aGlzLm5nTW9kZWxWYWx1ZSk7XHJcbiAgICB0aGlzLm9uVG91Y2goKTtcclxuICB9XHJcblxyXG4gIGdldFNpemVOYW1lKHZhbHVlOiBudW1iZXIpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIFNpemVUeXBlW3ZhbHVlXTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiAqbmdJZj1cImZvcm1Db250cm9sOyBlbHNlIG5vTmdDb250cm9sXCIgY2xhc3M9XCJ3LWVkaXQtbXVsdGlzZWxlY3QtZmllbGQgcC1mbHVpZCBmaWVsZFwiPlxyXG4gICAgPGxhYmVsICpuZ0lmPVwiKGxhYmVsICE9IHVuZGVmaW5lZCAmJiBsYWJlbC5sZW5ndGggPiAwKVwiICBcclxuICAgICAgICBbbmdDbGFzc109XCJ7J3ctZWRpdC1tdWx0aXNlbGVjdC1zbWFsbC1sYWJlbCcgOiBnZXRTaXplTmFtZShzaXplVHlwZS5zbWFsbCkgPT0gc2l6ZSAmJiAhZGlzYWJsZWQsIFxyXG4gICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3Qtc21hbGwtbGFiZWwtZGlzYWJsZWQnIDogZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUuc21hbGwpID09IHNpemUgJiYgZGlzYWJsZWQsXHJcbiAgICAgICAgICAgICAgICAgICAgJ3ctZWRpdC1tdWx0aXNlbGVjdC1tZWRpdW0tbGFiZWwnIDogZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUubWVkaXVtKSA9PSBzaXplICYmICFkaXNhYmxlZCxcclxuICAgICAgICAgICAgICAgICAgICAndy1lZGl0LW11bHRpc2VsZWN0LW1lZGl1bS1sYWJlbC1kaXNhYmxlZCcgOiBnZXRTaXplTmFtZShzaXplVHlwZS5tZWRpdW0pID09IHNpemUgJiYgZGlzYWJsZWR9XCI+XHJcbiAgICAgICAge3tsYWJlbH19XHJcbiAgICA8L2xhYmVsPlxyXG4gICAgPGRpdiAqbmdJZj1cIihsYWJlbCAhPSB1bmRlZmluZWQgJiYgbGFiZWwgPT0gJycpXCIgY2xhc3M9XCJ3LWlucHV0LW5vLWxhYmVsLWhlaWdodFwiPjwvZGl2PlxyXG4gICAgPHAtbXVsdGlTZWxlY3QgKm5nSWY9XCJnZXRTaXplTmFtZShzaXplVHlwZS5tZWRpdW0pID09IHNpemVcIiBjbGFzcz1cInctZWRpdC1tdWx0aXNlbGVjdC1tZWRpdW1cIiBcclxuICAgICAgICBbb3B0aW9uc109XCJvcHRpb25zXCIgXHJcbiAgICAgICAgZGlzcGxheT1cImNoaXBcIiBcclxuICAgICAgICBbb3B0aW9uTGFiZWxdPVwib3B0aW9uTGFiZWxcIiBcclxuICAgICAgICBbb3B0aW9uVmFsdWVdPVwib3B0aW9uVmFsdWVcIiBcclxuICAgICAgICBbcGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIiBcclxuICAgICAgICBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIiBcclxuICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZm9ybUNvbnRyb2xcIlxyXG4gICAgICAgIFthcHBlbmRUb109XCJhcHBlbmRUb1wiXHJcbiAgICAgICAgW3Nob3dDbGVhcl09XCJzaG93Q2xlYXJcIiBcclxuICAgICAgICAob25DaGFuZ2UpPVwib25PcHRpb25TZWxlY3RlZEZvcm0oJGV2ZW50KVwiPlxyXG4gICAgPC9wLW11bHRpU2VsZWN0PlxyXG4gICAgPHAtbXVsdGlTZWxlY3QgKm5nSWY9XCJnZXRTaXplTmFtZShzaXplVHlwZS5zbWFsbCkgPT0gc2l6ZVwiIGNsYXNzPVwidy1lZGl0LW11bHRpc2VsZWN0LXNtYWxsXCIgXHJcbiAgICAgICAgW29wdGlvbnNdPVwib3B0aW9uc1wiIFxyXG4gICAgICAgIGRpc3BsYXk9XCJjaGlwXCIgXHJcbiAgICAgICAgW29wdGlvbkxhYmVsXT1cIm9wdGlvbkxhYmVsXCIgXHJcbiAgICAgICAgW29wdGlvblZhbHVlXT1cIm9wdGlvblZhbHVlXCIgXHJcbiAgICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcclxuICAgICAgICBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIiBcclxuICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZm9ybUNvbnRyb2xcIlxyXG4gICAgICAgIFthcHBlbmRUb109XCJhcHBlbmRUb1wiXHJcbiAgICAgICAgW3Nob3dDbGVhcl09XCJzaG93Q2xlYXJcIiBcclxuICAgICAgICAob25DaGFuZ2UpPVwib25PcHRpb25TZWxlY3RlZEZvcm0oJGV2ZW50KVwiPlxyXG4gICAgPC9wLW11bHRpU2VsZWN0PlxyXG4gICAgPHNtYWxsICpuZ0lmPVwiZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUubWVkaXVtKSA9PSBzaXplICYmIGZvcm1Db250cm9sLmRpcnR5ICYmIGZvcm1Db250cm9sLmhhc0Vycm9yKCdyZXF1aXJlZCcpXCIgY2xhc3M9XCJ3LWVycm9yLW1lc3NhZ2UtY29udGFpbmVyIHctZnVsbCB3LWVycm9yLW1lc3NhZ2UgcC1lcnJvciBibG9ja1wiPnt7ZXJyb3JEZXNjcmlwdGlvbn19PC9zbWFsbD5cclxuPC9kaXY+XHJcbjxuZy10ZW1wbGF0ZSAjbm9OZ0NvbnRyb2w+XHJcbiAgICA8ZGl2IGNsYXNzPVwidy1lZGl0LW11bHRpc2VsZWN0LWZpZWxkIHAtZmx1aWQgZmllbGRcIj5cclxuICAgICAgICA8bGFiZWwgKm5nSWY9XCIobGFiZWwgIT0gdW5kZWZpbmVkICYmIGxhYmVsLmxlbmd0aCA+IDApXCIgXHJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsndy1lZGl0LW11bHRpc2VsZWN0LXNtYWxsLWxhYmVsJyA6IGdldFNpemVOYW1lKHNpemVUeXBlLnNtYWxsKSA9PSBzaXplICYmICFkaXNhYmxlZCwgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3Qtc21hbGwtbGFiZWwtZGlzYWJsZWQnIDogZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUuc21hbGwpID09IHNpemUgJiYgZGlzYWJsZWQsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3QtbWVkaXVtLWxhYmVsJyA6IGdldFNpemVOYW1lKHNpemVUeXBlLm1lZGl1bSkgPT0gc2l6ZSAmJiAhZGlzYWJsZWQsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3QtbWVkaXVtLWxhYmVsLWRpc2FibGVkJyA6IGdldFNpemVOYW1lKHNpemVUeXBlLm1lZGl1bSkgPT0gc2l6ZSAmJiBkaXNhYmxlZH1cIj5cclxuICAgICAgICAgICAge3tsYWJlbH19XHJcbiAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICA8ZGl2ICpuZ0lmPVwiKGxhYmVsICE9IHVuZGVmaW5lZCAmJiBsYWJlbCA9PSAnJylcIiBjbGFzcz1cInctaW5wdXQtbm8tbGFiZWwtaGVpZ2h0XCI+PC9kaXY+XHJcbiAgICAgICAgPHAtbXVsdGlTZWxlY3QgKm5nSWY9XCJnZXRTaXplTmFtZShzaXplVHlwZS5tZWRpdW0pID09IHNpemVcIiBjbGFzcz1cInctZWRpdC1tdWx0aXNlbGVjdC1tZWRpdW1cIiBcclxuICAgICAgICAgICAgW29wdGlvbnNdPVwib3B0aW9uc1wiIFxyXG4gICAgICAgICAgICBkaXNwbGF5PVwiY2hpcFwiIFxyXG4gICAgICAgICAgICBbb3B0aW9uTGFiZWxdPVwib3B0aW9uTGFiZWxcIiBcclxuICAgICAgICAgICAgW29wdGlvblZhbHVlXT1cIm9wdGlvblZhbHVlXCIgXHJcbiAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiIFxyXG4gICAgICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIiBcclxuICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJuZ01vZGVsVmFsdWVcIiBcclxuICAgICAgICAgICAgKG5nTW9kZWxDaGFuZ2UpPVwib25PcHRpb25TZWxlY3RlZCgpXCIgXHJcbiAgICAgICAgICAgIFthcHBlbmRUb109XCJhcHBlbmRUb1wiXHJcbiAgICAgICAgICAgIFtzaG93Q2xlYXJdPVwic2hvd0NsZWFyXCI+ICAgIFxyXG4gICAgICAgIDwvcC1tdWx0aVNlbGVjdD5cclxuICAgICAgICA8cC1tdWx0aVNlbGVjdCAqbmdJZj1cImdldFNpemVOYW1lKHNpemVUeXBlLnNtYWxsKSA9PSBzaXplXCIgY2xhc3M9XCJ3LWVkaXQtbXVsdGlzZWxlY3Qtc21hbGxcIiBcclxuICAgICAgICAgICAgW29wdGlvbnNdPVwib3B0aW9uc1wiIFxyXG4gICAgICAgICAgICBkaXNwbGF5PVwiY2hpcFwiIFxyXG4gICAgICAgICAgICBbb3B0aW9uTGFiZWxdPVwib3B0aW9uTGFiZWxcIiBcclxuICAgICAgICAgICAgW29wdGlvblZhbHVlXT1cIm9wdGlvblZhbHVlXCIgXHJcbiAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiXHJcbiAgICAgICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiIFxyXG4gICAgICAgICAgICBbKG5nTW9kZWwpXT1cIm5nTW9kZWxWYWx1ZVwiIFxyXG4gICAgICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJvbk9wdGlvblNlbGVjdGVkKClcIiBcclxuICAgICAgICAgICAgW2FwcGVuZFRvXT1cImFwcGVuZFRvXCJcclxuICAgICAgICAgICAgW3Nob3dDbGVhcl09XCJzaG93Q2xlYXJcIj5cclxuICAgICAgICA8L3AtbXVsdGlTZWxlY3Q+XHJcbiAgICA8L2Rpdj5cclxuPC9uZy10ZW1wbGF0ZT4iXX0=
|
|
110
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidy1lZGl0LW11bHRpc2VsZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3dhcHAtY29tcG9uZW50cy9zcmMvbGliL2VkaXQvdy1lZGl0LW11bHRpc2VsZWN0L3ctZWRpdC1tdWx0aXNlbGVjdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93YXBwLWNvbXBvbmVudHMvc3JjL2xpYi9lZGl0L3ctZWRpdC1tdWx0aXNlbGVjdC93LWVkaXQtbXVsdGlzZWxlY3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0YsT0FBTyxFQUFlLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFaEUsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLHlCQUF5QixDQUFDOzs7OztBQWNuRCxNQUFNLE9BQU8seUJBQXlCO0lBWnRDO1FBY3dCLGdCQUFXLEdBQUcsRUFBRSxDQUFDO1FBQ3BCLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFDMUIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUM5QixTQUFJLEdBQVcsT0FBTyxDQUFDO1FBS2xCLGNBQVMsR0FBWSxJQUFJLENBQUM7UUFFWCxxQkFBZ0IsR0FBVyw4QkFBOEIsQ0FBQztRQUV6RSxrQkFBYSxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRTFFLGFBQVEsR0FBb0IsUUFBUSxDQUFDO1FBRXJDLGFBQVEsR0FBUSxHQUFHLEVBQUUsR0FBRSxDQUFDLENBQUM7UUFDekIsWUFBTyxHQUFRLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztLQTRDekI7SUF4Q0MsUUFBUTtJQUNSLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBVTtRQUNuQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztJQUM1QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsT0FBTyxHQUFHLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsVUFBbUI7UUFDbEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLENBQUM7SUFDN0IsQ0FBQztJQUVELGdCQUFnQjtRQUNkLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ2pDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUVmLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUM3QyxDQUFDO0lBRUQsb0JBQW9CLENBQUMsS0FBVTtRQUM3QixJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFZO1FBQ3RCLE1BQU0sUUFBUSxHQUFJLEtBQUssQ0FBQyxNQUEyQixDQUFDLEtBQUssQ0FBQztRQUMxRCxJQUFJLENBQUMsWUFBWSxHQUFHLFFBQVEsQ0FBQztRQUM3QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUNqQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDakIsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFhO1FBQ3ZCLE9BQU8sUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3pCLENBQUM7O3NIQTlEVSx5QkFBeUI7MEdBQXpCLHlCQUF5QixpYUFSekI7UUFDVDtZQUNFLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztZQUN4RCxLQUFLLEVBQUUsSUFBSTtTQUNaO0tBQ0YsMEJDZkgsaTVIQXNFYzsyRkRyREQseUJBQXlCO2tCQVpyQyxTQUFTOytCQUNFLG9CQUFvQixhQUduQjt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSwwQkFBMEIsQ0FBQzs0QkFDeEQsS0FBSyxFQUFFLElBQUk7eUJBQ1o7cUJBQ0Y7OEJBR2UsS0FBSztzQkFBcEIsS0FBSzt1QkFBQyxPQUFPO2dCQUNRLFdBQVc7c0JBQWhDLEtBQUs7dUJBQUMsYUFBYTtnQkFDRCxRQUFRO3NCQUExQixLQUFLO3VCQUFDLFVBQVU7Z0JBQ0UsUUFBUTtzQkFBMUIsS0FBSzt1QkFBQyxVQUFVO2dCQUNGLElBQUk7c0JBQWxCLEtBQUs7dUJBQUMsTUFBTTtnQkFDSyxPQUFPO3NCQUF4QixLQUFLO3VCQUFDLFNBQVM7Z0JBQ00sV0FBVztzQkFBaEMsS0FBSzt1QkFBQyxhQUFhO2dCQUNFLFdBQVc7c0JBQWhDLEtBQUs7dUJBQUMsYUFBYTtnQkFDRCxRQUFRO3NCQUExQixLQUFLO3VCQUFDLFVBQVU7Z0JBQ0csU0FBUztzQkFBNUIsS0FBSzt1QkFBQyxXQUFXO2dCQUNJLFdBQVc7c0JBQWhDLEtBQUs7dUJBQUMsYUFBYTtnQkFDZSxnQkFBZ0I7c0JBQWxELEtBQUs7dUJBQUMsMEJBQTBCO2dCQUViLGFBQWE7c0JBQWhDLE1BQU07dUJBQUMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQsIGZvcndhcmRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybUNvbnRyb2wsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgU2l6ZVR5cGUgfSBmcm9tICcuLi8uLi9zaGFyZWQvZW51bXMvZW51bSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3ctZWRpdC1tdWx0aXNlbGVjdCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3ctZWRpdC1tdWx0aXNlbGVjdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vdy1lZGl0LW11bHRpc2VsZWN0LmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgcHJvdmlkZXJzOiBbXHJcbiAgICB7XHJcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxyXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBXRWRpdE11bHRpc2VsZWN0Q29tcG9uZW50KSxcclxuICAgICAgbXVsdGk6IHRydWVcclxuICAgIH1cclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBXRWRpdE11bHRpc2VsZWN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBDb250cm9sVmFsdWVBY2Nlc3NvcntcclxuICBASW5wdXQoJ2xhYmVsJykgbGFiZWwhOiBzdHJpbmc7XHJcbiAgQElucHV0KCdwbGFjZWhvbGRlcicpIHBsYWNlaG9sZGVyID0gXCJcIjtcclxuICBASW5wdXQoJ2Rpc2FibGVkJykgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoJ3JlcXVpcmVkJykgcmVxdWlyZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoJ3NpemUnKSBzaXplOiBzdHJpbmcgPSBcInNtYWxsXCI7IFxyXG4gIEBJbnB1dCgnb3B0aW9ucycpIG9wdGlvbnM6IGFueTtcclxuICBASW5wdXQoJ29wdGlvbkxhYmVsJykgb3B0aW9uTGFiZWwhOiBzdHJpbmc7XHJcbiAgQElucHV0KCdvcHRpb25WYWx1ZScpIG9wdGlvblZhbHVlITogc3RyaW5nO1xyXG4gIEBJbnB1dCgnYXBwZW5kVG8nKSBhcHBlbmRUbyE6IHN0cmluZztcclxuICBASW5wdXQoJ3Nob3dDbGVhcicpIHNob3dDbGVhcjogYm9vbGVhbiA9IHRydWU7XHJcbiAgQElucHV0KCdmb3JtQ29udHJvbCcpIGZvcm1Db250cm9sITogRm9ybUNvbnRyb2wgfCBudWxsO1xyXG4gIEBJbnB1dCgncmVxdWlyZWRFcnJvckRlc2NyaXB0aW9uJykgZXJyb3JEZXNjcmlwdGlvbjogc3RyaW5nID0gXCJTZWxlY3QgYW4gb3B0aW9uIGlzIHJlcXVpcmVkXCI7XHJcblxyXG4gIEBPdXRwdXQoJ29uQ2hhbmdlJykgb25DaGFuZ2VFdmVudDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIHNpemVUeXBlOiB0eXBlb2YgU2l6ZVR5cGUgPSBTaXplVHlwZTtcclxuXHJcbiAgb25DaGFuZ2U6IGFueSA9ICgpID0+IHt9O1xyXG4gIG9uVG91Y2g6IGFueSA9ICgpID0+IHt9O1xyXG5cclxuICBuZ01vZGVsVmFsdWU6IGFueTtcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMubmdNb2RlbFZhbHVlID0gdmFsdWU7XHJcbiAgfVxyXG5cclxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25Ub3VjaCA9IGZuO1xyXG4gIH1cclxuICBcclxuICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcclxuICAgIHRoaXMuZGlzYWJsZWQgPSBpc0Rpc2FibGVkO1xyXG4gIH1cclxuXHJcbiAgb25PcHRpb25TZWxlY3RlZCgpe1xyXG4gICAgdGhpcy5vbkNoYW5nZSh0aGlzLm5nTW9kZWxWYWx1ZSk7XHJcbiAgICB0aGlzLm9uVG91Y2goKTtcclxuXHJcbiAgICB0aGlzLm9uQ2hhbmdlRXZlbnQuZW1pdCh0aGlzLm5nTW9kZWxWYWx1ZSk7XHJcbiAgfVxyXG5cclxuICBvbk9wdGlvblNlbGVjdGVkRm9ybShldmVudDogYW55KXtcclxuICAgIHRoaXMub25DaGFuZ2VFdmVudC5lbWl0KGV2ZW50LnZhbHVlKTtcclxuICB9XHJcblxyXG4gIG9uSW5wdXRCbHVyKGV2ZW50OiBFdmVudCl7XHJcbiAgICBjb25zdCBuZXdWYWx1ZSA9IChldmVudC50YXJnZXQgYXMgSFRNTElucHV0RWxlbWVudCkudmFsdWU7XHJcbiAgICB0aGlzLm5nTW9kZWxWYWx1ZSA9IG5ld1ZhbHVlO1xyXG4gICAgdGhpcy5vbkNoYW5nZSh0aGlzLm5nTW9kZWxWYWx1ZSk7XHJcbiAgICB0aGlzLm9uVG91Y2goKTtcclxuICB9XHJcblxyXG4gIGdldFNpemVOYW1lKHZhbHVlOiBudW1iZXIpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIFNpemVUeXBlW3ZhbHVlXTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiAqbmdJZj1cImZvcm1Db250cm9sOyBlbHNlIG5vTmdDb250cm9sXCIgY2xhc3M9XCJ3LWVkaXQtbXVsdGlzZWxlY3QtZmllbGQgcC1mbHVpZCBmaWVsZFwiPlxyXG4gICAgPGxhYmVsICpuZ0lmPVwiKGxhYmVsICE9IHVuZGVmaW5lZCAmJiBsYWJlbC5sZW5ndGggPiAwKVwiICBcclxuICAgICAgICBbbmdDbGFzc109XCJ7J3ctZWRpdC1tdWx0aXNlbGVjdC1zbWFsbC1sYWJlbCcgOiBnZXRTaXplTmFtZShzaXplVHlwZS5zbWFsbCkgPT0gc2l6ZSAmJiAhZGlzYWJsZWQsIFxyXG4gICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3Qtc21hbGwtbGFiZWwtZGlzYWJsZWQnIDogZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUuc21hbGwpID09IHNpemUgJiYgZGlzYWJsZWQsXHJcbiAgICAgICAgICAgICAgICAgICAgJ3ctZWRpdC1tdWx0aXNlbGVjdC1tZWRpdW0tbGFiZWwnIDogZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUubWVkaXVtKSA9PSBzaXplICYmICFkaXNhYmxlZCxcclxuICAgICAgICAgICAgICAgICAgICAndy1lZGl0LW11bHRpc2VsZWN0LW1lZGl1bS1sYWJlbC1kaXNhYmxlZCcgOiBnZXRTaXplTmFtZShzaXplVHlwZS5tZWRpdW0pID09IHNpemUgJiYgZGlzYWJsZWR9XCI+XHJcbiAgICAgICAge3tsYWJlbH19XHJcbiAgICA8L2xhYmVsPlxyXG4gICAgPGRpdiAqbmdJZj1cIihsYWJlbCAhPSB1bmRlZmluZWQgJiYgbGFiZWwgPT0gJycpXCIgY2xhc3M9XCJ3LWlucHV0LW5vLWxhYmVsLWhlaWdodFwiPjwvZGl2PlxyXG4gICAgPHAtbXVsdGlTZWxlY3QgKm5nSWY9XCJnZXRTaXplTmFtZShzaXplVHlwZS5tZWRpdW0pID09IHNpemVcIiBjbGFzcz1cInctZWRpdC1tdWx0aXNlbGVjdC1tZWRpdW1cIiBcclxuICAgICAgICBbb3B0aW9uc109XCJvcHRpb25zXCIgXHJcbiAgICAgICAgZGlzcGxheT1cImNoaXBcIiBcclxuICAgICAgICBbb3B0aW9uTGFiZWxdPVwib3B0aW9uTGFiZWxcIiBcclxuICAgICAgICBbb3B0aW9uVmFsdWVdPVwib3B0aW9uVmFsdWVcIiBcclxuICAgICAgICBbcGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIiBcclxuICAgICAgICBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIiBcclxuICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZm9ybUNvbnRyb2xcIlxyXG4gICAgICAgIFthcHBlbmRUb109XCJhcHBlbmRUb1wiXHJcbiAgICAgICAgW3Nob3dDbGVhcl09XCJzaG93Q2xlYXJcIiBcclxuICAgICAgICAob25DaGFuZ2UpPVwib25PcHRpb25TZWxlY3RlZEZvcm0oJGV2ZW50KVwiPlxyXG4gICAgPC9wLW11bHRpU2VsZWN0PlxyXG4gICAgPHAtbXVsdGlTZWxlY3QgKm5nSWY9XCJnZXRTaXplTmFtZShzaXplVHlwZS5zbWFsbCkgPT0gc2l6ZVwiIGNsYXNzPVwidy1lZGl0LW11bHRpc2VsZWN0LXNtYWxsXCIgXHJcbiAgICAgICAgW29wdGlvbnNdPVwib3B0aW9uc1wiIFxyXG4gICAgICAgIGRpc3BsYXk9XCJjaGlwXCIgXHJcbiAgICAgICAgW29wdGlvbkxhYmVsXT1cIm9wdGlvbkxhYmVsXCIgXHJcbiAgICAgICAgW29wdGlvblZhbHVlXT1cIm9wdGlvblZhbHVlXCIgXHJcbiAgICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcclxuICAgICAgICBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIiBcclxuICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZm9ybUNvbnRyb2xcIlxyXG4gICAgICAgIFthcHBlbmRUb109XCJhcHBlbmRUb1wiXHJcbiAgICAgICAgW3Nob3dDbGVhcl09XCJzaG93Q2xlYXJcIiBcclxuICAgICAgICAob25DaGFuZ2UpPVwib25PcHRpb25TZWxlY3RlZEZvcm0oJGV2ZW50KVwiPlxyXG4gICAgPC9wLW11bHRpU2VsZWN0PlxyXG4gICAgPHNtYWxsICpuZ0lmPVwiZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUubWVkaXVtKSA9PSBzaXplICYmIGZvcm1Db250cm9sLmRpcnR5ICYmIGZvcm1Db250cm9sLmhhc0Vycm9yKCdyZXF1aXJlZCcpXCIgY2xhc3M9XCJ3LWVycm9yLW1lc3NhZ2UtY29udGFpbmVyIHctZnVsbCB3LWVycm9yLW1lc3NhZ2UgcC1lcnJvciBibG9ja1wiPnt7ZXJyb3JEZXNjcmlwdGlvbn19PC9zbWFsbD5cclxuPC9kaXY+XHJcbjxuZy10ZW1wbGF0ZSAjbm9OZ0NvbnRyb2w+XHJcbiAgICA8ZGl2IGNsYXNzPVwidy1lZGl0LW11bHRpc2VsZWN0LWZpZWxkIHAtZmx1aWQgZmllbGRcIj5cclxuICAgICAgICA8bGFiZWwgKm5nSWY9XCIobGFiZWwgIT0gdW5kZWZpbmVkICYmIGxhYmVsLmxlbmd0aCA+IDApXCIgXHJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsndy1lZGl0LW11bHRpc2VsZWN0LXNtYWxsLWxhYmVsJyA6IGdldFNpemVOYW1lKHNpemVUeXBlLnNtYWxsKSA9PSBzaXplICYmICFkaXNhYmxlZCwgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3Qtc21hbGwtbGFiZWwtZGlzYWJsZWQnIDogZ2V0U2l6ZU5hbWUoc2l6ZVR5cGUuc21hbGwpID09IHNpemUgJiYgZGlzYWJsZWQsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3QtbWVkaXVtLWxhYmVsJyA6IGdldFNpemVOYW1lKHNpemVUeXBlLm1lZGl1bSkgPT0gc2l6ZSAmJiAhZGlzYWJsZWQsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICd3LWVkaXQtbXVsdGlzZWxlY3QtbWVkaXVtLWxhYmVsLWRpc2FibGVkJyA6IGdldFNpemVOYW1lKHNpemVUeXBlLm1lZGl1bSkgPT0gc2l6ZSAmJiBkaXNhYmxlZH1cIj5cclxuICAgICAgICAgICAge3tsYWJlbH19XHJcbiAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICA8ZGl2ICpuZ0lmPVwiKGxhYmVsICE9IHVuZGVmaW5lZCAmJiBsYWJlbCA9PSAnJylcIiBjbGFzcz1cInctaW5wdXQtbm8tbGFiZWwtaGVpZ2h0XCI+PC9kaXY+XHJcbiAgICAgICAgPHAtbXVsdGlTZWxlY3QgKm5nSWY9XCJnZXRTaXplTmFtZShzaXplVHlwZS5tZWRpdW0pID09IHNpemVcIiBjbGFzcz1cInctZWRpdC1tdWx0aXNlbGVjdC1tZWRpdW1cIiBcclxuICAgICAgICAgICAgW29wdGlvbnNdPVwib3B0aW9uc1wiIFxyXG4gICAgICAgICAgICBkaXNwbGF5PVwiY2hpcFwiIFxyXG4gICAgICAgICAgICBbb3B0aW9uTGFiZWxdPVwib3B0aW9uTGFiZWxcIiBcclxuICAgICAgICAgICAgW29wdGlvblZhbHVlXT1cIm9wdGlvblZhbHVlXCIgXHJcbiAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiIFxyXG4gICAgICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIiBcclxuICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJuZ01vZGVsVmFsdWVcIiBcclxuICAgICAgICAgICAgKG5nTW9kZWxDaGFuZ2UpPVwib25PcHRpb25TZWxlY3RlZCgpXCIgXHJcbiAgICAgICAgICAgIFthcHBlbmRUb109XCJhcHBlbmRUb1wiXHJcbiAgICAgICAgICAgIFtzaG93Q2xlYXJdPVwic2hvd0NsZWFyXCI+ICAgIFxyXG4gICAgICAgIDwvcC1tdWx0aVNlbGVjdD5cclxuICAgICAgICA8cC1tdWx0aVNlbGVjdCAqbmdJZj1cImdldFNpemVOYW1lKHNpemVUeXBlLnNtYWxsKSA9PSBzaXplXCIgY2xhc3M9XCJ3LWVkaXQtbXVsdGlzZWxlY3Qtc21hbGxcIiBcclxuICAgICAgICAgICAgW29wdGlvbnNdPVwib3B0aW9uc1wiIFxyXG4gICAgICAgICAgICBkaXNwbGF5PVwiY2hpcFwiIFxyXG4gICAgICAgICAgICBbb3B0aW9uTGFiZWxdPVwib3B0aW9uTGFiZWxcIiBcclxuICAgICAgICAgICAgW29wdGlvblZhbHVlXT1cIm9wdGlvblZhbHVlXCIgXHJcbiAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiXHJcbiAgICAgICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiIFxyXG4gICAgICAgICAgICBbKG5nTW9kZWwpXT1cIm5nTW9kZWxWYWx1ZVwiIFxyXG4gICAgICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJvbk9wdGlvblNlbGVjdGVkKClcIiBcclxuICAgICAgICAgICAgW2FwcGVuZFRvXT1cImFwcGVuZFRvXCJcclxuICAgICAgICAgICAgW3Nob3dDbGVhcl09XCJzaG93Q2xlYXJcIj5cclxuICAgICAgICA8L3AtbXVsdGlTZWxlY3Q+XHJcbiAgICA8L2Rpdj5cclxuPC9uZy10ZW1wbGF0ZT4iXX0=
|