@vue/shared 3.6.0-beta.14 → 3.6.0-beta.16
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/shared.cjs.js +4 -2
- package/dist/shared.cjs.prod.js +4 -2
- package/dist/shared.d.ts +2 -1
- package/dist/shared.esm-bundler.js +4 -2
- package/package.json +1 -1
package/dist/shared.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/shared v3.6.0-beta.
|
|
2
|
+
* @vue/shared v3.6.0-beta.16
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -729,7 +729,9 @@ const VaporSlotFlags = {
|
|
|
729
729
|
"ONCE": 2,
|
|
730
730
|
"2": "ONCE",
|
|
731
731
|
"SLOT_ROOT": 4,
|
|
732
|
-
"4": "SLOT_ROOT"
|
|
732
|
+
"4": "SLOT_ROOT",
|
|
733
|
+
"NON_STABLE": 8,
|
|
734
|
+
"8": "NON_STABLE"
|
|
733
735
|
};
|
|
734
736
|
const VaporDynamicComponentFlags = {
|
|
735
737
|
"SINGLE_ROOT": 1,
|
package/dist/shared.cjs.prod.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/shared v3.6.0-beta.
|
|
2
|
+
* @vue/shared v3.6.0-beta.16
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -729,7 +729,9 @@ const VaporSlotFlags = {
|
|
|
729
729
|
"ONCE": 2,
|
|
730
730
|
"2": "ONCE",
|
|
731
731
|
"SLOT_ROOT": 4,
|
|
732
|
-
"4": "SLOT_ROOT"
|
|
732
|
+
"4": "SLOT_ROOT",
|
|
733
|
+
"NON_STABLE": 8,
|
|
734
|
+
"8": "NON_STABLE"
|
|
733
735
|
};
|
|
734
736
|
const VaporDynamicComponentFlags = {
|
|
735
737
|
"SINGLE_ROOT": 1,
|
package/dist/shared.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/shared v3.6.0-beta.
|
|
2
|
+
* @vue/shared v3.6.0-beta.16
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -727,7 +727,9 @@ const VaporSlotFlags = {
|
|
|
727
727
|
"ONCE": 2,
|
|
728
728
|
"2": "ONCE",
|
|
729
729
|
"SLOT_ROOT": 4,
|
|
730
|
-
"4": "SLOT_ROOT"
|
|
730
|
+
"4": "SLOT_ROOT",
|
|
731
|
+
"NON_STABLE": 8,
|
|
732
|
+
"8": "NON_STABLE"
|
|
731
733
|
};
|
|
732
734
|
const VaporDynamicComponentFlags = {
|
|
733
735
|
"SINGLE_ROOT": 1,
|