@onereach/ui-components-vue2 23.4.1 → 23.4.2
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.
|
@@ -201,6 +201,11 @@ const DataGridTableContentCell = [
|
|
|
201
201
|
'[&.sticky-start]:border-e-disabled', 'dark:[&.sticky-start]:border-e-disabled-dark',
|
|
202
202
|
// Theme (.sticky-end)
|
|
203
203
|
'[&.sticky-end]:border-s-disabled', 'dark:[&.sticky-end]:border-s-disabled-dark'];
|
|
204
|
+
const DataGridTableContentCellContent = [
|
|
205
|
+
// interactivity
|
|
206
|
+
'interactivity-select',
|
|
207
|
+
// Typography
|
|
208
|
+
'truncate'];
|
|
204
209
|
|
|
205
210
|
var script$e = defineComponent({
|
|
206
211
|
name: 'OrDataGridTableContentCell',
|
|
@@ -274,6 +279,7 @@ var script$e = defineComponent({
|
|
|
274
279
|
justifyContent: 'center'
|
|
275
280
|
};
|
|
276
281
|
});
|
|
282
|
+
const contentStyles = computed(() => [...DataGridTableContentCellContent]);
|
|
277
283
|
// State
|
|
278
284
|
const model = computed({
|
|
279
285
|
get: () => props.modelValue,
|
|
@@ -289,6 +295,7 @@ var script$e = defineComponent({
|
|
|
289
295
|
root,
|
|
290
296
|
rootStyles,
|
|
291
297
|
rootInlineStyles,
|
|
298
|
+
contentStyles,
|
|
292
299
|
model,
|
|
293
300
|
control
|
|
294
301
|
};
|
|
@@ -416,7 +423,7 @@ var __vue_render__$e = function () {
|
|
|
416
423
|
expression: "model"
|
|
417
424
|
}
|
|
418
425
|
})] : _vm._e()] : [_c('div', {
|
|
419
|
-
class:
|
|
426
|
+
class: _vm.contentStyles
|
|
420
427
|
}, [_vm._t("default")], 2)]], 2);
|
|
421
428
|
};
|
|
422
429
|
var __vue_staticRenderFns__$e = [];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent, ref, toRefs, computed, watch, getCurrentInstance, nextTick } from 'vue-demi';
|
|
2
1
|
import { a, c } from '../../directives-0869d2a4.js';
|
|
3
2
|
import { l } from '../../helpers-368c7a99.js';
|
|
4
3
|
import { e as ee, t as te } from '../../useValidationAttributes-C9_kxaDj-ee1d63dd.js';
|
|
5
4
|
import { ae as u, an as Ft, ad as d, ac as $t, a8 as Ht, P as Pt } from '../../utils-72d9c2bb.js';
|
|
5
|
+
import { defineComponent, ref, toRefs, computed, watch, getCurrentInstance, nextTick } from 'vue-demi';
|
|
6
6
|
import { useFocus } from '@vueuse/core';
|
|
7
7
|
import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
|
|
8
8
|
import { OrTagsV3 as OrTags, TagsOverflow } from '../or-tags-v3/index.js';
|
|
@@ -169,7 +169,7 @@ var OrSelectControlInput = __vue_component__$4;
|
|
|
169
169
|
|
|
170
170
|
const SelectPlaceholder = [
|
|
171
171
|
// Interactivity
|
|
172
|
-
'interactivity-
|
|
172
|
+
'interactivity-click',
|
|
173
173
|
// Typography
|
|
174
174
|
'typography-inherit truncate',
|
|
175
175
|
// Theme
|
|
@@ -1070,6 +1070,7 @@ var __vue_render__ = function () {
|
|
|
1070
1070
|
expression: "close"
|
|
1071
1071
|
}],
|
|
1072
1072
|
ref: 'inputBox',
|
|
1073
|
+
staticClass: "interactivity-click",
|
|
1073
1074
|
class: [_vm.popoverState === 'open' && (_vm.popover && _vm.popover.isFlipped ? 'rounded-t-0' : 'rounded-b-0'), {
|
|
1074
1075
|
'outline-none': _vm.variant === 'embedded'
|
|
1075
1076
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "23.4.
|
|
3
|
+
"version": "23.4.2",
|
|
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": "^23.4.
|
|
44
|
-
"@onereach/ui-components-common": "^23.4.
|
|
43
|
+
"@onereach/styles": "^23.4.2",
|
|
44
|
+
"@onereach/ui-components-common": "^23.4.2",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.0.3",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
105
|
"npmUnpacked": "4.15.2",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "927c111c9488bf52d61a4c2d08cc335b3cd91ee2"
|
|
107
107
|
}
|