8000 release: v3.2.12 · digital-codes/coreui-vue@27e3ad6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27e3ad6

Browse files
committed
release: v3.2.12
1 parent 38bf668 commit 27e3ad6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

< 8000 span class="CopyToClipboardButton-module__tooltip--Dq1IB prc-TooltipV2-Tooltip-cYMVY" data-direction="s" aria-label="Copy file name to clipboard" aria-hidden="true" id=":R9mtlab:">Copy file name to clipboard
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/vue",
33
"description": "CoreUI Vue Bootstrap 4 layout components",
4-
"version": "3.2.11",
4+
"version": "3.2.12",
55
"license": "MIT",
66
"main": "dist/coreui-vue.common.js",
77
"types": "src/index.d.ts",
@@ -92,8 +92,7 @@
9292
"eslint": "^6.8.0",
9393
"eslint-plugin-vue": "~6.2.2",
9494
"identity-obj-proxy": "^3.0.0",
95-
"node-sass": "~4.14.1",
96-
"node-sass-magic-importer": "~5.3.2",
95+
"node-sass-magic-importer": "^5.3.2",
9796
"npm-run-all": "~4.1.5",
9897
"postcss": "^8.3.0",
9998
"rollup": "^2.48.0",
@@ -106,6 +105,7 @@
106105
"rollup-plugin-postcss": "^4.0.0",
107106
"rollup-plugin-replace": "~2.2.0",
108107
"rollup-plugin-vue": "~5.1.9",
108+
"sass": "^1.43.4",
109109
"sass-loader": "^10.2.0",
110110
"vue-router": "^3.5.1",
111111
"vue-template-compiler": "^2.6.12"

src/components/form/CSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ export default {
225225
const value = option.value !== undefined ? option.value : option
226226
this.state = value
227227
this.$emit('update:value', value, e)
228+
this.$emit('input', value, e)
228229
}
229230
}
230231
}

src/components/form/form-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const selectProps = Object.assign(
8787
props,
8888
{
8989
options: Array,
90-
value: [String, Number, Boolean, Array],
90+
value: [String, Number, Boolean, Array, Event],
9191
plaintext: Boolean,
9292
placeholder: String,
9393
custom: Boolean

0 commit comments

Comments
 (0)
0