@opentinyvue/vue-grid-toolbar 2.25.0 → 2.26.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 +8 -8
  2. 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: {
@@ -1783,9 +1783,9 @@ function __vue2_injectStyles$1(context) {
1783
1783
  this[o] = __cssModules$1[o];
1784
1784
  }
1785
1785
  }
1786
- var GridCustomSelect = /* @__PURE__ */ function() {
1786
+ var GridCustomSelect = /* @__PURE__ */ (function() {
1787
1787
  return __component__$1.exports;
1788
- }();
1788
+ })();
1789
1789
  var position = ["left", "right"];
1790
1790
  var TitleRender = {
1791
1791
  props: ["column"],
@@ -3252,9 +3252,9 @@ function __vue2_injectStyles(context) {
3252
3252
  this[o] = __cssModules[o];
3253
3253
  }
3254
3254
  }
3255
- var GridCustomSaas = /* @__PURE__ */ function() {
3255
+ var GridCustomSaas = /* @__PURE__ */ (function() {
3256
3256
  return __component__.exports;
3257
- }();
3257
+ })();
3258
3258
  var classMap = {
3259
3259
  isActive: "is__active"
3260
3260
  };
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-grid-toolbar",
3
3
  "type": "module",
4
- "version": "2.25.0",
4
+ "version": "2.26.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.25.0",
12
- "@opentinyvue/vue-alert": "~2.25.0",
13
- "@opentinyvue/vue-button": "~2.25.0",
14
- "@opentinyvue/vue-checkbox": "~2.25.0",
15
- "@opentinyvue/vue-checkbox-group": "~2.25.0",
16
- "@opentinyvue/vue-col": "~2.25.0",
17
- "@opentinyvue/vue-common": "~2.25.0",
18
- "@opentinyvue/vue-dialog-box": "~2.25.0",
19
- "@opentinyvue/vue-directive": "~2.25.0",
20
- "@opentinyvue/vue-dropdown": "~2.25.0",
21
- "@opentinyvue/vue-dropdown-item": "~2.25.0",
22
- "@opentinyvue/vue-dropdown-menu": "~2.25.0",
23
- "@opentinyvue/vue-grid": "~2.25.0",
24
- "@opentinyvue/vue-icon": "~2.25.0",
25
- "@opentinyvue/vue-input": "~2.25.0",
26
- "@opentinyvue/vue-layout": "~2.25.0",
27
- "@opentinyvue/vue-locale": "~2.25.0",
28
- "@opentinyvue/vue-modal": "~2.25.0",
29
- "@opentinyvue/vue-option": "~2.25.0",
30
- "@opentinyvue/vue-popover": "~2.25.0",
31
- "@opentinyvue/vue-radio": "~2.25.0",
32
- "@opentinyvue/vue-radio-group": "~2.25.0",
33
- "@opentinyvue/vue-renderless": "~3.25.0",
34
- "@opentinyvue/vue-row": "~2.25.0",
35
- "@opentinyvue/vue-search": "~2.25.0",
36
- "@opentinyvue/vue-select": "~2.25.0",
37
- "@opentinyvue/vue-split": "~2.25.0",
38
- "@opentinyvue/vue-tab-item": "~2.25.0",
39
- "@opentinyvue/vue-tabs": "~2.25.0",
40
- "@opentinyvue/vue-theme": "~3.25.0",
41
- "@opentinyvue/vue-tooltip": "~2.25.0",
42
- "@opentinyvue/vue-tree": "~2.25.0"
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"
43
43
  },
44
44
  "types": "index.d.ts",
45
45
  "scripts": {