ngx-wapp-components 3.1.1-alpha.3 → 3.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.
@@ -7800,6 +7800,7 @@ class WCardComponent {
7800
7800
  constructor() {
7801
7801
  this.width = '250px';
7802
7802
  this.imagePosition = 'top';
7803
+ this.defaultImageIcon = "analytics-reports";
7803
7804
  this.cardClick = new EventEmitter();
7804
7805
  }
7805
7806
  ngOnInit() {
@@ -7807,12 +7808,17 @@ class WCardComponent {
7807
7808
  onCardClick() {
7808
7809
  this.cardClick.emit();
7809
7810
  }
7811
+ isPath(path) {
7812
+ const urlPattern = /^(ftp|http|https):\/\/[^ "]+$/;
7813
+ const localPattern = /^(\/|\.\/|\.\.\/|assets\/)/;
7814
+ return urlPattern.test(path) || localPattern.test(path);
7815
+ }
7810
7816
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: WCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7811
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: WCardComponent, isStandalone: false, selector: "w-card", inputs: { header: "header", subheader: "subheader", image: "image", icon: "icon", iconColor: "iconColor", width: "width", imagePosition: "imagePosition" }, outputs: { cardClick: "cardClick" }, ngImport: i0, template: "@if(imagePosition === 'top') {\r\n <p-card class=\"w-card-top-image\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-template pTemplate=\"header\">\r\n <div class=\"w-card-image-container\">\r\n <img class=\"w-full w-card-image\" [src]=\"image\"/>\r\n @if(icon) {\r\n <div class=\"w-card-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n </ng-template>\r\n <ng-content select=\".content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n} @else {\r\n <div class=\"inline-flex\">\r\n <div class=\"flex w-card-left-image-container\">\r\n <img class=\"w-card-left-image\" [src]=\"image\" (click)=\"onCardClick()\"/>\r\n @if(icon) {\r\n <div class=\"w-card-image-icon w-card-left-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n <div class=\"flex\">\r\n <p-card class=\"flex w-card-left-image-card\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-content select=\".left-image-content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div class=\"w-card-left-image-footer\"\r\n (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content select=\".left-image-card-footer\"></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n </div>\r\n </div>\r\n}", 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:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-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.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.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-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.1666666667rem;font-weight:400}.caption,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.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-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#5f6468}.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.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:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.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:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.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{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f8f9fa!important;border-color:#e8ebee!important;opacity:.6!important}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:0 4px;margin-top:-2px}.w-input-error-alert-text{color:#e50000;padding:0 4px;margin-top:-2px}.w-input-alert-message-height{height:32px}.w-error-message{color:#e50000;padding:0 4px;margin-top:-2px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-table-height{padding:6px 8px 5px}.w-table-no-buttons-height{padding:16px 8px 15px!important}.w-tree-table-height{padding:8px 8px 7px}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#fff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px;pointer-events:none}::ng-deep .p-tooltip.p-tooltip-left,.p-tooltip.p-tooltip-left{margin-right:6px;width:max-content;transform:translate(-6px)}::ng-deep .p-tooltip.p-tooltip-left .p-tooltip-arrow,.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#fff!important;top:50%;right:-3px;margin-top:-4px;border-width:4px 0 4px 6px!important}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-card-top-image .p-card{border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}::ng-deep .w-card-left-image-card .p-card{padding:none;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}.w-card-image{border-top-right-radius:8px;border-top-left-radius:8px}.w-card-left-image{border-top-left-radius:8px;border-bottom-left-radius:8px;width:100%;height:100%;object-fit:cover;display:block}:host ::ng-deep .p-card .p-card-body{padding:12px;height:100%;display:flex}:host ::ng-deep .p-card .p-card-footer{flex-grow:1;align-content:end}:host ::ng-deep .w-card-left-image-card .p-card .p-card-body{padding:12px}.w-card-left-image-card{border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .p-card .p-card-content{padding:2px 0}:host ::ng-deep .p-card .p-card-title{font-size:1rem;font-weight:800;margin-bottom:0}.w-card-image-container{position:relative}.w-card-left-image-container{position:relative;max-width:120px;cursor:pointer}.w-card-image-icon{position:absolute;bottom:4px;right:0;width:36px;height:36px;background-color:#00000075;border-radius:8px 0 0;display:flex;align-items:center;justify-content:center}.w-card-left-image-icon{bottom:0!important}\n"], dependencies: [{ kind: "directive", type: i1$4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i9$1.Card, selector: "p-card", inputs: ["header", "subheader", "style", "styleClass"] }, { kind: "component", type: WIconsComponent, selector: "w-icons", inputs: ["name", "width", "height", "color"] }] }); }
7817
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: WCardComponent, isStandalone: false, selector: "w-card", inputs: { header: "header", subheader: "subheader", image: "image", icon: "icon", iconColor: "iconColor", width: "width", imagePosition: "imagePosition", defaultImageIcon: "defaultImageIcon" }, outputs: { cardClick: "cardClick" }, ngImport: i0, template: "@if(imagePosition === 'top') {\r\n <p-card class=\"w-card-top-image\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-template pTemplate=\"header\">\r\n <div class=\"w-card-image-container\">\r\n @if (image && isPath(image)){\r\n <img class=\"w-full w-card-image\" [src]=\"image\"/>\r\n }@else {\r\n <div class=\"w-full\" style=\"position: relative;\">\r\n <img class=\"w-full h-full w-card-image\" [src]=\"'assets/images/analytics-background.png'\">\r\n <span [class]=\"'w-icon-card-image w-icon '+defaultImageIcon\"></span>\r\n </div>\r\n }\r\n @if(icon) {\r\n <div class=\"w-card-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n </ng-template>\r\n <ng-content select=\".content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n} @else {\r\n <div class=\"inline-flex\">\r\n <div class=\"flex w-card-left-image-container\">\r\n @if (image && isPath(image)){\r\n <img class=\"w-card-left-image\" [src]=\"image\" (click)=\"onCardClick()\"/>\r\n }@else {\r\n <div class=\"w-full\" style=\"position: relative;\">\r\n <img class=\"w-full h-full w-card-left-image\" [src]=\"'assets/images/analytics-background.png'\">\r\n <span [class]=\"'w-icon-card-image w-icon '+defaultImageIcon\"></span>\r\n </div>\r\n }\r\n\r\n @if(icon) {\r\n <div class=\"w-card-image-icon w-card-left-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n <div class=\"flex\">\r\n <p-card class=\"flex w-card-left-image-card\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-content select=\".left-image-content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div class=\"w-card-left-image-footer\"\r\n (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content select=\".left-image-card-footer\"></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n </div>\r\n </div>\r\n}", 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:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-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.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.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-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.1666666667rem;font-weight:400}.caption,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.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-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#5f6468}.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.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:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.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:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.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{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f8f9fa!important;border-color:#e8ebee!important;opacity:.6!important}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:0 4px;margin-top:-2px}.w-input-error-alert-text{color:#e50000;padding:0 4px;margin-top:-2px}.w-input-alert-message-height{height:32px}.w-error-message{color:#e50000;padding:0 4px;margin-top:-2px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-table-height{padding:6px 8px 5px}.w-table-no-buttons-height{padding:16px 8px 15px!important}.w-tree-table-height{padding:8px 8px 7px}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#fff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px;pointer-events:none}::ng-deep .p-tooltip.p-tooltip-left,.p-tooltip.p-tooltip-left{margin-right:6px;width:max-content;transform:translate(-6px)}::ng-deep .p-tooltip.p-tooltip-left .p-tooltip-arrow,.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#fff!important;top:50%;right:-3px;margin-top:-4px;border-width:4px 0 4px 6px!important}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-card-top-image .p-card{border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}::ng-deep .w-card-left-image-card .p-card{padding:none;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}.w-card-image{border-top-right-radius:8px;border-top-left-radius:8px}.w-card-left-image{border-top-left-radius:8px;border-bottom-left-radius:8px;width:100%;height:100%;object-fit:cover;display:block}:host ::ng-deep .p-card .p-card-body{padding:12px;height:100%;display:flex}:host ::ng-deep .p-card .p-card-footer{flex-grow:1;align-content:end}:host ::ng-deep .w-card-left-image-card .p-card .p-card-body{padding:12px}.w-card-left-image-card{border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .p-card .p-card-content{padding:2px 0}:host ::ng-deep .p-card .p-card-title{font-size:1rem;font-weight:800;margin-bottom:0}.w-card-image-container{position:relative}.w-card-left-image-container{position:relative;max-width:120px;cursor:pointer}.w-card-image-icon{position:absolute;bottom:4px;right:0;width:36px;height:36px;background-color:#00000075;border-radius:8px 0 0;display:flex;align-items:center;justify-content:center}.w-card-left-image-icon{bottom:0!important}.w-icon-card-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40%;height:40%;color:#fff}\n"], dependencies: [{ kind: "directive", type: i1$4.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i9$1.Card, selector: "p-card", inputs: ["header", "subheader", "style", "styleClass"] }, { kind: "component", type: WIconsComponent, selector: "w-icons", inputs: ["name", "width", "height", "color"] }] }); }
7812
7818
  }
7813
7819
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: WCardComponent, decorators: [{
7814
7820
  type: Component,
7815
- args: [{ selector: 'w-card', standalone: false, template: "@if(imagePosition === 'top') {\r\n <p-card class=\"w-card-top-image\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-template pTemplate=\"header\">\r\n <div class=\"w-card-image-container\">\r\n <img class=\"w-full w-card-image\" [src]=\"image\"/>\r\n @if(icon) {\r\n <div class=\"w-card-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n </ng-template>\r\n <ng-content select=\".content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n} @else {\r\n <div class=\"inline-flex\">\r\n <div class=\"flex w-card-left-image-container\">\r\n <img class=\"w-card-left-image\" [src]=\"image\" (click)=\"onCardClick()\"/>\r\n @if(icon) {\r\n <div class=\"w-card-image-icon w-card-left-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n <div class=\"flex\">\r\n <p-card class=\"flex w-card-left-image-card\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-content select=\".left-image-content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div class=\"w-card-left-image-footer\"\r\n (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content select=\".left-image-card-footer\"></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n </div>\r\n </div>\r\n}", 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:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-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.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.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-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.1666666667rem;font-weight:400}.caption,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.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-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#5f6468}.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.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:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.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:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.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{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f8f9fa!important;border-color:#e8ebee!important;opacity:.6!important}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:0 4px;margin-top:-2px}.w-input-error-alert-text{color:#e50000;padding:0 4px;margin-top:-2px}.w-input-alert-message-height{height:32px}.w-error-message{color:#e50000;padding:0 4px;margin-top:-2px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-table-height{padding:6px 8px 5px}.w-table-no-buttons-height{padding:16px 8px 15px!important}.w-tree-table-height{padding:8px 8px 7px}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#fff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px;pointer-events:none}::ng-deep .p-tooltip.p-tooltip-left,.p-tooltip.p-tooltip-left{margin-right:6px;width:max-content;transform:translate(-6px)}::ng-deep .p-tooltip.p-tooltip-left .p-tooltip-arrow,.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#fff!important;top:50%;right:-3px;margin-top:-4px;border-width:4px 0 4px 6px!important}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-card-top-image .p-card{border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}::ng-deep .w-card-left-image-card .p-card{padding:none;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}.w-card-image{border-top-right-radius:8px;border-top-left-radius:8px}.w-card-left-image{border-top-left-radius:8px;border-bottom-left-radius:8px;width:100%;height:100%;object-fit:cover;display:block}:host ::ng-deep .p-card .p-card-body{padding:12px;height:100%;display:flex}:host ::ng-deep .p-card .p-card-footer{flex-grow:1;align-content:end}:host ::ng-deep .w-card-left-image-card .p-card .p-card-body{padding:12px}.w-card-left-image-card{border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .p-card .p-card-content{padding:2px 0}:host ::ng-deep .p-card .p-card-title{font-size:1rem;font-weight:800;margin-bottom:0}.w-card-image-container{position:relative}.w-card-left-image-container{position:relative;max-width:120px;cursor:pointer}.w-card-image-icon{position:absolute;bottom:4px;right:0;width:36px;height:36px;background-color:#00000075;border-radius:8px 0 0;display:flex;align-items:center;justify-content:center}.w-card-left-image-icon{bottom:0!important}\n"] }]
7821
+ args: [{ selector: 'w-card', standalone: false, template: "@if(imagePosition === 'top') {\r\n <p-card class=\"w-card-top-image\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-template pTemplate=\"header\">\r\n <div class=\"w-card-image-container\">\r\n @if (image && isPath(image)){\r\n <img class=\"w-full w-card-image\" [src]=\"image\"/>\r\n }@else {\r\n <div class=\"w-full\" style=\"position: relative;\">\r\n <img class=\"w-full h-full w-card-image\" [src]=\"'assets/images/analytics-background.png'\">\r\n <span [class]=\"'w-icon-card-image w-icon '+defaultImageIcon\"></span>\r\n </div>\r\n }\r\n @if(icon) {\r\n <div class=\"w-card-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n </ng-template>\r\n <ng-content select=\".content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n} @else {\r\n <div class=\"inline-flex\">\r\n <div class=\"flex w-card-left-image-container\">\r\n @if (image && isPath(image)){\r\n <img class=\"w-card-left-image\" [src]=\"image\" (click)=\"onCardClick()\"/>\r\n }@else {\r\n <div class=\"w-full\" style=\"position: relative;\">\r\n <img class=\"w-full h-full w-card-left-image\" [src]=\"'assets/images/analytics-background.png'\">\r\n <span [class]=\"'w-icon-card-image w-icon '+defaultImageIcon\"></span>\r\n </div>\r\n }\r\n\r\n @if(icon) {\r\n <div class=\"w-card-image-icon w-card-left-image-icon\">\r\n <w-icons [name]=\"icon\"\r\n [color]=\"iconColor\"\r\n [height]=\"15\"\r\n [width]=\"15\">\r\n </w-icons>\r\n </div>\r\n }\r\n </div>\r\n <div class=\"flex\">\r\n <p-card class=\"flex w-card-left-image-card\"\r\n [header]=\"header\"\r\n [subheader]=\"subheader\"\r\n [style]=\"{ width: width, cursor: 'pointer' }\"\r\n (click)=\"onCardClick()\">\r\n <ng-content select=\".left-image-content\"></ng-content>\r\n <ng-template pTemplate=\"footer\">\r\n <div class=\"w-card-left-image-footer\"\r\n (click)=\"$event.stopPropagation()\"\r\n (keydown)=\"$event.stopPropagation()\">\r\n <ng-content select=\".left-image-card-footer\"></ng-content>\r\n </div>\r\n </ng-template>\r\n </p-card>\r\n </div>\r\n </div>\r\n}", 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:700}.heading5,.w-sidebar-title-text{font-size:1.5rem;line-height:1.8333333333rem;font-weight:700}.heading6{font-size:1.3333333333rem;line-height:1.6666666667rem;font-weight:700}.subtitle1,.w-tab-text,.w-panel-title-text{font-size:1.1666666667rem;line-height:1.3333333333rem;font-weight:700}.subtitle2,.w-table-th-text,.w-panel-subtitle-text,.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-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.1666666667rem;font-weight:600}.body,.w-image-file-uploader-navigators-text,.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-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.1666666667rem;font-weight:400}.caption,.w-input-success-alert-text{font-size:.6666666667rem;line-height:1rem;font-weight:400}.light,.w-input-small-placeholder-text-only-color{font-size:.9166666667rem;line-height:1.0833333333rem;font-weight:300}.small,.w-error-message,.w-input-error-alert-text,.w-input-warning-alert-text,.w-button-small-label-text-typography-sm{font-size:.8333333333rem;line-height:1rem;font-weight:400}.textMainColor{color:#1f2224}.textSoftColor{color:#5f6468}.textSofterColor{color:#9aa0a7}.textSoftestColor{color:#e8ebee}.textInverseColor{color:#fff}.spacingXXS{padding:4px}.spacingXSM{padding:6px}.spacingXSMDivider{height:6px}.spacingXS{padding:8px}.spacingS{padding:12px}.spacingM{padding:16px}.spacingL{padding:20px}.spacingXL{padding:24px}.spacingXXL{padding:28px}.spacingXXXL{padding:32px}.panel-title-gap-divider{height:20px}.panel-section-gap-divider{height:32px}.input-vertical-gap-divider{height:24px}.input-label-gap-divider{height:6px}.focusedInput{border:1px solid rgba(0,157,253,.25);box-shadow:0 0 10px #00b3eb40}.focus{box-shadow:0 0 8px #00a6e980}.hover{border-radius:8px;border:1px solid #00b3eb}.hoveredInput{border-radius:8px;border:1px solid rgba(0,179,235,.5)}.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-label-text-typography,.w-button-small-tertiary-label-text,.w-button-small-label-text-typography-sm{font-weight:600}.w-button-small-tertiary-label-text{color:#5f6468}.w-button-small-text-label-text{color:#1f2224}.w-button-small-icon-text{font-size:12px;font-weight:600}.w-table-button-small-icon-text{font-size:12px;color:#9aa0a7}.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:600;line-height:16px}.w-button-medium-tertiary-label-text{color:#1f2224}.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:600;line-height:24px}.w-button-large-tertiary-label-text{color:#1f2224}.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{color:#1f2224}.w-view-small-value-text{color:#5f6468}.w-input-no-label-height{height:14px}.w-input-disabled{background-color:#f8f9fa!important;border-color:#e8ebee!important;opacity:.6!important}.w-input-small-label-text-typography,.w-input-small-label-text,.w-input-small-label-disabled{height:fit-content}.w-input-small-label-text,.w-input-small-label-disabled{color:#1f2224}.w-input-small-label-disabled{color:#9aa0a7}.w-input-small-label-text-content{padding:12px 8px 8px 0;margin:0}.w-input-small-label-text-content-no-top{padding-top:0}.w-input-small-placeholder-text{color:#1f2224}.w-input-small-placeholder-text-only-color{color:#9aa0a7;line-height:1.3333333333rem}.w-input-small-placeholder-text-disabled,.w-input-small-placeholder-text-disabled-only-color{color:#5f6468}.w-input-small-text-icon,.w-input-small-select-options-text{color:#1f2224}.w-input-medium-label-text-typography,.w-input-medium-label-text,.w-input-medium-label-disabled{font-size:14px;font-weight:600;line-height:16px}.w-input-medium-label-text,.w-input-medium-label-disabled{color:#1f2224}.w-input-medium-label-disabled{color:#9aa0a7}.w-input-medium-placeholder-text-typography,.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text{font-size:16px;font-weight:400;line-height:24px}.w-input-medium-placeholder-text,.w-input-medium-placeholder-text-only-color{color:#1f2224}.w-input-medium-placeholder-text-disabled,.w-input-medium-placeholder-text-disabled-only-color{color:#5f6468}.w-input-medium-text-icon{color:#1f2224}.w-input-medium-select-options-text{font-size:16px;font-weight:400;line-height:24px;color:#1f2224}.w-input-success-alert-text{color:#00db5d;padding:8px 8px 0;margin-top:0}.w-input-warning-alert-text{color:#eeae00;padding:0 4px;margin-top:-2px}.w-input-error-alert-text{color:#e50000;padding:0 4px;margin-top:-2px}.w-input-alert-message-height{height:32px}.w-error-message{color:#e50000;padding:0 4px;margin-top:-2px}.w-sidebar-title-text,.w-panel-title-text,.w-panel-subtitle-text{color:#1f2224}.w-panel-content{color:#5f6468}.w-tab-text,.w-chip-text{color:#1f2224}.w-badge-text{font-size:10px;font-weight:700;line-height:8px}.w-table-th-text{color:#1f2224}.w-table-td-text{color:#5f6468}.w-table-height{padding:6px 8px 5px}.w-table-no-buttons-height{padding:16px 8px 15px!important}.w-tree-table-height{padding:8px 8px 7px}.w-image-file-uploader-navigators-text{font-size:12px;color:#fff}.grid{margin:0}::ng-deep .p-tooltip,.p-tooltip{filter:0px 0px 1px 0px rgba(0,0,0,.1) inset,1px 1px 5px rgba(0,0,0,.06),1px 1px 1px rgba(0,0,0,.08)}::ng-deep .p-tooltip .p-tooltip-text,.p-tooltip .p-tooltip-text{background:#fff!important;color:#1f2224;padding:12px 16px;max-width:192px;width:max-content;margin-left:3px;pointer-events:none}::ng-deep .p-tooltip.p-tooltip-left,.p-tooltip.p-tooltip-left{margin-right:6px;width:max-content;transform:translate(-6px)}::ng-deep .p-tooltip.p-tooltip-left .p-tooltip-arrow,.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#fff!important;top:50%;right:-3px;margin-top:-4px;border-width:4px 0 4px 6px!important}::ng-deep .p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-right{margin-left:6px;width:max-content;transform:translateY(-1px)}::ng-deep .p-tooltip.p-tooltip-right .p-tooltip-arrow,.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#fff!important;top:50%;left:0;margin-top:-4px;border-width:4px 6px 4px 0!important}::ng-deep .p-tooltip.p-tooltip-bottom .p-tooltip-arrow,.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#fff!important;border-width:0 4px 6px 4px!important;margin-top:-3px}:host ::ng-deep .w-card-top-image .p-card{border-radius:8px;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}::ng-deep .w-card-left-image-card .p-card{padding:none;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:0 0 1px #0000001a inset,0 4px 8px #005c7a0d,0 1px 3px #005c7a1a;border:1px solid #e2e8f0}.w-card-image{border-top-right-radius:8px;border-top-left-radius:8px}.w-card-left-image{border-top-left-radius:8px;border-bottom-left-radius:8px;width:100%;height:100%;object-fit:cover;display:block}:host ::ng-deep .p-card .p-card-body{padding:12px;height:100%;display:flex}:host ::ng-deep .p-card .p-card-footer{flex-grow:1;align-content:end}:host ::ng-deep .w-card-left-image-card .p-card .p-card-body{padding:12px}.w-card-left-image-card{border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .p-card .p-card-content{padding:2px 0}:host ::ng-deep .p-card .p-card-title{font-size:1rem;font-weight:800;margin-bottom:0}.w-card-image-container{position:relative}.w-card-left-image-container{position:relative;max-width:120px;cursor:pointer}.w-card-image-icon{position:absolute;bottom:4px;right:0;width:36px;height:36px;background-color:#00000075;border-radius:8px 0 0;display:flex;align-items:center;justify-content:center}.w-card-left-image-icon{bottom:0!important}.w-icon-card-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40%;height:40%;color:#fff}\n"] }]
7816
7822
  }], ctorParameters: () => [], propDecorators: { header: [{
7817
7823
  type: Input,
7818
7824
  args: ['header']
@@ -7834,6 +7840,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImpor
7834
7840
  }], imagePosition: [{
7835
7841
  type: Input,
7836
7842
  args: ['imagePosition']
7843
+ }], defaultImageIcon: [{
7844
+ type: Input,
7845
+ args: ['defaultImageIcon']
7837
7846
  }], cardClick: [{
7838
7847
  type: Output,
7839
7848
  args: ['cardClick']