@onereach/ui-components-vue2 26.1.0 → 26.1.1-beta.5840.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.
@@ -124,7 +124,7 @@ var __vue_component__$x = __vue_component__$w;
124
124
 
125
125
  const DataGridHeader = [
126
126
  // Layout
127
- 'layout-row items-start',
127
+ 'layout-row items-start gap-md',
128
128
  // Interactivity
129
129
  'interactivity-default',
130
130
  // Box
@@ -162,9 +162,9 @@ var __vue_render__$f = function () {
162
162
  class: _vm.rootStyles
163
163
  }, [_vm.$slots['title'] ? [_c('div', {
164
164
  class: _vm.titleStyles
165
- }, [_vm._t('title')], 2)] : _vm._e(), _vm._v(" "), _vm.$slots['searching'] ? [_c('div', {
165
+ }, [_vm._t('title')], 2)] : _vm._e(), _vm._v(" "), _vm.$slots['searching'] || _vm.$slots['extraActions'] ? [_c('div', {
166
166
  class: ['grow']
167
- })] : _vm._e(), _vm._v(" "), _vm._t('searching')], 2);
167
+ })] : _vm._e(), _vm._v(" "), _vm._t('searching'), _vm._v(" "), _vm.$slots['extraActions'] ? [_vm._t('extraActions')] : _vm._e()], 2);
168
168
  };
169
169
  var __vue_staticRenderFns__$f = [];
170
170
 
@@ -1768,7 +1768,7 @@ var __vue_render__ = function () {
1768
1768
  return _c('div', {
1769
1769
  ref: 'root',
1770
1770
  class: _vm.rootStyles
1771
- }, [_vm.$slots['title'] || _vm.features.searching || _vm.$slots['search'] ? [_c('OrDataGridHeader', {
1771
+ }, [_vm.$slots['title'] || _vm.features.searching || _vm.$slots['search'] || _vm.$slots['extraActions'] ? [_c('OrDataGridHeader', {
1772
1772
  class: ['shrink-0'],
1773
1773
  scopedSlots: _vm._u([_vm.$slots['title'] ? {
1774
1774
  key: "title",
@@ -1795,6 +1795,12 @@ var __vue_render__ = function () {
1795
1795
  })];
1796
1796
  },
1797
1797
  proxy: true
1798
+ } : null, _vm.$slots['extraActions'] ? {
1799
+ key: "extraActions",
1800
+ fn: function () {
1801
+ return [_vm._t('extraActions')];
1802
+ },
1803
+ proxy: true
1798
1804
  } : null], null, true)
1799
1805
  })] : _vm._e(), _vm._v(" "), _vm.$slots['toolbar'] ? [_c('OrDataGridToolbar', {
1800
1806
  class: ['shrink-0']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "26.1.0",
3
+ "version": "26.1.1-beta.5840.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.1.0",
44
- "@onereach/ui-components-common": "^26.1.0",
43
+ "@onereach/styles": "^26.1.1-beta.5840.0",
44
+ "@onereach/ui-components-common": "^26.1.1-beta.5840.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": "de292ead768350677dd3ed040f87ffd2dffbfbbf"
105
+ "npmUnpacked": "4.15.2"
107
106
  }