edvoyui-component-library-test-flight 0.0.146 → 0.0.147

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.
@@ -10909,8 +10909,8 @@ const ua = /* @__PURE__ */ _t(f8, [["render", h8]]), v8 = { class: "vs__selected
10909
10909
  class: "vs__spinner"
10910
10910
  }, x8 = {
10911
10911
  key: 0,
10912
- class: "flex flex-row items-center justify-between gap-2 px-3 py-2 border-b border-gray-200 border-solid"
10913
- }, k8 = { class: "flex items-center gap-1 whitespace-nowrap" }, $8 = ["disabled"], C8 = ["disabled"], yM = /* @__PURE__ */ ze({
10912
+ class: "flex flex-row items-center justify-between gap-1 px-2 py-2 border-b border-gray-200 border-solid"
10913
+ }, k8 = { class: "flex items-center gap-px whitespace-nowrap" }, $8 = ["disabled"], C8 = ["disabled"], yM = /* @__PURE__ */ ze({
10914
10914
  __name: "EUISelect",
10915
10915
  props: {
10916
10916
  clearable: {
@@ -11058,7 +11058,8 @@ const ua = /* @__PURE__ */ _t(f8, [["render", h8]]), v8 = { class: "vs__selected
11058
11058
  isCheckbox: {
11059
11059
  type: Boolean,
11060
11060
  default: !1
11061
- }
11061
+ },
11062
+ groupSelect: { type: Boolean, default: !1 }
11062
11063
  },
11063
11064
  emits: [
11064
11065
  "update:modelValue",
@@ -11072,16 +11073,16 @@ const ua = /* @__PURE__ */ _t(f8, [["render", h8]]), v8 = { class: "vs__selected
11072
11073
  ],
11073
11074
  setup(e, { emit: n }) {
11074
11075
  C1((ee) => ({
11075
- "8dd98cf6": ue.value,
11076
- "2e360e87": G.value,
11077
- d2140de2: z.value,
11078
- "2509e3e9": fe.value,
11079
- 38623612: xe.value,
11080
- "502a3a2a": pe.value,
11081
- "77ddfa8c": S.value,
11082
- "647eab78": ne.value,
11083
- d3b64efe: K.value,
11084
- "3a17f18e": Ce.value
11076
+ "172b44b0": ue.value,
11077
+ "5dae8c32": G.value,
11078
+ "3551a93a": z.value,
11079
+ "36bdc8c4": fe.value,
11080
+ "38784e86": xe.value,
11081
+ "05053820": pe.value,
11082
+ "18ecff36": S.value,
11083
+ "347a4c6d": ne.value,
11084
+ "6d16d128": K.value,
11085
+ "69906f39": Ce.value
11085
11086
  }));
11086
11087
  const t = {
11087
11088
  Deselect: {
@@ -11367,27 +11368,27 @@ const ua = /* @__PURE__ */ _t(f8, [["render", h8]]), v8 = { class: "vs__selected
11367
11368
  fn: Le(() => {
11368
11369
  var D, _e, Ee, Ie, tt, We, oe;
11369
11370
  return [
11370
- e.isCheckbox ? (_(), E("div", x8, [
11371
- he[4] || (he[4] = C("h3", { class: "text-sm font-semibold text-black" }, " All values ", -1)),
11371
+ e.isCheckbox && e.groupSelect ? (_(), E("div", x8, [
11372
+ he[4] || (he[4] = C("h3", { class: "text-xs font-semibold text-black" }, " Options ", -1)),
11372
11373
  C("div", k8, [
11373
11374
  C("button", {
11374
- class: le(["w-full px-2 py-1 text-xs font-medium transition duration-75 text-start", [((D = O(b)) == null ? void 0 : D.length) !== ((_e = l.value) == null ? void 0 : _e.length) ? "text-gray-600 hover:text-gray-900" : "pointer-events-none opacity-50 cursor-default text-gray-400"]]),
11375
+ class: le(["w-full p-1 font-medium transition duration-75 rounded text-xss text-start", [((D = O(b)) == null ? void 0 : D.length) !== ((_e = l.value) == null ? void 0 : _e.length) ? "text-gray-600 hover:bg-gray-50 hover:text-violet-600" : "pointer-events-none opacity-50 cursor-default text-gray-400"]]),
11375
11376
  disabled: ((Ee = O(b)) == null ? void 0 : Ee.length) === ((Ie = l.value) == null ? void 0 : Ie.length),
11376
11377
  onClick: It(A, ["prevent"])
11377
11378
  }, " Select All ", 10, $8),
11378
11379
  C("button", {
11379
- class: le(["w-full px-2 py-1 text-xs font-medium transition duration-75 text-start", [(((tt = l.value) == null ? void 0 : tt.length) ?? 0) > 0 ? "text-gray-600 hover:text-gray-900" : "pointer-events-none opacity-50 cursor-default text-gray-400"]]),
11380
+ class: le(["w-full p-1 font-medium transition duration-75 rounded text-xss text-start", [(((tt = l.value) == null ? void 0 : tt.length) ?? 0) > 0 ? "text-gray-600 hover:text-red-600 hover:bg-gray-50" : "pointer-events-none opacity-50 cursor-default text-gray-400"]]),
11380
11381
  disabled: (((We = l.value) == null ? void 0 : We.length) ?? 0) === 0,
11381
11382
  onClick: It(R, ["prevent"])
11382
- }, " Clear all ", 10, C8)
11383
+ }, " Clear All ", 10, C8)
11383
11384
  ])
11384
- ])) : (_(), E(Me, { key: 1 }, [
11385
+ ])) : e.isSelectAll ? (_(), E(Me, { key: 1 }, [
11385
11386
  O(b).length !== ((oe = l.value) == null ? void 0 : oe.length) ? (_(), E("button", {
11386
11387
  key: 0,
11387
11388
  class: "w-full px-6 py-2 text-sm font-medium text-gray-600 transition duration-75 hover:font-bold hover:text-gray-900 text-start",
11388
11389
  onClick: It(L, ["prevent"])
11389
11390
  }, " Select All ")) : X("", !0)
11390
- ], 64))
11391
+ ], 64)) : X("", !0)
11391
11392
  ];
11392
11393
  }),
11393
11394
  key: "10"