rd-outer-component 0.1.11 → 0.1.13

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.
@@ -12,10 +12,10 @@ export class RdRemarkHistoryComponent {
12
12
  }
13
13
  }
14
14
  RdRemarkHistoryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- RdRemarkHistoryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdRemarkHistoryComponent, selector: "app-rd-remark-history", inputs: { remarks: "remarks" }, outputs: { select: "select" }, ngImport: i0, template: "<div class=\"remark-options\">\n <div class=\"t12-500 c-text-secondary remark-options-title\">\n {{ \"recent_remarks\" | translate }}\n </div>\n <div\n class=\"remark-options-item t13-500 c-text-primary\"\n *ngFor=\"let remark of remarks\"\n (click)=\"onSelect(remark)\"\n >\n {{ remark }}\n </div>\n</div>\n", styles: [":host{display:block;min-width:320px;max-height:300px;overflow-y:auto;border-radius:4px;padding:0;border:1px solid var(--rd-grey-200)}.remark-options,.remark-options-title{padding:8px}.remark-options-item{padding:16px 8px;border-radius:4px;cursor:pointer;color:var(--rd-copy-primary)}.remark-options-item:hover{background:rgba(42,123,255,.1)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] });
15
+ RdRemarkHistoryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RdRemarkHistoryComponent, selector: "app-rd-remark-history", inputs: { remarks: "remarks" }, outputs: { select: "select" }, ngImport: i0, template: "<div class=\"remark-options\">\n <div class=\"t12-500 c-text-secondary remark-options-title\">\n {{ \"recent_remarks\" | translate }}\n </div>\n <div\n class=\"remark-options-item t13-500 c-text-primary\"\n *ngFor=\"let remark of remarks\"\n (click)=\"onSelect(remark)\"\n >\n {{ remark }}\n </div>\n</div>\n", styles: [":host{display:block;min-width:320px;max-height:300px;overflow-y:auto;border-radius:4px;padding:0;border:1px solid var(--rd-bg-panel-border)}.remark-options,.remark-options-title{padding:8px}.remark-options-item{padding:16px 8px;border-radius:4px;cursor:pointer;color:var(--rd-copy-primary)}.remark-options-item:hover{background:rgba(42,123,255,.1)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] });
16
16
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdRemarkHistoryComponent, decorators: [{
17
17
  type: Component,
18
- args: [{ selector: "app-rd-remark-history", template: "<div class=\"remark-options\">\n <div class=\"t12-500 c-text-secondary remark-options-title\">\n {{ \"recent_remarks\" | translate }}\n </div>\n <div\n class=\"remark-options-item t13-500 c-text-primary\"\n *ngFor=\"let remark of remarks\"\n (click)=\"onSelect(remark)\"\n >\n {{ remark }}\n </div>\n</div>\n", styles: [":host{display:block;min-width:320px;max-height:300px;overflow-y:auto;border-radius:4px;padding:0;border:1px solid var(--rd-grey-200)}.remark-options,.remark-options-title{padding:8px}.remark-options-item{padding:16px 8px;border-radius:4px;cursor:pointer;color:var(--rd-copy-primary)}.remark-options-item:hover{background:rgba(42,123,255,.1)}\n"] }]
18
+ args: [{ selector: "app-rd-remark-history", template: "<div class=\"remark-options\">\n <div class=\"t12-500 c-text-secondary remark-options-title\">\n {{ \"recent_remarks\" | translate }}\n </div>\n <div\n class=\"remark-options-item t13-500 c-text-primary\"\n *ngFor=\"let remark of remarks\"\n (click)=\"onSelect(remark)\"\n >\n {{ remark }}\n </div>\n</div>\n", styles: [":host{display:block;min-width:320px;max-height:300px;overflow-y:auto;border-radius:4px;padding:0;border:1px solid var(--rd-bg-panel-border)}.remark-options,.remark-options-title{padding:8px}.remark-options-item{padding:16px 8px;border-radius:4px;cursor:pointer;color:var(--rd-copy-primary)}.remark-options-item:hover{background:rgba(42,123,255,.1)}\n"] }]
19
19
  }], propDecorators: { remarks: [{
20
20
  type: Input
21
21
  }], select: [{