@onereach/ui-components-vue2 20.1.3 → 20.1.4
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.
|
@@ -172,7 +172,7 @@ var script = defineComponent({
|
|
|
172
172
|
}
|
|
173
173
|
});
|
|
174
174
|
|
|
175
|
-
var css_248z = "textarea[data-v-
|
|
175
|
+
var css_248z = "textarea[data-v-0c2e59ef]{min-width:0;background:0 0;outline:0}";
|
|
176
176
|
styleInject(css_248z);
|
|
177
177
|
|
|
178
178
|
/* script */
|
|
@@ -212,12 +212,9 @@ var __vue_render__ = function () {
|
|
|
212
212
|
}, [_c('textarea', _vm._b({
|
|
213
213
|
directives: [{
|
|
214
214
|
name: "model",
|
|
215
|
-
rawName: "v-model
|
|
215
|
+
rawName: "v-model",
|
|
216
216
|
value: _vm.model,
|
|
217
|
-
expression: "model"
|
|
218
|
-
modifiers: {
|
|
219
|
-
"trim": true
|
|
220
|
-
}
|
|
217
|
+
expression: "model"
|
|
221
218
|
}],
|
|
222
219
|
ref: 'control',
|
|
223
220
|
class: _vm.controlStyles,
|
|
@@ -239,7 +236,7 @@ var __vue_render__ = function () {
|
|
|
239
236
|
if ($event.target.composing) {
|
|
240
237
|
return;
|
|
241
238
|
}
|
|
242
|
-
_vm.model = $event.target.value
|
|
239
|
+
_vm.model = $event.target.value;
|
|
243
240
|
}, function ($event) {
|
|
244
241
|
return _vm.$emit('input', $event);
|
|
245
242
|
}],
|
|
@@ -252,11 +249,9 @@ var __vue_render__ = function () {
|
|
|
252
249
|
"focus": function ($event) {
|
|
253
250
|
return _vm.$emit('focus', $event);
|
|
254
251
|
},
|
|
255
|
-
"blur":
|
|
252
|
+
"blur": function ($event) {
|
|
256
253
|
return _vm.$emit('blur', $event);
|
|
257
|
-
}
|
|
258
|
-
return _vm.$forceUpdate();
|
|
259
|
-
}]
|
|
254
|
+
}
|
|
260
255
|
}
|
|
261
256
|
}, 'textarea', _vm.attributes, false))]), _vm._v(" "), _vm.$slots.hint || _vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
262
257
|
directives: [{
|
|
@@ -301,7 +296,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
301
296
|
/* style */
|
|
302
297
|
const __vue_inject_styles__ = undefined;
|
|
303
298
|
/* scoped */
|
|
304
|
-
const __vue_scope_id__ = "data-v-
|
|
299
|
+
const __vue_scope_id__ = "data-v-0c2e59ef";
|
|
305
300
|
/* module identifier */
|
|
306
301
|
const __vue_module_identifier__ = undefined;
|
|
307
302
|
/* functional template */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.4",
|
|
4
4
|
"description": "Vue components library for v2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@codemirror/view": "^6",
|
|
42
42
|
"@floating-ui/dom": "1.5.3",
|
|
43
43
|
"@lezer/highlight": "*",
|
|
44
|
-
"@onereach/styles": "^20.1.
|
|
45
|
-
"@onereach/ui-components-common": "^20.1.
|
|
44
|
+
"@onereach/styles": "^20.1.4",
|
|
45
|
+
"@onereach/ui-components-common": "^20.1.4",
|
|
46
46
|
"@splidejs/splide": "4.0.6",
|
|
47
47
|
"@tiptap/core": "2.0.3",
|
|
48
48
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"access": "public"
|
|
107
107
|
},
|
|
108
108
|
"npmUnpacked": "4.15.2",
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "6dc60792ba3d4b4b45abab2d02f07f8f9e82d335"
|
|
110
110
|
}
|