startup-ui 0.10.1 → 0.11.0
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/dist/startup-ui.es.js
CHANGED
|
@@ -6621,7 +6621,8 @@ const {
|
|
|
6621
6621
|
__name: "SHtmlEditor",
|
|
6622
6622
|
props: /* @__PURE__ */ Ae({
|
|
6623
6623
|
uploadUrl: {},
|
|
6624
|
-
placeholder: {}
|
|
6624
|
+
placeholder: {},
|
|
6625
|
+
media: { type: Boolean }
|
|
6625
6626
|
}, {
|
|
6626
6627
|
modelValue: {},
|
|
6627
6628
|
modelModifiers: {}
|
|
@@ -6742,12 +6743,12 @@ const {
|
|
|
6742
6743
|
"charmap",
|
|
6743
6744
|
"fullscreen",
|
|
6744
6745
|
"insertdatetime",
|
|
6745
|
-
"media",
|
|
6746
6746
|
"table",
|
|
6747
6747
|
"autolink",
|
|
6748
|
-
"code"
|
|
6748
|
+
"code",
|
|
6749
|
+
...n.media ? ["media"] : []
|
|
6749
6750
|
],
|
|
6750
|
-
toolbar:
|
|
6751
|
+
toolbar: `blocks | bullist numlist | link image | ${n.media ? "media | " : ""}fullscreen code `,
|
|
6751
6752
|
branding: !1,
|
|
6752
6753
|
// Убираем брендинг
|
|
6753
6754
|
promotion: !1,
|