Skip to content

Commit

Permalink
2ed63b7 Merge pull request #7102 from QwikDev/pr-fix-stop-propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 27, 2024
1 parent 094432a commit 6334d05
Show file tree
Hide file tree
Showing 21 changed files with 41 additions and 40 deletions.
2 changes: 1 addition & 1 deletion dist/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/build",
"version": "1.10.0-dev+2a6a959",
"version": "1.10.0-dev+2ed63b7",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions dist/cli.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/cli 1.10.0-dev+2a6a959
* @builder.io/qwik/cli 1.10.0-dev+2ed63b7
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -5533,7 +5533,7 @@ async function printHelp(app) {
await runCommand2(Object.assign(app, { task: args[0], args }));
}
function printVersion() {
console.log("1.10.0-dev+2a6a959");
console.log("1.10.0-dev+2ed63b7");
}
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
Expand Down
4 changes: 2 additions & 2 deletions dist/core.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.10.0-dev+2a6a959
* @builder.io/qwik 1.10.0-dev+2ed63b7
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -916,7 +916,7 @@
*
* @public
*/
const version = "1.10.0-dev+2a6a959";
const version = "1.10.0-dev+2ed63b7";

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion dist/core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3866,7 +3866,7 @@ export declare type ValueOrPromise<T> = T | Promise<T>;
export declare const _verifySerializable: <T>(value: T, preMessage?: string) => T;

/**
* 1.10.0-dev+2a6a959
* 1.10.0-dev+2ed63b7
*
* @public
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/core.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.10.0-dev+2a6a959
* @builder.io/qwik 1.10.0-dev+2ed63b7
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -912,7 +912,7 @@ const serializeSStyle = (scopeIds) => {
*
* @public
*/
const version = "1.10.0-dev+2a6a959";
const version = "1.10.0-dev+2ed63b7";

/**
* @internal
Expand Down
4 changes: 2 additions & 2 deletions dist/core.prod.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.10.0-dev+2a6a959
* @builder.io/qwik 1.10.0-dev+2ed63b7
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -351,7 +351,7 @@
return value;
}
};
const version = "1.10.0-dev+2a6a959";
const version = "1.10.0-dev+2ed63b7";
const useSequentialScope = () => {
const iCtx = useInvokeContext();
const elCtx = getContext(iCtx.$hostElement$, iCtx.$renderCtx$.$static$.$containerState$);
Expand Down
4 changes: 2 additions & 2 deletions dist/core.prod.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.10.0-dev+2a6a959
* @builder.io/qwik 1.10.0-dev+2ed63b7
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -576,7 +576,7 @@ const serializeSStyle = scopeIds => {
}
};

const version = "1.10.0-dev+2a6a959";
const version = "1.10.0-dev+2ed63b7";

const useSequentialScope = () => {
const iCtx = useInvokeContext();
Expand Down
4 changes: 2 additions & 2 deletions dist/loader/index.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/loader/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/loader",
"version": "1.10.0-dev+2a6a959",
"version": "1.10.0-dev+2ed63b7",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions dist/optimizer.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/optimizer.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prefetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/prefetch",
"version": "1.10.0-dev+2a6a959",
"version": "1.10.0-dev+2ed63b7",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions dist/qwikloader.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
const dispatch = async (element, onPrefix, ev, eventName = ev.type) => {
const attrName = "on" + onPrefix + ":" + eventName;
element.hasAttribute("preventdefault:" + eventName) && ev.preventDefault();
element.hasAttribute("stoppropagation:" + eventName) && ev.stopPropagation();
const ctx = element._qc_;
const relevantListeners = ctx && ctx.li.filter((li => li[0] === attrName));
if (relevantListeners && relevantListeners.length > 0) {
Expand Down
4 changes: 2 additions & 2 deletions dist/qwikloader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6334d05

Please sign in to comment.