voodoojs 0.6.2 → 0.7.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/dist/{chunk-NNU6WOOU.js → chunk-4T2UIPWX.js} +4 -4
- package/dist/{chunk-A2UOVQBP.js → chunk-CYN6VLMD.js} +4 -4
- package/dist/{chunk-JZIYRIY6.js → chunk-E5T65CEI.js} +5 -5
- package/dist/{chunk-U76IRJKH.js → chunk-GIWKGFGY.js} +4 -4
- package/dist/{chunk-CNHNFTPC.js → chunk-II3XBOAP.js} +13 -13
- package/dist/{chunk-PHMBDPWH.js → chunk-JB2YYNK6.js} +7 -7
- package/dist/{chunk-5777LJVW.js → chunk-MMLUK37L.js} +3 -3
- package/dist/{chunk-4LR3IFPX.js → chunk-QO3I7VLJ.js} +5 -5
- package/dist/{chunk-PQZEVFVZ.js → chunk-WSDB7K4X.js} +6 -6
- package/dist/{chunk-E27NRARW.js → chunk-YOZTHZS2.js} +3 -3
- package/dist/{chunk-234ZLC6W.js → chunk-ZIWLQZZL.js} +4 -4
- package/dist/essential.cjs +2 -2
- package/dist/essential.js +10 -10
- package/dist/gpu.cjs +1 -1
- package/dist/gpu.js +10 -10
- package/dist/http.cjs +1 -1
- package/dist/http.js +5 -5
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +24 -24
- package/dist/reactivity.cjs +1 -1
- package/dist/reactivity.js +2 -2
- package/dist/socket.cjs +1 -1
- package/dist/socket.js +9 -9
- package/dist/style-SLQ6PHZK.js +5 -0
- package/dist/utils.cjs +1 -1
- package/dist/utils.js +2 -2
- package/dist/voodoo.core.js +2 -2
- package/dist/voodoo.core.min.js +2 -2
- package/dist/voodoo.full.js +6 -6
- package/dist/voodoo.full.min.js +4 -4
- package/dist/voodoo.js +2 -2
- package/dist/voodoo.min.js +2 -2
- package/package.json +1 -1
- package/dist/style-XEUAGGJK.js +0 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { __publicField } from './chunk-
|
|
1
|
+
import { __publicField } from './chunk-YOZTHZS2.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Voodoo.js v0.
|
|
4
|
+
* Voodoo.js v0.7.0
|
|
5
5
|
* JavaScript feels like magic.
|
|
6
6
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
7
7
|
*/
|
|
@@ -637,5 +637,5 @@ function traverse(value, seen = /* @__PURE__ */ new Set()) {
|
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
export { EffectScope, ITERATE_KEY, ReactiveEffect, TriggerType, computed, effect, effectScope, enableTracking, flushSync, getActiveEffect, getActiveScope, handleError, hasChanged, isReactive, isRef, markRaw, nextTick, pauseTracking, queueJob, queuePostFlush, reactive, ref, resetTracking, setErrorHandler, shallowRef, stop, toRaw, track, trigger, unref, warn, watch, watchEffect };
|
|
640
|
-
//# sourceMappingURL=chunk-
|
|
641
|
-
//# sourceMappingURL=chunk-
|
|
640
|
+
//# sourceMappingURL=chunk-4T2UIPWX.js.map
|
|
641
|
+
//# sourceMappingURL=chunk-4T2UIPWX.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { config } from './chunk-
|
|
1
|
+
import { config } from './chunk-MMLUK37L.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Voodoo.js v0.
|
|
4
|
+
* Voodoo.js v0.7.0
|
|
5
5
|
* JavaScript feels like magic.
|
|
6
6
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
7
7
|
*/
|
|
@@ -78,5 +78,5 @@ function warnAlias(alias, canonical) {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
export { describeElement, inDevelopment, warn, warnAlias, warnDuplicateKey, warnInvalidExpression, warnOnce, warnRequiredProp, warnUnknownComponent, warnUnknownDirective };
|
|
81
|
-
//# sourceMappingURL=chunk-
|
|
82
|
-
//# sourceMappingURL=chunk-
|
|
81
|
+
//# sourceMappingURL=chunk-CYN6VLMD.js.map
|
|
82
|
+
//# sourceMappingURL=chunk-CYN6VLMD.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { handleError } from './chunk-
|
|
2
|
-
import { warn } from './chunk-
|
|
1
|
+
import { handleError } from './chunk-4T2UIPWX.js';
|
|
2
|
+
import { warn } from './chunk-CYN6VLMD.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Voodoo.js v0.
|
|
5
|
+
* Voodoo.js v0.7.0
|
|
6
6
|
* JavaScript feels like magic.
|
|
7
7
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
8
8
|
*/
|
|
@@ -1192,5 +1192,5 @@ var gpu = {
|
|
|
1192
1192
|
};
|
|
1193
1193
|
|
|
1194
1194
|
export { clock, compute, describeWgslType, destroy, effect, findEntry, flattenValue, frame, frameLoop, gpu, inferStruct, init, packStruct, reflectBindings, reflectEntries, reflectStructs, reflectWgsl, resetShared, shared, splitTopLevel, stripWgslComments, supported, surface, target, uniforms, writeField, writeStruct };
|
|
1195
|
-
//# sourceMappingURL=chunk-
|
|
1196
|
-
//# sourceMappingURL=chunk-
|
|
1195
|
+
//# sourceMappingURL=chunk-E5T65CEI.js.map
|
|
1196
|
+
//# sourceMappingURL=chunk-E5T65CEI.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { config } from './chunk-
|
|
1
|
+
import { config } from './chunk-MMLUK37L.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Voodoo.js v0.
|
|
4
|
+
* Voodoo.js v0.7.0
|
|
5
5
|
* JavaScript feels like magic.
|
|
6
6
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
7
7
|
*/
|
|
@@ -68,5 +68,5 @@ function ensureTokens() {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
export { BASE_TOKENS, ensureTokens, injectStyle };
|
|
71
|
-
//# sourceMappingURL=chunk-
|
|
72
|
-
//# sourceMappingURL=chunk-
|
|
71
|
+
//# sourceMappingURL=chunk-GIWKGFGY.js.map
|
|
72
|
+
//# sourceMappingURL=chunk-GIWKGFGY.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { http, HttpError, request } from './chunk-
|
|
2
|
-
import { stringify, markInitialized, markSkipChildren, destroy, walk, removeQuietly, evaluateIn, addCleanup, markNodeScope, setComponentMounter, closestDirective, magic, readAttr, hasAttr, componentAliases, Scope, queryDirective, parse, evaluate, parseAttribute, originalAttributes, hasDirective, findScope, VoodooRuntimeError, VoodooSyntaxError, allowedGlobals, clearParseCache, tokenize, getScope, stopObserving, refresh, start, magics, rootScope, isInitialized, restoreAttributes, hasDirectives } from './chunk-
|
|
3
|
-
import { ref, reactive, handleError, nextTick, queuePostFlush, warn, watch, EffectScope, computed, effect, toRaw, flushSync, effectScope, stop, unref, markRaw, watchEffect, shallowRef, setErrorHandler } from './chunk-
|
|
4
|
-
import { warnDuplicateKey, warn as warn$1, describeElement, warnUnknownComponent, warnAlias, warnRequiredProp } from './chunk-
|
|
5
|
-
import { parseDuration, debounce, utils_exports, throttle, uid, device, escapeHtml } from './chunk-
|
|
6
|
-
import { injectStyle, ensureTokens } from './chunk-
|
|
7
|
-
import { defineDirective, config, PRIORITY, directives, normalizeComponentName, components, usePlugin } from './chunk-
|
|
8
|
-
import { __publicField } from './chunk-
|
|
1
|
+
import { http, HttpError, request } from './chunk-WSDB7K4X.js';
|
|
2
|
+
import { stringify, markInitialized, markSkipChildren, destroy, walk, removeQuietly, evaluateIn, addCleanup, markNodeScope, setComponentMounter, closestDirective, magic, readAttr, hasAttr, componentAliases, Scope, queryDirective, parse, evaluate, parseAttribute, originalAttributes, hasDirective, findScope, VoodooRuntimeError, VoodooSyntaxError, allowedGlobals, clearParseCache, tokenize, getScope, stopObserving, refresh, start, magics, rootScope, isInitialized, restoreAttributes, hasDirectives } from './chunk-JB2YYNK6.js';
|
|
3
|
+
import { ref, reactive, handleError, nextTick, queuePostFlush, warn, watch, EffectScope, computed, effect, toRaw, flushSync, effectScope, stop, unref, markRaw, watchEffect, shallowRef, setErrorHandler } from './chunk-4T2UIPWX.js';
|
|
4
|
+
import { warnDuplicateKey, warn as warn$1, describeElement, warnUnknownComponent, warnAlias, warnRequiredProp } from './chunk-CYN6VLMD.js';
|
|
5
|
+
import { parseDuration, debounce, utils_exports, throttle, uid, device, escapeHtml } from './chunk-ZIWLQZZL.js';
|
|
6
|
+
import { injectStyle, ensureTokens } from './chunk-GIWKGFGY.js';
|
|
7
|
+
import { defineDirective, config, PRIORITY, directives, normalizeComponentName, components, usePlugin } from './chunk-MMLUK37L.js';
|
|
8
|
+
import { __publicField } from './chunk-YOZTHZS2.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
* Voodoo.js v0.
|
|
11
|
+
* Voodoo.js v0.7.0
|
|
12
12
|
* JavaScript feels like magic.
|
|
13
13
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
14
14
|
*/
|
|
@@ -2662,7 +2662,7 @@ var jsonStylesInjected = false;
|
|
|
2662
2662
|
function injectJSONStyles() {
|
|
2663
2663
|
if (jsonStylesInjected) return;
|
|
2664
2664
|
jsonStylesInjected = true;
|
|
2665
|
-
void import('./style-
|
|
2665
|
+
void import('./style-SLQ6PHZK.js').then(({ injectStyle: injectStyle2 }) => {
|
|
2666
2666
|
injectStyle2(
|
|
2667
2667
|
"json-render",
|
|
2668
2668
|
`
|
|
@@ -2949,7 +2949,7 @@ function data(values) {
|
|
|
2949
2949
|
Object.defineProperties(rootScope.data, Object.getOwnPropertyDescriptors(values));
|
|
2950
2950
|
return rootScope.data;
|
|
2951
2951
|
}
|
|
2952
|
-
var version2 = "0.
|
|
2952
|
+
var version2 = "0.7.0";
|
|
2953
2953
|
var core = {
|
|
2954
2954
|
// Utilities first: Voodoo's own names can override.
|
|
2955
2955
|
...utils_exports,
|
|
@@ -10271,5 +10271,5 @@ defineDirective(
|
|
|
10271
10271
|
);
|
|
10272
10272
|
|
|
10273
10273
|
export { VoodooCollection, alert, allStores, applyMask, cache, clearErrors, clipboard, confirm, cookie, core, createApp, createResource, defineComponent, dialog, efeitos, ensurePalette, enter, fadeIn, fadeOut, fromHtml, hotkey, instances, leave, mask, masks, messages, modal, mountComponent, network, palette, prompt, query, ready, ready2, registerMask, removeStore, screen, serializeForm, session, showFieldError, showFormErrors, slideDown, slideUp, sound, storage, store, storeNames, theme, toast, unmask, url, validate, validator, viewTransition, whenElement, whenReady };
|
|
10274
|
-
//# sourceMappingURL=chunk-
|
|
10275
|
-
//# sourceMappingURL=chunk-
|
|
10274
|
+
//# sourceMappingURL=chunk-II3XBOAP.js.map
|
|
10275
|
+
//# sourceMappingURL=chunk-II3XBOAP.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { reactive, handleError, EffectScope, effect } from './chunk-
|
|
2
|
-
import { inDevelopment, warnInvalidExpression, warnUnknownDirective } from './chunk-
|
|
3
|
-
import { config, directives, components } from './chunk-
|
|
4
|
-
import { __publicField } from './chunk-
|
|
1
|
+
import { reactive, handleError, EffectScope, effect } from './chunk-4T2UIPWX.js';
|
|
2
|
+
import { inDevelopment, warnInvalidExpression, warnUnknownDirective } from './chunk-CYN6VLMD.js';
|
|
3
|
+
import { config, directives, components } from './chunk-MMLUK37L.js';
|
|
4
|
+
import { __publicField } from './chunk-YOZTHZS2.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Voodoo.js v0.
|
|
7
|
+
* Voodoo.js v0.7.0
|
|
8
8
|
* JavaScript feels like magic.
|
|
9
9
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
10
10
|
*/
|
|
@@ -1841,5 +1841,5 @@ function refresh(root) {
|
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
1843
|
export { Scope, VoodooRuntimeError, VoodooSyntaxError, addCleanup, allowedGlobals, clearParseCache, closestDirective, collectDirectives, componentAliases, destroy, evaluate, evaluateIn, findScope, getEffectScopes, getScope, hadDirectives, hasAttr, hasDirective, hasDirectives, isInitialized, magic, magics, markInitialized, markNodeScope, markSkipChildren, originalAttributes, parse, parseAttribute, queryDirective, readAttr, refresh, removeQuietly, restoreAttributes, rootScope, setComponentMounter, start, stopObserving, stringify, tokenize, walk };
|
|
1844
|
-
//# sourceMappingURL=chunk-
|
|
1845
|
-
//# sourceMappingURL=chunk-
|
|
1844
|
+
//# sourceMappingURL=chunk-JB2YYNK6.js.map
|
|
1845
|
+
//# sourceMappingURL=chunk-JB2YYNK6.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Voodoo.js v0.
|
|
2
|
+
* Voodoo.js v0.7.0
|
|
3
3
|
* JavaScript feels like magic.
|
|
4
4
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
5
5
|
*/
|
|
@@ -60,5 +60,5 @@ function usePlugin(V, plugin, options) {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
export { PRIORITY, components, config, defineDirective, directives, normalizeComponentName, usePlugin };
|
|
63
|
-
//# sourceMappingURL=chunk-
|
|
64
|
-
//# sourceMappingURL=chunk-
|
|
63
|
+
//# sourceMappingURL=chunk-MMLUK37L.js.map
|
|
64
|
+
//# sourceMappingURL=chunk-MMLUK37L.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { reactive } from './chunk-
|
|
2
|
-
import { warnOnce } from './chunk-
|
|
1
|
+
import { reactive } from './chunk-4T2UIPWX.js';
|
|
2
|
+
import { warnOnce } from './chunk-CYN6VLMD.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
* Voodoo.js v0.
|
|
5
|
+
* Voodoo.js v0.7.0
|
|
6
6
|
* JavaScript feels like magic.
|
|
7
7
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
8
8
|
*/
|
|
@@ -942,5 +942,5 @@ Object.defineProperty(factory, "open", {
|
|
|
942
942
|
var socket = factory;
|
|
943
943
|
|
|
944
944
|
export { ENGINE, SIO, createSocket, decodeEngine, decodeSocketIo, devtoolsBus, encodeSocketIo, engineURL, resolveSocketURL, socket, socketSupported };
|
|
945
|
-
//# sourceMappingURL=chunk-
|
|
946
|
-
//# sourceMappingURL=chunk-
|
|
945
|
+
//# sourceMappingURL=chunk-QO3I7VLJ.js.map
|
|
946
|
+
//# sourceMappingURL=chunk-QO3I7VLJ.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { warnOnce } from './chunk-
|
|
2
|
-
import { parseDuration } from './chunk-
|
|
3
|
-
import { __publicField } from './chunk-
|
|
1
|
+
import { warnOnce } from './chunk-CYN6VLMD.js';
|
|
2
|
+
import { parseDuration } from './chunk-ZIWLQZZL.js';
|
|
3
|
+
import { __publicField } from './chunk-YOZTHZS2.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Voodoo.js v0.
|
|
6
|
+
* Voodoo.js v0.7.0
|
|
7
7
|
* JavaScript feels like magic.
|
|
8
8
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
9
9
|
*/
|
|
@@ -444,5 +444,5 @@ var http = {
|
|
|
444
444
|
};
|
|
445
445
|
|
|
446
446
|
export { HttpError, clearCache, flushOfflineQueue, http, request };
|
|
447
|
-
//# sourceMappingURL=chunk-
|
|
448
|
-
//# sourceMappingURL=chunk-
|
|
447
|
+
//# sourceMappingURL=chunk-WSDB7K4X.js.map
|
|
448
|
+
//# sourceMappingURL=chunk-WSDB7K4X.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Voodoo.js v0.
|
|
2
|
+
* Voodoo.js v0.7.0
|
|
3
3
|
* JavaScript feels like magic.
|
|
4
4
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
5
5
|
*/
|
|
@@ -12,5 +12,5 @@ var __export = (target, all) => {
|
|
|
12
12
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
13
13
|
|
|
14
14
|
export { __export, __publicField };
|
|
15
|
-
//# sourceMappingURL=chunk-
|
|
16
|
-
//# sourceMappingURL=chunk-
|
|
15
|
+
//# sourceMappingURL=chunk-YOZTHZS2.js.map
|
|
16
|
+
//# sourceMappingURL=chunk-YOZTHZS2.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { __export } from './chunk-
|
|
1
|
+
import { __export } from './chunk-YOZTHZS2.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Voodoo.js v0.
|
|
4
|
+
* Voodoo.js v0.7.0
|
|
5
5
|
* JavaScript feels like magic.
|
|
6
6
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
7
7
|
*/
|
|
@@ -397,5 +397,5 @@ var device = {
|
|
|
397
397
|
};
|
|
398
398
|
|
|
399
399
|
export { capitalize, chunk, clone, debounce, device, escapeHtml, formatCurrency, formatDate, formatFileSize, formatNumber, formatPercent, get, groupBy, isBrowser, matchesMedia, memoize, merge, once, parseDuration, random, relativeTime, sample, set, setFormatDefaults, sleep, slugify, sortBy, stripTags, throttle, titleCase, truncate, uid, unique, utils_exports, uuid };
|
|
400
|
-
//# sourceMappingURL=chunk-
|
|
401
|
-
//# sourceMappingURL=chunk-
|
|
400
|
+
//# sourceMappingURL=chunk-ZIWLQZZL.js.map
|
|
401
|
+
//# sourceMappingURL=chunk-ZIWLQZZL.js.map
|
package/dist/essential.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Voodoo.js v0.
|
|
6
|
+
* Voodoo.js v0.7.0
|
|
7
7
|
* JavaScript feels like magic.
|
|
8
8
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
9
9
|
*/
|
|
@@ -6505,7 +6505,7 @@ function data(values) {
|
|
|
6505
6505
|
Object.defineProperties(rootScope.data, Object.getOwnPropertyDescriptors(values));
|
|
6506
6506
|
return rootScope.data;
|
|
6507
6507
|
}
|
|
6508
|
-
var version2 = "0.
|
|
6508
|
+
var version2 = "0.7.0";
|
|
6509
6509
|
var core = {
|
|
6510
6510
|
// Utilities first: Voodoo's own names can override.
|
|
6511
6511
|
...utils_exports,
|
package/dist/essential.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { core, sound, hotkey, palette, registerMask, unmask, applyMask, masks, mask, clearErrors, showFieldError, showFormErrors, messages, serializeForm, validate, validator, dialog, prompt, confirm, alert, modal, VoodooCollection, fromHtml, ready2, query } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import { magic } from './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
9
|
-
import './chunk-
|
|
1
|
+
import { core, sound, hotkey, palette, registerMask, unmask, applyMask, masks, mask, clearErrors, showFieldError, showFormErrors, messages, serializeForm, validate, validator, dialog, prompt, confirm, alert, modal, VoodooCollection, fromHtml, ready2, query } from './chunk-II3XBOAP.js';
|
|
2
|
+
import './chunk-WSDB7K4X.js';
|
|
3
|
+
import { magic } from './chunk-JB2YYNK6.js';
|
|
4
|
+
import './chunk-4T2UIPWX.js';
|
|
5
|
+
import './chunk-CYN6VLMD.js';
|
|
6
|
+
import './chunk-ZIWLQZZL.js';
|
|
7
|
+
import './chunk-GIWKGFGY.js';
|
|
8
|
+
import './chunk-MMLUK37L.js';
|
|
9
|
+
import './chunk-YOZTHZS2.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* Voodoo.js v0.
|
|
12
|
+
* Voodoo.js v0.7.0
|
|
13
13
|
* JavaScript feels like magic.
|
|
14
14
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
15
15
|
*/
|
package/dist/gpu.cjs
CHANGED
package/dist/gpu.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { supported, clock, shared, gpu, surface, effect, frameLoop, frame } from './chunk-
|
|
2
|
-
export { clock, compute, describeWgslType, destroy, effect, findEntry, flattenValue, frame, frameLoop, gpu, inferStruct, init, packStruct, reflectBindings, reflectEntries, reflectStructs, reflectWgsl, resetShared, shared, splitTopLevel, stripWgslComments, supported, surface, target, uniforms, writeField, writeStruct } from './chunk-
|
|
3
|
-
import { http } from './chunk-
|
|
4
|
-
import { originalAttributes, destroy } from './chunk-
|
|
5
|
-
import { handleError } from './chunk-
|
|
6
|
-
import { warn, describeElement } from './chunk-
|
|
7
|
-
import './chunk-
|
|
8
|
-
import { defineDirective } from './chunk-
|
|
9
|
-
import './chunk-
|
|
1
|
+
import { supported, clock, shared, gpu, surface, effect, frameLoop, frame } from './chunk-E5T65CEI.js';
|
|
2
|
+
export { clock, compute, describeWgslType, destroy, effect, findEntry, flattenValue, frame, frameLoop, gpu, inferStruct, init, packStruct, reflectBindings, reflectEntries, reflectStructs, reflectWgsl, resetShared, shared, splitTopLevel, stripWgslComments, supported, surface, target, uniforms, writeField, writeStruct } from './chunk-E5T65CEI.js';
|
|
3
|
+
import { http } from './chunk-WSDB7K4X.js';
|
|
4
|
+
import { originalAttributes, destroy } from './chunk-JB2YYNK6.js';
|
|
5
|
+
import { handleError } from './chunk-4T2UIPWX.js';
|
|
6
|
+
import { warn, describeElement } from './chunk-CYN6VLMD.js';
|
|
7
|
+
import './chunk-ZIWLQZZL.js';
|
|
8
|
+
import { defineDirective } from './chunk-MMLUK37L.js';
|
|
9
|
+
import './chunk-YOZTHZS2.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
|
-
* Voodoo.js v0.
|
|
12
|
+
* Voodoo.js v0.7.0
|
|
13
13
|
* JavaScript feels like magic.
|
|
14
14
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
15
15
|
*/
|
package/dist/http.cjs
CHANGED
package/dist/http.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { HttpError, clearCache, flushOfflineQueue, http, request } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
1
|
+
export { HttpError, clearCache, flushOfflineQueue, http, request } from './chunk-WSDB7K4X.js';
|
|
2
|
+
import './chunk-CYN6VLMD.js';
|
|
3
|
+
import './chunk-ZIWLQZZL.js';
|
|
4
|
+
import './chunk-MMLUK37L.js';
|
|
5
|
+
import './chunk-YOZTHZS2.js';
|
|
6
6
|
//# sourceMappingURL=http.js.map
|
|
7
7
|
//# sourceMappingURL=http.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Voodoo.js v0.
|
|
6
|
+
* Voodoo.js v0.7.0
|
|
7
7
|
* JavaScript feels like magic.
|
|
8
8
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
9
9
|
*/
|
|
@@ -6516,7 +6516,7 @@ function data(values) {
|
|
|
6516
6516
|
Object.defineProperties(rootScope.data, Object.getOwnPropertyDescriptors(values));
|
|
6517
6517
|
return rootScope.data;
|
|
6518
6518
|
}
|
|
6519
|
-
var version2 = "0.
|
|
6519
|
+
var version2 = "0.7.0";
|
|
6520
6520
|
var core = {
|
|
6521
6521
|
// Utilities first: Voodoo's own names can override.
|
|
6522
6522
|
...utils_exports,
|
|
@@ -20397,8 +20397,8 @@ function enableXrayShortcut() {
|
|
|
20397
20397
|
if (shortcutInstalled || typeof document === "undefined") return;
|
|
20398
20398
|
shortcutInstalled = true;
|
|
20399
20399
|
document.addEventListener("keydown", (event) => {
|
|
20400
|
-
if (!event.
|
|
20401
|
-
if (event.key !== "
|
|
20400
|
+
if (!event.altKey || !event.shiftKey || event.ctrlKey || event.metaKey) return;
|
|
20401
|
+
if (event.code !== "KeyV" && event.key !== "V" && event.key !== "v") return;
|
|
20402
20402
|
event.preventDefault();
|
|
20403
20403
|
xray();
|
|
20404
20404
|
});
|
|
@@ -20591,9 +20591,9 @@ function build() {
|
|
|
20591
20591
|
const button = document.createElement("button");
|
|
20592
20592
|
button.type = "button";
|
|
20593
20593
|
button.className = "v-devtools-btn";
|
|
20594
|
-
button.setAttribute("aria-label", "Open Voodoo devtools (
|
|
20594
|
+
button.setAttribute("aria-label", "Open Voodoo devtools (Alt+Shift+V)");
|
|
20595
20595
|
button.setAttribute("aria-pressed", "false");
|
|
20596
|
-
button.title = "Voodoo devtools \u2014 click to inspect, drag to move (
|
|
20596
|
+
button.title = "Voodoo devtools \u2014 click to inspect, drag to move (Alt+Shift+V)";
|
|
20597
20597
|
button.innerHTML = MARK;
|
|
20598
20598
|
const label = document.createElement("span");
|
|
20599
20599
|
label.className = "v-devtools-label";
|
package/dist/index.d.cts
CHANGED
|
@@ -1513,7 +1513,7 @@ declare function isXrayEnabled(): boolean;
|
|
|
1513
1513
|
* V.xray(false) // disable
|
|
1514
1514
|
* ```
|
|
1515
1515
|
*
|
|
1516
|
-
* The first call also installs the `
|
|
1516
|
+
* The first call also installs the `Alt+Shift+V` shortcut.
|
|
1517
1517
|
*
|
|
1518
1518
|
* @param force enable or disable explicitly. Without argument, toggles.
|
|
1519
1519
|
* @returns the state after the call.
|
package/dist/index.d.ts
CHANGED
|
@@ -1513,7 +1513,7 @@ declare function isXrayEnabled(): boolean;
|
|
|
1513
1513
|
* V.xray(false) // disable
|
|
1514
1514
|
* ```
|
|
1515
1515
|
*
|
|
1516
|
-
* The first call also installs the `
|
|
1516
|
+
* The first call also installs the `Alt+Shift+V` shortcut.
|
|
1517
1517
|
*
|
|
1518
1518
|
* @param force enable or disable explicitly. Without argument, toggles.
|
|
1519
1519
|
* @returns the state after the call.
|
package/dist/index.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { core, sound, hotkey, palette, registerMask, unmask, applyMask, masks, mask, clearErrors, showFieldError, showFormErrors, messages, serializeForm, validate, validator, dialog, prompt, confirm, alert, modal, VoodooCollection, fromHtml, ready2, query, viewTransition, defineComponent, storage, ensurePalette, instances, storeNames, allStores } from './chunk-
|
|
2
|
-
export { VoodooCollection, alert, allStores, applyMask, cache, clearErrors, clipboard, confirm, cookie, createApp, createResource, defineComponent, dialog, ready as documentReady, enter, fadeIn, fadeOut, fromHtml, hotkey, instances, leave, mask, masks, modal, mountComponent, network, palette, prompt, query, ready2 as ready, registerMask, removeStore, createResource as resource, screen, serializeForm, session, showFormErrors, slideDown, slideUp, sound, efeitos as soundEffects, storage, store, storeNames, theme, toast, unmask, url, validate, validator, viewTransition, whenElement, whenReady } from './chunk-
|
|
3
|
-
export { gpu, reflectWgsl } from './chunk-
|
|
4
|
-
import { http } from './chunk-
|
|
5
|
-
export { HttpError, http, request } from './chunk-
|
|
6
|
-
import { devtoolsBus } from './chunk-
|
|
7
|
-
export { createSocket, devtoolsBus, socket, socketSupported } from './chunk-
|
|
8
|
-
import { magic, markSkipChildren, destroy, readAttr, walk, hadDirectives, getScope, collectDirectives, findScope, getEffectScopes, evaluateIn } from './chunk-
|
|
9
|
-
export { Scope, VoodooRuntimeError, VoodooSyntaxError, addCleanup, allowedGlobals, clearParseCache, destroy, evaluate, findScope, getScope, magic, magics, parse, refresh, rootScope, start, stringify, tokenize, walk } from './chunk-
|
|
10
|
-
import { reactive, warn, handleError, queuePostFlush, nextTick } from './chunk-
|
|
11
|
-
export { EffectScope, computed, effect, effectScope, flushSync, isReactive, markRaw, nextTick, reactive, ref, shallowRef, stop, toRaw, unref, watch, watchEffect } from './chunk-
|
|
12
|
-
import { warnAlias } from './chunk-
|
|
13
|
-
import { parseDuration, formatNumber, formatCurrency, formatDate, relativeTime, device, setFormatDefaults, uid, merge, escapeHtml, truncate, get, titleCase } from './chunk-
|
|
14
|
-
export { capitalize, chunk, clone, debounce, device, escapeHtml, formatCurrency, formatDate, formatFileSize, formatNumber, formatPercent, get, groupBy, isBrowser, matchesMedia, memoize, merge, once, parseDuration, random, relativeTime, sample, set, setFormatDefaults, sleep, slugify, sortBy, stripTags, throttle, titleCase, truncate, uid, unique, uuid } from './chunk-
|
|
15
|
-
import { ensureTokens, injectStyle } from './chunk-
|
|
16
|
-
export { ensureTokens, injectStyle } from './chunk-
|
|
17
|
-
import { defineDirective, PRIORITY, config } from './chunk-
|
|
18
|
-
export { PRIORITY, config, defineDirective } from './chunk-
|
|
19
|
-
import './chunk-
|
|
1
|
+
import { core, sound, hotkey, palette, registerMask, unmask, applyMask, masks, mask, clearErrors, showFieldError, showFormErrors, messages, serializeForm, validate, validator, dialog, prompt, confirm, alert, modal, VoodooCollection, fromHtml, ready2, query, viewTransition, defineComponent, storage, ensurePalette, instances, storeNames, allStores } from './chunk-II3XBOAP.js';
|
|
2
|
+
export { VoodooCollection, alert, allStores, applyMask, cache, clearErrors, clipboard, confirm, cookie, createApp, createResource, defineComponent, dialog, ready as documentReady, enter, fadeIn, fadeOut, fromHtml, hotkey, instances, leave, mask, masks, modal, mountComponent, network, palette, prompt, query, ready2 as ready, registerMask, removeStore, createResource as resource, screen, serializeForm, session, showFormErrors, slideDown, slideUp, sound, efeitos as soundEffects, storage, store, storeNames, theme, toast, unmask, url, validate, validator, viewTransition, whenElement, whenReady } from './chunk-II3XBOAP.js';
|
|
3
|
+
export { gpu, reflectWgsl } from './chunk-E5T65CEI.js';
|
|
4
|
+
import { http } from './chunk-WSDB7K4X.js';
|
|
5
|
+
export { HttpError, http, request } from './chunk-WSDB7K4X.js';
|
|
6
|
+
import { devtoolsBus } from './chunk-QO3I7VLJ.js';
|
|
7
|
+
export { createSocket, devtoolsBus, socket, socketSupported } from './chunk-QO3I7VLJ.js';
|
|
8
|
+
import { magic, markSkipChildren, destroy, readAttr, walk, hadDirectives, getScope, collectDirectives, findScope, getEffectScopes, evaluateIn } from './chunk-JB2YYNK6.js';
|
|
9
|
+
export { Scope, VoodooRuntimeError, VoodooSyntaxError, addCleanup, allowedGlobals, clearParseCache, destroy, evaluate, findScope, getScope, magic, magics, parse, refresh, rootScope, start, stringify, tokenize, walk } from './chunk-JB2YYNK6.js';
|
|
10
|
+
import { reactive, warn, handleError, queuePostFlush, nextTick } from './chunk-4T2UIPWX.js';
|
|
11
|
+
export { EffectScope, computed, effect, effectScope, flushSync, isReactive, markRaw, nextTick, reactive, ref, shallowRef, stop, toRaw, unref, watch, watchEffect } from './chunk-4T2UIPWX.js';
|
|
12
|
+
import { warnAlias } from './chunk-CYN6VLMD.js';
|
|
13
|
+
import { parseDuration, formatNumber, formatCurrency, formatDate, relativeTime, device, setFormatDefaults, uid, merge, escapeHtml, truncate, get, titleCase } from './chunk-ZIWLQZZL.js';
|
|
14
|
+
export { capitalize, chunk, clone, debounce, device, escapeHtml, formatCurrency, formatDate, formatFileSize, formatNumber, formatPercent, get, groupBy, isBrowser, matchesMedia, memoize, merge, once, parseDuration, random, relativeTime, sample, set, setFormatDefaults, sleep, slugify, sortBy, stripTags, throttle, titleCase, truncate, uid, unique, uuid } from './chunk-ZIWLQZZL.js';
|
|
15
|
+
import { ensureTokens, injectStyle } from './chunk-GIWKGFGY.js';
|
|
16
|
+
export { ensureTokens, injectStyle } from './chunk-GIWKGFGY.js';
|
|
17
|
+
import { defineDirective, PRIORITY, config } from './chunk-MMLUK37L.js';
|
|
18
|
+
export { PRIORITY, config, defineDirective } from './chunk-MMLUK37L.js';
|
|
19
|
+
import './chunk-YOZTHZS2.js';
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Voodoo.js v0.
|
|
22
|
+
* Voodoo.js v0.7.0
|
|
23
23
|
* JavaScript feels like magic.
|
|
24
24
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
25
25
|
*/
|
|
@@ -6501,8 +6501,8 @@ function enableXrayShortcut() {
|
|
|
6501
6501
|
if (shortcutInstalled || typeof document === "undefined") return;
|
|
6502
6502
|
shortcutInstalled = true;
|
|
6503
6503
|
document.addEventListener("keydown", (event) => {
|
|
6504
|
-
if (!event.
|
|
6505
|
-
if (event.key !== "
|
|
6504
|
+
if (!event.altKey || !event.shiftKey || event.ctrlKey || event.metaKey) return;
|
|
6505
|
+
if (event.code !== "KeyV" && event.key !== "V" && event.key !== "v") return;
|
|
6506
6506
|
event.preventDefault();
|
|
6507
6507
|
xray();
|
|
6508
6508
|
});
|
|
@@ -6694,9 +6694,9 @@ function build() {
|
|
|
6694
6694
|
const button = document.createElement("button");
|
|
6695
6695
|
button.type = "button";
|
|
6696
6696
|
button.className = "v-devtools-btn";
|
|
6697
|
-
button.setAttribute("aria-label", "Open Voodoo devtools (
|
|
6697
|
+
button.setAttribute("aria-label", "Open Voodoo devtools (Alt+Shift+V)");
|
|
6698
6698
|
button.setAttribute("aria-pressed", "false");
|
|
6699
|
-
button.title = "Voodoo devtools \u2014 click to inspect, drag to move (
|
|
6699
|
+
button.title = "Voodoo devtools \u2014 click to inspect, drag to move (Alt+Shift+V)";
|
|
6700
6700
|
button.innerHTML = MARK;
|
|
6701
6701
|
const label = document.createElement("span");
|
|
6702
6702
|
label.className = "v-devtools-label";
|
package/dist/reactivity.cjs
CHANGED
package/dist/reactivity.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { EffectScope, ITERATE_KEY, ReactiveEffect, TriggerType, computed, effect, effectScope, enableTracking, flushSync, getActiveEffect, getActiveScope, handleError, hasChanged, isReactive, isRef, markRaw, nextTick, pauseTracking, queueJob, queuePostFlush, reactive, ref, resetTracking, setErrorHandler, shallowRef, stop, toRaw, track, trigger, unref, warn, watch, watchEffect } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { EffectScope, ITERATE_KEY, ReactiveEffect, TriggerType, computed, effect, effectScope, enableTracking, flushSync, getActiveEffect, getActiveScope, handleError, hasChanged, isReactive, isRef, markRaw, nextTick, pauseTracking, queueJob, queuePostFlush, reactive, ref, resetTracking, setErrorHandler, shallowRef, stop, toRaw, track, trigger, unref, warn, watch, watchEffect } from './chunk-4T2UIPWX.js';
|
|
2
|
+
import './chunk-YOZTHZS2.js';
|
|
3
3
|
//# sourceMappingURL=reactivity.js.map
|
|
4
4
|
//# sourceMappingURL=reactivity.js.map
|
package/dist/socket.cjs
CHANGED
package/dist/socket.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { socketSupported, createSocket, socket } from './chunk-
|
|
2
|
-
export { ENGINE, SIO, createSocket, decodeEngine, decodeSocketIo, encodeSocketIo, engineURL, resolveSocketURL, socket, socketSupported } from './chunk-
|
|
3
|
-
import { evaluateIn, readAttr } from './chunk-
|
|
4
|
-
import { reactive } from './chunk-
|
|
5
|
-
import { warnAlias } from './chunk-
|
|
6
|
-
import { parseDuration } from './chunk-
|
|
7
|
-
import { defineDirective, PRIORITY, config } from './chunk-
|
|
8
|
-
import './chunk-
|
|
1
|
+
import { socketSupported, createSocket, socket } from './chunk-QO3I7VLJ.js';
|
|
2
|
+
export { ENGINE, SIO, createSocket, decodeEngine, decodeSocketIo, encodeSocketIo, engineURL, resolveSocketURL, socket, socketSupported } from './chunk-QO3I7VLJ.js';
|
|
3
|
+
import { evaluateIn, readAttr } from './chunk-JB2YYNK6.js';
|
|
4
|
+
import { reactive } from './chunk-4T2UIPWX.js';
|
|
5
|
+
import { warnAlias } from './chunk-CYN6VLMD.js';
|
|
6
|
+
import { parseDuration } from './chunk-ZIWLQZZL.js';
|
|
7
|
+
import { defineDirective, PRIORITY, config } from './chunk-MMLUK37L.js';
|
|
8
|
+
import './chunk-YOZTHZS2.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
* Voodoo.js v0.
|
|
11
|
+
* Voodoo.js v0.7.0
|
|
12
12
|
* JavaScript feels like magic.
|
|
13
13
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
14
14
|
*/
|
package/dist/utils.cjs
CHANGED
package/dist/utils.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { capitalize, chunk, clone, debounce, device, escapeHtml, formatCurrency, formatDate, formatFileSize, formatNumber, formatPercent, get, groupBy, isBrowser, matchesMedia, memoize, merge, once, parseDuration, random, relativeTime, sample, set, setFormatDefaults, sleep, slugify, sortBy, stripTags, throttle, titleCase, truncate, uid, unique, uuid } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { capitalize, chunk, clone, debounce, device, escapeHtml, formatCurrency, formatDate, formatFileSize, formatNumber, formatPercent, get, groupBy, isBrowser, matchesMedia, memoize, merge, once, parseDuration, random, relativeTime, sample, set, setFormatDefaults, sleep, slugify, sortBy, stripTags, throttle, titleCase, truncate, uid, unique, uuid } from './chunk-ZIWLQZZL.js';
|
|
2
|
+
import './chunk-YOZTHZS2.js';
|
|
3
3
|
//# sourceMappingURL=utils.js.map
|
|
4
4
|
//# sourceMappingURL=utils.js.map
|
package/dist/voodoo.core.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Voodoo.js v0.
|
|
2
|
+
* Voodoo.js v0.7.0
|
|
3
3
|
* JavaScript feels like magic.
|
|
4
4
|
* (c) 2026 Voodoo.js contributors. MIT License.
|
|
5
5
|
*/
|
|
@@ -6566,7 +6566,7 @@ Suggestion: attribute expressions accept a single value. If the logic spans more
|
|
|
6566
6566
|
Object.defineProperties(rootScope.data, Object.getOwnPropertyDescriptors(values));
|
|
6567
6567
|
return rootScope.data;
|
|
6568
6568
|
}
|
|
6569
|
-
var version2 = "0.
|
|
6569
|
+
var version2 = "0.7.0";
|
|
6570
6570
|
var core = {
|
|
6571
6571
|
// Utilities first: Voodoo's own names can override.
|
|
6572
6572
|
...utils_exports,
|