@amirjalili1374/ui-kit 1.5.43 → 1.5.44

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/ui-kit.es.js CHANGED
@@ -18234,7 +18234,10 @@ const _hoisted_1$9 = {
18234
18234
  class: "page-title"
18235
18235
  };
18236
18236
  const _hoisted_2$5 = { class: "title-text" };
18237
- const _hoisted_3$3 = { class: "action-buttons" };
18237
+ const _hoisted_3$3 = {
18238
+ key: 1,
18239
+ class: "action-buttons"
18240
+ };
18238
18241
  const _hoisted_4$1 = {
18239
18242
  key: 0,
18240
18243
  class: "selected-actions"
@@ -18248,7 +18251,7 @@ const _hoisted_6$1 = {
18248
18251
  class: "me-1"
18249
18252
  };
18250
18253
  const _hoisted_7$1 = {
18251
- key: 2,
18254
+ key: 3,
18252
18255
  class: "selection-actions mb-2"
18253
18256
  };
18254
18257
  const _hoisted_8$1 = ["aria-busy", "aria-live"];
@@ -19414,7 +19417,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19414
19417
  props.title ? (openBlock(), createElementBlock("div", _hoisted_1$9, [
19415
19418
  createElementVNode("h3", _hoisted_2$5, toDisplayString(props.title), 1)
19416
19419
  ])) : createCommentVNode("", true),
19417
- createElementVNode("div", _hoisted_3$3, [
19420
+ !props.inlineFilter ? (openBlock(), createElementBlock("div", _hoisted_3$3, [
19418
19421
  ((_a = props.actions) == null ? void 0 : _a.includes("create")) ? (openBlock(), createBlock(VBtn, {
19419
19422
  key: 0,
19420
19423
  color: "green",
@@ -19603,9 +19606,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19603
19606
  ]),
19604
19607
  _: 1
19605
19608
  })
19606
- ]),
19609
+ ])) : createCommentVNode("", true),
19607
19610
  props.inlineFilter && formHeaders.value.length > 0 ? (openBlock(), createBlock(VCard, {
19608
- key: 1,
19611
+ key: 2,
19609
19612
  class: "mb-2 pa-2",
19610
19613
  elevation: "1"
19611
19614
  }, {
@@ -20867,7 +20870,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
20867
20870
  _: 1
20868
20871
  }, 8, ["modelValue"]),
20869
20872
  snackbar.value ? (openBlock(), createBlock(VSnackbar, {
20870
- key: 3,
20873
+ key: 4,
20871
20874
  modelValue: snackbar.value,
20872
20875
  "onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => snackbar.value = $event),
20873
20876
  timeout: 3e3,