@nova-design-system/nova-angular-19 3.25.0 → 3.27.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.
@@ -1019,11 +1019,11 @@ let NvFieldtextarea = class NvFieldtextarea {
1019
1019
  this.el = r.nativeElement;
1020
1020
  }
1021
1021
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldtextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1022
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtextarea, isStandalone: false, selector: "nv-fieldtextarea", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autofocus: "autofocus", autosize: "autosize", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", fluid: "fluid", inputId: "inputId", label: "label", maxlength: "maxlength", message: "message", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", success: "success", validation: "validation", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1022
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtextarea, isStandalone: false, selector: "nv-fieldtextarea", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autofocus: "autofocus", autosize: "autosize", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", fluid: "fluid", inputId: "inputId", label: "label", maxAutoHeight: "maxAutoHeight", maxlength: "maxlength", message: "message", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", success: "success", validation: "validation", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1023
1023
  };
1024
1024
  NvFieldtextarea = __decorate([
1025
1025
  ProxyCmp({
1026
- inputs: ['ariaRequiredAttr', 'autofocus', 'autosize', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value']
1026
+ inputs: ['ariaRequiredAttr', 'autofocus', 'autosize', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxAutoHeight', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value']
1027
1027
  })
1028
1028
  ], NvFieldtextarea);
1029
1029
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldtextarea, decorators: [{
@@ -1033,7 +1033,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
1033
1033
  changeDetection: ChangeDetectionStrategy.OnPush,
1034
1034
  template: '<ng-content></ng-content>',
1035
1035
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1036
- inputs: ['ariaRequiredAttr', 'autofocus', 'autosize', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value'],
1036
+ inputs: ['ariaRequiredAttr', 'autofocus', 'autosize', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxAutoHeight', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value'],
1037
1037
  outputs: ['valueChanged'],
1038
1038
  standalone: false
1039
1039
  }]
@@ -1283,6 +1283,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
1283
1283
  standalone: false
1284
1284
  }]
1285
1285
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1286
+ let NvPaginationNav = class NvPaginationNav {
1287
+ constructor(c, r, z) {
1288
+ this.z = z;
1289
+ this.currentPageChanged = new EventEmitter();
1290
+ c.detach();
1291
+ this.el = r.nativeElement;
1292
+ }
1293
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvPaginationNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1294
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvPaginationNav, isStandalone: false, selector: "nv-pagination-nav", inputs: { currentPage: "currentPage", isOnlyIcon: "isOnlyIcon", nextButtonLabel: "nextButtonLabel", numEndZoneButtons: "numEndZoneButtons", numMiddleButtons: "numMiddleButtons", numStartZoneButtons: "numStartZoneButtons", pageSize: "pageSize", previousButtonLabel: "previousButtonLabel", showMiddleZone: "showMiddleZone", totalCount: "totalCount" }, outputs: { currentPageChanged: "currentPageChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1295
+ };
1296
+ NvPaginationNav = __decorate([
1297
+ ProxyCmp({
1298
+ inputs: ['currentPage', 'isOnlyIcon', 'nextButtonLabel', 'numEndZoneButtons', 'numMiddleButtons', 'numStartZoneButtons', 'pageSize', 'previousButtonLabel', 'showMiddleZone', 'totalCount']
1299
+ })
1300
+ ], NvPaginationNav);
1301
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvPaginationNav, decorators: [{
1302
+ type: Component,
1303
+ args: [{
1304
+ selector: 'nv-pagination-nav',
1305
+ changeDetection: ChangeDetectionStrategy.OnPush,
1306
+ template: '<ng-content></ng-content>',
1307
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1308
+ inputs: ['currentPage', 'isOnlyIcon', 'nextButtonLabel', 'numEndZoneButtons', 'numMiddleButtons', 'numStartZoneButtons', 'pageSize', 'previousButtonLabel', 'showMiddleZone', 'totalCount'],
1309
+ outputs: ['currentPageChanged'],
1310
+ standalone: false
1311
+ }]
1312
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { currentPageChanged: [{
1313
+ type: Output
1314
+ }] } });
1286
1315
  let NvPaginationtable = class NvPaginationtable {
1287
1316
  constructor(c, r, z) {
1288
1317
  this.z = z;
@@ -1857,6 +1886,7 @@ const DIRECTIVES = [
1857
1886
  NvNotification,
1858
1887
  NvNotificationBullet,
1859
1888
  NvNotificationcontainer,
1889
+ NvPaginationNav,
1860
1890
  NvPaginationtable,
1861
1891
  NvPopover,
1862
1892
  NvRow,
@@ -1895,7 +1925,6 @@ const DIRECTIVES = [
1895
1925
  * </nv-datatable>
1896
1926
  * ```
1897
1927
  */
1898
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
1899
1928
  class NvDatatableCellDirective {
1900
1929
  constructor(template) {
1901
1930
  this.template = template;
@@ -3050,29 +3079,30 @@ class NvDatatable {
3050
3079
  </nv-table>
3051
3080
 
3052
3081
  <!-- Render pagination if configured -->
3053
- @if (paginationAPI()) {
3054
- @if (paginationTemplate) {
3055
- <ng-container
3056
- *ngTemplateOutlet="
3057
- paginationTemplate;
3058
- context: { $implicit: paginationAPI() }
3059
- "
3060
- ></ng-container>
3061
- } @else if (mode() === 'client' && pagination() && !pagination()?.infinite) {
3062
- <!-- Default pagination with nv-paginationtable (client mode only) -->
3063
- <nv-paginationtable
3064
- [pageIndex]="paginationAPI()!.pageIndex"
3065
- [pageSize]="paginationAPI()!.pageSize"
3066
- [pageCount]="paginationAPI()!.pageCount"
3067
- [rowCount]="paginationAPI()!.rowCount"
3068
- [attr.label-page]="pagination()?.labels?.page || null"
3069
- [attr.label-total]="pagination()?.labels?.total || null"
3070
- [attr.label-page-size-option]="pagination()?.labels?.pageSizeOption || null"
3071
- (pageIndexChanged)="paginationAPI()!.setPageIndex($event.detail)"
3072
- (pageSizeChanged)="paginationAPI()!.setPageSize($event.detail)"
3073
- ></nv-paginationtable>
3074
- }
3075
- }
3082
+ @if (paginationAPI()) { @if (paginationTemplate) {
3083
+ <ng-container
3084
+ *ngTemplateOutlet="
3085
+ paginationTemplate;
3086
+ context: { $implicit: paginationAPI() }
3087
+ "
3088
+ ></ng-container>
3089
+ } @else if (mode() === 'client' && pagination() && !pagination()?.infinite)
3090
+ {
3091
+ <!-- Default pagination with nv-paginationtable (client mode only) -->
3092
+ <nv-paginationtable
3093
+ [pageIndex]="paginationAPI()!.pageIndex"
3094
+ [pageSize]="paginationAPI()!.pageSize"
3095
+ [pageCount]="paginationAPI()!.pageCount"
3096
+ [rowCount]="paginationAPI()!.rowCount"
3097
+ [attr.label-page]="pagination()?.labels?.page || null"
3098
+ [attr.label-total]="pagination()?.labels?.total || null"
3099
+ [attr.label-page-size-option]="
3100
+ pagination()?.labels?.pageSizeOption || null
3101
+ "
3102
+ (pageIndexChanged)="paginationAPI()!.setPageIndex($event.detail)"
3103
+ (pageSizeChanged)="paginationAPI()!.setPageSize($event.detail)"
3104
+ ></nv-paginationtable>
3105
+ } }
3076
3106
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: FlexRenderDirective, selector: "[flexRender]", inputs: ["flexRender", "flexRenderProps", "flexRenderInjector"] }] }); }
3077
3107
  }
3078
3108
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvDatatable, decorators: [{
@@ -3152,29 +3182,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
3152
3182
  </nv-table>
3153
3183
 
3154
3184
  <!-- Render pagination if configured -->
3155
- @if (paginationAPI()) {
3156
- @if (paginationTemplate) {
3157
- <ng-container
3158
- *ngTemplateOutlet="
3159
- paginationTemplate;
3160
- context: { $implicit: paginationAPI() }
3161
- "
3162
- ></ng-container>
3163
- } @else if (mode() === 'client' && pagination() && !pagination()?.infinite) {
3164
- <!-- Default pagination with nv-paginationtable (client mode only) -->
3165
- <nv-paginationtable
3166
- [pageIndex]="paginationAPI()!.pageIndex"
3167
- [pageSize]="paginationAPI()!.pageSize"
3168
- [pageCount]="paginationAPI()!.pageCount"
3169
- [rowCount]="paginationAPI()!.rowCount"
3170
- [attr.label-page]="pagination()?.labels?.page || null"
3171
- [attr.label-total]="pagination()?.labels?.total || null"
3172
- [attr.label-page-size-option]="pagination()?.labels?.pageSizeOption || null"
3173
- (pageIndexChanged)="paginationAPI()!.setPageIndex($event.detail)"
3174
- (pageSizeChanged)="paginationAPI()!.setPageSize($event.detail)"
3175
- ></nv-paginationtable>
3176
- }
3177
- }
3185
+ @if (paginationAPI()) { @if (paginationTemplate) {
3186
+ <ng-container
3187
+ *ngTemplateOutlet="
3188
+ paginationTemplate;
3189
+ context: { $implicit: paginationAPI() }
3190
+ "
3191
+ ></ng-container>
3192
+ } @else if (mode() === 'client' && pagination() && !pagination()?.infinite)
3193
+ {
3194
+ <!-- Default pagination with nv-paginationtable (client mode only) -->
3195
+ <nv-paginationtable
3196
+ [pageIndex]="paginationAPI()!.pageIndex"
3197
+ [pageSize]="paginationAPI()!.pageSize"
3198
+ [pageCount]="paginationAPI()!.pageCount"
3199
+ [rowCount]="paginationAPI()!.rowCount"
3200
+ [attr.label-page]="pagination()?.labels?.page || null"
3201
+ [attr.label-total]="pagination()?.labels?.total || null"
3202
+ [attr.label-page-size-option]="
3203
+ pagination()?.labels?.pageSizeOption || null
3204
+ "
3205
+ (pageIndexChanged)="paginationAPI()!.setPageIndex($event.detail)"
3206
+ (pageSizeChanged)="paginationAPI()!.setPageSize($event.detail)"
3207
+ ></nv-paginationtable>
3208
+ } }
3178
3209
  `,
3179
3210
  }]
3180
3211
  }], ctorParameters: () => [], propDecorators: { paginationTemplate: [{
@@ -3949,6 +3980,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
3949
3980
  type: HostListener,
3950
3981
  args: ['hiddenChanged', ['$event']]
3951
3982
  }] } });
3983
+ class NvPaginationNavValueAccessor extends ValueAccessor {
3984
+ constructor(el) {
3985
+ super(el);
3986
+ }
3987
+ handleCurrentPageChanged(event) {
3988
+ this.handleChangeEvent(event.target.currentPage);
3989
+ }
3990
+ writeValue(value) {
3991
+ this.el.nativeElement.currentPage = this.lastValue = value;
3992
+ }
3993
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvPaginationNavValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3994
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.5", type: NvPaginationNavValueAccessor, isStandalone: true, selector: "nv-pagination-nav", host: { listeners: { "currentPageChanged": "handleCurrentPageChanged($event)" } }, providers: [
3995
+ {
3996
+ provide: NG_VALUE_ACCESSOR,
3997
+ useExisting: NvPaginationNavValueAccessor,
3998
+ multi: true,
3999
+ },
4000
+ ], usesInheritance: true, ngImport: i0 }); }
4001
+ }
4002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvPaginationNavValueAccessor, decorators: [{
4003
+ type: Directive,
4004
+ args: [{
4005
+ selector: 'nv-pagination-nav',
4006
+ providers: [
4007
+ {
4008
+ provide: NG_VALUE_ACCESSOR,
4009
+ useExisting: NvPaginationNavValueAccessor,
4010
+ multi: true,
4011
+ },
4012
+ ],
4013
+ }]
4014
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleCurrentPageChanged: [{
4015
+ type: HostListener,
4016
+ args: ['currentPageChanged', ['$event']]
4017
+ }] } });
3952
4018
  class NvPaginationtableValueAccessor extends ValueAccessor {
3953
4019
  constructor(el) {
3954
4020
  super(el);
@@ -4180,6 +4246,7 @@ const VALUE_ACCESSORS = [
4180
4246
  NvFieldtextareaValueAccessor,
4181
4247
  NvFieldtimeValueAccessor,
4182
4248
  NvNotificationValueAccessor,
4249
+ NvPaginationNavValueAccessor,
4183
4250
  NvPaginationtableValueAccessor,
4184
4251
  NvPopoverValueAccessor,
4185
4252
  NvSidebarValueAccessor,
@@ -4190,7 +4257,7 @@ const VALUE_ACCESSORS = [
4190
4257
 
4191
4258
  class NovaComponentsModule {
4192
4259
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4193
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, declarations: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvDrawer, NvDrawerfooter, NvDrawerheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationBullet, NvNotificationcontainer, NvPaginationtable, NvPopover, NvRow, NvSidebar, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvStack, NvTable, NvTableheader, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip], imports: [NvDatatable], exports: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvDrawer, NvDrawerfooter, NvDrawerheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationBullet, NvNotificationcontainer, NvPaginationtable, NvPopover, NvRow, NvSidebar, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvStack, NvTable, NvTableheader, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip, NvDatatable] }); }
4260
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, declarations: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvDrawer, NvDrawerfooter, NvDrawerheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationBullet, NvNotificationcontainer, NvPaginationNav, NvPaginationtable, NvPopover, NvRow, NvSidebar, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvStack, NvTable, NvTableheader, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip], imports: [NvDatatable], exports: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvDrawer, NvDrawerfooter, NvDrawerheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationBullet, NvNotificationcontainer, NvPaginationNav, NvPaginationtable, NvPopover, NvRow, NvSidebar, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvStack, NvTable, NvTableheader, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip, NvDatatable] }); }
4194
4261
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, imports: [NvDatatable] }); }
4195
4262
  }
4196
4263
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, decorators: [{
@@ -4203,7 +4270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
4203
4270
  }] });
4204
4271
  class NovaComponentsValueAccessorModule {
4205
4272
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4206
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, imports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvDrawerValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPaginationtableValueAccessor, NvPopoverValueAccessor, NvSidebarValueAccessor, NvSplitValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor], exports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvDrawerValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPaginationtableValueAccessor, NvPopoverValueAccessor, NvSidebarValueAccessor, NvSplitValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor] }); }
4273
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, imports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvDrawerValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPaginationNavValueAccessor, NvPaginationtableValueAccessor, NvPopoverValueAccessor, NvSidebarValueAccessor, NvSplitValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor], exports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvDrawerValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPaginationNavValueAccessor, NvPaginationtableValueAccessor, NvPopoverValueAccessor, NvSidebarValueAccessor, NvSplitValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor] }); }
4207
4274
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule }); }
4208
4275
  }
4209
4276
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, decorators: [{
@@ -4563,5 +4630,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
4563
4630
  * Generated bundle index. Do not edit.
4564
4631
  */
4565
4632
 
4566
- export { NotificationService, NotificationServiceComponent, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAccordion, NvAccordionItem, NvAccordionValueAccessor, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCalendarValueAccessor, NvCol, NvDatagrid, NvDatagridValueAccessor, NvDatagridcolumn, NvDatatable, NvDatatableCellDirective, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, NvDrawer, NvDrawerValueAccessor, NvDrawerfooter, NvDrawerheader, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddate, NvFielddateValueAccessor, NvFielddaterange, NvFielddaterangeValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldmultiselectValueAccessor, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldslider, NvFieldsliderValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvFieldtimeValueAccessor, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationBullet, NvNotificationValueAccessor, NvNotificationcontainer, NvPaginationtable, NvPaginationtableValueAccessor, NvPopover, NvPopoverValueAccessor, NvRow, NvSidebar, NvSidebarValueAccessor, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvSplitValueAccessor, NvStack, NvTable, NvTableheader, NvToggle, NvToggleValueAccessor, NvTogglebutton, NvTogglebuttongroup, NvTogglebuttongroupValueAccessor, NvTooltip, VALUE_ACCESSORS, makeColumn, flexRenderComponent as nvDatatableRenderComponent };
4633
+ export { NotificationService, NotificationServiceComponent, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAccordion, NvAccordionItem, NvAccordionValueAccessor, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCalendarValueAccessor, NvCol, NvDatagrid, NvDatagridValueAccessor, NvDatagridcolumn, NvDatatable, NvDatatableCellDirective, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, NvDrawer, NvDrawerValueAccessor, NvDrawerfooter, NvDrawerheader, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddate, NvFielddateValueAccessor, NvFielddaterange, NvFielddaterangeValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldmultiselectValueAccessor, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldslider, NvFieldsliderValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvFieldtimeValueAccessor, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationBullet, NvNotificationValueAccessor, NvNotificationcontainer, NvPaginationNav, NvPaginationNavValueAccessor, NvPaginationtable, NvPaginationtableValueAccessor, NvPopover, NvPopoverValueAccessor, NvRow, NvSidebar, NvSidebarValueAccessor, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvSplitValueAccessor, NvStack, NvTable, NvTableheader, NvToggle, NvToggleValueAccessor, NvTogglebutton, NvTogglebuttongroup, NvTogglebuttongroupValueAccessor, NvTooltip, VALUE_ACCESSORS, makeColumn, flexRenderComponent as nvDatatableRenderComponent };
4567
4634
  //# sourceMappingURL=nova-components.mjs.map