@onereach/ui-components-vue2 26.4.1-beta.5876.0 → 26.4.1-beta.5877.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.
|
@@ -1273,7 +1273,7 @@ var __vue_component__$b = __vue_component__$a;
|
|
|
1273
1273
|
|
|
1274
1274
|
const DataGridTable = [
|
|
1275
1275
|
// Layout
|
|
1276
|
-
'grid content-start',
|
|
1276
|
+
'grid content-start', 'w-full min-w-0',
|
|
1277
1277
|
// Overflow
|
|
1278
1278
|
'overflow-auto',
|
|
1279
1279
|
// Interactivity
|
|
@@ -1304,7 +1304,7 @@ var script$4 = defineComponent({
|
|
|
1304
1304
|
return column.width;
|
|
1305
1305
|
}
|
|
1306
1306
|
const width = (_a = column.width) !== null && _a !== void 0 ? _a : '1fr';
|
|
1307
|
-
const min = column.minWidth || DATA_GRID_DEFAULT_MIN_WIDTH;
|
|
1307
|
+
const min = column.minWidth || (column.width ? DATA_GRID_DEFAULT_MIN_WIDTH : '120px');
|
|
1308
1308
|
let max = column.maxWidth || width;
|
|
1309
1309
|
if (width.endsWith('px')) {
|
|
1310
1310
|
max = width;
|
|
@@ -1313,7 +1313,7 @@ var script$4 = defineComponent({
|
|
|
1313
1313
|
});
|
|
1314
1314
|
if (props.features.selecting) {
|
|
1315
1315
|
return {
|
|
1316
|
-
gridTemplateColumns: `
|
|
1316
|
+
gridTemplateColumns: `min-content ${gridTemplateColumns.join(' ')}`
|
|
1317
1317
|
};
|
|
1318
1318
|
}
|
|
1319
1319
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "26.4.1-beta.
|
|
3
|
+
"version": "26.4.1-beta.5877.0",
|
|
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.4.1-beta.
|
|
44
|
-
"@onereach/ui-components-common": "^26.4.1-beta.
|
|
43
|
+
"@onereach/styles": "^26.4.1-beta.5877.0",
|
|
44
|
+
"@onereach/ui-components-common": "^26.4.1-beta.5877.0",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.27.1",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.27.1",
|