@onereach/ui-components-vue2 25.3.5-beta.5813.0 → 25.3.5

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