@ni/spright-components 4.5.0 → 4.5.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.
|
@@ -60544,6 +60544,8 @@ img.ProseMirror-separator {
|
|
|
60544
60544
|
*
|
|
60545
60545
|
* @public
|
|
60546
60546
|
* Markdown string to render its corresponding rich text content in the component.
|
|
60547
|
+
* @remarks
|
|
60548
|
+
* HTML Attribute: markdown
|
|
60547
60549
|
*/
|
|
60548
60550
|
this.markdown = '';
|
|
60549
60551
|
this.mentionedHrefs = [];
|
|
@@ -60586,7 +60588,7 @@ img.ProseMirror-separator {
|
|
|
60586
60588
|
}
|
|
60587
60589
|
}
|
|
60588
60590
|
__decorate$1([
|
|
60589
|
-
|
|
60591
|
+
attr({ mode: 'fromView' })
|
|
60590
60592
|
], RichTextViewer.prototype, "markdown", void 0);
|
|
60591
60593
|
const nimbleRichTextViewer = RichTextViewer.compose({
|
|
60592
60594
|
baseName: 'rich-text-viewer',
|