@factoringplus/pl-components-pack-v3 0.12.5-pre-09 → 0.12.5-pre-10

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.
@@ -36748,7 +36748,7 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
36748
36748
  uniqKey: { default: "" },
36749
36749
  defaultWrapperWidth: { default: null }
36750
36750
  },
36751
- emits: ["infiniteScroll", "update:selectedRows", "rowCLick"],
36751
+ emits: ["infiniteScroll", "update:selectedRows", "rowClick"],
36752
36752
  setup(g, { expose: y, emit: j }) {
36753
36753
  const z = g, { width: L } = useWindowSize(), V = useSlots(), re = ref({}), oe = ref(), le = computed$1(() => z.isLoading), ue = ref(!0), ie = computed$1(() => z.selectedRows), pe = computed$1(() => {
36754
36754
  const kt = {};
@@ -36782,7 +36782,7 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
36782
36782
  }, Et = ref(!1), jt = () => {
36783
36783
  Et.value = !0;
36784
36784
  }, hn = (kt) => {
36785
- j("rowCLick", kt);
36785
+ j("rowClick", kt);
36786
36786
  };
36787
36787
  watch(Ie, (kt) => {
36788
36788
  Et.value && (kt ? Ne() : de()), Et.value = !1;