@open-rlb/ng-bootstrap 3.3.0 → 3.3.1
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.
|
@@ -4034,7 +4034,7 @@ class ChatItemComponent {
|
|
|
4034
4034
|
this.id = input('', { ...(ngDevMode ? { debugName: "id" } : /* istanbul ignore next */ {}), alias: 'id' });
|
|
4035
4035
|
this.avatar = input('', { ...(ngDevMode ? { debugName: "avatar" } : /* istanbul ignore next */ {}), alias: 'avatar' });
|
|
4036
4036
|
this.text = input('', { ...(ngDevMode ? { debugName: "text" } : /* istanbul ignore next */ {}), alias: 'text' });
|
|
4037
|
-
this.dateTime = input(
|
|
4037
|
+
this.dateTime = input('', { ...(ngDevMode ? { debugName: "dateTime" } : /* istanbul ignore next */ {}), alias: 'date-time' });
|
|
4038
4038
|
this.replayText = input(undefined, { ...(ngDevMode ? { debugName: "replayText" } : /* istanbul ignore next */ {}), alias: 'replay-text' });
|
|
4039
4039
|
this.replaySubject = input(undefined, { ...(ngDevMode ? { debugName: "replaySubject" } : /* istanbul ignore next */ {}), alias: 'replay-subject' });
|
|
4040
4040
|
this.replayId = input(undefined, { ...(ngDevMode ? { debugName: "replayId" } : /* istanbul ignore next */ {}), alias: 'replay-id' });
|
|
@@ -4085,7 +4085,7 @@ class ChatItemComponent {
|
|
|
4085
4085
|
<ng-content />
|
|
4086
4086
|
</div>
|
|
4087
4087
|
<i class="bi bi-check-all float-end"></i>
|
|
4088
|
-
<span class="time float-end">{{ dateTime()
|
|
4088
|
+
<span class="time float-end">{{ dateTime() }}</span>
|
|
4089
4089
|
<rlb-dropdown
|
|
4090
4090
|
direction="up"
|
|
4091
4091
|
class="reaction"
|
|
@@ -4135,7 +4135,7 @@ class ChatItemComponent {
|
|
|
4135
4135
|
</button>
|
|
4136
4136
|
}
|
|
4137
4137
|
</div>
|
|
4138
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[rlb-button], a[rlb-button]", inputs: ["color", "size", "disabled", "outline", "isLink"] }, { kind: "component", type: DropdownComponent, selector: "rlb-dropdown", inputs: ["direction"] }, { kind: "component", type: DropdownContainerComponent, selector: "ul[rlb-dropdown-menu], rlb-dropdown-container", inputs: ["placement", "placement-sm", "placement-md", "placement-lg", "placement-xl", "placement-xxl"] }, { kind: "directive", type: DropdownDirective, selector: "a[rlb-dropdown], button[rlb-dropdown], span[rlb-badge][rlb-dropdown]", inputs: ["offset", "auto-close"], outputs: ["status-changed"] }
|
|
4138
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[rlb-button], a[rlb-button]", inputs: ["color", "size", "disabled", "outline", "isLink"] }, { kind: "component", type: DropdownComponent, selector: "rlb-dropdown", inputs: ["direction"] }, { kind: "component", type: DropdownContainerComponent, selector: "ul[rlb-dropdown-menu], rlb-dropdown-container", inputs: ["placement", "placement-sm", "placement-md", "placement-lg", "placement-xl", "placement-xxl"] }, { kind: "directive", type: DropdownDirective, selector: "a[rlb-dropdown], button[rlb-dropdown], span[rlb-badge][rlb-dropdown]", inputs: ["offset", "auto-close"], outputs: ["status-changed"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4139
4139
|
}
|
|
4140
4140
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: ChatItemComponent, decorators: [{
|
|
4141
4141
|
type: Component,
|
|
@@ -4175,7 +4175,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImpor
|
|
|
4175
4175
|
<ng-content />
|
|
4176
4176
|
</div>
|
|
4177
4177
|
<i class="bi bi-check-all float-end"></i>
|
|
4178
|
-
<span class="time float-end">{{ dateTime()
|
|
4178
|
+
<span class="time float-end">{{ dateTime() }}</span>
|
|
4179
4179
|
<rlb-dropdown
|
|
4180
4180
|
direction="up"
|
|
4181
4181
|
class="reaction"
|