@vue/devtools-kit 7.3.2 → 7.3.4
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/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -3649,16 +3649,16 @@ function processInject(instance, mergedType) {
|
|
|
3649
3649
|
}
|
|
3650
3650
|
function processRefs(instance) {
|
|
3651
3651
|
return Object.keys(instance.refs).map((key) => ({
|
|
3652
|
-
type: "refs",
|
|
3652
|
+
type: "template refs",
|
|
3653
3653
|
key,
|
|
3654
3654
|
value: returnError(() => instance.refs[key])
|
|
3655
3655
|
}));
|
|
3656
3656
|
}
|
|
3657
3657
|
function processEventListeners(instance) {
|
|
3658
|
-
var _a24;
|
|
3658
|
+
var _a24, _b24;
|
|
3659
3659
|
const emitsDefinition = instance.type.emits;
|
|
3660
3660
|
const declaredEmits = Array.isArray(emitsDefinition) ? emitsDefinition : Object.keys(emitsDefinition != null ? emitsDefinition : {});
|
|
3661
|
-
const keys = Object.keys((_a24 = instance.vnode.props) != null ?
|
|
3661
|
+
const keys = Object.keys((_b24 = (_a24 = instance == null ? void 0 : instance.vnode) == null ? void 0 : _a24.props) != null ? _b24 : {});
|
|
3662
3662
|
const result = [];
|
|
3663
3663
|
for (const key of keys) {
|
|
3664
3664
|
const [prefix, ...eventNameParts] = key.split(/(?=[A-Z])/);
|
package/dist/index.js
CHANGED
|
@@ -3560,16 +3560,16 @@ function processInject(instance, mergedType) {
|
|
|
3560
3560
|
}
|
|
3561
3561
|
function processRefs(instance) {
|
|
3562
3562
|
return Object.keys(instance.refs).map((key) => ({
|
|
3563
|
-
type: "refs",
|
|
3563
|
+
type: "template refs",
|
|
3564
3564
|
key,
|
|
3565
3565
|
value: returnError(() => instance.refs[key])
|
|
3566
3566
|
}));
|
|
3567
3567
|
}
|
|
3568
3568
|
function processEventListeners(instance) {
|
|
3569
|
-
var _a24;
|
|
3569
|
+
var _a24, _b24;
|
|
3570
3570
|
const emitsDefinition = instance.type.emits;
|
|
3571
3571
|
const declaredEmits = Array.isArray(emitsDefinition) ? emitsDefinition : Object.keys(emitsDefinition != null ? emitsDefinition : {});
|
|
3572
|
-
const keys = Object.keys((_a24 = instance.vnode.props) != null ?
|
|
3572
|
+
const keys = Object.keys((_b24 = (_a24 = instance == null ? void 0 : instance.vnode) == null ? void 0 : _a24.props) != null ? _b24 : {});
|
|
3573
3573
|
const result = [];
|
|
3574
3574
|
for (const key of keys) {
|
|
3575
3575
|
const [prefix, ...eventNameParts] = key.split(/(?=[A-Z])/);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/devtools-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.3.
|
|
4
|
+
"version": "7.3.4",
|
|
5
5
|
"author": "webfansplz",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"perfect-debounce": "^1.0.0",
|
|
30
30
|
"speakingurl": "^14.0.1",
|
|
31
31
|
"superjson": "^2.2.1",
|
|
32
|
-
"@vue/devtools-shared": "^7.3.
|
|
32
|
+
"@vue/devtools-shared": "^7.3.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/speakingurl": "^13.0.6",
|