npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@agc-desarrollo/cliente_formulario_dinamico

v0.1.10

Published

# Change Log - **0.1.10**: Se soluciona el problema de la mala generación de la vista, Selects ya toman valores definidos en JSON, Se renombra cuit y cuil por id_user, Componente de imagen funcionando correctamente, Ahora en los rows se puede configurar

Downloads

19

Readme

Vue3 Cliente Formulario Dinámico

Change Log

  • 0.1.10: Se soluciona el problema de la mala generación de la vista, Selects ya toman valores definidos en JSON, Se renombra cuit y cuil por id_user, Componente de imagen funcionando correctamente, Ahora en los rows se puede configurar estilos inline se adapta la configuración del atributo class, Componente de contenido HTML funcional, En todos los inputs se implementa la definiciópn de clases y estilos via JSON; Se agrega soporte para definición de CSS en componente vue
  • 0.1.9: Se realiza petición submit, En inputs, se agrega soporte para resaltado en fallar la validacion del campo, En caso de error de validación de un campo, debajo del mismo se muestra el texto correspondiente
  • 0.1.7: Los selects, radiobuttons y checkbox ahora se generan a partir de respuesta de API
  • 0.1.6: Los campos del formulario toman los datos cargados en el mismo
  • 0.1.5: Se realiza consulta de información de formulario
  • 0.1.4: Se agrega tipo de control input numerico diferenciado del control de texto; Se agrega posibilidad de configurar placeholder; Las opciones de configuración de los controles ahora se definen en composable; Se arreglan bug de loop de campos que no generaba correctamente la estructura de datos, si se eliminaban registros; Se mejora generación de estructura HTML
  • 0.1.3: model llevado a composable; componente de loops ahora sincroniza al modelo general; componente de loops ahora sincroniza al modelo general; Se reemplaza prev_model por model; En Loops: se mejora el almacenamiento de la info cargada en el modelo, se arregla el eliminar; soulución a bug, campos que no recibian el modelo como parametro; refactor se intercambia html_def por content; Se simplifican los nombres de los componetes; Se elimina CompInsert por que se trata de un componente redundante; Los campos de tipo select, ahora usan el inputcompostable; Se define composable para inputs, se aplica a texto, fecha, range y textarea, luego se aplicacra al resto de campos; Se simplifica configuracion basica de componentes de tipo input; Todos los componentes reciben acceso al modelo definido en componete FormularioJSON; Se arregla evento input del control de tipo range; se modifica css_class por class; Se mejora manejo de eventos; Reorganización estructura de directorios.
  • 0.1.2: Corrección en rollup.config.js con respecto a generación de build minificado
  • 0.1.1: Proyecto base para avanzar con desarrollo del componente