@fkui/vue-labs 6.26.0 → 6.28.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.
@@ -419,10 +419,10 @@ function requireSharedStore() {
419
419
  var SHARED = "__core-js_shared__";
420
420
  var store = sharedStore.exports = globalThis2[SHARED] || defineGlobalProperty2(SHARED, {});
421
421
  (store.versions || (store.versions = [])).push({
422
- version: "3.46.0",
422
+ version: "3.47.0",
423
423
  mode: IS_PURE ? "pure" : "global",
424
424
  copyright: "© 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",
425
- license: "https://github.com/zloirock/core-js/blob/v3.46.0/LICENSE",
425
+ license: "https://github.com/zloirock/core-js/blob/v3.47.0/LICENSE",
426
426
  source: "https://github.com/zloirock/core-js"
427
427
  });
428
428
  return sharedStore.exports;
@@ -2925,7 +2925,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
2925
2925
  });
2926
2926
  const _hoisted_1$6 = {
2927
2927
  scope: "col",
2928
- class: "table-ng__column table-ng__column--checkbox table-ng__column--select"
2928
+ class: "table-ng__column table-ng__column--select"
2929
2929
  };
2930
2930
  const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
2931
2931
  __name: "ITableHeaderSelectable",