@dxtmisha/functional 1.11.7 → 1.11.8
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/ai-description.txt +3 -3
- package/ai-doc.ru.txt +34 -0
- package/ai-doc.txt +34 -0
- package/ai-types.txt +613 -474
- package/dist/library.js +4 -4
- package/package.json +3 -1
package/dist/library.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Api as e, ApiMethodItem as t, BroadcastMessage as n, Cookie as r, DataS
|
|
|
2
2
|
import { computed as M, customRef as oe, effectScope as se, getCurrentInstance as ce, h as le, hasInjectionContext as ue, inject as de, isRef as N, onServerPrefetch as fe, onUnmounted as pe, provide as me, ref as P, shallowRef as F, toRefs as he, triggerRef as ge, useAttrs as _e, useSlots as ve, watch as I, watchEffect as ye } from "vue";
|
|
3
3
|
export * from "@dxtmisha/functional-basic";
|
|
4
4
|
//#endregion
|
|
5
|
-
//#region \0@oxc-project+runtime@0.
|
|
5
|
+
//#region \0@oxc-project+runtime@0.128.0/helpers/typeof.js
|
|
6
6
|
function L(e) {
|
|
7
7
|
"@babel/helpers - typeof";
|
|
8
8
|
return L = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -12,7 +12,7 @@ function L(e) {
|
|
|
12
12
|
}, L(e);
|
|
13
13
|
}
|
|
14
14
|
//#endregion
|
|
15
|
-
//#region \0@oxc-project+runtime@0.
|
|
15
|
+
//#region \0@oxc-project+runtime@0.128.0/helpers/toPrimitive.js
|
|
16
16
|
function be(e, t) {
|
|
17
17
|
if (L(e) != "object" || !e) return e;
|
|
18
18
|
var n = e[Symbol.toPrimitive];
|
|
@@ -24,13 +24,13 @@ function be(e, t) {
|
|
|
24
24
|
return (t === "string" ? String : Number)(e);
|
|
25
25
|
}
|
|
26
26
|
//#endregion
|
|
27
|
-
//#region \0@oxc-project+runtime@0.
|
|
27
|
+
//#region \0@oxc-project+runtime@0.128.0/helpers/toPropertyKey.js
|
|
28
28
|
function xe(e) {
|
|
29
29
|
var t = be(e, "string");
|
|
30
30
|
return L(t) == "symbol" ? t : t + "";
|
|
31
31
|
}
|
|
32
32
|
//#endregion
|
|
33
|
-
//#region \0@oxc-project+runtime@0.
|
|
33
|
+
//#region \0@oxc-project+runtime@0.128.0/helpers/defineProperty.js
|
|
34
34
|
function R(e, t, n) {
|
|
35
35
|
return (t = xe(t)) in e ? Object.defineProperty(e, t, {
|
|
36
36
|
value: n,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxtmisha/functional",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A comprehensive library of utilities, base classes, and Vue 3 composables for reactive web development. Extends @dxtmisha/functional-basic with Composition API.",
|
|
7
7
|
"keywords": [
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
"files": [
|
|
48
48
|
"dist",
|
|
49
49
|
"ai-description.txt",
|
|
50
|
+
"ai-doc.ru.txt",
|
|
51
|
+
"ai-doc.txt",
|
|
50
52
|
"ai-types.txt",
|
|
51
53
|
"CHANGELOG.md",
|
|
52
54
|
"LICENSE",
|