@opentinyvue/vue-grid-toolbar 2.25.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.
- package/lib/index.js +12 -8
- package/package.json +33 -33
package/lib/index.js
CHANGED
|
@@ -854,9 +854,9 @@ function __vue2_injectStyles$3(context) {
|
|
|
854
854
|
this[o] = __cssModules$3[o];
|
|
855
855
|
}
|
|
856
856
|
}
|
|
857
|
-
var CustomSwitch = /* @__PURE__ */ function() {
|
|
857
|
+
var CustomSwitch = /* @__PURE__ */ (function() {
|
|
858
858
|
return __component__$3.exports;
|
|
859
|
-
}();
|
|
859
|
+
})();
|
|
860
860
|
var __vue2_script$2 = defineComponent({
|
|
861
861
|
components: {
|
|
862
862
|
TinyAlert: Alert,
|
|
@@ -1646,9 +1646,9 @@ function __vue2_injectStyles$2(context) {
|
|
|
1646
1646
|
this[o] = __cssModules$2[o];
|
|
1647
1647
|
}
|
|
1648
1648
|
}
|
|
1649
|
-
var GridCustom = /* @__PURE__ */ function() {
|
|
1649
|
+
var GridCustom = /* @__PURE__ */ (function() {
|
|
1650
1650
|
return __component__$2.exports;
|
|
1651
|
-
}();
|
|
1651
|
+
})();
|
|
1652
1652
|
var __vue2_script$1 = {
|
|
1653
1653
|
name: "TinyGridCustomSelect",
|
|
1654
1654
|
components: {
|
|
@@ -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: {
|
|
@@ -1783,9 +1787,9 @@ function __vue2_injectStyles$1(context) {
|
|
|
1783
1787
|
this[o] = __cssModules$1[o];
|
|
1784
1788
|
}
|
|
1785
1789
|
}
|
|
1786
|
-
var GridCustomSelect = /* @__PURE__ */ function() {
|
|
1790
|
+
var GridCustomSelect = /* @__PURE__ */ (function() {
|
|
1787
1791
|
return __component__$1.exports;
|
|
1788
|
-
}();
|
|
1792
|
+
})();
|
|
1789
1793
|
var position = ["left", "right"];
|
|
1790
1794
|
var TitleRender = {
|
|
1791
1795
|
props: ["column"],
|
|
@@ -3252,9 +3256,9 @@ function __vue2_injectStyles(context) {
|
|
|
3252
3256
|
this[o] = __cssModules[o];
|
|
3253
3257
|
}
|
|
3254
3258
|
}
|
|
3255
|
-
var GridCustomSaas = /* @__PURE__ */ function() {
|
|
3259
|
+
var GridCustomSaas = /* @__PURE__ */ (function() {
|
|
3256
3260
|
return __component__.exports;
|
|
3257
|
-
}();
|
|
3261
|
+
})();
|
|
3258
3262
|
var classMap = {
|
|
3259
3263
|
isActive: "is__active"
|
|
3260
3264
|
};
|
package/package.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-grid-toolbar",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
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.
|
|
12
|
-
"@opentinyvue/vue-alert": "~2.
|
|
13
|
-
"@opentinyvue/vue-button": "~2.
|
|
14
|
-
"@opentinyvue/vue-checkbox": "~2.
|
|
15
|
-
"@opentinyvue/vue-checkbox-group": "~2.
|
|
16
|
-
"@opentinyvue/vue-col": "~2.
|
|
17
|
-
"@opentinyvue/vue-common": "~2.
|
|
18
|
-
"@opentinyvue/vue-dialog-box": "~2.
|
|
19
|
-
"@opentinyvue/vue-directive": "~2.
|
|
20
|
-
"@opentinyvue/vue-dropdown": "~2.
|
|
21
|
-
"@opentinyvue/vue-dropdown-item": "~2.
|
|
22
|
-
"@opentinyvue/vue-dropdown-menu": "~2.
|
|
23
|
-
"@opentinyvue/vue-grid": "~2.
|
|
24
|
-
"@opentinyvue/vue-icon": "~2.
|
|
25
|
-
"@opentinyvue/vue-input": "~2.
|
|
26
|
-
"@opentinyvue/vue-layout": "~2.
|
|
27
|
-
"@opentinyvue/vue-locale": "~2.
|
|
28
|
-
"@opentinyvue/vue-modal": "~2.
|
|
29
|
-
"@opentinyvue/vue-option": "~2.
|
|
30
|
-
"@opentinyvue/vue-popover": "~2.
|
|
31
|
-
"@opentinyvue/vue-radio": "~2.
|
|
32
|
-
"@opentinyvue/vue-radio-group": "~2.
|
|
33
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
34
|
-
"@opentinyvue/vue-row": "~2.
|
|
35
|
-
"@opentinyvue/vue-search": "~2.
|
|
36
|
-
"@opentinyvue/vue-select": "~2.
|
|
37
|
-
"@opentinyvue/vue-split": "~2.
|
|
38
|
-
"@opentinyvue/vue-tab-item": "~2.
|
|
39
|
-
"@opentinyvue/vue-tabs": "~2.
|
|
40
|
-
"@opentinyvue/vue-theme": "~3.
|
|
41
|
-
"@opentinyvue/vue-tooltip": "~2.
|
|
42
|
-
"@opentinyvue/vue-tree": "~2.
|
|
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": {
|