@hyperfixi/core 2.3.0 → 2.4.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/README.md +8 -11
- package/dist/api/dom-processor.d.ts +8 -4
- package/dist/api/hyperscript-api.d.ts +5 -1
- package/dist/ast-utils/index.js +25320 -94
- package/dist/ast-utils/index.mjs +25320 -94
- package/dist/ast-utils/interchange/types.d.ts +7 -1
- package/dist/behaviors/index.js +54 -100
- package/dist/behaviors/index.mjs +54 -100
- package/dist/bundle-generator/index.js +44 -6
- package/dist/bundle-generator/index.mjs +44 -6
- package/dist/bundle-generator/parser-templates.d.ts +1 -1
- package/dist/bundle-generator/template-capabilities.d.ts +1 -1
- package/dist/chunks/bridge-C4d3blZX.js +2 -0
- package/dist/chunks/browser-modular-BwIRlrTM.js +2 -0
- package/dist/chunks/feature-eventsource-BpZvPy_K.js +2 -0
- package/dist/chunks/{feature-sockets-ClOH7vk7.js → feature-sockets-CrYvjZ4j.js} +2 -2
- package/dist/chunks/feature-webworker-BSYguEIW.js +2 -0
- package/dist/chunks/index-Beno_SBy.js +2 -0
- package/dist/commands/advanced/async.d.ts +6 -2
- package/dist/commands/advanced/js.d.ts +1 -1
- package/dist/commands/animation/start-view-transition.d.ts +24 -0
- package/dist/commands/async/fetch.d.ts +6 -1
- package/dist/commands/control-flow/repeat.d.ts +2 -0
- package/dist/commands/data/clear.d.ts +23 -0
- package/dist/commands/data/set.d.ts +6 -0
- package/dist/commands/dom/close.d.ts +19 -0
- package/dist/commands/dom/empty.d.ts +19 -0
- package/dist/commands/dom/open.d.ts +21 -0
- package/dist/commands/dom/reset.d.ts +19 -0
- package/dist/commands/dom/select.d.ts +19 -0
- package/dist/commands/dom/swap.d.ts +7 -4
- package/dist/commands/events/trigger.d.ts +1 -1
- package/dist/commands/execution/blur.d.ts +19 -0
- package/dist/commands/execution/call.d.ts +1 -2
- package/dist/commands/execution/focus.d.ts +19 -0
- package/dist/commands/helpers/element-resolution.d.ts +2 -2
- package/dist/commands/helpers/event-waiting.d.ts +1 -1
- package/dist/commands/helpers/numeric-target-parser.d.ts +7 -0
- package/dist/commands/index.d.ts +34 -2
- package/dist/commands/index.js +19374 -4848
- package/dist/commands/index.mjs +19342 -4849
- package/dist/commands/navigation/go.d.ts +3 -0
- package/dist/commands/navigation/scroll-to.d.ts +26 -0
- package/dist/commands/utility/beep.d.ts +2 -2
- package/dist/commands/utility/breakpoint.d.ts +19 -0
- package/dist/commands/utility/pick.d.ts +11 -2
- package/dist/compatibility/browser-bundle-modular.d.ts +2 -2
- package/dist/compatibility/browser-bundle-multilingual.d.ts +1 -1
- package/dist/compatibility/browser-bundle-semantic-complete.d.ts +3 -3
- package/dist/compatibility/browser-bundle.d.ts +13 -6
- package/dist/compatibility/browser-modular.d.ts +1 -3
- package/dist/core/expression-evaluator.d.ts +4 -4
- package/dist/core/expression-registry.d.ts +8 -0
- package/dist/expressions/bundles/common-expressions.d.ts +2 -2
- package/dist/expressions/bundles/core-expressions.d.ts +2 -2
- package/dist/expressions/bundles/full-expressions.d.ts +2 -2
- package/dist/expressions/bundles/index.d.ts +3 -3
- package/dist/expressions/collection/index.d.ts +35 -0
- package/dist/expressions/conversion/impl/index.d.ts +1 -1
- package/dist/expressions/index.d.ts +4 -3
- package/dist/expressions/index.js +1117 -1590
- package/dist/expressions/index.mjs +1113 -1586
- package/dist/expressions/logical/index.d.ts +2 -0
- package/dist/expressions/mathematical/index.d.ts +11 -0
- package/dist/expressions/shared/index.d.ts +1 -1
- package/dist/expressions/shared/number-utils.d.ts +1 -0
- package/dist/htmx/htmx-attribute-processor.d.ts +37 -1
- package/dist/htmx/htmx-translator.d.ts +2 -0
- package/dist/htmx/i18n-hooks.d.ts +15 -0
- package/dist/htmx/i18n-orchestrator.d.ts +15 -0
- package/dist/htmx/lang-resolver.d.ts +3 -0
- package/dist/htmx/sse.d.ts +60 -0
- package/dist/htmx/ws.d.ts +59 -0
- package/dist/hyperfixi-browser-classic-i18n.js +2 -0
- package/dist/hyperfixi-browser-minimal.js +1 -0
- package/dist/hyperfixi-browser-standard.js +2 -0
- package/dist/hyperfixi-browser.js +2 -0
- package/dist/hyperfixi-classic-i18n.js +1 -1
- package/dist/hyperfixi-hx-v4.js +1 -0
- package/dist/hyperfixi-hx.js +1 -1
- package/dist/hyperfixi-hybrid-complete.js +1 -1
- package/dist/hyperfixi-hybrid-hx.js +1 -0
- package/dist/hyperfixi-minimal.js +1 -1
- package/dist/hyperfixi-multilingual.js +1 -1
- package/dist/hyperfixi-standard.js +1 -1
- package/dist/hyperfixi.js +1 -1
- package/dist/hyperfixi.mjs +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +43613 -45063
- package/dist/index.min.js +1 -1
- package/dist/index.mjs +43610 -45064
- package/dist/lib/index.d.ts +2 -2
- package/dist/lib/morph-adapter.d.ts +0 -13
- package/dist/lib/swap-executor.d.ts +0 -10
- package/dist/lib/view-transitions.d.ts +1 -30
- package/dist/lokascript-browser-classic-i18n.js +1 -1
- package/dist/lokascript-browser-minimal.js +1 -1
- package/dist/lokascript-browser-standard.js +1 -1
- package/dist/lokascript-browser.js +1 -1
- package/dist/lokascript-hybrid-complete.js +1 -1
- package/dist/lokascript-hybrid-hx.js +1 -1
- package/dist/lokascript-multilingual.js +1 -1
- package/dist/lsp-metadata.d.ts +9 -4
- package/dist/lsp-metadata.js +187 -3
- package/dist/lsp-metadata.mjs +185 -4
- package/dist/metadata.d.ts +1 -1
- package/dist/metadata.js +3 -3
- package/dist/metadata.mjs +3 -3
- package/dist/multilingual/bridge.d.ts +1 -1
- package/dist/multilingual/index.js +79 -22
- package/dist/multilingual/index.mjs +79 -22
- package/dist/parser/command-parsers/animation-commands.d.ts +1 -0
- package/dist/parser/command-parsers/utility-commands.d.ts +1 -0
- package/dist/parser/extensions.d.ts +51 -0
- package/dist/parser/full-parser.js +1224 -899
- package/dist/parser/full-parser.mjs +1224 -899
- package/dist/parser/helpers/ast-helpers.d.ts +1 -0
- package/dist/parser/helpers/parsing-helpers.d.ts +4 -0
- package/dist/parser/hybrid/index.js +7 -0
- package/dist/parser/hybrid/index.mjs +7 -0
- package/dist/parser/hybrid/parser-core.js +7 -0
- package/dist/parser/hybrid/parser-core.mjs +7 -0
- package/dist/parser/hybrid/tokenizer.js +7 -0
- package/dist/parser/hybrid/tokenizer.mjs +7 -0
- package/dist/parser/hybrid-parser.js +7 -0
- package/dist/parser/hybrid-parser.mjs +7 -0
- package/dist/parser/parser-types.d.ts +8 -28
- package/dist/parser/parser.d.ts +3 -7
- package/dist/parser/pratt-parser.d.ts +0 -3
- package/dist/parser/runtime.d.ts +4 -0
- package/dist/parser/semantic-integration.d.ts +17 -0
- package/dist/parser/types.d.ts +7 -1
- package/dist/reference/index.js +91 -0
- package/dist/reference/index.mjs +91 -0
- package/dist/registry/index.js +12866 -5876
- package/dist/registry/index.mjs +12866 -5876
- package/dist/registry/universal-types.d.ts +2 -1
- package/dist/runtime/command-adapter.d.ts +23 -16
- package/dist/runtime/plugin.d.ts +14 -0
- package/dist/runtime/runtime-base.d.ts +32 -7
- package/dist/runtime/runtime-factory.d.ts +3 -3
- package/dist/runtime/runtime.d.ts +2 -2
- package/dist/test-setup.d.ts +1 -0
- package/dist/types/base-types.d.ts +3 -0
- package/dist/types/feature-types.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +26 -20
- package/vocab/htmx/ar.js +60 -0
- package/vocab/htmx/bn.js +49 -0
- package/vocab/htmx/de.js +60 -0
- package/vocab/htmx/en.js +21 -0
- package/vocab/htmx/es.js +60 -0
- package/vocab/htmx/fr.js +59 -0
- package/vocab/htmx/he.js +40 -0
- package/vocab/htmx/hi.js +60 -0
- package/vocab/htmx/id.js +57 -0
- package/vocab/htmx/it.js +58 -0
- package/vocab/htmx/ja.js +60 -0
- package/vocab/htmx/ko.js +60 -0
- package/vocab/htmx/ms.js +35 -0
- package/vocab/htmx/pl.js +60 -0
- package/vocab/htmx/pt.js +60 -0
- package/vocab/htmx/qu.js +60 -0
- package/vocab/htmx/ru.js +60 -0
- package/vocab/htmx/sw.js +59 -0
- package/vocab/htmx/th.js +49 -0
- package/vocab/htmx/tl.js +33 -0
- package/vocab/htmx/tr.js +60 -0
- package/vocab/htmx/uk.js +60 -0
- package/vocab/htmx/vi.js +51 -0
- package/vocab/htmx/zh.js +60 -0
- package/dist/bundles/test-minimal.d.ts +0 -3
- package/dist/bundles/test-standard.d.ts +0 -3
- package/dist/chunks/bridge-BlRqsZT4.js +0 -2
- package/dist/chunks/browser-modular-AbV0Ql4i.js +0 -2
- package/dist/chunks/feature-eventsource-B5F2-H1r.js +0 -2
- package/dist/chunks/feature-webworker-3bAp0ac9.js +0 -2
- package/dist/chunks/index-BDYQHwCF.js +0 -2
- package/dist/compatibility/browser-bundle-minimal.d.ts +0 -8
- package/dist/compatibility/browser-bundle-standard.d.ts +0 -8
- package/dist/compatibility/hyperscript-tests/test-adapter.d.ts +0 -13
- package/dist/core/base-expression-evaluator.d.ts +0 -74
- package/dist/core/binary-expression-evaluator.d.ts +0 -7
- package/dist/core/call-expression-evaluator.d.ts +0 -7
- package/dist/core/configurable-expression-evaluator.d.ts +0 -5
- package/dist/core/lazy-expression-evaluator.d.ts +0 -22
- package/dist/core/parser.d.ts +0 -21
- package/dist/core/selector-evaluator.d.ts +0 -15
- package/dist/core/template-literal-evaluator.d.ts +0 -5
- package/dist/expressions/comparison/index.d.ts +0 -80
- package/dist/expressions/comparison/utils.d.ts +0 -2
- package/dist/expressions/conversion/impl/bridge.d.ts +0 -117
- package/dist/expressions/logical/impl/pattern-matching.d.ts +0 -58
- package/dist/expressions/positional/impl/bridge.d.ts +0 -95
- package/dist/expressions/property/index.d.ts +0 -55
- package/dist/expressions/references/impl/bridge.d.ts +0 -54
- package/dist/extensions/index.d.ts +0 -3
- package/dist/extensions/tailwind.d.ts +0 -22
- package/dist/mod.d.ts +0 -63
- package/dist/parser/expression-parser.d.ts +0 -6
- package/dist/runtime/runtime-experimental.d.ts +0 -18
- package/dist/scripts/code-generator.d.ts +0 -64
- package/dist/scripts/generate-missing-commands.d.ts +0 -4
package/vocab/htmx/es.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: es
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/spanish.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/es.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "es" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('es', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-obtener": "hx-get",
|
|
19
|
+
"hx-poner": "hx-put",
|
|
20
|
+
"hx-objetivo": "hx-target",
|
|
21
|
+
"hx-intercambiar": "hx-swap",
|
|
22
|
+
"hx-disparar": "hx-trigger",
|
|
23
|
+
"hx-en": "hx-on",
|
|
24
|
+
"hx-en-vivo": "hx-live",
|
|
25
|
+
"sse-conectar": "sse-connect",
|
|
26
|
+
"sse-intercambiar": "sse-swap",
|
|
27
|
+
"ws-conectar": "ws-connect",
|
|
28
|
+
"ws-enviar": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"clic": "click",
|
|
32
|
+
"dobleclic": "dblclick",
|
|
33
|
+
"ratónabajo": "mousedown",
|
|
34
|
+
"ratónarriba": "mouseup",
|
|
35
|
+
"ratónentrar": "mouseenter",
|
|
36
|
+
"ratónsalir": "mouseleave",
|
|
37
|
+
"ratónencima": "mouseover",
|
|
38
|
+
"ratónfuera": "mouseout",
|
|
39
|
+
"ratónmover": "mousemove",
|
|
40
|
+
"teclaabajo": "keydown",
|
|
41
|
+
"teclaarriba": "keyup",
|
|
42
|
+
"teclapresar": "keypress",
|
|
43
|
+
"enfocar": "focus",
|
|
44
|
+
"desenfocar": "blur",
|
|
45
|
+
"cambiar": "change",
|
|
46
|
+
"entrada": "input",
|
|
47
|
+
"enviar": "submit",
|
|
48
|
+
"reiniciar": "reset",
|
|
49
|
+
"cargar": "load",
|
|
50
|
+
"descargar": "unload",
|
|
51
|
+
"redimensionar": "resize",
|
|
52
|
+
"desplazar": "scroll",
|
|
53
|
+
"toqueempezar": "touchstart",
|
|
54
|
+
"toqueterminar": "touchend",
|
|
55
|
+
"toquemover": "touchmove",
|
|
56
|
+
"toquecancelar": "touchcancel"
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
})();
|
package/vocab/htmx/fr.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: fr
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/french.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/fr.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "fr" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('fr', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-obtenir": "hx-get",
|
|
19
|
+
"hx-mettre": "hx-put",
|
|
20
|
+
"hx-cible": "hx-target",
|
|
21
|
+
"hx-échanger": "hx-swap",
|
|
22
|
+
"hx-déclencher": "hx-trigger",
|
|
23
|
+
"hx-sur": "hx-on",
|
|
24
|
+
"hx-en-direct": "hx-live",
|
|
25
|
+
"sse-connecter": "sse-connect",
|
|
26
|
+
"sse-échanger": "sse-swap",
|
|
27
|
+
"ws-connecter": "ws-connect",
|
|
28
|
+
"ws-envoyer": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"clic": "click",
|
|
32
|
+
"doubleclic": "dblclick",
|
|
33
|
+
"sourisappuyée": "mousedown",
|
|
34
|
+
"sourisrelâchée": "mouseup",
|
|
35
|
+
"sourisentrer": "mouseenter",
|
|
36
|
+
"sourissortir": "mouseleave",
|
|
37
|
+
"sourissur": "mouseover",
|
|
38
|
+
"sourisdehors": "mouseout",
|
|
39
|
+
"sourisbouger": "mousemove",
|
|
40
|
+
"toucheappuyée": "keydown",
|
|
41
|
+
"toucherelâchée": "keyup",
|
|
42
|
+
"touchepressée": "keypress",
|
|
43
|
+
"flou": "blur",
|
|
44
|
+
"changer": "change",
|
|
45
|
+
"saisie": "input",
|
|
46
|
+
"soumettre": "submit",
|
|
47
|
+
"réinitialiser": "reset",
|
|
48
|
+
"charger": "load",
|
|
49
|
+
"décharger": "unload",
|
|
50
|
+
"redimensionner": "resize",
|
|
51
|
+
"défiler": "scroll",
|
|
52
|
+
"touchercommencer": "touchstart",
|
|
53
|
+
"toucherfin": "touchend",
|
|
54
|
+
"toucherbouger": "touchmove",
|
|
55
|
+
"toucherannuler": "touchcancel"
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
});
|
|
59
|
+
})();
|
package/vocab/htmx/he.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: he
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/hebrew.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/he.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "he" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('he', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-קבל": "hx-get",
|
|
19
|
+
"hx-שים": "hx-put",
|
|
20
|
+
"hx-יעד": "hx-target",
|
|
21
|
+
"hx-החלף": "hx-swap",
|
|
22
|
+
"hx-הפעל": "hx-trigger",
|
|
23
|
+
"hx-ב": "hx-on",
|
|
24
|
+
"hx-חי": "hx-live",
|
|
25
|
+
"sse-התחבר": "sse-connect",
|
|
26
|
+
"sse-החלף": "sse-swap",
|
|
27
|
+
"ws-התחבר": "ws-connect",
|
|
28
|
+
"ws-שלח": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"טשטש": "blur",
|
|
32
|
+
"שינוי": "change",
|
|
33
|
+
"לחיצה": "click",
|
|
34
|
+
"מקד": "focus",
|
|
35
|
+
"קלט": "input",
|
|
36
|
+
"שליחה": "submit"
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
});
|
|
40
|
+
})();
|
package/vocab/htmx/hi.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: hi
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/hindi.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/hi.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "hi" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('hi', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-प्राप्त": "hx-get",
|
|
19
|
+
"hx-रखें": "hx-put",
|
|
20
|
+
"hx-लक्ष्य": "hx-target",
|
|
21
|
+
"hx-बदलें_स्थान": "hx-swap",
|
|
22
|
+
"hx-ट्रिगर": "hx-trigger",
|
|
23
|
+
"hx-पर": "hx-on",
|
|
24
|
+
"hx-लाइव": "hx-live",
|
|
25
|
+
"sse-कनेक्ट": "sse-connect",
|
|
26
|
+
"sse-बदलें_स्थान": "sse-swap",
|
|
27
|
+
"ws-कनेक्ट": "ws-connect",
|
|
28
|
+
"ws-भेजें": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"क्लिक": "click",
|
|
32
|
+
"डबल_क्लिक": "dblclick",
|
|
33
|
+
"माउस_नीचे": "mousedown",
|
|
34
|
+
"माउस_ऊपर": "mouseup",
|
|
35
|
+
"माउस_प्रवेश": "mouseenter",
|
|
36
|
+
"माउस_बाहर": "mouseleave",
|
|
37
|
+
"माउस_ओवर": "mouseover",
|
|
38
|
+
"माउस_आउट": "mouseout",
|
|
39
|
+
"माउस_मूव": "mousemove",
|
|
40
|
+
"की_नीचे": "keydown",
|
|
41
|
+
"की_ऊपर": "keyup",
|
|
42
|
+
"की_प्रेस": "keypress",
|
|
43
|
+
"फोकस": "focus",
|
|
44
|
+
"धुंधला": "blur",
|
|
45
|
+
"परिवर्तन": "change",
|
|
46
|
+
"इनपुट": "input",
|
|
47
|
+
"जमा": "submit",
|
|
48
|
+
"रीसेट": "reset",
|
|
49
|
+
"लोड": "load",
|
|
50
|
+
"अनलोड": "unload",
|
|
51
|
+
"आकार_बदलें": "resize",
|
|
52
|
+
"स्क्रॉल": "scroll",
|
|
53
|
+
"टच_शुरू": "touchstart",
|
|
54
|
+
"टच_समाप्त": "touchend",
|
|
55
|
+
"टच_मूव": "touchmove",
|
|
56
|
+
"टच_रद्द": "touchcancel"
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
})();
|
package/vocab/htmx/id.js
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: id
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/indonesian.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/id.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "id" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('id', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-dapatkan": "hx-get",
|
|
19
|
+
"hx-taruh": "hx-put",
|
|
20
|
+
"hx-tukar": "hx-swap",
|
|
21
|
+
"hx-picu": "hx-trigger",
|
|
22
|
+
"hx-pada": "hx-on",
|
|
23
|
+
"hx-langsung": "hx-live",
|
|
24
|
+
"sse-sambungkan": "sse-connect",
|
|
25
|
+
"sse-tukar": "sse-swap",
|
|
26
|
+
"ws-sambungkan": "ws-connect",
|
|
27
|
+
"ws-kirim": "ws-send"
|
|
28
|
+
},
|
|
29
|
+
events: {
|
|
30
|
+
"klik": "click",
|
|
31
|
+
"klik_ganda": "dblclick",
|
|
32
|
+
"tekan_mouse": "mousedown",
|
|
33
|
+
"lepas_mouse": "mouseup",
|
|
34
|
+
"mouse_masuk": "mouseenter",
|
|
35
|
+
"mouse_keluar": "mouseleave",
|
|
36
|
+
"mouse_atas": "mouseover",
|
|
37
|
+
"mouse_luar": "mouseout",
|
|
38
|
+
"gerak_mouse": "mousemove",
|
|
39
|
+
"tekan_tombol": "keydown",
|
|
40
|
+
"lepas_tombol": "keyup",
|
|
41
|
+
"pencet_tombol": "keypress",
|
|
42
|
+
"fokus": "focus",
|
|
43
|
+
"ubah": "change",
|
|
44
|
+
"masukan": "input",
|
|
45
|
+
"kirim": "submit",
|
|
46
|
+
"muat": "load",
|
|
47
|
+
"bongkar": "unload",
|
|
48
|
+
"ubah_ukuran": "resize",
|
|
49
|
+
"gulir": "scroll",
|
|
50
|
+
"mulai_sentuh": "touchstart",
|
|
51
|
+
"akhir_sentuh": "touchend",
|
|
52
|
+
"gerak_sentuh": "touchmove",
|
|
53
|
+
"batal_sentuh": "touchcancel"
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
});
|
|
57
|
+
})();
|
package/vocab/htmx/it.js
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: it
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/italian.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/it.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "it" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('it', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-ottenere": "hx-get",
|
|
19
|
+
"hx-mettere": "hx-put",
|
|
20
|
+
"hx-obiettivo": "hx-target",
|
|
21
|
+
"hx-scambiare": "hx-swap",
|
|
22
|
+
"hx-scatenare": "hx-trigger",
|
|
23
|
+
"hx-su": "hx-on",
|
|
24
|
+
"hx-in-diretta": "hx-live",
|
|
25
|
+
"sse-connettere": "sse-connect",
|
|
26
|
+
"sse-scambiare": "sse-swap",
|
|
27
|
+
"ws-connettere": "ws-connect",
|
|
28
|
+
"ws-inviare": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"clic": "click",
|
|
32
|
+
"doppioclic": "dblclick",
|
|
33
|
+
"mousegiù": "mousedown",
|
|
34
|
+
"mousesu": "mouseup",
|
|
35
|
+
"mouseentra": "mouseenter",
|
|
36
|
+
"mouseesce": "mouseleave",
|
|
37
|
+
"mousesopra": "mouseover",
|
|
38
|
+
"mousefuori": "mouseout",
|
|
39
|
+
"mousemuovi": "mousemove",
|
|
40
|
+
"tastogiù": "keydown",
|
|
41
|
+
"tastosu": "keyup",
|
|
42
|
+
"tastopremi": "keypress",
|
|
43
|
+
"fuoco": "focus",
|
|
44
|
+
"sfuocatura": "blur",
|
|
45
|
+
"cambio": "change",
|
|
46
|
+
"invio": "submit",
|
|
47
|
+
"carica": "load",
|
|
48
|
+
"scarica": "unload",
|
|
49
|
+
"ridimensiona": "resize",
|
|
50
|
+
"scorrimento": "scroll",
|
|
51
|
+
"toccoinizia": "touchstart",
|
|
52
|
+
"toccofine": "touchend",
|
|
53
|
+
"toccomuovi": "touchmove",
|
|
54
|
+
"toccoannulla": "touchcancel"
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
});
|
|
58
|
+
})();
|
package/vocab/htmx/ja.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: ja
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/japanese.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/ja.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "ja" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('ja', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-取得": "hx-get",
|
|
19
|
+
"hx-置く": "hx-put",
|
|
20
|
+
"hx-ターゲット": "hx-target",
|
|
21
|
+
"hx-交換": "hx-swap",
|
|
22
|
+
"hx-引き金": "hx-trigger",
|
|
23
|
+
"hx-で": "hx-on",
|
|
24
|
+
"hx-ライブ": "hx-live",
|
|
25
|
+
"sse-接続": "sse-connect",
|
|
26
|
+
"sse-交換": "sse-swap",
|
|
27
|
+
"ws-接続": "ws-connect",
|
|
28
|
+
"ws-送る": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"クリック": "click",
|
|
32
|
+
"ダブルクリック": "dblclick",
|
|
33
|
+
"マウス押下": "mousedown",
|
|
34
|
+
"マウス解放": "mouseup",
|
|
35
|
+
"マウス入る": "mouseenter",
|
|
36
|
+
"マウス離れる": "mouseleave",
|
|
37
|
+
"マウス上": "mouseover",
|
|
38
|
+
"マウス外": "mouseout",
|
|
39
|
+
"マウス移動": "mousemove",
|
|
40
|
+
"キー押下": "keydown",
|
|
41
|
+
"キー解放": "keyup",
|
|
42
|
+
"キー押す": "keypress",
|
|
43
|
+
"フォーカス": "focus",
|
|
44
|
+
"ぼかし": "blur",
|
|
45
|
+
"変更": "change",
|
|
46
|
+
"入力": "input",
|
|
47
|
+
"送信": "submit",
|
|
48
|
+
"リセット": "reset",
|
|
49
|
+
"読み込み": "load",
|
|
50
|
+
"読み込み解除": "unload",
|
|
51
|
+
"サイズ変更": "resize",
|
|
52
|
+
"スクロール": "scroll",
|
|
53
|
+
"タッチ開始": "touchstart",
|
|
54
|
+
"タッチ終了": "touchend",
|
|
55
|
+
"タッチ移動": "touchmove",
|
|
56
|
+
"タッチキャンセル": "touchcancel"
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
})();
|
package/vocab/htmx/ko.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: ko
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/korean.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/ko.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "ko" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('ko', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-얻다": "hx-get",
|
|
19
|
+
"hx-넣다": "hx-put",
|
|
20
|
+
"hx-대상": "hx-target",
|
|
21
|
+
"hx-교환": "hx-swap",
|
|
22
|
+
"hx-트리거": "hx-trigger",
|
|
23
|
+
"hx-에": "hx-on",
|
|
24
|
+
"hx-실시간": "hx-live",
|
|
25
|
+
"sse-연결": "sse-connect",
|
|
26
|
+
"sse-교환": "sse-swap",
|
|
27
|
+
"ws-연결": "ws-connect",
|
|
28
|
+
"ws-보내다": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"클릭": "click",
|
|
32
|
+
"더블클릭": "dblclick",
|
|
33
|
+
"마우스다운": "mousedown",
|
|
34
|
+
"마우스업": "mouseup",
|
|
35
|
+
"마우스엔터": "mouseenter",
|
|
36
|
+
"마우스리브": "mouseleave",
|
|
37
|
+
"마우스오버": "mouseover",
|
|
38
|
+
"마우스아웃": "mouseout",
|
|
39
|
+
"마우스무브": "mousemove",
|
|
40
|
+
"키다운": "keydown",
|
|
41
|
+
"키업": "keyup",
|
|
42
|
+
"키프레스": "keypress",
|
|
43
|
+
"포커스": "focus",
|
|
44
|
+
"블러": "blur",
|
|
45
|
+
"변경": "change",
|
|
46
|
+
"입력": "input",
|
|
47
|
+
"제출": "submit",
|
|
48
|
+
"리셋": "reset",
|
|
49
|
+
"로드": "load",
|
|
50
|
+
"언로드": "unload",
|
|
51
|
+
"리사이즈": "resize",
|
|
52
|
+
"스크롤": "scroll",
|
|
53
|
+
"터치시작": "touchstart",
|
|
54
|
+
"터치종료": "touchend",
|
|
55
|
+
"터치이동": "touchmove",
|
|
56
|
+
"터치취소": "touchcancel"
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
})();
|
package/vocab/htmx/ms.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: ms
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/malay.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/ms.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "ms" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('ms', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-dapatkan": "hx-get",
|
|
19
|
+
"hx-letak": "hx-put",
|
|
20
|
+
"hx-sasaran": "hx-target",
|
|
21
|
+
"hx-tukar_tempat": "hx-swap",
|
|
22
|
+
"hx-cetuskan": "hx-trigger",
|
|
23
|
+
"hx-apabila": "hx-on",
|
|
24
|
+
"hx-langsung": "hx-live",
|
|
25
|
+
"sse-sambung": "sse-connect",
|
|
26
|
+
"sse-tukar_tempat": "sse-swap",
|
|
27
|
+
"ws-sambung": "ws-connect",
|
|
28
|
+
"ws-hantar": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"setiap": "every"
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
})();
|
package/vocab/htmx/pl.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: pl
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/polish.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/pl.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "pl" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('pl', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-uzyskaj": "hx-get",
|
|
19
|
+
"hx-umieść": "hx-put",
|
|
20
|
+
"hx-cel": "hx-target",
|
|
21
|
+
"hx-zamień": "hx-swap",
|
|
22
|
+
"hx-wyzwól": "hx-trigger",
|
|
23
|
+
"hx-gdy": "hx-on",
|
|
24
|
+
"hx-na-żywo": "hx-live",
|
|
25
|
+
"sse-połącz": "sse-connect",
|
|
26
|
+
"sse-zamień": "sse-swap",
|
|
27
|
+
"ws-połącz": "ws-connect",
|
|
28
|
+
"ws-wyślij": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"kliknięcie": "click",
|
|
32
|
+
"podwójnekliknięcie": "dblclick",
|
|
33
|
+
"myszdół": "mousedown",
|
|
34
|
+
"myszgóra": "mouseup",
|
|
35
|
+
"myszwejście": "mouseenter",
|
|
36
|
+
"myszwyjście": "mouseleave",
|
|
37
|
+
"mysznad": "mouseover",
|
|
38
|
+
"myszpoza": "mouseout",
|
|
39
|
+
"myszruch": "mousemove",
|
|
40
|
+
"klawiszdół": "keydown",
|
|
41
|
+
"klawiszgóra": "keyup",
|
|
42
|
+
"klawisznaciśnięcie": "keypress",
|
|
43
|
+
"fokus": "focus",
|
|
44
|
+
"rozmycie": "blur",
|
|
45
|
+
"zmiana": "change",
|
|
46
|
+
"wejście": "input",
|
|
47
|
+
"wyślij": "submit",
|
|
48
|
+
"resetuj": "reset",
|
|
49
|
+
"załaduj": "load",
|
|
50
|
+
"wyładuj": "unload",
|
|
51
|
+
"zmieńrozmiar": "resize",
|
|
52
|
+
"przewiń": "scroll",
|
|
53
|
+
"dotykstart": "touchstart",
|
|
54
|
+
"dotykkoniec": "touchend",
|
|
55
|
+
"dotykruch": "touchmove",
|
|
56
|
+
"dotykanuluj": "touchcancel"
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
})();
|
package/vocab/htmx/pt.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Auto-generated by packages/core/scripts/gen-htmx-vocab.mjs — do not edit by hand.
|
|
2
|
+
// Localized htmx-compat attribute vocab for language: pt
|
|
3
|
+
// Re-generate after editing packages/semantic/src/generators/profiles/portuguese.ts
|
|
4
|
+
// or packages/i18n/src/dictionaries/pt.ts.
|
|
5
|
+
(function () {
|
|
6
|
+
if (typeof window === 'undefined' || !window.__hyperfixi_i18n) {
|
|
7
|
+
if (typeof console !== 'undefined') {
|
|
8
|
+
console.warn(
|
|
9
|
+
'[hyperfixi-i18n] Vocab for "pt" loaded before the htmx-compat orchestrator. ' +
|
|
10
|
+
'Move the hyperfixi-hx-v4 (or core) <script> above the vocab <script>.'
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
window.__hyperfixi_i18n.register('pt', {
|
|
16
|
+
hyperfixi: {
|
|
17
|
+
attrs: {
|
|
18
|
+
"hx-obter": "hx-get",
|
|
19
|
+
"hx-colocar": "hx-put",
|
|
20
|
+
"hx-alvo": "hx-target",
|
|
21
|
+
"hx-trocar": "hx-swap",
|
|
22
|
+
"hx-disparar": "hx-trigger",
|
|
23
|
+
"hx-em": "hx-on",
|
|
24
|
+
"hx-ao-vivo": "hx-live",
|
|
25
|
+
"sse-conectar": "sse-connect",
|
|
26
|
+
"sse-trocar": "sse-swap",
|
|
27
|
+
"ws-conectar": "ws-connect",
|
|
28
|
+
"ws-enviar": "ws-send"
|
|
29
|
+
},
|
|
30
|
+
events: {
|
|
31
|
+
"clique": "click",
|
|
32
|
+
"duploClique": "dblclick",
|
|
33
|
+
"mouseBaixo": "mousedown",
|
|
34
|
+
"mouseCima": "mouseup",
|
|
35
|
+
"mouseEntrar": "mouseenter",
|
|
36
|
+
"mouseSair": "mouseleave",
|
|
37
|
+
"mouseSobre": "mouseover",
|
|
38
|
+
"mouseFora": "mouseout",
|
|
39
|
+
"mouseMover": "mousemove",
|
|
40
|
+
"teclaBaixo": "keydown",
|
|
41
|
+
"teclaCima": "keyup",
|
|
42
|
+
"teclaPressionar": "keypress",
|
|
43
|
+
"foco": "focus",
|
|
44
|
+
"desfoque": "blur",
|
|
45
|
+
"mudança": "change",
|
|
46
|
+
"entrada": "input",
|
|
47
|
+
"envio": "submit",
|
|
48
|
+
"reiniciar": "reset",
|
|
49
|
+
"carregar": "load",
|
|
50
|
+
"descarregar": "unload",
|
|
51
|
+
"redimensionar": "resize",
|
|
52
|
+
"rolar": "scroll",
|
|
53
|
+
"toqueInício": "touchstart",
|
|
54
|
+
"toqueFim": "touchend",
|
|
55
|
+
"toqueMover": "touchmove",
|
|
56
|
+
"toqueCancelar": "touchcancel"
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
})();
|