@evercam/ui 0.0.58-beta.5 → 0.0.58-beta.6
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/index.mjs +6 -6
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +77 -77
package/dist/index.mjs
CHANGED
|
@@ -4895,7 +4895,7 @@ const ot = Jt.exports, ue = new Intl.NumberFormat(void 0, {
|
|
|
4895
4895
|
});
|
|
4896
4896
|
var tr = function() {
|
|
4897
4897
|
var t = this, r = t._self._c;
|
|
4898
|
-
return r("div", { ref: "videoContainer", staticClass: "video-container paused"
|
|
4898
|
+
return r("div", { ref: "videoContainer", staticClass: "video-container paused" }, [r("EZoomable", { attrs: { "ignore-pointer-events": t.zoomableIgnorePointerEvents, disabled: !t.isZoomable, "with-overlay": t.withOverlayOnBackground }, on: { "apply-zoomable-style": function(i) {
|
|
4899
4899
|
return t.$emit("apply-zoomable-style", i);
|
|
4900
4900
|
} }, scopedSlots: t._u([{ key: "overlay", fn: function() {
|
|
4901
4901
|
return [t._t("zoomable-overlay")];
|
|
@@ -4927,7 +4927,7 @@ var tr = function() {
|
|
|
4927
4927
|
rr,
|
|
4928
4928
|
!1,
|
|
4929
4929
|
null,
|
|
4930
|
-
"
|
|
4930
|
+
"319c49d1",
|
|
4931
4931
|
null,
|
|
4932
4932
|
null
|
|
4933
4933
|
);
|
|
@@ -7788,13 +7788,13 @@ const qr = Zr.exports, we = F.extend({
|
|
|
7788
7788
|
var Jr = function() {
|
|
7789
7789
|
var t = this, r = t._self._c;
|
|
7790
7790
|
return r("div", { directives: [{ name: "show", rawName: "v-show", value: !t.isFixedPosition || t.isSearching, expression: "!isFixedPosition || isSearching" }], staticClass: "global-search e-relative", class: {
|
|
7791
|
-
"global-search--fixed e-p-4 e-
|
|
7792
|
-
} }, [r("input", { directives: [{ name: "model", rawName: "v-model", value: t.search, expression: "search" }], ref: "searchField", class: [
|
|
7791
|
+
"global-search--fixed e-p-4 e-bg-white e-m-3": t.isFixedPosition
|
|
7792
|
+
} }, [r("div", { staticClass: "e-relative" }, [r("input", { directives: [{ name: "model", rawName: "v-model", value: t.search, expression: "search" }], ref: "searchField", class: [
|
|
7793
7793
|
"global-search__field e-shadow-sm e-ring-1 e-ring-inset e-relative e-block e-w-full e-h-full disabled:e-cursor-not-allowed disabled:e-opacity-75 focus:e-outline-none e-border-0 e-text-sm e-placeholder-gray-400 e-px-4 e-py-3 e-gap-x-1.5 e-rounded-md e-pr-10",
|
|
7794
7794
|
t.inputClasses
|
|
7795
|
-
], attrs: { id: "global-search-input", placeholder: "Search", autocomplete: "off", type: "text"
|
|
7795
|
+
], attrs: { id: "global-search-input", placeholder: "Search", autocomplete: "off", type: "text" }, domProps: { value: t.search }, on: { input: function(i) {
|
|
7796
7796
|
i.target.composing || (t.search = i.target.value);
|
|
7797
|
-
} } }), r("span", { staticClass: "e-absolute e-inset-y-0 e-end-0 e-flex e-items-center e-justify-center e-pointer-events-none e-px-2.5" }, [r("EIcon", { attrs: { icon: "search", size: "sm" } })], 1)]);
|
|
7797
|
+
} } }), r("span", { staticClass: "e-absolute e-inset-y-0 e-end-0 e-flex e-items-center e-justify-center e-pointer-events-none e-px-2.5" }, [r("EIcon", { attrs: { icon: "search", size: "sm" } })], 1)])]);
|
|
7798
7798
|
}, ei = [], ti = /* @__PURE__ */ I(
|
|
7799
7799
|
Qr,
|
|
7800
7800
|
Jr,
|