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 🙏

© 2026 – Pkg Stats / Ryan Hefner

bitcitawebfrontlib-ibsalut

v1.2.6

Published

Angular CLI project used by other Angular projects in the bitcita web project.<br />

Readme

bitcitawebfront-library

Angular CLI project used by other Angular projects in the bitcita web project.

This project was generated with Angular CLI version 1.6.3.

installing the sample (via npm)

update package.json of the client project to include this library and install:

    ```
    npm run install

installing the sample (manually. this updates package.json automatically.)

    ``` install current release
    npm install bitcitawebfront-library --save

    ``` install previous release
    npm install [email protected] --save

working with the repo

    git clone https://bitbucket.org/fundaciobitdesarrollo/bitcitawebfront-library.git

    cd \\bitcitawebfront-library
    npm run install
    npm run dev

publishing a new version

Increase release number in the package.json

Recommended to manually remove the node_modules folder and install npm run install

    npm run dist
    cd dist
    npm publish

changelog

[1.2.6] - 2022-10-19

Nueva seccion de texto: ERROR_VALIDACION_USUARIO. Para el error de validación al no encontrar el usuario que reserva la web en el sistema.

[1.2.5] - 2022-02-04

Fix versión 1.2.4. Campo valores en ResumenCita ahora es de tipo DominioCampoRespuesta que contiene el atributo campoId. Al reservar una cita se necesita el ID del campo de cada respuesta dentro del campo valores para poder recuperar el objeto Campo y hacer tratamientos especiales (ocultar las respuestas a campos booleanos o checks en el resumen).

[1.2.4] - 2022-02-03

Guardar en ResumenCita la lista de campos y no solo sus respuestas que luego se muestran en el resumen. (En el resumen se necesita el atributo checkForm para ocultar respuestas de campos booleanos (checks). En el futuro puede que se necesite la seccion del campo o el label para mostrar HTML).

[1.2.3] - 2022-02-03

Fix: Cambio en el orden de una condición: El texto resumen solo se muestra si la cita se ha confirmado.

[1.2.2] - 2022-02-02

Campos: Nuevo atributo info para texto de ayuda. Nueva pipe sanitizeInnerDynamicHtml para tratar el HTML del editor de HTML eliminando el vacío. Textos dinámicos: Retornar texto según el servicio y si no existe retornar el texto general. textos dinámicos: Nueva sección datos personales LOPD

[1.2.1] - 2022-01-27

Textos dinámicos: Un texto puede asociarse a un servicio por lo que para una misma sección el texto puede ser diferente según el servicio.

[1.2.0] - 2022-01-18

Se añade la validación de campos de tipo CIP

[1.1.1] - 2022-01-17

Nuevo campo en la PeticionCita: respuestas. Para indicar las respuestas dadas al cuestionario dinámico.

[1.1.0] - 2022-01-14

Se añade la validación para campos checkform description y la propiedad label para las etiquetas de los campos del formulario Se añade código para mostrar textarea si el campo es checkform description

Added

[1.0.0] - 2022-01-14

Primera versión que es exacta a la versión 8.2.0 de la bitcitaweb-front-library