@onereach/ui-components-vue2 26.6.2 → 26.6.3
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.
|
@@ -2126,7 +2126,7 @@ var __vue_render__ = function () {
|
|
|
2126
2126
|
class: ['shrink-0']
|
|
2127
2127
|
}, [_vm._t('toolbar')], 2)] : _vm._e(), _vm._v(" "), _c('OrDataGridTable', {
|
|
2128
2128
|
ref: "table",
|
|
2129
|
-
class: ['grow', {
|
|
2129
|
+
class: ['grow', 'overscroll-none', {
|
|
2130
2130
|
'grid-rows-[auto_1fr]': _vm.items.length === 0
|
|
2131
2131
|
}],
|
|
2132
2132
|
style: _vm.tableInlineStyles,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "26.6.
|
|
3
|
+
"version": "26.6.3",
|
|
4
4
|
"description": "Vue components library for v2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@codemirror/view": "^6",
|
|
41
41
|
"@floating-ui/dom": "1.5.3",
|
|
42
42
|
"@lezer/highlight": "*",
|
|
43
|
-
"@onereach/styles": "^26.6.
|
|
44
|
-
"@onereach/ui-components-common": "^26.6.
|
|
43
|
+
"@onereach/styles": "^26.6.3",
|
|
44
|
+
"@onereach/ui-components-common": "^26.6.3",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.27.1",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.27.1",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
105
|
"npmUnpacked": "4.15.2",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "9f3c1f2cf235b5dfbfb773d61384ae9c59e4ad22"
|
|
107
107
|
}
|