ng-tailwind 4.1.15 → 4.1.17

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.
@@ -2048,6 +2048,10 @@ class NgtInputComponent extends NgtBaseNgModel {
2048
2048
  htmlType: "text",
2049
2049
  length: 300
2050
2050
  },
2051
+ customText: {
2052
+ htmlType: "text",
2053
+ length: this.maxLength
2054
+ },
2051
2055
  password: {
2052
2056
  htmlType: "password",
2053
2057
  length: 150
@@ -7631,13 +7635,13 @@ class NgtPopoverTooltipComponent {
7631
7635
  constructor() {
7632
7636
  this.position = NgtPopoverPosition.DEFAULT;
7633
7637
  this.positionClasses = {
7634
- [NgtPopoverPosition.TOP]: 'top-0 -mt-10',
7635
- [NgtPopoverPosition.BOTTOM]: 'bottom-0 -mb-10',
7638
+ [NgtPopoverPosition.TOP]: '-mt-10',
7639
+ [NgtPopoverPosition.BOTTOM]: '-mb-10',
7636
7640
  };
7637
7641
  }
7638
7642
  }
7639
7643
  NgtPopoverTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPopoverTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7640
- NgtPopoverTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtPopoverTooltipComponent, selector: "ngt-popover-tooltip", ngImport: i0, template: "<div class=\"bg-white rounded-lg shadow-xl border border-gray-100 absolute max-w-7xl\"\n [ngClass]=\"positionClasses[position]\" style=\"z-index: 999999 !important; width: max-content !important;\"\n (click)=\"$event.stopPropagation()\" @enterAnimation>\n\n <div *ngIf=\"!popoverTemplate; else showTemplate\" class=\"px-2 py-1 text-gray-500 whitespace-nowrap\">\n {{ popover }}\n </div>\n\n <ng-template #showTemplate>\n <ng-container [ngTemplateOutlet]=\"popoverTemplate\"></ng-container>\n </ng-template>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
7644
+ NgtPopoverTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtPopoverTooltipComponent, selector: "ngt-popover-tooltip", ngImport: i0, template: "<div class=\"bg-white rounded-lg shadow-2xl border border-gray-200 absolute max-w-7xl\"\n [ngClass]=\"positionClasses[position]\" [style.left.px]=\"positionX\" [style.top.px]=\"positionY\"\n style=\"z-index: 999999 !important; width: max-content !important;\"\n (click)=\"$event.stopPropagation()\" @enterAnimation>\n\n <div *ngIf=\"!popoverTemplate; else showTemplate\" class=\"px-2 py-1 text-gray-700 whitespace-nowrap\">\n {{ popover }}\n </div>\n\n <ng-template #showTemplate>\n <ng-container [ngTemplateOutlet]=\"popoverTemplate\"></ng-container>\n </ng-template>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
7641
7645
  trigger('enterAnimation', [
7642
7646
  state('void', style({ transform: 'translateY(-20px)', opacity: 0 })),
7643
7647
  transition(':enter', [
@@ -7654,7 +7658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
7654
7658
  animate(200)
7655
7659
  ])
7656
7660
  ]),
7657
- ], template: "<div class=\"bg-white rounded-lg shadow-xl border border-gray-100 absolute max-w-7xl\"\n [ngClass]=\"positionClasses[position]\" style=\"z-index: 999999 !important; width: max-content !important;\"\n (click)=\"$event.stopPropagation()\" @enterAnimation>\n\n <div *ngIf=\"!popoverTemplate; else showTemplate\" class=\"px-2 py-1 text-gray-500 whitespace-nowrap\">\n {{ popover }}\n </div>\n\n <ng-template #showTemplate>\n <ng-container [ngTemplateOutlet]=\"popoverTemplate\"></ng-container>\n </ng-template>\n</div>\n" }]
7661
+ ], template: "<div class=\"bg-white rounded-lg shadow-2xl border border-gray-200 absolute max-w-7xl\"\n [ngClass]=\"positionClasses[position]\" [style.left.px]=\"positionX\" [style.top.px]=\"positionY\"\n style=\"z-index: 999999 !important; width: max-content !important;\"\n (click)=\"$event.stopPropagation()\" @enterAnimation>\n\n <div *ngIf=\"!popoverTemplate; else showTemplate\" class=\"px-2 py-1 text-gray-700 whitespace-nowrap\">\n {{ popover }}\n </div>\n\n <ng-template #showTemplate>\n <ng-container [ngTemplateOutlet]=\"popoverTemplate\"></ng-container>\n </ng-template>\n</div>\n" }]
7658
7662
  }] });
7659
7663
  var NgtPopoverPosition;
7660
7664
  (function (NgtPopoverPosition) {
@@ -7742,12 +7746,12 @@ var NgtPopoverOpenMethod;
7742
7746
  })(NgtPopoverOpenMethod || (NgtPopoverOpenMethod = {}));
7743
7747
 
7744
7748
  class NgtPopoverDirective {
7745
- constructor(elementRef, componentFactoryResolver, viewContainerRef) {
7749
+ constructor(elementRef, viewContainerRef) {
7746
7750
  this.elementRef = elementRef;
7747
- this.componentFactoryResolver = componentFactoryResolver;
7748
7751
  this.viewContainerRef = viewContainerRef;
7749
7752
  this.ngtPopoverPosition = NgtPopoverPosition.DEFAULT;
7750
- this.dismissDelay = 150;
7753
+ this.dismissDelay = 1000;
7754
+ this.showDelay = 1000;
7751
7755
  this.openMethod = NgtPopoverOpenMethod.HOVER;
7752
7756
  this.componentRef = null;
7753
7757
  }
@@ -7770,6 +7774,9 @@ class NgtPopoverDirective {
7770
7774
  }
7771
7775
  }
7772
7776
  onMouseLeave() {
7777
+ if (this.showTimeoutInstance) {
7778
+ clearTimeout(this.showTimeoutInstance);
7779
+ }
7773
7780
  if (this.closeOnClick) {
7774
7781
  return;
7775
7782
  }
@@ -7782,14 +7789,13 @@ class NgtPopoverDirective {
7782
7789
  if (this.componentRef || this.openMethod != NgtPopoverOpenMethod.HOVER) {
7783
7790
  return;
7784
7791
  }
7785
- this.createPopover();
7792
+ this.showTimeoutInstance = setTimeout(() => this.createPopover(), this.showDelay);
7786
7793
  }
7787
7794
  ngOnDestroy() {
7788
7795
  this.destroy();
7789
7796
  }
7790
7797
  createPopover() {
7791
- const componentFactory = this.componentFactoryResolver.resolveComponentFactory(NgtPopoverTooltipComponent);
7792
- this.componentRef = this.viewContainerRef.createComponent(componentFactory);
7798
+ this.componentRef = this.viewContainerRef.createComponent(NgtPopoverTooltipComponent);
7793
7799
  this.setupPopoverComponent();
7794
7800
  }
7795
7801
  destroy() {
@@ -7800,23 +7806,25 @@ class NgtPopoverDirective {
7800
7806
  if (!this.componentRef) {
7801
7807
  return;
7802
7808
  }
7809
+ const rect = this.elementRef.nativeElement.getBoundingClientRect();
7810
+ this.componentRef.instance.positionX = rect.left;
7811
+ this.componentRef.instance.positionY = (this.ngtPopoverPosition === NgtPopoverPosition.TOP)
7812
+ ? rect.top
7813
+ : rect.bottom;
7803
7814
  this.componentRef.instance.popover = this.ngtPopoverContent;
7804
7815
  this.componentRef.instance.popoverTemplate = this.ngtPopoverTemplate;
7805
7816
  this.componentRef.instance.position = this.ngtPopoverPosition;
7806
- const hostElement = this.elementRef.nativeElement;
7807
- const popoverElement = this.componentRef.location.nativeElement;
7808
- hostElement.classList.add('relative');
7809
- hostElement.appendChild(popoverElement);
7817
+ document.body.appendChild(this.componentRef.location.nativeElement);
7810
7818
  }
7811
7819
  }
7812
- NgtPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i0.ComponentFactoryResolver }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
7813
- NgtPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: NgtPopoverDirective, selector: "[ngt-popover]", inputs: { ngtPopoverContent: "ngtPopoverContent", ngtPopoverTemplate: "ngtPopoverTemplate", ngtPopoverPosition: "ngtPopoverPosition", dismissDelay: "dismissDelay", closeOnClick: "closeOnClick", openMethod: "openMethod" }, host: { listeners: { "click": "onClick()", "document:click": "onDocumentClick($event.target)", "mouseleave": "onMouseLeave()", "mouseenter": "onMouseEnter()" } }, ngImport: i0 });
7820
+ NgtPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
7821
+ NgtPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: NgtPopoverDirective, selector: "[ngt-popover]", inputs: { ngtPopoverContent: "ngtPopoverContent", ngtPopoverTemplate: "ngtPopoverTemplate", ngtPopoverPosition: "ngtPopoverPosition", dismissDelay: "dismissDelay", showDelay: "showDelay", closeOnClick: "closeOnClick", openMethod: "openMethod" }, host: { listeners: { "click": "onClick()", "document:click": "onDocumentClick($event.target)", "mouseleave": "onMouseLeave()", "mouseenter": "onMouseEnter()" } }, ngImport: i0 });
7814
7822
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtPopoverDirective, decorators: [{
7815
7823
  type: Directive,
7816
7824
  args: [{
7817
7825
  selector: '[ngt-popover]'
7818
7826
  }]
7819
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ComponentFactoryResolver }, { type: i0.ViewContainerRef }]; }, propDecorators: { ngtPopoverContent: [{
7827
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ViewContainerRef }]; }, propDecorators: { ngtPopoverContent: [{
7820
7828
  type: Input
7821
7829
  }], ngtPopoverTemplate: [{
7822
7830
  type: Input
@@ -7824,6 +7832,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
7824
7832
  type: Input
7825
7833
  }], dismissDelay: [{
7826
7834
  type: Input
7835
+ }], showDelay: [{
7836
+ type: Input
7827
7837
  }], closeOnClick: [{
7828
7838
  type: Input
7829
7839
  }], openMethod: [{
@@ -7871,6 +7881,125 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
7871
7881
  }]
7872
7882
  }] });
7873
7883
 
7884
+ class NgtContextMenuComponent {
7885
+ constructor() {
7886
+ this.onMenuItemClick = new EventEmitter();
7887
+ this.onTemplateClick = new EventEmitter();
7888
+ this.menuItems = [];
7889
+ }
7890
+ hasOptions() {
7891
+ return !this.menuTemplate && !!this.menuItems?.length;
7892
+ }
7893
+ }
7894
+ NgtContextMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7895
+ NgtContextMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NgtContextMenuComponent, selector: "ngt-context-menu", outputs: { onMenuItemClick: "onMenuItemClick", onTemplateClick: "onTemplateClick" }, ngImport: i0, template: "<div class=\"absolute max-w-7xl -mr-10 -mb-10\" style=\"z-index: 999999 !important; width: max-content !important;\"\n [style.left.px]=\"positionX\" [style.top.px]=\"positionY\" (click)=\"$event.stopPropagation()\">\n\n <ng-container *ngIf=\"hasOptions(); else showTemplate\">\n <ul class=\"cursor-pointer rounded-xl bg-white border border-gray-200 shadow-2xl \">\n <li *ngFor=\"let item of menuItems; last as isLast; first as isFirst\" class=\"flex\"\n class=\"flex items-center w-full px-4 py-2 gap-3 text-sm text-gray-700 hover:text-white\"\n [class.rounded-b-xl]=\"isLast\" [class.rounded-t-xl]=\"isFirst\"\n [ngClass]=\"item.background_color || 'hover:bg-green-500'\" (click)=\"onMenuItemClick.emit(item)\">\n\n <ngt-svg *ngIf=\"item.icon\" class=\"text-lg\" [src]=\"item.icon\"></ngt-svg>\n\n {{ item.caption }}\n </li>\n </ul>\n </ng-container>\n\n <ng-template #showTemplate>\n <div class=\"block rounded-lg bg-white border border-gray-200 w-full h-auto shadow-2xl\"\n (click)=\"onTemplateClick.emit()\">\n <ng-container [ngTemplateOutlet]=\"menuTemplate\"></ng-container>\n </div>\n </ng-template>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: NgtSvgComponent, selector: "ngt-svg", inputs: ["src", "class"] }] });
7896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuComponent, decorators: [{
7897
+ type: Component,
7898
+ args: [{ selector: 'ngt-context-menu', template: "<div class=\"absolute max-w-7xl -mr-10 -mb-10\" style=\"z-index: 999999 !important; width: max-content !important;\"\n [style.left.px]=\"positionX\" [style.top.px]=\"positionY\" (click)=\"$event.stopPropagation()\">\n\n <ng-container *ngIf=\"hasOptions(); else showTemplate\">\n <ul class=\"cursor-pointer rounded-xl bg-white border border-gray-200 shadow-2xl \">\n <li *ngFor=\"let item of menuItems; last as isLast; first as isFirst\" class=\"flex\"\n class=\"flex items-center w-full px-4 py-2 gap-3 text-sm text-gray-700 hover:text-white\"\n [class.rounded-b-xl]=\"isLast\" [class.rounded-t-xl]=\"isFirst\"\n [ngClass]=\"item.background_color || 'hover:bg-green-500'\" (click)=\"onMenuItemClick.emit(item)\">\n\n <ngt-svg *ngIf=\"item.icon\" class=\"text-lg\" [src]=\"item.icon\"></ngt-svg>\n\n {{ item.caption }}\n </li>\n </ul>\n </ng-container>\n\n <ng-template #showTemplate>\n <div class=\"block rounded-lg bg-white border border-gray-200 w-full h-auto shadow-2xl\"\n (click)=\"onTemplateClick.emit()\">\n <ng-container [ngTemplateOutlet]=\"menuTemplate\"></ng-container>\n </div>\n </ng-template>\n</div>\n" }]
7899
+ }], propDecorators: { onMenuItemClick: [{
7900
+ type: Output
7901
+ }], onTemplateClick: [{
7902
+ type: Output
7903
+ }] } });
7904
+
7905
+ class NgtContextMenuDirective {
7906
+ constructor(viewContainerRef) {
7907
+ this.viewContainerRef = viewContainerRef;
7908
+ this.onNgtContextMenuClick = new EventEmitter();
7909
+ this.componentRef = null;
7910
+ }
7911
+ onContextMenu(event) {
7912
+ event.preventDefault();
7913
+ this.destroy();
7914
+ this.createComponent(event);
7915
+ }
7916
+ onDocumentClick() {
7917
+ this.destroy();
7918
+ }
7919
+ onClick() {
7920
+ this.destroy();
7921
+ }
7922
+ ngOnDestroy() {
7923
+ this.destroy();
7924
+ }
7925
+ createComponent(event) {
7926
+ this.componentRef = this.viewContainerRef.createComponent(NgtContextMenuComponent);
7927
+ this.componentRef.instance.positionX = event.clientX;
7928
+ this.componentRef.instance.positionY = event.clientY;
7929
+ this.componentRef.instance.menuItems = this.ngtContextMenuOptions;
7930
+ this.componentRef.instance.menuTemplate = this.ngtContextMenuTemplate;
7931
+ this.bindSubscriptions();
7932
+ document.body.appendChild(this.componentRef.location.nativeElement);
7933
+ }
7934
+ bindSubscriptions() {
7935
+ this.menuItemClickSubscription = this.componentRef.instance
7936
+ .onMenuItemClick
7937
+ .subscribe((event) => {
7938
+ this.onNgtContextMenuClick.emit(event);
7939
+ this.destroy();
7940
+ });
7941
+ this.templateClickSubscription = this.componentRef.instance
7942
+ .onTemplateClick
7943
+ .subscribe((event) => this.destroy());
7944
+ }
7945
+ destroy() {
7946
+ this.menuItemClickSubscription?.unsubscribe();
7947
+ this.templateClickSubscription?.unsubscribe();
7948
+ this.componentRef?.destroy();
7949
+ this.componentRef = null;
7950
+ }
7951
+ }
7952
+ NgtContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
7953
+ NgtContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: NgtContextMenuDirective, selector: "[ngt-contextmenu]", inputs: { ngtContextMenuOptions: "ngtContextMenuOptions", ngtContextMenuTemplate: "ngtContextMenuTemplate" }, outputs: { onNgtContextMenuClick: "onNgtContextMenuClick" }, host: { listeners: { "contextmenu": "onContextMenu($event)", "document:click": "onDocumentClick()", "click": "onClick()" } }, ngImport: i0 });
7954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuDirective, decorators: [{
7955
+ type: Directive,
7956
+ args: [{
7957
+ selector: '[ngt-contextmenu]'
7958
+ }]
7959
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { onNgtContextMenuClick: [{
7960
+ type: Output
7961
+ }], ngtContextMenuOptions: [{
7962
+ type: Input
7963
+ }], ngtContextMenuTemplate: [{
7964
+ type: Input
7965
+ }], onContextMenu: [{
7966
+ type: HostListener,
7967
+ args: ['contextmenu', ['$event']]
7968
+ }], onDocumentClick: [{
7969
+ type: HostListener,
7970
+ args: ['document:click']
7971
+ }], onClick: [{
7972
+ type: HostListener,
7973
+ args: ['click']
7974
+ }] } });
7975
+
7976
+ class NgtContextMenuModule {
7977
+ }
7978
+ NgtContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7979
+ NgtContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuModule, declarations: [NgtContextMenuDirective,
7980
+ NgtContextMenuComponent], imports: [CommonModule,
7981
+ NgtSvgModule], exports: [NgtContextMenuDirective,
7982
+ NgtContextMenuComponent] });
7983
+ NgtContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuModule, imports: [CommonModule,
7984
+ NgtSvgModule] });
7985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NgtContextMenuModule, decorators: [{
7986
+ type: NgModule,
7987
+ args: [{
7988
+ declarations: [
7989
+ NgtContextMenuDirective,
7990
+ NgtContextMenuComponent,
7991
+ ],
7992
+ exports: [
7993
+ NgtContextMenuDirective,
7994
+ NgtContextMenuComponent,
7995
+ ],
7996
+ imports: [
7997
+ CommonModule,
7998
+ NgtSvgModule
7999
+ ],
8000
+ }]
8001
+ }] });
8002
+
7874
8003
  /*
7875
8004
  * Public API Surface of ng-tailwind
7876
8005
  */
@@ -7879,5 +8008,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
7879
8008
  * Generated bundle index. Do not edit.
7880
8009
  */
7881
8010
 
7882
- export { NgtActionComponent, NgtActionModule, NgtAttachmentHttpService, NgtButtonComponent, NgtButtonModule, NgtCheckboxComponent, NgtCheckboxMode, NgtCheckboxModule, NgtCheckedElement, NgtContentComponent, NgtContentModule, NgtCustomFilter, NgtDatatableComponent, NgtDatatableModule, NgtDatatableParam, NgtDatatableSearchType, NgtDatatableType, NgtDateComponent, NgtDateLocale, NgtDateMode, NgtDateModule, NgtDropdownComponent, NgtDropdownContainerComponent, NgtDropdownModule, NgtDropdownOpenMethod, NgtDropzoneComponent, NgtDropzoneErrorType, NgtDropzoneFileTypeEnum, NgtDropzoneModule, NgtDropzonePreviewType, NgtFloatingButtonComponent, NgtFloatingButtonModule, NgtFloatingButtonType, NgtFormComponent, NgtFormModule, NgtFormState, NgtFormValidationMessageComponent, NgtHeaderNavComponent, NgtHeaderNavModule, NgtHelperComponent, NgtHelperModule, NgtHttpFormService, NgtHttpResourceService, NgtHttpService, NgtHttpValidationService, NgtInputComponent, NgtInputModule, NgtModalBodyComponent, NgtModalComponent, NgtModalFooterComponent, NgtModalHeaderComponent, NgtModalModule, NgtMultiSelectComponent, NgtMultiSelectModule, NgtPaginationComponent, NgtPaginationModule, NgtPopoverComponent, NgtPopoverDirective, NgtPopoverModule, NgtPopoverOpenMethod, NgtPortletBodyComponent, NgtPortletComponent, NgtPortletFooterComponent, NgtPortletHeaderComponent, NgtPortletModule, NgtRadioButtonComponent, NgtRadioButtonContainerComponent, NgtRadioButtonModule, NgtSectionComponent, NgtSectionModule, NgtSelectComponent, NgtSelectDropdownPanelHeight, NgtSelectHeaderTmp, NgtSelectModule, NgtSelectOptionSelectedTmp, NgtSelectOptionTmp, NgtShiningComponent, NgtShiningModule, NgtShiningWidth, NgtSidenavComponent, NgtSidenavModule, NgtSliderColorSchemeEnum, NgtSliderComponent, NgtSliderModule, NgtStylizableDirective, NgtStylizableModule, NgtSvgComponent, NgtSvgModule, NgtTagComponent, NgtTagModule, NgtTbodyComponent, NgtTdCheckComponent, NgtTdComponent, NgtTextareaComponent, NgtTextareaModule, NgtThCheckComponent, NgtThComponent, NgtTheadComponent, NgtTrComponent, NgtTranslateService, Size, fadeDownAnimation, fadeUpAnimation, slideLeftToRightAnimation, slideRightToLeftAnimation };
8011
+ export { NgtActionComponent, NgtActionModule, NgtAttachmentHttpService, NgtButtonComponent, NgtButtonModule, NgtCheckboxComponent, NgtCheckboxMode, NgtCheckboxModule, NgtCheckedElement, NgtContentComponent, NgtContentModule, NgtContextMenuComponent, NgtContextMenuDirective, NgtContextMenuModule, NgtCustomFilter, NgtDatatableComponent, NgtDatatableModule, NgtDatatableParam, NgtDatatableSearchType, NgtDatatableType, NgtDateComponent, NgtDateLocale, NgtDateMode, NgtDateModule, NgtDropdownComponent, NgtDropdownContainerComponent, NgtDropdownModule, NgtDropdownOpenMethod, NgtDropzoneComponent, NgtDropzoneErrorType, NgtDropzoneFileTypeEnum, NgtDropzoneModule, NgtDropzonePreviewType, NgtFloatingButtonComponent, NgtFloatingButtonModule, NgtFloatingButtonType, NgtFormComponent, NgtFormModule, NgtFormState, NgtFormValidationMessageComponent, NgtHeaderNavComponent, NgtHeaderNavModule, NgtHelperComponent, NgtHelperModule, NgtHttpFormService, NgtHttpResourceService, NgtHttpService, NgtHttpValidationService, NgtInputComponent, NgtInputModule, NgtModalBodyComponent, NgtModalComponent, NgtModalFooterComponent, NgtModalHeaderComponent, NgtModalModule, NgtMultiSelectComponent, NgtMultiSelectModule, NgtPaginationComponent, NgtPaginationModule, NgtPopoverComponent, NgtPopoverDirective, NgtPopoverModule, NgtPopoverOpenMethod, NgtPortletBodyComponent, NgtPortletComponent, NgtPortletFooterComponent, NgtPortletHeaderComponent, NgtPortletModule, NgtRadioButtonComponent, NgtRadioButtonContainerComponent, NgtRadioButtonModule, NgtSectionComponent, NgtSectionModule, NgtSelectComponent, NgtSelectDropdownPanelHeight, NgtSelectHeaderTmp, NgtSelectModule, NgtSelectOptionSelectedTmp, NgtSelectOptionTmp, NgtShiningComponent, NgtShiningModule, NgtShiningWidth, NgtSidenavComponent, NgtSidenavModule, NgtSliderColorSchemeEnum, NgtSliderComponent, NgtSliderModule, NgtStylizableDirective, NgtStylizableModule, NgtSvgComponent, NgtSvgModule, NgtTagComponent, NgtTagModule, NgtTbodyComponent, NgtTdCheckComponent, NgtTdComponent, NgtTextareaComponent, NgtTextareaModule, NgtThCheckComponent, NgtThComponent, NgtTheadComponent, NgtTrComponent, NgtTranslateService, Size, fadeDownAnimation, fadeUpAnimation, slideLeftToRightAnimation, slideRightToLeftAnimation };
7883
8012
  //# sourceMappingURL=ng-tailwind.mjs.map