@evercam/ui 1.0.0-preview-addingGateReportAutomation-57fadfe49 → 1.0.0-preview-addingGateReportAutomation-3b7f7b3b7

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 CHANGED
@@ -16931,7 +16931,11 @@ var ku = function() {
16931
16931
  var e = this, r = e._self._c;
16932
16932
  return r("EPopover", { directives: [{ name: "resize-observer", rawName: "v-resize-observer", value: e.handleMenuStyle, expression: "handleMenuStyle" }], attrs: { dark: e.dark }, scopedSlots: e._u([{ key: "trigger", fn: function({ isOpen: n, toggle: s }) {
16933
16933
  return [e.label ? r("label", { staticClass: "e-select-field__label" }, [e._v(" " + e._s(e.label) + " ")]) : e._e(), e._t("activator", function() {
16934
- return [r("div", { staticClass: "e-select__trigger-button e-relative e-w-full e-rounded e-border e-border-solid e-py-2 e-pl-3 e-leading-5 e-cursor-pointer e-max-h-[40px] e-flex e-items-center e-bg-gray-900", class: [e.radioItemClasses, e.dark ? "_dark" : "_light"], attrs: { id: `e-select-trigger-${Date.now()}`, "data-test-id": `select-trigger-${Date.now()}`, role: "button" }, on: { click: (i) => e.handleTriggerClick(i, s) } }, [n && e.searchable ? r("div", { staticClass: "e-select__search-input-wrapper e-flex e-items-center e-gap-2 e-w-full e-mr-10" }, [r("input", { directives: [{ name: "model", rawName: "v-model", value: e.searchQuery, expression: "searchQuery" }], ref: "searchInput", staticClass: "e-select__search-input e-w-full e-h-6 e-bg-transparent placeholder:e-text-sm e-text-sm e-outline-none e-border-none", class: {
16934
+ return [r("div", { staticClass: "e-select__trigger-button e-relative e-w-full e-rounded e-border e-border-solid e-py-2 e-pl-3 e-leading-5 e-cursor-pointer e-max-h-[40px] e-flex e-items-center e-bg-gray-900", class: [
16935
+ e.radioItemClasses,
16936
+ e.dark ? "_dark" : "_light",
16937
+ { "e-select--open": n }
16938
+ ], attrs: { id: `e-select-trigger-${Date.now()}`, "data-test-id": `select-trigger-${Date.now()}`, role: "button" }, on: { click: (i) => e.handleTriggerClick(i, s) } }, [n && e.searchable ? r("div", { staticClass: "e-select__search-input-wrapper e-flex e-items-center e-gap-2 e-w-full e-mr-10" }, [r("input", { directives: [{ name: "model", rawName: "v-model", value: e.searchQuery, expression: "searchQuery" }], ref: "searchInput", staticClass: "e-select__search-input e-w-full e-h-6 e-bg-transparent placeholder:e-text-sm e-text-sm e-outline-none e-border-none", class: {
16935
16939
  "e-text-white placeholder:e-text-gray-400": e.dark,
16936
16940
  "e-text-gray-700 placeholder:e-text-gray-500": !e.dark
16937
16941
  }, attrs: { placeholder: e.searchPlaceholder, type: "text" }, domProps: { value: e.searchQuery }, on: { click: function(i) {