@nova-design-system/nova-angular 3.0.0-beta.27 → 3.0.0-beta.28

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.
@@ -6,6 +6,12 @@ export const DIRECTIVES = [
6
6
  d.NvBase,
7
7
  d.NvButton,
8
8
  d.NvCol,
9
+ d.NvDatagrid,
10
+ d.NvDatagridbody,
11
+ d.NvDatagridcolumn,
12
+ d.NvDatagriddatacell,
13
+ d.NvDatagridhead,
14
+ d.NvDatagridrow,
9
15
  d.NvFieldcheckbox,
10
16
  d.NvFielddropdown,
11
17
  d.NvFielddropdownitem,
@@ -24,6 +30,12 @@ export const DIRECTIVES = [
24
30
  d.NvPopover,
25
31
  d.NvRow,
26
32
  d.NvStack,
33
+ d.NvTable,
34
+ d.NvTablebody,
35
+ d.NvTablecolumn,
36
+ d.NvTabledatacell,
37
+ d.NvTablehead,
38
+ d.NvTablerow,
27
39
  d.NvTooltip
28
40
  ];
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ub3ZhLWNvbXBvbmVudHMvc3JjL2xpYi9zdGVuY2lsLWdlbmVyYXRlZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssQ0FBQyxNQUFNLGNBQWMsQ0FBQztBQUVsQyxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQUc7SUFDeEIsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxPQUFPO0lBQ1QsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxLQUFLO0lBQ1AsQ0FBQyxDQUFDLGVBQWU7SUFDakIsQ0FBQyxDQUFDLGVBQWU7SUFDakIsQ0FBQyxDQUFDLG1CQUFtQjtJQUNyQixDQUFDLENBQUMsYUFBYTtJQUNmLENBQUMsQ0FBQyxlQUFlO0lBQ2pCLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLGFBQWE7SUFDZixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxlQUFlO0lBQ2pCLENBQUMsQ0FBQyxhQUFhO0lBQ2YsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxRQUFRO0lBQ1YsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLEtBQUs7SUFDUCxDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxTQUFTO0NBQ1osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0ICogYXMgZCBmcm9tICcuL2NvbXBvbmVudHMnO1xuXG5leHBvcnQgY29uc3QgRElSRUNUSVZFUyA9IFtcbiAgZC5OdkFsZXJ0LFxuICBkLk52QXZhdGFyLFxuICBkLk52QmFkZ2UsXG4gIGQuTnZCYXNlLFxuICBkLk52QnV0dG9uLFxuICBkLk52Q29sLFxuICBkLk52RmllbGRjaGVja2JveCxcbiAgZC5OdkZpZWxkZHJvcGRvd24sXG4gIGQuTnZGaWVsZGRyb3Bkb3duaXRlbSxcbiAgZC5OdkZpZWxkbnVtYmVyLFxuICBkLk52RmllbGRwYXNzd29yZCxcbiAgZC5OdkZpZWxkcmFkaW8sXG4gIGQuTnZGaWVsZHNlbGVjdCxcbiAgZC5OdkZpZWxkdGV4dCxcbiAgZC5OdkZpZWxkdGV4dGFyZWEsXG4gIGQuTnZGaWVsZHRvZ2dsZSxcbiAgZC5Odkljb24sXG4gIGQuTnZJY29uYnV0dG9uLFxuICBkLk52TG9hZGVyLFxuICBkLk52TWVudSxcbiAgZC5Odk1lbnVpdGVtLFxuICBkLk52UG9wb3ZlcixcbiAgZC5OdlJvdyxcbiAgZC5OdlN0YWNrLFxuICBkLk52VG9vbHRpcFxuXTtcbiJdfQ==
41
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ub3ZhLWNvbXBvbmVudHMvc3JjL2xpYi9zdGVuY2lsLWdlbmVyYXRlZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEtBQUssQ0FBQyxNQUFNLGNBQWMsQ0FBQztBQUVsQyxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQUc7SUFDeEIsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxPQUFPO0lBQ1QsQ0FBQyxDQUFDLE1BQU07SUFDUixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxLQUFLO0lBQ1AsQ0FBQyxDQUFDLFVBQVU7SUFDWixDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsZ0JBQWdCO0lBQ2xCLENBQUMsQ0FBQyxrQkFBa0I7SUFDcEIsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLGFBQWE7SUFDZixDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsbUJBQW1CO0lBQ3JCLENBQUMsQ0FBQyxhQUFhO0lBQ2YsQ0FBQyxDQUFDLGVBQWU7SUFDakIsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsYUFBYTtJQUNmLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLGVBQWU7SUFDakIsQ0FBQyxDQUFDLGFBQWE7SUFDZixDQUFDLENBQUMsTUFBTTtJQUNSLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsTUFBTTtJQUNSLENBQUMsQ0FBQyxVQUFVO0lBQ1osQ0FBQyxDQUFDLFNBQVM7SUFDWCxDQUFDLENBQUMsS0FBSztJQUNQLENBQUMsQ0FBQyxPQUFPO0lBQ1QsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxhQUFhO0lBQ2YsQ0FBQyxDQUFDLGVBQWU7SUFDakIsQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxTQUFTO0NBQ1osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0ICogYXMgZCBmcm9tICcuL2NvbXBvbmVudHMnO1xuXG5leHBvcnQgY29uc3QgRElSRUNUSVZFUyA9IFtcbiAgZC5OdkFsZXJ0LFxuICBkLk52QXZhdGFyLFxuICBkLk52QmFkZ2UsXG4gIGQuTnZCYXNlLFxuICBkLk52QnV0dG9uLFxuICBkLk52Q29sLFxuICBkLk52RGF0YWdyaWQsXG4gIGQuTnZEYXRhZ3JpZGJvZHksXG4gIGQuTnZEYXRhZ3JpZGNvbHVtbixcbiAgZC5OdkRhdGFncmlkZGF0YWNlbGwsXG4gIGQuTnZEYXRhZ3JpZGhlYWQsXG4gIGQuTnZEYXRhZ3JpZHJvdyxcbiAgZC5OdkZpZWxkY2hlY2tib3gsXG4gIGQuTnZGaWVsZGRyb3Bkb3duLFxuICBkLk52RmllbGRkcm9wZG93bml0ZW0sXG4gIGQuTnZGaWVsZG51bWJlcixcbiAgZC5OdkZpZWxkcGFzc3dvcmQsXG4gIGQuTnZGaWVsZHJhZGlvLFxuICBkLk52RmllbGRzZWxlY3QsXG4gIGQuTnZGaWVsZHRleHQsXG4gIGQuTnZGaWVsZHRleHRhcmVhLFxuICBkLk52RmllbGR0b2dnbGUsXG4gIGQuTnZJY29uLFxuICBkLk52SWNvbmJ1dHRvbixcbiAgZC5OdkxvYWRlcixcbiAgZC5Odk1lbnUsXG4gIGQuTnZNZW51aXRlbSxcbiAgZC5OdlBvcG92ZXIsXG4gIGQuTnZSb3csXG4gIGQuTnZTdGFjayxcbiAgZC5OdlRhYmxlLFxuICBkLk52VGFibGVib2R5LFxuICBkLk52VGFibGVjb2x1bW4sXG4gIGQuTnZUYWJsZWRhdGFjZWxsLFxuICBkLk52VGFibGVoZWFkLFxuICBkLk52VGFibGVyb3csXG4gIGQuTnZUb29sdGlwXG5dO1xuIl19
@@ -207,6 +207,144 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
207
207
  inputs: ['size'],
208
208
  }]
209
209
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
210
+ let NvDatagrid = class NvDatagrid {
211
+ constructor(c, r, z) {
212
+ this.z = z;
213
+ c.detach();
214
+ this.el = r.nativeElement;
215
+ }
216
+ 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 }); }
217
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagrid, selector: "nv-datagrid", inputs: { columns: "columns", columnsJson: "columnsJson", data: "data", dataJson: "dataJson", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
218
+ };
219
+ NvDatagrid = __decorate([
220
+ ProxyCmp({
221
+ inputs: ['columns', 'columnsJson', 'data', 'dataJson', 'noColumnsNoDataMessage', 'noDataMessage']
222
+ })
223
+ ], NvDatagrid);
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagrid, decorators: [{
225
+ type: Component,
226
+ args: [{
227
+ selector: 'nv-datagrid',
228
+ changeDetection: ChangeDetectionStrategy.OnPush,
229
+ template: '<ng-content></ng-content>',
230
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
231
+ inputs: ['columns', 'columnsJson', 'data', 'dataJson', 'noColumnsNoDataMessage', 'noDataMessage'],
232
+ }]
233
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
234
+ let NvDatagridbody = class NvDatagridbody {
235
+ constructor(c, r, z) {
236
+ this.z = z;
237
+ c.detach();
238
+ this.el = r.nativeElement;
239
+ }
240
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridbody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
241
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagridbody, selector: "nv-datagridbody", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
242
+ };
243
+ NvDatagridbody = __decorate([
244
+ ProxyCmp({})
245
+ ], NvDatagridbody);
246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridbody, decorators: [{
247
+ type: Component,
248
+ args: [{
249
+ selector: 'nv-datagridbody',
250
+ changeDetection: ChangeDetectionStrategy.OnPush,
251
+ template: '<ng-content></ng-content>',
252
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
253
+ inputs: [],
254
+ }]
255
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
256
+ let NvDatagridcolumn = class NvDatagridcolumn {
257
+ constructor(c, r, z) {
258
+ this.z = z;
259
+ c.detach();
260
+ this.el = r.nativeElement;
261
+ }
262
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridcolumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
263
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagridcolumn, selector: "nv-datagridcolumn", inputs: { accessor: "accessor", header: "header" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
264
+ };
265
+ NvDatagridcolumn = __decorate([
266
+ ProxyCmp({
267
+ inputs: ['accessor', 'header']
268
+ })
269
+ ], NvDatagridcolumn);
270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridcolumn, decorators: [{
271
+ type: Component,
272
+ args: [{
273
+ selector: 'nv-datagridcolumn',
274
+ changeDetection: ChangeDetectionStrategy.OnPush,
275
+ template: '<ng-content></ng-content>',
276
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
277
+ inputs: ['accessor', 'header'],
278
+ }]
279
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
280
+ let NvDatagriddatacell = class NvDatagriddatacell {
281
+ constructor(c, r, z) {
282
+ this.z = z;
283
+ c.detach();
284
+ this.el = r.nativeElement;
285
+ }
286
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagriddatacell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
287
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagriddatacell, selector: "nv-datagriddatacell", inputs: { accessor: "accessor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
288
+ };
289
+ NvDatagriddatacell = __decorate([
290
+ ProxyCmp({
291
+ inputs: ['accessor']
292
+ })
293
+ ], NvDatagriddatacell);
294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagriddatacell, decorators: [{
295
+ type: Component,
296
+ args: [{
297
+ selector: 'nv-datagriddatacell',
298
+ changeDetection: ChangeDetectionStrategy.OnPush,
299
+ template: '<ng-content></ng-content>',
300
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
301
+ inputs: ['accessor'],
302
+ }]
303
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
304
+ let NvDatagridhead = class NvDatagridhead {
305
+ constructor(c, r, z) {
306
+ this.z = z;
307
+ c.detach();
308
+ this.el = r.nativeElement;
309
+ }
310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridhead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
311
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagridhead, selector: "nv-datagridhead", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
312
+ };
313
+ NvDatagridhead = __decorate([
314
+ ProxyCmp({})
315
+ ], NvDatagridhead);
316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridhead, decorators: [{
317
+ type: Component,
318
+ args: [{
319
+ selector: 'nv-datagridhead',
320
+ changeDetection: ChangeDetectionStrategy.OnPush,
321
+ template: '<ng-content></ng-content>',
322
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
323
+ inputs: [],
324
+ }]
325
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
326
+ let NvDatagridrow = class NvDatagridrow {
327
+ constructor(c, r, z) {
328
+ this.z = z;
329
+ c.detach();
330
+ this.el = r.nativeElement;
331
+ }
332
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridrow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
333
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvDatagridrow, selector: "nv-datagridrow", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
334
+ };
335
+ NvDatagridrow = __decorate([
336
+ ProxyCmp({})
337
+ ], NvDatagridrow);
338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvDatagridrow, decorators: [{
339
+ type: Component,
340
+ args: [{
341
+ selector: 'nv-datagridrow',
342
+ changeDetection: ChangeDetectionStrategy.OnPush,
343
+ template: '<ng-content></ng-content>',
344
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
345
+ inputs: [],
346
+ }]
347
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
210
348
  let NvFieldcheckbox = class NvFieldcheckbox {
211
349
  constructor(c, r, z) {
212
350
  this.z = z;
@@ -416,11 +554,11 @@ let NvFieldtextarea = class NvFieldtextarea {
416
554
  proxyOutputs(this, this.el, ['valueChanged']);
417
555
  }
418
556
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldtextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
419
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldtextarea, selector: "nv-fieldtextarea", inputs: { autosize: "autosize", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
557
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldtextarea, selector: "nv-fieldtextarea", inputs: { autosize: "autosize", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", label: "label", maxlength: "maxlength", message: "message", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", success: "success", textareaId: "textareaId", validation: "validation", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
420
558
  };
421
559
  NvFieldtextarea = __decorate([
422
560
  ProxyCmp({
423
- inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value']
561
+ inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'textareaId', 'validation', 'value']
424
562
  })
425
563
  ], NvFieldtextarea);
426
564
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldtextarea, decorators: [{
@@ -430,7 +568,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
430
568
  changeDetection: ChangeDetectionStrategy.OnPush,
431
569
  template: '<ng-content></ng-content>',
432
570
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
433
- inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value'],
571
+ inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'textareaId', 'validation', 'value'],
434
572
  }]
435
573
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
436
574
  let NvFieldtoggle = class NvFieldtoggle {
@@ -652,6 +790,144 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
652
790
  inputs: ['fill', 'flex', 'full', 'gutter', 'vertical'],
653
791
  }]
654
792
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
793
+ let NvTable = class NvTable {
794
+ constructor(c, r, z) {
795
+ this.z = z;
796
+ c.detach();
797
+ this.el = r.nativeElement;
798
+ }
799
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
800
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvTable, selector: "nv-table", inputs: { columns: "columns", columnsJson: "columnsJson", data: "data", dataJson: "dataJson", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
801
+ };
802
+ NvTable = __decorate([
803
+ ProxyCmp({
804
+ inputs: ['columns', 'columnsJson', 'data', 'dataJson', 'noColumnsNoDataMessage', 'noDataMessage']
805
+ })
806
+ ], NvTable);
807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTable, decorators: [{
808
+ type: Component,
809
+ args: [{
810
+ selector: 'nv-table',
811
+ changeDetection: ChangeDetectionStrategy.OnPush,
812
+ template: '<ng-content></ng-content>',
813
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
814
+ inputs: ['columns', 'columnsJson', 'data', 'dataJson', 'noColumnsNoDataMessage', 'noDataMessage'],
815
+ }]
816
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
817
+ let NvTablebody = class NvTablebody {
818
+ constructor(c, r, z) {
819
+ this.z = z;
820
+ c.detach();
821
+ this.el = r.nativeElement;
822
+ }
823
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablebody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
824
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvTablebody, selector: "nv-tablebody", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
825
+ };
826
+ NvTablebody = __decorate([
827
+ ProxyCmp({})
828
+ ], NvTablebody);
829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablebody, decorators: [{
830
+ type: Component,
831
+ args: [{
832
+ selector: 'nv-tablebody',
833
+ changeDetection: ChangeDetectionStrategy.OnPush,
834
+ template: '<ng-content></ng-content>',
835
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
836
+ inputs: [],
837
+ }]
838
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
839
+ let NvTablecolumn = class NvTablecolumn {
840
+ constructor(c, r, z) {
841
+ this.z = z;
842
+ c.detach();
843
+ this.el = r.nativeElement;
844
+ }
845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablecolumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
846
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvTablecolumn, selector: "nv-tablecolumn", inputs: { abbr: "abbr", colspan: "colspan", headers: "headers", rowspan: "rowspan", scope: "scope" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
847
+ };
848
+ NvTablecolumn = __decorate([
849
+ ProxyCmp({
850
+ inputs: ['abbr', 'colspan', 'headers', 'rowspan', 'scope']
851
+ })
852
+ ], NvTablecolumn);
853
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablecolumn, decorators: [{
854
+ type: Component,
855
+ args: [{
856
+ selector: 'nv-tablecolumn',
857
+ changeDetection: ChangeDetectionStrategy.OnPush,
858
+ template: '<ng-content></ng-content>',
859
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
860
+ inputs: ['abbr', 'colspan', 'headers', 'rowspan', 'scope'],
861
+ }]
862
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
863
+ let NvTabledatacell = class NvTabledatacell {
864
+ constructor(c, r, z) {
865
+ this.z = z;
866
+ c.detach();
867
+ this.el = r.nativeElement;
868
+ }
869
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTabledatacell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
870
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvTabledatacell, selector: "nv-tabledatacell", inputs: { colspan: "colspan", headers: "headers", rowspan: "rowspan" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
871
+ };
872
+ NvTabledatacell = __decorate([
873
+ ProxyCmp({
874
+ inputs: ['colspan', 'headers', 'rowspan']
875
+ })
876
+ ], NvTabledatacell);
877
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTabledatacell, decorators: [{
878
+ type: Component,
879
+ args: [{
880
+ selector: 'nv-tabledatacell',
881
+ changeDetection: ChangeDetectionStrategy.OnPush,
882
+ template: '<ng-content></ng-content>',
883
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
884
+ inputs: ['colspan', 'headers', 'rowspan'],
885
+ }]
886
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
887
+ let NvTablehead = class NvTablehead {
888
+ constructor(c, r, z) {
889
+ this.z = z;
890
+ c.detach();
891
+ this.el = r.nativeElement;
892
+ }
893
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablehead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
894
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvTablehead, selector: "nv-tablehead", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
895
+ };
896
+ NvTablehead = __decorate([
897
+ ProxyCmp({})
898
+ ], NvTablehead);
899
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablehead, decorators: [{
900
+ type: Component,
901
+ args: [{
902
+ selector: 'nv-tablehead',
903
+ changeDetection: ChangeDetectionStrategy.OnPush,
904
+ template: '<ng-content></ng-content>',
905
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
906
+ inputs: [],
907
+ }]
908
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
909
+ let NvTablerow = class NvTablerow {
910
+ constructor(c, r, z) {
911
+ this.z = z;
912
+ c.detach();
913
+ this.el = r.nativeElement;
914
+ }
915
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablerow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
916
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvTablerow, selector: "nv-tablerow", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
917
+ };
918
+ NvTablerow = __decorate([
919
+ ProxyCmp({})
920
+ ], NvTablerow);
921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvTablerow, decorators: [{
922
+ type: Component,
923
+ args: [{
924
+ selector: 'nv-tablerow',
925
+ changeDetection: ChangeDetectionStrategy.OnPush,
926
+ template: '<ng-content></ng-content>',
927
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
928
+ inputs: [],
929
+ }]
930
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
655
931
  let NvTooltip = class NvTooltip {
656
932
  constructor(c, r, z) {
657
933
  this.z = z;
@@ -684,6 +960,12 @@ const DIRECTIVES = [
684
960
  NvBase,
685
961
  NvButton,
686
962
  NvCol,
963
+ NvDatagrid,
964
+ NvDatagridbody,
965
+ NvDatagridcolumn,
966
+ NvDatagriddatacell,
967
+ NvDatagridhead,
968
+ NvDatagridrow,
687
969
  NvFieldcheckbox,
688
970
  NvFielddropdown,
689
971
  NvFielddropdownitem,
@@ -702,6 +984,12 @@ const DIRECTIVES = [
702
984
  NvPopover,
703
985
  NvRow,
704
986
  NvStack,
987
+ NvTable,
988
+ NvTablebody,
989
+ NvTablecolumn,
990
+ NvTabledatacell,
991
+ NvTablehead,
992
+ NvTablerow,
705
993
  NvTooltip
706
994
  ];
707
995
 
@@ -1157,7 +1445,7 @@ function provideNovaComponents() {
1157
1445
  }
1158
1446
  class NovaComponentsModule {
1159
1447
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1160
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, declarations: [NvAlert, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvFieldcheckbox, NvFielddropdown, NvFielddropdownitem, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtoggle, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTooltip], exports: [NvAlert, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvFieldcheckbox, NvFielddropdown, NvFielddropdownitem, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtoggle, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTooltip] }); }
1448
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, declarations: [NvAlert, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFielddropdown, NvFielddropdownitem, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtoggle, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablebody, NvTablecolumn, NvTabledatacell, NvTablehead, NvTablerow, NvTooltip], exports: [NvAlert, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFielddropdown, NvFielddropdownitem, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtoggle, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablebody, NvTablecolumn, NvTabledatacell, NvTablehead, NvTablerow, NvTooltip] }); }
1161
1449
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, providers: [provideNovaComponents()] }); }
1162
1450
  }
1163
1451
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, decorators: [{
@@ -1189,5 +1477,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
1189
1477
  * Generated bundle index. Do not edit.
1190
1478
  */
1191
1479
 
1192
- export { DIRECTIVES, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtoggle, NvFieldtoggleValueAccessor, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTooltip, VALUE_ACCESSORS, provideNovaComponents };
1480
+ export { DIRECTIVES, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtoggle, NvFieldtoggleValueAccessor, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTable, NvTablebody, NvTablecolumn, NvTabledatacell, NvTablehead, NvTablerow, NvTooltip, VALUE_ACCESSORS, provideNovaComponents };
1193
1481
  //# sourceMappingURL=nova-components.mjs.map