ngx-gccb 0.17.2 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/fesm2022/ngx-gccb.mjs +152 -153
- package/fesm2022/ngx-gccb.mjs.map +1 -1
- package/index.d.ts +443 -5
- package/package.json +5 -5
- package/lib/animations/index.d.ts +0 -2
- package/lib/animations/ngx-fade-right.animation.d.ts +0 -2
- package/lib/animations/ngx-fade-up.animation.d.ts +0 -2
- package/lib/components/index.d.ts +0 -7
- package/lib/components/ngx-calendar/index.d.ts +0 -1
- package/lib/components/ngx-calendar/ngx-calendar.component.d.ts +0 -20
- package/lib/components/ngx-form/index.d.ts +0 -4
- package/lib/components/ngx-form/ngx-form-control.d.ts +0 -12
- package/lib/components/ngx-form/ngx-form-errors/index.d.ts +0 -1
- package/lib/components/ngx-form/ngx-form-errors/ngx-form-errors.component.d.ts +0 -15
- package/lib/components/ngx-form/ngx-form.component.d.ts +0 -15
- package/lib/components/ngx-form/ngx-form.interfaces.d.ts +0 -21
- package/lib/components/ngx-loading-indicator/index.d.ts +0 -1
- package/lib/components/ngx-loading-indicator/ngx-loading-indicator.component.d.ts +0 -7
- package/lib/components/ngx-modal/index.d.ts +0 -2
- package/lib/components/ngx-modal/ngx-base-modal.component.d.ts +0 -5
- package/lib/components/ngx-modal/ngx-modal.component.d.ts +0 -20
- package/lib/components/ngx-off-canvas/index.d.ts +0 -1
- package/lib/components/ngx-off-canvas/ngx-off-canvas.component.d.ts +0 -11
- package/lib/components/ngx-tabs/index.d.ts +0 -3
- package/lib/components/ngx-tabs/ngx-tab-content.component.d.ts +0 -7
- package/lib/components/ngx-tabs/ngx-tab.component.d.ts +0 -11
- package/lib/components/ngx-tabs/ngx-tabs.component.d.ts +0 -12
- package/lib/components/ngx-toast/index.d.ts +0 -1
- package/lib/components/ngx-toast/ngx-toast.component.d.ts +0 -8
- package/lib/decorators/index.d.ts +0 -3
- package/lib/decorators/ngx-class.decorator.d.ts +0 -2
- package/lib/decorators/ngx-decorator.types.d.ts +0 -2
- package/lib/decorators/ngx-log.decorator.d.ts +0 -3
- package/lib/directives/index.d.ts +0 -16
- package/lib/directives/ngx-autofocus.directive.d.ts +0 -10
- package/lib/directives/ngx-button.directive.d.ts +0 -17
- package/lib/directives/ngx-card-body.directive.d.ts +0 -8
- package/lib/directives/ngx-card-header.directive.d.ts +0 -8
- package/lib/directives/ngx-card.directive.d.ts +0 -8
- package/lib/directives/ngx-col.directive.d.ts +0 -10
- package/lib/directives/ngx-dropdown.directive.d.ts +0 -22
- package/lib/directives/ngx-form-group.directive.d.ts +0 -12
- package/lib/directives/ngx-form-input.directive.d.ts +0 -19
- package/lib/directives/ngx-form-label.directive.d.ts +0 -6
- package/lib/directives/ngx-form-select.directive.d.ts +0 -9
- package/lib/directives/ngx-icon-button.directive.d.ts +0 -11
- package/lib/directives/ngx-list-group-item-avatar.directive.d.ts +0 -8
- package/lib/directives/ngx-list-group-item.directive.d.ts +0 -12
- package/lib/directives/ngx-list-group.directive.d.ts +0 -8
- package/lib/directives/ngx-tooltip.directive.d.ts +0 -49
- package/lib/enums/index.d.ts +0 -1
- package/lib/enums/ngx-logtype.enum.d.ts +0 -7
- package/lib/pipe/index.d.ts +0 -3
- package/lib/pipe/ngx-as-form-control.pipe.d.ts +0 -8
- package/lib/pipe/ngx-is-form-control.pipe.d.ts +0 -9
- package/lib/pipe/ngx-is-form-group.pipe.d.ts +0 -9
- package/lib/services/index.d.ts +0 -4
- package/lib/services/ngx-image.service.d.ts +0 -10
- package/lib/services/ngx-loading-indicator.service.d.ts +0 -12
- package/lib/services/ngx-modal.service.d.ts +0 -13
- package/lib/services/ngx-toast.service.d.ts +0 -13
- package/lib/types/index.d.ts +0 -1
- package/lib/types/size.type.d.ts +0 -1
- package/lib/types/tooltip.types.d.ts +0 -1
- package/lib/validators/index.d.ts +0 -3
- package/lib/validators/ngx-dateAfter.validator.d.ts +0 -4
- package/lib/validators/ngx-match.validator.d.ts +0 -4
- package/lib/validators/ngx-timeAfter.validator.d.ts +0 -4
- package/public-api.d.ts +0 -9
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ngx-gccb
|
|
2
2
|
|
|
3
|
-
Light Angular
|
|
3
|
+
Light Angular 20+ component library providing ease of use shared components, directives, pipes and services
|
|
4
4
|
|
|
5
5
|
## showcase
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ ngx-gccb interactive showcase with code snippets [link](https://ngx-gccb.netlify
|
|
|
8
8
|
|
|
9
9
|
## Stackblitz Example
|
|
10
10
|
|
|
11
|
-
- Angular
|
|
11
|
+
- Angular 20 and ngx-gccb [link](https://stackblitz.com/edit/ng-19-ngx-gccb)
|
|
12
12
|
|
|
13
13
|
## usage
|
|
14
14
|
|