@opentinyvue/vue-filter-panel 2.27.0 → 2.29.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 +6 -1
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -77,6 +77,10 @@ var __vue2_script = defineComponent({
77
77
  blank: {
78
78
  type: Boolean,
79
79
  default: false
80
+ },
81
+ size: {
82
+ type: String,
83
+ default: ""
80
84
  }
81
85
  }),
82
86
  setup: function setup$1(props, context) {
@@ -120,7 +124,8 @@ var render = function render2() {
120
124
  "tip": _vm.tip,
121
125
  "value": _vm.value,
122
126
  "drop-down-visible": _vm.state.visible,
123
- "blank": _vm.blank
127
+ "blank": _vm.blank,
128
+ "size": _vm.size
124
129
  },
125
130
  on: {
126
131
  "click": _vm.togglePanel,
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-filter-panel",
3
- "version": "2.27.0",
3
+ "version": "2.29.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-renderless": "~3.27.0",
11
- "@opentinyvue/vue-common": "~2.27.0",
12
- "@opentinyvue/vue-filter-box": "~2.27.0",
13
- "@opentinyvue/vue-popover": "~2.27.0",
14
- "@opentinyvue/vue-theme": "~3.27.0"
10
+ "@opentinyvue/vue-renderless": "~3.29.0",
11
+ "@opentinyvue/vue-common": "~2.29.0",
12
+ "@opentinyvue/vue-filter-box": "~2.29.0",
13
+ "@opentinyvue/vue-popover": "~2.29.0",
14
+ "@opentinyvue/vue-theme": "~3.29.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts"