@nova-design-system/nova-angular 3.2.0 → 3.4.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.
@@ -212,14 +212,14 @@ let NvCalendar = class NvCalendar {
212
212
  this.z = z;
213
213
  c.detach();
214
214
  this.el = r.nativeElement;
215
- proxyOutputs(this, this.el, ['singleDateChange', 'rangeDateChange']);
215
+ proxyOutputs(this, this.el, ['singleDateChange', 'rangeDateChange', 'valueChanged']);
216
216
  }
217
217
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
218
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvCalendar, selector: "nv-calendar", inputs: { dateFormat: "dateFormat", disabledDates: "disabledDates", firstDayOfWeek: "firstDayOfWeek", locale: "locale", max: "max", min: "min", numberOfCalendars: "numberOfCalendars", rangeValue: "rangeValue", selectionType: "selectionType", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", singleValue: "singleValue" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
218
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvCalendar, selector: "nv-calendar", inputs: { dateFormat: "dateFormat", disabledDates: "disabledDates", firstDayOfWeek: "firstDayOfWeek", locale: "locale", max: "max", min: "min", numberOfCalendars: "numberOfCalendars", rangeValue: "rangeValue", selectionType: "selectionType", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", singleValue: "singleValue", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
219
219
  };
220
220
  NvCalendar = __decorate([
221
221
  ProxyCmp({
222
- inputs: ['dateFormat', 'disabledDates', 'firstDayOfWeek', 'locale', 'max', 'min', 'numberOfCalendars', 'rangeValue', 'selectionType', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'singleValue']
222
+ inputs: ['dateFormat', 'disabledDates', 'firstDayOfWeek', 'locale', 'max', 'min', 'numberOfCalendars', 'rangeValue', 'selectionType', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'singleValue', 'value']
223
223
  })
224
224
  ], NvCalendar);
225
225
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvCalendar, decorators: [{
@@ -229,7 +229,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
229
229
  changeDetection: ChangeDetectionStrategy.OnPush,
230
230
  template: '<ng-content></ng-content>',
231
231
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
232
- inputs: ['dateFormat', 'disabledDates', 'firstDayOfWeek', 'locale', 'max', 'min', 'numberOfCalendars', 'rangeValue', 'selectionType', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'singleValue'],
232
+ inputs: ['dateFormat', 'disabledDates', 'firstDayOfWeek', 'locale', 'max', 'min', 'numberOfCalendars', 'rangeValue', 'selectionType', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'singleValue', 'value'],
233
233
  }]
234
234
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
235
235
  let NvCol = class NvCol {
@@ -261,14 +261,14 @@ let NvDatagrid = class NvDatagrid {
261
261
  this.z = z;
262
262
  c.detach();
263
263
  this.el = r.nativeElement;
264
- proxyOutputs(this, this.el, ['action', 'selectedRows']);
264
+ proxyOutputs(this, this.el, ['action', 'selectedRows', 'stateChanged']);
265
265
  }
266
266
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
267
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagrid, selector: "nv-datagrid", inputs: { autoGenerateColumns: "autoGenerateColumns", columns: "columns", data: "data", enableGlobalFilter: "enableGlobalFilter", enablePagination: "enablePagination", enableRowSelection: "enableRowSelection", enableSorting: "enableSorting", fallbackValue: "fallbackValue", globalFilterPosition: "globalFilterPosition", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage", pageSize: "pageSize", pageSizes: "pageSizes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
267
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagrid, selector: "nv-datagrid", inputs: { autoGenerateColumns: "autoGenerateColumns", columns: "columns", data: "data", enableGlobalFilter: "enableGlobalFilter", enablePagination: "enablePagination", enableRowSelection: "enableRowSelection", enableSorting: "enableSorting", fallbackValue: "fallbackValue", globalFilterPosition: "globalFilterPosition", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage", pageSize: "pageSize", pageSizes: "pageSizes", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
268
268
  };
269
269
  NvDatagrid = __decorate([
270
270
  ProxyCmp({
271
- inputs: ['autoGenerateColumns', 'columns', 'data', 'enableGlobalFilter', 'enablePagination', 'enableRowSelection', 'enableSorting', 'fallbackValue', 'globalFilterPosition', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes']
271
+ inputs: ['autoGenerateColumns', 'columns', 'data', 'enableGlobalFilter', 'enablePagination', 'enableRowSelection', 'enableSorting', 'fallbackValue', 'globalFilterPosition', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes', 'state']
272
272
  })
273
273
  ], NvDatagrid);
274
274
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagrid, decorators: [{
@@ -278,7 +278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
278
278
  changeDetection: ChangeDetectionStrategy.OnPush,
279
279
  template: '<ng-content></ng-content>',
280
280
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
281
- inputs: ['autoGenerateColumns', 'columns', 'data', 'enableGlobalFilter', 'enablePagination', 'enableRowSelection', 'enableSorting', 'fallbackValue', 'globalFilterPosition', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes'],
281
+ inputs: ['autoGenerateColumns', 'columns', 'data', 'enableGlobalFilter', 'enablePagination', 'enableRowSelection', 'enableSorting', 'fallbackValue', 'globalFilterPosition', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes', 'state'],
282
282
  }]
283
283
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
284
284
  let NvDatagridcolumn = class NvDatagridcolumn {
@@ -410,7 +410,7 @@ let NvFielddate = class NvFielddate {
410
410
  this.z = z;
411
411
  c.detach();
412
412
  this.el = r.nativeElement;
413
- proxyOutputs(this, this.el, ['dateChange']);
413
+ proxyOutputs(this, this.el, ['valueChanged']);
414
414
  }
415
415
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
416
416
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFielddate, selector: "nv-fielddate", inputs: { autofocus: "autofocus", dateFormat: "dateFormat", description: "description", disabled: "disabled", disabledDates: "disabledDates", error: "error", errorDescription: "errorDescription", firstDayOfWeek: "firstDayOfWeek", fluid: "fluid", inputId: "inputId", label: "label", locale: "locale", max: "max", min: "min", name: "name", numberOfCalendars: "numberOfCalendars", placeholder: "placeholder", readonly: "readonly", required: "required", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", success: "success", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -435,7 +435,7 @@ let NvFielddaterange = class NvFielddaterange {
435
435
  this.z = z;
436
436
  c.detach();
437
437
  this.el = r.nativeElement;
438
- proxyOutputs(this, this.el, ['dateRangeChange']);
438
+ proxyOutputs(this, this.el, ['dateRangeChange', 'valueChanged']);
439
439
  }
440
440
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddaterange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
441
441
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFielddaterange, selector: "nv-fielddaterange", inputs: { autofocus: "autofocus", dateFormat: "dateFormat", description: "description", disabled: "disabled", disabledDates: "disabledDates", endInputId: "endInputId", endName: "endName", endPlaceholder: "endPlaceholder", error: "error", errorDescription: "errorDescription", firstDayOfWeek: "firstDayOfWeek", fluid: "fluid", label: "label", locale: "locale", max: "max", min: "min", numberOfCalendars: "numberOfCalendars", readonly: "readonly", required: "required", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", startInputId: "startInputId", startName: "startName", startPlaceholder: "startPlaceholder", success: "success", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -1168,6 +1168,76 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
1168
1168
  type: HostListener,
1169
1169
  args: ['hiddenChanged', ['$event']]
1170
1170
  }] } });
1171
+ class NvCalendarValueAccessor extends ValueAccessor {
1172
+ constructor(el) {
1173
+ super(el);
1174
+ }
1175
+ handleValueChanged(event) {
1176
+ this.handleChangeEvent(event.target.value);
1177
+ }
1178
+ writeValue(value) {
1179
+ this.el.nativeElement.value = this.lastValue = value;
1180
+ }
1181
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvCalendarValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1182
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: NvCalendarValueAccessor, selector: "nv-calendar", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
1183
+ {
1184
+ provide: NG_VALUE_ACCESSOR,
1185
+ useExisting: NvCalendarValueAccessor,
1186
+ multi: true,
1187
+ },
1188
+ ], usesInheritance: true, ngImport: i0 }); }
1189
+ }
1190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvCalendarValueAccessor, decorators: [{
1191
+ type: Directive,
1192
+ args: [{
1193
+ selector: 'nv-calendar',
1194
+ providers: [
1195
+ {
1196
+ provide: NG_VALUE_ACCESSOR,
1197
+ useExisting: NvCalendarValueAccessor,
1198
+ multi: true,
1199
+ },
1200
+ ],
1201
+ }]
1202
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleValueChanged: [{
1203
+ type: HostListener,
1204
+ args: ['valueChanged', ['$event']]
1205
+ }] } });
1206
+ class NvDatagridValueAccessor extends ValueAccessor {
1207
+ constructor(el) {
1208
+ super(el);
1209
+ }
1210
+ handleStateChanged(event) {
1211
+ this.handleChangeEvent(event.target.state);
1212
+ }
1213
+ writeValue(value) {
1214
+ this.el.nativeElement.state = this.lastValue = value;
1215
+ }
1216
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1217
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagridValueAccessor, selector: "nv-datagrid", host: { listeners: { "stateChanged": "handleStateChanged($event)" } }, providers: [
1218
+ {
1219
+ provide: NG_VALUE_ACCESSOR,
1220
+ useExisting: NvDatagridValueAccessor,
1221
+ multi: true,
1222
+ },
1223
+ ], usesInheritance: true, ngImport: i0 }); }
1224
+ }
1225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridValueAccessor, decorators: [{
1226
+ type: Directive,
1227
+ args: [{
1228
+ selector: 'nv-datagrid',
1229
+ providers: [
1230
+ {
1231
+ provide: NG_VALUE_ACCESSOR,
1232
+ useExisting: NvDatagridValueAccessor,
1233
+ multi: true,
1234
+ },
1235
+ ],
1236
+ }]
1237
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleStateChanged: [{
1238
+ type: HostListener,
1239
+ args: ['stateChanged', ['$event']]
1240
+ }] } });
1171
1241
  class NvDialogValueAccessor extends ValueAccessor {
1172
1242
  constructor(el) {
1173
1243
  super(el);
@@ -1238,6 +1308,76 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
1238
1308
  type: HostListener,
1239
1309
  args: ['checkedChanged', ['$event']]
1240
1310
  }] } });
1311
+ class NvFielddateValueAccessor extends ValueAccessor {
1312
+ constructor(el) {
1313
+ super(el);
1314
+ }
1315
+ handleValueChanged(event) {
1316
+ this.handleChangeEvent(event.target.value);
1317
+ }
1318
+ writeValue(value) {
1319
+ this.el.nativeElement.value = this.lastValue = value;
1320
+ }
1321
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddateValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1322
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: NvFielddateValueAccessor, selector: "nv-fielddate", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
1323
+ {
1324
+ provide: NG_VALUE_ACCESSOR,
1325
+ useExisting: NvFielddateValueAccessor,
1326
+ multi: true,
1327
+ },
1328
+ ], usesInheritance: true, ngImport: i0 }); }
1329
+ }
1330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddateValueAccessor, decorators: [{
1331
+ type: Directive,
1332
+ args: [{
1333
+ selector: 'nv-fielddate',
1334
+ providers: [
1335
+ {
1336
+ provide: NG_VALUE_ACCESSOR,
1337
+ useExisting: NvFielddateValueAccessor,
1338
+ multi: true,
1339
+ },
1340
+ ],
1341
+ }]
1342
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleValueChanged: [{
1343
+ type: HostListener,
1344
+ args: ['valueChanged', ['$event']]
1345
+ }] } });
1346
+ class NvFielddaterangeValueAccessor extends ValueAccessor {
1347
+ constructor(el) {
1348
+ super(el);
1349
+ }
1350
+ handleValueChanged(event) {
1351
+ this.handleChangeEvent(event.target.value);
1352
+ }
1353
+ writeValue(value) {
1354
+ this.el.nativeElement.value = this.lastValue = value;
1355
+ }
1356
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddaterangeValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1357
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: NvFielddaterangeValueAccessor, selector: "nv-fielddaterange", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
1358
+ {
1359
+ provide: NG_VALUE_ACCESSOR,
1360
+ useExisting: NvFielddaterangeValueAccessor,
1361
+ multi: true,
1362
+ },
1363
+ ], usesInheritance: true, ngImport: i0 }); }
1364
+ }
1365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddaterangeValueAccessor, decorators: [{
1366
+ type: Directive,
1367
+ args: [{
1368
+ selector: 'nv-fielddaterange',
1369
+ providers: [
1370
+ {
1371
+ provide: NG_VALUE_ACCESSOR,
1372
+ useExisting: NvFielddaterangeValueAccessor,
1373
+ multi: true,
1374
+ },
1375
+ ],
1376
+ }]
1377
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleValueChanged: [{
1378
+ type: HostListener,
1379
+ args: ['valueChanged', ['$event']]
1380
+ }] } });
1241
1381
  class NvFielddropdownValueAccessor extends ValueAccessor {
1242
1382
  constructor(el) {
1243
1383
  super(el);
@@ -1625,8 +1765,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
1625
1765
  }] } });
1626
1766
  const VALUE_ACCESSORS = [
1627
1767
  NvAlertValueAccessor,
1768
+ NvCalendarValueAccessor,
1769
+ NvDatagridValueAccessor,
1628
1770
  NvDialogValueAccessor,
1629
1771
  NvFieldcheckboxValueAccessor,
1772
+ NvFielddateValueAccessor,
1773
+ NvFielddaterangeValueAccessor,
1630
1774
  NvFielddropdownValueAccessor,
1631
1775
  NvFieldmultiselectValueAccessor,
1632
1776
  NvFieldnumberValueAccessor,
@@ -1666,7 +1810,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
1666
1810
  }] });
1667
1811
  class NovaComponentsValueAccessorModule {
1668
1812
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1669
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, declarations: [NvAlertValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor], exports: [NvAlertValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor] }); }
1813
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, declarations: [NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor], exports: [NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor] }); }
1670
1814
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule }); }
1671
1815
  }
1672
1816
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, decorators: [{
@@ -1685,5 +1829,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
1685
1829
  * Generated bundle index. Do not edit.
1686
1830
  */
1687
1831
 
1688
- export { NovaComponentsModule, NovaComponentsValueAccessorModule, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldmultiselectValueAccessor, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldslider, NvFieldsliderValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvToggleValueAccessor, NvTooltip, VALUE_ACCESSORS, provideNovaComponents };
1832
+ export { NovaComponentsModule, NovaComponentsValueAccessorModule, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCalendar, NvCalendarValueAccessor, NvCol, NvDatagrid, NvDatagridValueAccessor, NvDatagridcolumn, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, 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, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvToggleValueAccessor, NvTooltip, VALUE_ACCESSORS, provideNovaComponents };
1689
1833
  //# sourceMappingURL=nova-components.mjs.map