@fkui/vue-labs 6.14.0 → 6.16.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.
package/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
1
|
+
Copyright 2025 Försäkringskassan
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -17,9 +17,9 @@ function requireGlobalThis() {
|
|
|
17
17
|
globalThis_1 = // eslint-disable-next-line es/no-global-this -- safe
|
|
18
18
|
check(typeof globalThis == "object" && globalThis) || check(typeof window == "object" && window) || // eslint-disable-next-line no-restricted-globals -- safe
|
|
19
19
|
check(typeof self == "object" && self) || check(typeof commonjsGlobal == "object" && commonjsGlobal) || check(typeof globalThis_1 == "object" && globalThis_1) || // eslint-disable-next-line no-new-func -- fallback
|
|
20
|
-
/* @__PURE__ */ function() {
|
|
20
|
+
/* @__PURE__ */ (function() {
|
|
21
21
|
return this;
|
|
22
|
-
}() || Function("return this")();
|
|
22
|
+
})() || Function("return this")();
|
|
23
23
|
return globalThis_1;
|
|
24
24
|
}
|
|
25
25
|
var objectGetOwnPropertyDescriptor = {};
|
|
@@ -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.
|
|
422
|
+
version: "3.45.0",
|
|
423
423
|
mode: IS_PURE ? "pure" : "global",
|
|
424
424
|
copyright: "© 2014-2025 Denis Pushkarev (zloirock.ru)",
|
|
425
|
-
license: "https://github.com/zloirock/core-js/blob/v3.
|
|
425
|
+
license: "https://github.com/zloirock/core-js/blob/v3.45.0/LICENSE",
|
|
426
426
|
source: "https://github.com/zloirock/core-js"
|
|
427
427
|
});
|
|
428
428
|
return sharedStore.exports;
|
|
@@ -1257,9 +1257,9 @@ function requireClassof() {
|
|
|
1257
1257
|
var wellKnownSymbol2 = requireWellKnownSymbol();
|
|
1258
1258
|
var TO_STRING_TAG = wellKnownSymbol2("toStringTag");
|
|
1259
1259
|
var $Object = Object;
|
|
1260
|
-
var CORRECT_ARGUMENTS = classofRaw2(/* @__PURE__ */ function() {
|
|
1260
|
+
var CORRECT_ARGUMENTS = classofRaw2(/* @__PURE__ */ (function() {
|
|
1261
1261
|
return arguments;
|
|
1262
|
-
}()) === "Arguments";
|
|
1262
|
+
})()) === "Arguments";
|
|
1263
1263
|
var tryGet = function(it, key) {
|
|
1264
1264
|
try {
|
|
1265
1265
|
return it[key];
|