vueless 0.0.241 → 0.0.242

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.241",
3
+ "version": "0.0.242",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -619,7 +619,7 @@ const isVariant = computed(() => ({
619
619
 
620
620
  const clickOutsideOptions = computed(() => {
621
621
  if (isVariant.value.input) {
622
- return { ignore: [inputRef.value.input] };
622
+ return { ignore: [inputRef.value.inputRef] };
623
623
  }
624
624
 
625
625
  return {
@@ -234,7 +234,7 @@ const localLabel = computed(() => {
234
234
  });
235
235
 
236
236
  const input = computed(() => {
237
- return moneyInputRef.value.input;
237
+ return moneyInputRef.value.inputRef;
238
238
  });
239
239
 
240
240
  watch(
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.241",
4
+ "version": "0.0.242",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",