@softheon/membership-management
v17.1.1
Published
This library holds shared components and functionalities that is used within the membership management team.
Downloads
221
Keywords
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