Skip to content

Commit 4598e30

Browse files
committed
chore: update veui
1 parent cfe14b9 commit 4598e30

File tree

4 files changed

+73
-71
lines changed

4 files changed

+73
-71
lines changed

components/OneLive.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
minimap: {
1515
enabled: false,
1616
},
17+
scrollBeyondLastLine: false
1718
}"
1819
/>
1920
<div class="editor-toolbar">
@@ -278,7 +279,7 @@ export default {
278279
} else {
279280
this.colorSchemeOption = colorSchemeOptions[
280281
(colorSchemeOptions.indexOf(this.colorSchemeOption) + 1) %
281-
colorSchemeOptions.length
282+
colorSchemeOptions.length
282283
]
283284
}
284285

one/docs/components/lightbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| ``wrap`` | `boolean=` | `false` | 是否可以循环播放。 |
1818
| ``closable`` | `boolean=` | `true` | 是否显示关闭按钮。 |
1919
| ``escapable`` | `boolean=` | `true` | 按下 <kbd>esc</kbd> 键是否可以关闭浮层。仅在 `closable``true` 时生效。 |
20+
| ``outside-closable`` | `boolean=` | `false` | 点击内容区域外部时是否关闭对话框。 |
2021
| ``priority`` | `number=` | - | 浮层层叠权重,参考 [`Overlay`](./overlay) 组件的 [`priority`](./overlay#props-priority) 属性。 |
2122
| ``before-close`` | `function(string): boolean=|Promise<boolean=>` | - | [^before-close] |
2223
| ``overlay-class`` | `string | Array | Object=` | - | 浮层根元素类名,参考 [`Overlay`](./overlay) 组件的 [`overlay-class`](./overlay#props-overlay-class) 属性。 |

package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@stackblitz/sdk": "^1.5.2",
2626
"babel-eslint": "^10.1.0",
2727
"babel-plugin-lodash": "^3.3.4",
28-
"babel-plugin-veui": "^2.5.3",
28+
"babel-plugin-veui": "^2.5.4",
2929
"cheerio": "^1.0.0-rc.10",
3030
"dls-graphics": "^1.0.0-alpha.3",
3131
"dls-icons-vue": "^0.14.0",
@@ -83,10 +83,10 @@
8383
"stylus-loader": "^3.0.2",
8484
"unist-util-remove": "^1.0.1",
8585
"unist-util-visit": "^1.4.0",
86-
"veui": "^2.5.3",
87-
"veui-loader": "^2.5.3",
88-
"veui-theme-dls": "^2.5.3",
89-
"veui-theme-dls-icons": "^2.5.3",
86+
"veui": "^2.5.4",
87+
"veui-loader": "^2.5.4",
88+
"veui-theme-dls": "^2.5.4",
89+
"veui-theme-dls-icons": "^2.5.4",
9090
"vue-awesome": "^4.5.0",
9191
"vue-i18n": "^8.16.0",
9292
"vue-live": "^1.17.2",

0 commit comments

Comments
 (0)