@opentinyvue/vue-cascader-menu 2.23.0 → 2.25.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/lib/index.js +1 -1
- package/lib/pc.js +2 -2
- package/package.json +7 -7
package/lib/index.js
CHANGED
package/lib/pc.js
CHANGED
|
@@ -45,7 +45,7 @@ function requireHelper() {
|
|
|
45
45
|
return helper;
|
|
46
46
|
}
|
|
47
47
|
var helperExports = requireHelper();
|
|
48
|
-
var
|
|
48
|
+
var _mergeJSXProps6 = /* @__PURE__ */ getDefaultExportFromCjs(helperExports);
|
|
49
49
|
|
|
50
50
|
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {
|
|
51
51
|
var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;
|
|
@@ -99,7 +99,7 @@ var renderNodeListFunc = function renderNodeListFunc2(_vm) {
|
|
|
99
99
|
var mapHandler = function mapHandler2(node, index) {
|
|
100
100
|
var uid = node.uid;
|
|
101
101
|
var hasChildren = node.hasChildren;
|
|
102
|
-
return h("cascader-node",
|
|
102
|
+
return h("cascader-node", _mergeJSXProps6([{
|
|
103
103
|
"key": uid,
|
|
104
104
|
"attrs": {
|
|
105
105
|
"node": node,
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-cascader-menu",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"type": "module",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentinyvue/vue-common": "~2.
|
|
11
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
12
|
-
"@opentinyvue/vue-locale": "~2.
|
|
13
|
-
"@opentinyvue/vue-scrollbar": "~2.
|
|
14
|
-
"@opentinyvue/vue-cascader-node": "~2.
|
|
15
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~2.25.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-locale": "~2.25.0",
|
|
13
|
+
"@opentinyvue/vue-scrollbar": "~2.25.0",
|
|
14
|
+
"@opentinyvue/vue-cascader-node": "~2.25.0",
|
|
15
|
+
"@opentinyvue/vue-theme": "~3.25.0"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"types": "index.d.ts",
|