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

@softheon/membership-management

v17.0.3

Published

This library holds shared components and functionalities that is used within the membership management team.

Downloads

128

Readme

MembershipManagement

This library holds shared components and functionalities that is used within the membership management team.

Release Notes

17.0.2

  • Allow configurable pageSize and pageSizeOptions for expandable table component.

17.0.1

  • Fix issue with setting dataSourceCreationStrategy dynamically causing null reference bug in the onChange function.

17.0.0

  • Angular 17 upgrade

15.5.0

  • Allowed Customizable Badge

15.4.0

  • Removed armature dependency
  • Added (optional) text for form fields

15.3.0

  • Added additional form field types: credit-card and zip-code

15.2.1

  • Made expandable table typeable to enable typed form controls
  • Fixed form field prefix and suffix
  • Extracted expandable-table-data-source to a generic mem-data-source
  • Added default filter strategy to the mem-data-source
  • Added density for mem-form-field to support angular material's density

15.1.2

  • Added optional ID Suffix to form field to fix a bug where wrong field would be selected when clicked on

15.1.1

  • Encapsulated form field's CSS to fix form height bug

15.1.0

  • Added Checkbox selection feature on expandable table component
  • Option to disable checkbox is added. Have to set isSelectable field on the input data models
  • Option to add icon column in the table

15.0.2

  • Fixed CSS styling issues with ExpandableTable and FormField

15.0.1

  • Fixed CSS styling issues
    • Added ViewEncapsulation.None to components and removed ng-deep
    • Migrated to material MDC selectors
  • Added additional compilation option flags to tsconfig to fix issues with moment library

15.0.0

  • Updated to Angular 15
  • Removed TSLint and replaced with ESLint
  • Modified relative paths of some stylesheets

10.3.0

  • Added for Form Fields
    • Optional Hints
    • Optional Id
    • Optional Flex
    • More options for base text to support ngx mask

10.2.0

  • Updated armature version to latest

10.1.3

  • Ensuring value is a string when passing into translate service for text transform pipe

10.1.2

  • Added missing form field models from being exposed to public api

10.1.1

  • Depreciated the text transform directive and added text transform pipe to be used in conjuction with restyle-na directive

  • Info Label to have customizable value

  • Info Label to have tooltips

  • Added Form Field Component to make making form fields easiler

    • Need to add NGX Mask inorder to use it - for reference here

10.0.1

  • Initial Creation of Package