@opentinyvue/vue-grid-toolbar 3.26.0 → 3.27.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 +4 -0
- package/package.json +33 -33
package/lib/index.js
CHANGED
|
@@ -1965,6 +1965,7 @@ var _sfc_main$1 = {
|
|
|
1965
1965
|
children && (column.children = _getColNodes2(children));
|
|
1966
1966
|
return column;
|
|
1967
1967
|
}
|
|
1968
|
+
return null;
|
|
1968
1969
|
}).filter(function(i) {
|
|
1969
1970
|
return i;
|
|
1970
1971
|
});
|
|
@@ -1990,6 +1991,9 @@ function _sfc_render$1(_ctx, _cache, $props2, $setup, $data, $options) {
|
|
|
1990
1991
|
placeholder: "请选择",
|
|
1991
1992
|
placement: "bottom-end",
|
|
1992
1993
|
searchable: true,
|
|
1994
|
+
"tooltip-config": {
|
|
1995
|
+
always: false
|
|
1996
|
+
},
|
|
1993
1997
|
multiple: ""
|
|
1994
1998
|
}, {
|
|
1995
1999
|
reference: withCtx(function() {
|
package/package.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-grid-toolbar",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.27.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/utils": "~3.
|
|
12
|
-
"@opentinyvue/vue-alert": "~3.
|
|
13
|
-
"@opentinyvue/vue-button": "~3.
|
|
14
|
-
"@opentinyvue/vue-checkbox": "~3.
|
|
15
|
-
"@opentinyvue/vue-checkbox-group": "~3.
|
|
16
|
-
"@opentinyvue/vue-col": "~3.
|
|
17
|
-
"@opentinyvue/vue-common": "~3.
|
|
18
|
-
"@opentinyvue/vue-dialog-box": "~3.
|
|
19
|
-
"@opentinyvue/vue-directive": "~3.
|
|
20
|
-
"@opentinyvue/vue-dropdown": "~3.
|
|
21
|
-
"@opentinyvue/vue-dropdown-item": "~3.
|
|
22
|
-
"@opentinyvue/vue-dropdown-menu": "~3.
|
|
23
|
-
"@opentinyvue/vue-grid": "~3.
|
|
24
|
-
"@opentinyvue/vue-icon": "~3.
|
|
25
|
-
"@opentinyvue/vue-input": "~3.
|
|
26
|
-
"@opentinyvue/vue-layout": "~3.
|
|
27
|
-
"@opentinyvue/vue-locale": "~3.
|
|
28
|
-
"@opentinyvue/vue-modal": "~3.
|
|
29
|
-
"@opentinyvue/vue-option": "~3.
|
|
30
|
-
"@opentinyvue/vue-popover": "~3.
|
|
31
|
-
"@opentinyvue/vue-radio": "~3.
|
|
32
|
-
"@opentinyvue/vue-radio-group": "~3.
|
|
33
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
34
|
-
"@opentinyvue/vue-row": "~3.
|
|
35
|
-
"@opentinyvue/vue-search": "~3.
|
|
36
|
-
"@opentinyvue/vue-select": "~3.
|
|
37
|
-
"@opentinyvue/vue-split": "~3.
|
|
38
|
-
"@opentinyvue/vue-tab-item": "~3.
|
|
39
|
-
"@opentinyvue/vue-tabs": "~3.
|
|
40
|
-
"@opentinyvue/vue-theme": "~3.
|
|
41
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
42
|
-
"@opentinyvue/vue-tree": "~3.
|
|
11
|
+
"@opentinyvue/utils": "~3.27.0",
|
|
12
|
+
"@opentinyvue/vue-alert": "~3.27.0",
|
|
13
|
+
"@opentinyvue/vue-button": "~3.27.0",
|
|
14
|
+
"@opentinyvue/vue-checkbox": "~3.27.0",
|
|
15
|
+
"@opentinyvue/vue-checkbox-group": "~3.27.0",
|
|
16
|
+
"@opentinyvue/vue-col": "~3.27.0",
|
|
17
|
+
"@opentinyvue/vue-common": "~3.27.0",
|
|
18
|
+
"@opentinyvue/vue-dialog-box": "~3.27.0",
|
|
19
|
+
"@opentinyvue/vue-directive": "~3.27.0",
|
|
20
|
+
"@opentinyvue/vue-dropdown": "~3.27.0",
|
|
21
|
+
"@opentinyvue/vue-dropdown-item": "~3.27.0",
|
|
22
|
+
"@opentinyvue/vue-dropdown-menu": "~3.27.0",
|
|
23
|
+
"@opentinyvue/vue-grid": "~3.27.0",
|
|
24
|
+
"@opentinyvue/vue-icon": "~3.27.0",
|
|
25
|
+
"@opentinyvue/vue-input": "~3.27.0",
|
|
26
|
+
"@opentinyvue/vue-layout": "~3.27.0",
|
|
27
|
+
"@opentinyvue/vue-locale": "~3.27.0",
|
|
28
|
+
"@opentinyvue/vue-modal": "~3.27.0",
|
|
29
|
+
"@opentinyvue/vue-option": "~3.27.0",
|
|
30
|
+
"@opentinyvue/vue-popover": "~3.27.0",
|
|
31
|
+
"@opentinyvue/vue-radio": "~3.27.0",
|
|
32
|
+
"@opentinyvue/vue-radio-group": "~3.27.0",
|
|
33
|
+
"@opentinyvue/vue-renderless": "~3.27.0",
|
|
34
|
+
"@opentinyvue/vue-row": "~3.27.0",
|
|
35
|
+
"@opentinyvue/vue-search": "~3.27.0",
|
|
36
|
+
"@opentinyvue/vue-select": "~3.27.0",
|
|
37
|
+
"@opentinyvue/vue-split": "~3.27.0",
|
|
38
|
+
"@opentinyvue/vue-tab-item": "~3.27.0",
|
|
39
|
+
"@opentinyvue/vue-tabs": "~3.27.0",
|
|
40
|
+
"@opentinyvue/vue-theme": "~3.27.0",
|
|
41
|
+
"@opentinyvue/vue-tooltip": "~3.27.0",
|
|
42
|
+
"@opentinyvue/vue-tree": "~3.27.0"
|
|
43
43
|
},
|
|
44
44
|
"types": "index.d.ts",
|
|
45
45
|
"scripts": {
|