@vue/shared
Advanced tools
| /** | ||
| * @vue/shared v3.6.0-rc.2 | ||
| * @vue/shared v3.6.0-rc.3 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -429,3 +429,3 @@ * @license MIT | ||
| */ | ||
| const isBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs + ",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected"); | ||
| const isBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs + ",async,autofocus,autoplay,controls,default,defer,disabled,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected"); | ||
| /** | ||
@@ -740,3 +740,7 @@ * Boolean attributes should be included if the value is truthy or ''. | ||
| "NON_STABLE": 8, | ||
| "8": "NON_STABLE" | ||
| "8": "NON_STABLE", | ||
| "SHARED_FALLBACK": 16, | ||
| "16": "SHARED_FALLBACK", | ||
| "INHERIT_FALLBACK": 32, | ||
| "32": "INHERIT_FALLBACK" | ||
| }; | ||
@@ -743,0 +747,0 @@ const VaporDynamicComponentFlags = { |
| /** | ||
| * @vue/shared v3.6.0-rc.2 | ||
| * @vue/shared v3.6.0-rc.3 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -429,3 +429,3 @@ * @license MIT | ||
| */ | ||
| const isBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs + ",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected"); | ||
| const isBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs + ",async,autofocus,autoplay,controls,default,defer,disabled,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected"); | ||
| /** | ||
@@ -740,3 +740,7 @@ * Boolean attributes should be included if the value is truthy or ''. | ||
| "NON_STABLE": 8, | ||
| "8": "NON_STABLE" | ||
| "8": "NON_STABLE", | ||
| "SHARED_FALLBACK": 16, | ||
| "16": "SHARED_FALLBACK", | ||
| "INHERIT_FALLBACK": 32, | ||
| "32": "INHERIT_FALLBACK" | ||
| }; | ||
@@ -743,0 +747,0 @@ const VaporDynamicComponentFlags = { |
+3
-1
@@ -495,3 +495,5 @@ //#region temp/packages/shared/src/makeMap.d.ts | ||
| SLOT_ROOT = 4, | ||
| NON_STABLE = 8 | ||
| NON_STABLE = 8, | ||
| SHARED_FALLBACK = 16, | ||
| INHERIT_FALLBACK = 32 | ||
| } | ||
@@ -498,0 +500,0 @@ export declare enum VaporDynamicComponentFlags { |
| /** | ||
| * @vue/shared v3.6.0-rc.2 | ||
| * @vue/shared v3.6.0-rc.3 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -425,3 +425,3 @@ * @license MIT | ||
| */ | ||
| const isBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs + ",async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected"); | ||
| const isBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs + ",async,autofocus,autoplay,controls,default,defer,disabled,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected"); | ||
| /** | ||
@@ -738,3 +738,7 @@ * Boolean attributes should be included if the value is truthy or ''. | ||
| "NON_STABLE": 8, | ||
| "8": "NON_STABLE" | ||
| "8": "NON_STABLE", | ||
| "SHARED_FALLBACK": 16, | ||
| "16": "SHARED_FALLBACK", | ||
| "INHERIT_FALLBACK": 32, | ||
| "32": "INHERIT_FALLBACK" | ||
| }; | ||
@@ -741,0 +745,0 @@ const VaporDynamicComponentFlags = { |
+1
-1
| { | ||
| "name": "@vue/shared", | ||
| "version": "3.6.0-rc.2", | ||
| "version": "3.6.0-rc.3", | ||
| "description": "internal utils shared across @vue packages", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
119100
0.28%3027
0.46%