cleek 2.3.62 → 2.4.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.
Files changed (38) hide show
  1. package/dist/cleek.es.js +6 -4
  2. package/dist/cleek.umd.js +1 -1
  3. package/dist/style.css +1 -1
  4. package/package.json +1 -1
  5. package/dist/components/ck-button.vue.d.ts +0 -49
  6. package/dist/components/ck-checkbox.vue.d.ts +0 -26
  7. package/dist/components/ck-chip.vue.d.ts +0 -27
  8. package/dist/components/ck-div.vue.d.ts +0 -19
  9. package/dist/components/ck-dropdown/ck-dropdown.vue.d.ts +0 -17
  10. package/dist/components/ck-icon.vue.d.ts +0 -39
  11. package/dist/components/ck-img.vue.d.ts +0 -39
  12. package/dist/components/ck-input.vue.d.ts +0 -72
  13. package/dist/components/ck-label.vue.d.ts +0 -19
  14. package/dist/components/ck-navbar/ck-navbar.vue.d.ts +0 -17
  15. package/dist/components/ck-notify/ck-notify.d.ts +0 -20
  16. package/dist/components/ck-notify/components/CkConfirm.vue.d.ts +0 -9
  17. package/dist/components/ck-notify/components/CkNotify.vue.d.ts +0 -6
  18. package/dist/components/ck-popup.vue.d.ts +0 -41
  19. package/dist/components/ck-radio.vue.d.ts +0 -34
  20. package/dist/components/ck-select.vue.d.ts +0 -69
  21. package/dist/components/ck-sidebar.vue.d.ts +0 -25
  22. package/dist/components/ck-switch-options.vue.d.ts +0 -42
  23. package/dist/components/ck-switch.vue.d.ts +0 -31
  24. package/dist/components/ck-table/ck-table.vue.d.ts +0 -56
  25. package/dist/components/ck-table/ck-td.vue.d.ts +0 -43
  26. package/dist/components/ck-table/ck-th.vue.d.ts +0 -17
  27. package/dist/components/ck-table/ck-tr.vue.d.ts +0 -2
  28. package/dist/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +0 -24
  29. package/dist/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +0 -39
  30. package/dist/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +0 -28
  31. package/dist/components/ck-table/inner-components/ck-table__title.vue.d.ts +0 -16
  32. package/dist/components/ck-textarea.vue.d.ts +0 -23
  33. package/dist/components/index.d.ts +0 -22
  34. package/dist/hooks/windowWidth.d.ts +0 -3
  35. package/dist/types/cleek-options.d.ts +0 -12
  36. package/dist/types/table.d.ts +0 -6
  37. package/dist/utils/functions.d.ts +0 -14
  38. package/dist/utils/globalVariables.d.ts +0 -6
package/dist/cleek.es.js CHANGED
@@ -23389,7 +23389,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
23389
23389
  });
23390
23390
  var ckTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-373450fe"]]);
23391
23391
  var CkConfirm_vue_vue_type_style_index_0_scoped_true_lang = "";
23392
- const _withScopeId = (n) => (pushScopeId("data-v-559f1615"), n = n(), popScopeId(), n);
23392
+ const _withScopeId = (n) => (pushScopeId("data-v-bc51fc7a"), n = n(), popScopeId(), n);
23393
23393
  const _hoisted_1$1 = { class: "ck-confirm--background" };
23394
23394
  const _hoisted_2$1 = { class: "ck-confirm" };
23395
23395
  const _hoisted_3$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-confirm__icon" }, [
@@ -23447,7 +23447,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
23447
23447
  };
23448
23448
  }
23449
23449
  });
23450
- var CkConfirmComponent = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-559f1615"]]);
23450
+ var CkConfirmComponent = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-bc51fc7a"]]);
23451
23451
  var CkNotify_vue_vue_type_style_index_0_scoped_true_lang = "";
23452
23452
  const _hoisted_1 = { class: "ck-notify__container" };
23453
23453
  const _hoisted_2 = { class: "ck-notify__title" };
@@ -23473,7 +23473,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
23473
23473
  createElementVNode("div", {
23474
23474
  class: "ck-notify",
23475
23475
  style: normalizeStyle({ "background-color": color.value }),
23476
- onClick: _cache[0] || (_cache[0] = ($event) => isActive.value.value = false)
23476
+ onClick: _cache[0] || (_cache[0] = ($event) => isActive.value = false)
23477
23477
  }, [
23478
23478
  createElementVNode("div", _hoisted_2, [
23479
23479
  createElementVNode("div", _hoisted_3, [
@@ -23488,7 +23488,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
23488
23488
  };
23489
23489
  }
23490
23490
  });
23491
- var CkNotifyComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-515c0b0b"]]);
23491
+ var CkNotifyComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4ee137ee"]]);
23492
23492
  const defaultDuration = 2e3;
23493
23493
  var ckNotify = {
23494
23494
  confirm({
@@ -23523,8 +23523,10 @@ var ckNotify = {
23523
23523
  instance.title = title;
23524
23524
  instance.text = text2;
23525
23525
  instance.color = color;
23526
+ console.log("duration", duration);
23526
23527
  setTimeout(() => {
23527
23528
  instance.$el.remove();
23529
+ console.log("cierro");
23528
23530
  }, duration);
23529
23531
  },
23530
23532
  notifySuccess(text2 = "", title = "\xC9xito") {