@iankibetsh/shframework 0.6.3 → 0.6.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.
- package/dist/library.js +1 -0
- package/dist/library.mjs +1 -0
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -1888,6 +1888,7 @@ return (_ctx, _cache) => {
|
|
|
1888
1888
|
vue.createElementVNode("div", {
|
|
1889
1889
|
id: 'input_' + vue.unref(id),
|
|
1890
1890
|
contenteditable: "true",
|
|
1891
|
+
onClick: filterData,
|
|
1891
1892
|
onInput: filterData,
|
|
1892
1893
|
class: "flex-fill h-100 sh-suggestion-input"
|
|
1893
1894
|
}, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_5$7)
|
package/dist/library.mjs
CHANGED
|
@@ -1876,6 +1876,7 @@ return (_ctx, _cache) => {
|
|
|
1876
1876
|
createElementVNode("div", {
|
|
1877
1877
|
id: 'input_' + unref(id),
|
|
1878
1878
|
contenteditable: "true",
|
|
1879
|
+
onClick: filterData,
|
|
1879
1880
|
onInput: filterData,
|
|
1880
1881
|
class: "flex-fill h-100 sh-suggestion-input"
|
|
1881
1882
|
}, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_5$7)
|