@opentinyvue/vue-grid-toolbar 2.26.0 → 2.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.
Files changed (2) hide show
  1. package/lib/index.js +4 -0
  2. package/package.json +33 -33
package/lib/index.js CHANGED
@@ -1724,6 +1724,7 @@ var __vue2_script$1 = {
1724
1724
  children && (column.children = _getColNodes2(children));
1725
1725
  return column;
1726
1726
  }
1727
+ return null;
1727
1728
  }).filter(function(i) {
1728
1729
  return i;
1729
1730
  });
@@ -1745,6 +1746,9 @@ var render$1 = function render$12() {
1745
1746
  "placeholder": "请选择",
1746
1747
  "placement": "bottom-end",
1747
1748
  "searchable": true,
1749
+ "tooltip-config": {
1750
+ always: false
1751
+ },
1748
1752
  "multiple": ""
1749
1753
  },
1750
1754
  on: {
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-grid-toolbar",
3
3
  "type": "module",
4
- "version": "2.26.0",
4
+ "version": "2.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.26.0",
12
- "@opentinyvue/vue-alert": "~2.26.0",
13
- "@opentinyvue/vue-button": "~2.26.0",
14
- "@opentinyvue/vue-checkbox": "~2.26.0",
15
- "@opentinyvue/vue-checkbox-group": "~2.26.0",
16
- "@opentinyvue/vue-col": "~2.26.0",
17
- "@opentinyvue/vue-common": "~2.26.0",
18
- "@opentinyvue/vue-dialog-box": "~2.26.0",
19
- "@opentinyvue/vue-directive": "~2.26.0",
20
- "@opentinyvue/vue-dropdown": "~2.26.0",
21
- "@opentinyvue/vue-dropdown-item": "~2.26.0",
22
- "@opentinyvue/vue-dropdown-menu": "~2.26.0",
23
- "@opentinyvue/vue-grid": "~2.26.0",
24
- "@opentinyvue/vue-icon": "~2.26.0",
25
- "@opentinyvue/vue-input": "~2.26.0",
26
- "@opentinyvue/vue-layout": "~2.26.0",
27
- "@opentinyvue/vue-locale": "~2.26.0",
28
- "@opentinyvue/vue-modal": "~2.26.0",
29
- "@opentinyvue/vue-option": "~2.26.0",
30
- "@opentinyvue/vue-popover": "~2.26.0",
31
- "@opentinyvue/vue-radio": "~2.26.0",
32
- "@opentinyvue/vue-radio-group": "~2.26.0",
33
- "@opentinyvue/vue-renderless": "~3.26.0",
34
- "@opentinyvue/vue-row": "~2.26.0",
35
- "@opentinyvue/vue-search": "~2.26.0",
36
- "@opentinyvue/vue-select": "~2.26.0",
37
- "@opentinyvue/vue-split": "~2.26.0",
38
- "@opentinyvue/vue-tab-item": "~2.26.0",
39
- "@opentinyvue/vue-tabs": "~2.26.0",
40
- "@opentinyvue/vue-theme": "~3.26.0",
41
- "@opentinyvue/vue-tooltip": "~2.26.0",
42
- "@opentinyvue/vue-tree": "~2.26.0"
11
+ "@opentinyvue/utils": "~3.27.0",
12
+ "@opentinyvue/vue-alert": "~2.27.0",
13
+ "@opentinyvue/vue-button": "~2.27.0",
14
+ "@opentinyvue/vue-checkbox": "~2.27.0",
15
+ "@opentinyvue/vue-checkbox-group": "~2.27.0",
16
+ "@opentinyvue/vue-col": "~2.27.0",
17
+ "@opentinyvue/vue-common": "~2.27.0",
18
+ "@opentinyvue/vue-dialog-box": "~2.27.0",
19
+ "@opentinyvue/vue-directive": "~2.27.0",
20
+ "@opentinyvue/vue-dropdown": "~2.27.0",
21
+ "@opentinyvue/vue-dropdown-item": "~2.27.0",
22
+ "@opentinyvue/vue-dropdown-menu": "~2.27.0",
23
+ "@opentinyvue/vue-grid": "~2.27.0",
24
+ "@opentinyvue/vue-icon": "~2.27.0",
25
+ "@opentinyvue/vue-input": "~2.27.0",
26
+ "@opentinyvue/vue-layout": "~2.27.0",
27
+ "@opentinyvue/vue-locale": "~2.27.0",
28
+ "@opentinyvue/vue-modal": "~2.27.0",
29
+ "@opentinyvue/vue-option": "~2.27.0",
30
+ "@opentinyvue/vue-popover": "~2.27.0",
31
+ "@opentinyvue/vue-radio": "~2.27.0",
32
+ "@opentinyvue/vue-radio-group": "~2.27.0",
33
+ "@opentinyvue/vue-renderless": "~3.27.0",
34
+ "@opentinyvue/vue-row": "~2.27.0",
35
+ "@opentinyvue/vue-search": "~2.27.0",
36
+ "@opentinyvue/vue-select": "~2.27.0",
37
+ "@opentinyvue/vue-split": "~2.27.0",
38
+ "@opentinyvue/vue-tab-item": "~2.27.0",
39
+ "@opentinyvue/vue-tabs": "~2.27.0",
40
+ "@opentinyvue/vue-theme": "~3.27.0",
41
+ "@opentinyvue/vue-tooltip": "~2.27.0",
42
+ "@opentinyvue/vue-tree": "~2.27.0"
43
43
  },
44
44
  "types": "index.d.ts",
45
45
  "scripts": {