@datarailsshared/datarailsshared 1.5.282 → 1.5.283
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/datarailsshared-datarailsshared-1.5.283.tgz +0 -0
- package/esm2022/lib/dr-chat/dr-chat-message/dr-chat-message-text/chat-message-text.component.mjs +2 -2
- package/fesm2022/datarailsshared-datarailsshared.mjs +2 -2
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.5.282.tgz +0 -0
|
Binary file
|
package/esm2022/lib/dr-chat/dr-chat-message/dr-chat-message-text/chat-message-text.component.mjs
CHANGED
|
@@ -6,11 +6,11 @@ import * as i1 from "@angular/common";
|
|
|
6
6
|
*/
|
|
7
7
|
export class DrChatMessageTextComponent {
|
|
8
8
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DrChatMessageTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DrChatMessageTextComponent, selector: "dr-chat-message-text", inputs: { message: "message" }, ngImport: i0, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DrChatMessageTextComponent, selector: "dr-chat-message-text", inputs: { message: "message" }, ngImport: i0, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word;white-space:pre-wrap}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10
10
|
}
|
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DrChatMessageTextComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ selector: 'dr-chat-message-text', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word}\n"] }]
|
|
13
|
+
args: [{ selector: 'dr-chat-message-text', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word;white-space:pre-wrap}\n"] }]
|
|
14
14
|
}], propDecorators: { message: [{
|
|
15
15
|
type: Input
|
|
16
16
|
}] } });
|
|
@@ -3863,11 +3863,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3863
3863
|
*/
|
|
3864
3864
|
class DrChatMessageTextComponent {
|
|
3865
3865
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DrChatMessageTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3866
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DrChatMessageTextComponent, selector: "dr-chat-message-text", inputs: { message: "message" }, ngImport: i0, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3866
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DrChatMessageTextComponent, selector: "dr-chat-message-text", inputs: { message: "message" }, ngImport: i0, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word;white-space:pre-wrap}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3867
3867
|
}
|
|
3868
3868
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DrChatMessageTextComponent, decorators: [{
|
|
3869
3869
|
type: Component,
|
|
3870
|
-
args: [{ selector: 'dr-chat-message-text', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word}\n"] }]
|
|
3870
|
+
args: [{ selector: 'dr-chat-message-text', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"text\" *ngIf=\"message\">{{ message.text }}</div>\n", styles: [":host{display:flex}:host .text{display:flex;word-break:break-word;white-space:pre-wrap}\n"] }]
|
|
3871
3871
|
}], propDecorators: { message: [{
|
|
3872
3872
|
type: Input
|
|
3873
3873
|
}] } });
|