@deskhero/dh_ui 2.49.8 → 2.50.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/dh_ui.es.js +18 -6
- package/dist/dh_ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -2
- package/dist/adapters/editorjs/EditorjsTransformer.d.ts +0 -3
- package/dist/adapters/tiptap/SimpleTemplate.vue.d.ts +0 -29
- package/dist/adapters/tiptap/TiptapTransformer.d.ts +0 -3
- package/dist/adapters/tiptap/TiptapView.vue.d.ts +0 -73
- package/dist/adapters/tiptap/composables/useScrollDetector.d.ts +0 -8
- package/dist/components/TextEditor.vue.d.ts +0 -81
- package/dist/components/VerificationCode.vue.d.ts +0 -45
- package/dist/factories/EditorFactory.d.ts +0 -19
- package/dist/models/EditorTransformer.d.ts +0 -5
package/dist/dh_ui.es.js
CHANGED
|
@@ -17513,7 +17513,9 @@ const GB = Ie({
|
|
|
17513
17513
|
{
|
|
17514
17514
|
labels: "",
|
|
17515
17515
|
data: [],
|
|
17516
|
-
backgroundColor: [
|
|
17516
|
+
backgroundColor: [
|
|
17517
|
+
((n = getComputedStyle(document.documentElement).getPropertyValue("--dh-number-range-active")) == null ? void 0 : n.trim()) || "#5ea9e5"
|
|
17518
|
+
],
|
|
17517
17519
|
borderRadius: 1,
|
|
17518
17520
|
hoverBackgroundColor: ((e = getComputedStyle(document.documentElement).getPropertyValue("--dh-number-range-inactive")) == null ? void 0 : e.trim()) || "#e0e0e0"
|
|
17519
17521
|
}
|
|
@@ -17727,7 +17729,7 @@ function nP(n, e, t, i, r, o) {
|
|
|
17727
17729
|
}, "Apply")
|
|
17728
17730
|
]);
|
|
17729
17731
|
}
|
|
17730
|
-
const iP = /* @__PURE__ */ Te(GB, [["render", nP], ["__scopeId", "data-v-
|
|
17732
|
+
const iP = /* @__PURE__ */ Te(GB, [["render", nP], ["__scopeId", "data-v-e2a7124c"]]);
|
|
17731
17733
|
const PA = (n) => (no("data-v-fea4582b"), n = n(), io(), n), rP = { id: "dp-container" }, oP = /* @__PURE__ */ PA(() => /* @__PURE__ */ E("div", { class: "dp__calendar_range" }, [
|
|
17732
17734
|
/* @__PURE__ */ E("p", null, "From"),
|
|
17733
17735
|
/* @__PURE__ */ E("p", null, "To")
|
|
@@ -56723,11 +56725,19 @@ class Zie {
|
|
|
56723
56725
|
}
|
|
56724
56726
|
createPositionControls() {
|
|
56725
56727
|
const e = document.createElement("div");
|
|
56726
|
-
e.setAttribute(
|
|
56728
|
+
e.setAttribute(
|
|
56729
|
+
"style",
|
|
56730
|
+
Wg.getPositionControllerStyle(this.inline)
|
|
56731
|
+
);
|
|
56727
56732
|
const t = this.createControllerIcon(on.ICONS.LEFT);
|
|
56728
56733
|
if (t.addEventListener("click", () => this.handleLeftClick()), e.appendChild(t), !this.inline) {
|
|
56729
|
-
const r = this.createControllerIcon(
|
|
56730
|
-
|
|
56734
|
+
const r = this.createControllerIcon(
|
|
56735
|
+
on.ICONS.CENTER
|
|
56736
|
+
);
|
|
56737
|
+
r.addEventListener(
|
|
56738
|
+
"click",
|
|
56739
|
+
() => this.handleCenterClick()
|
|
56740
|
+
), e.appendChild(r);
|
|
56731
56741
|
}
|
|
56732
56742
|
const i = this.createControllerIcon(on.ICONS.RIGHT);
|
|
56733
56743
|
return i.addEventListener("click", () => this.handleRightClick()), e.appendChild(i), this.elements.container.appendChild(e), this;
|
|
@@ -57138,7 +57148,9 @@ function tre(n, e) {
|
|
|
57138
57148
|
}), !n || n.replace(ere, "").match(
|
|
57139
57149
|
new RegExp(
|
|
57140
57150
|
// eslint-disable-next-line no-useless-escape, prettier/prettier
|
|
57141
|
-
`^(?:(?:${t.join(
|
|
57151
|
+
`^(?:(?:${t.join(
|
|
57152
|
+
"|"
|
|
57153
|
+
)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,
|
|
57142
57154
|
"i"
|
|
57143
57155
|
)
|
|
57144
57156
|
);
|