codexly-ui 0.12.39 → 0.12.41
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/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -1779,10 +1779,10 @@ declare class ClxEditorComponent implements AfterViewInit, OnDestroy, ControlVal
|
|
|
1779
1779
|
alt?: string;
|
|
1780
1780
|
} | undefined | null>) | undefined>;
|
|
1781
1781
|
/** Adds an extra toolbar button (only rendered when provided) that inserts a raw HTML block at
|
|
1782
|
-
* the cursor — e.g. an ERP's "
|
|
1783
|
-
*
|
|
1784
|
-
*
|
|
1785
|
-
*
|
|
1782
|
+
* the cursor — e.g. an ERP's own "insert product card" flow, where the result is a whole
|
|
1783
|
+
* <table> block, not a single <img>, so imagePicker's fixed <img>-only output doesn't fit. The
|
|
1784
|
+
* returned html is inserted as-is via insertHTML, no sanitization beyond what
|
|
1785
|
+
* insertHTML/_sanitizePaste already does for pasted content. */
|
|
1786
1786
|
readonly blockPicker: _angular_core.InputSignal<{
|
|
1787
1787
|
icon: string;
|
|
1788
1788
|
title: string;
|