@onereach/ui-components-vue2 25.3.4 → 25.3.5-beta.5813.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.
|
@@ -1475,7 +1475,7 @@ var __vue_component__$3 = __vue_component__$2;
|
|
|
1475
1475
|
|
|
1476
1476
|
const DataGrid = [
|
|
1477
1477
|
// Layout
|
|
1478
|
-
'layout-column'];
|
|
1478
|
+
'layout-column', 'justify-between'];
|
|
1479
1479
|
|
|
1480
1480
|
var script = defineComponent({
|
|
1481
1481
|
name: 'OrDataGrid',
|
|
@@ -1768,6 +1768,8 @@ var __vue_render__ = function () {
|
|
|
1768
1768
|
return _c('div', {
|
|
1769
1769
|
ref: 'root',
|
|
1770
1770
|
class: _vm.rootStyles
|
|
1771
|
+
}, [_c('div', {
|
|
1772
|
+
staticClass: "layout-column overflow-hidden"
|
|
1771
1773
|
}, [_vm.$slots['title'] || _vm.features.searching || _vm.$slots['search'] ? [_c('OrDataGridHeader', {
|
|
1772
1774
|
class: ['shrink-0'],
|
|
1773
1775
|
scopedSlots: _vm._u([_vm.$slots['title'] ? {
|
|
@@ -1852,7 +1854,7 @@ var __vue_render__ = function () {
|
|
|
1852
1854
|
},
|
|
1853
1855
|
expression: "sortingModel"
|
|
1854
1856
|
}
|
|
1855
|
-
}, [_vm._v("\n
|
|
1857
|
+
}, [_vm._v("\n " + _vm._s(column.label) + "\n ")]);
|
|
1856
1858
|
})], 2)], 1), _vm._v(" "), _vm.notification ? _c('OrDataGridNotification', {
|
|
1857
1859
|
attrs: {
|
|
1858
1860
|
"notification": _vm.notification,
|
|
@@ -1973,7 +1975,7 @@ var __vue_render__ = function () {
|
|
|
1973
1975
|
}
|
|
1974
1976
|
}
|
|
1975
1977
|
}, [_vm._t(column.name, function () {
|
|
1976
|
-
return [_vm._v("\n
|
|
1978
|
+
return [_vm._v("\n " + _vm._s(item[column.name]) + "\n ")];
|
|
1977
1979
|
}, {
|
|
1978
1980
|
"column": column,
|
|
1979
1981
|
"item": item
|
|
@@ -2001,7 +2003,7 @@ var __vue_render__ = function () {
|
|
|
2001
2003
|
attrs: {
|
|
2002
2004
|
"variant": _vm.variant
|
|
2003
2005
|
}
|
|
2004
|
-
}, [_c('OrDataGridTableFooterCell', [_vm._t('extra-row')], 2)], 1)], 1)] : _vm._e(), _vm._v(" "), _vm.$slots['actions'] || _vm.showSelectingCouter || _vm.features.paging ? [_c('OrDataGridFooter', {
|
|
2006
|
+
}, [_c('OrDataGridTableFooterCell', [_vm._t('extra-row')], 2)], 1)], 1)] : _vm._e()], 2), _vm._v(" "), _vm.$slots['actions'] || _vm.showSelectingCouter || _vm.features.paging ? [_c('OrDataGridFooter', {
|
|
2005
2007
|
class: ['shrink-0'],
|
|
2006
2008
|
scopedSlots: _vm._u([_vm.features.selecting && _vm.selectingModel.length > 0 ? {
|
|
2007
2009
|
key: "status",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "25.3.
|
|
3
|
+
"version": "25.3.5-beta.5813.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": "^25.3.
|
|
44
|
-
"@onereach/ui-components-common": "^25.3.
|
|
43
|
+
"@onereach/styles": "^25.3.5-beta.5813.0",
|
|
44
|
+
"@onereach/ui-components-common": "^25.3.5-beta.5813.0",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.0.3",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -102,6 +102,5 @@
|
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
|
-
"npmUnpacked": "4.15.2"
|
|
106
|
-
"gitHead": "a2a5b7d2a84df62375ef776926471fc27713d8a7"
|
|
105
|
+
"npmUnpacked": "4.15.2"
|
|
107
106
|
}
|