File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ export const RevoGrid = /*@__PURE__*/ Vue.extend({
5454 jobsBeforeRender : { } as PropOptions < Components . RevoGrid [ 'jobsBeforeRender' ] > ,
5555 registerVNode : { } as PropOptions < Components . RevoGrid [ 'registerVNode' ] > ,
5656 accessible : { } as PropOptions < Components . RevoGrid [ 'accessible' ] > ,
57+ rtl : { } as PropOptions < Components . RevoGrid [ 'rtl' ] > ,
5758 canDrag : { } as PropOptions < Components . RevoGrid [ 'canDrag' ] > ,
5859 } ,
5960
Original file line number Diff line number Diff line change 11{
22 "name" : " @revolist/vue-datagrid" ,
3- "version" : " 4.15.8 " ,
3+ "version" : " 4.16.0 " ,
44 "description" : " Vue 2 DataGrid Spreadsheet component with native Vue 2 render support" ,
55 "types" : " ./dist/index.d.ts" ,
66 "type" : " module" ,
6161 "homepage" : " https://github.com/revolist/revogrid#readme" ,
6262 "license" : " MIT" ,
6363 "dependencies" : {
64- "@revolist/revogrid" : " 4.15.8 "
64+ "@revolist/revogrid" : " 4.16.0 "
6565 },
6666 "devDependencies" : {
6767 "@stencil/core" : " ^4.24.0" ,
You can’t perform that action at this time.
0 commit comments