a-frame-components
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -61,2 +61,3 @@ var __assign = (this && this.__assign) || function () { | ||
el.addEventListener('click', function (evt) { | ||
me.data.value = option.value; | ||
me.el.emit('click', { | ||
@@ -63,0 +64,0 @@ value: option.value |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -96,11 +96,6 @@ # AFrame Components Repository | ||
### Inference | ||
Why the Emphasis on node_modules/a-frame-components/types/**/*: | ||
Including the node_modules/a-frame-components/types/**/* in the include array concisely tells TypeScript to calibrate its bearings towards fetching from the in-package-type-definitions. This eases the flow of the right kinds of intrinsics about your components across your codebase. | ||
## Components | ||
### Moral Check: | ||
The enlistment of this action leads to telescopic facilities for code hinting, type verifications, and the very blood flow of guided-coding practices. | ||
[Radio Buttons](radio-component.md) | ||
### Conclusively | ||
Your project will sing to the paragons of better structure, dialectic sanity, and order of amplitude if you tow with the very plexus of these vestments. | ||
@@ -107,0 +102,0 @@ ## License |
@@ -54,2 +54,3 @@ import { AFRAME } from "../../painter/root"; | ||
el.addEventListener('click', (evt) => { | ||
me.data.value = option.value; | ||
me.el.emit('click', { | ||
@@ -56,0 +57,0 @@ value: option.value |
1419757
169
28353
109