@nova-design-system/nova-angular-18 3.0.0-beta.44 → 3.0.0-beta.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nova-components/esm2022/lib/nova-components.module.mjs +1 -1
- package/dist/nova-components/esm2022/lib/stencil-generated/components.mjs +7 -30
- package/dist/nova-components/esm2022/lib/stencil-generated/index.mjs +1 -2
- package/dist/nova-components/fesm2022/nova-components.mjs +8 -31
- package/dist/nova-components/fesm2022/nova-components.mjs.map +1 -1
- package/dist/nova-components/lib/nova-components.module.d.ts +1 -1
- package/dist/nova-components/lib/stencil-generated/components.d.ts +2 -11
- package/dist/nova-components/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -137,28 +137,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
137
137
|
inputs: ['color', 'dismissal', 'dismissible', 'hidden', 'icon', 'iconLocation', 'label', 'leadIcon', 'preventAutoClose'],
|
|
138
138
|
}]
|
|
139
139
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
140
|
-
let NvBase = class NvBase {
|
|
141
|
-
constructor(c, r, z) {
|
|
142
|
-
this.z = z;
|
|
143
|
-
c.detach();
|
|
144
|
-
this.el = r.nativeElement;
|
|
145
|
-
}
|
|
146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvBase, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
147
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvBase, selector: "nv-base", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
148
|
-
};
|
|
149
|
-
NvBase = __decorate([
|
|
150
|
-
ProxyCmp({})
|
|
151
|
-
], NvBase);
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvBase, decorators: [{
|
|
153
|
-
type: Component,
|
|
154
|
-
args: [{
|
|
155
|
-
selector: 'nv-base',
|
|
156
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
157
|
-
template: '<ng-content></ng-content>',
|
|
158
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
159
|
-
inputs: [],
|
|
160
|
-
}]
|
|
161
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
162
140
|
let NvBreadcrumb = class NvBreadcrumb {
|
|
163
141
|
constructor(c, r, z) {
|
|
164
142
|
this.z = z;
|
|
@@ -286,11 +264,11 @@ let NvDatagrid = class NvDatagrid {
|
|
|
286
264
|
proxyOutputs(this, this.el, ['action']);
|
|
287
265
|
}
|
|
288
266
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvDatagrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
289
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvDatagrid, selector: "nv-datagrid", inputs: { autoGenerateColumns: "autoGenerateColumns", columns: "columns", columnsJson: "columnsJson", data: "data", dataJson: "dataJson", enableGlobalFilter: "enableGlobalFilter", fallbackValue: "fallbackValue", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
267
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvDatagrid, selector: "nv-datagrid", inputs: { autoGenerateColumns: "autoGenerateColumns", columns: "columns", columnsJson: "columnsJson", data: "data", dataJson: "dataJson", enableGlobalFilter: "enableGlobalFilter", enablePagination: "enablePagination", fallbackValue: "fallbackValue", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage", pageSize: "pageSize", pageSizes: "pageSizes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
290
268
|
};
|
|
291
269
|
NvDatagrid = __decorate([
|
|
292
270
|
ProxyCmp({
|
|
293
|
-
inputs: ['autoGenerateColumns', 'columns', 'columnsJson', 'data', 'dataJson', 'enableGlobalFilter', 'fallbackValue', 'noColumnsNoDataMessage', 'noDataMessage']
|
|
271
|
+
inputs: ['autoGenerateColumns', 'columns', 'columnsJson', 'data', 'dataJson', 'enableGlobalFilter', 'enablePagination', 'fallbackValue', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes']
|
|
294
272
|
})
|
|
295
273
|
], NvDatagrid);
|
|
296
274
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvDatagrid, decorators: [{
|
|
@@ -300,7 +278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
300
278
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
301
279
|
template: '<ng-content></ng-content>',
|
|
302
280
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
303
|
-
inputs: ['autoGenerateColumns', 'columns', 'columnsJson', 'data', 'dataJson', 'enableGlobalFilter', 'fallbackValue', 'noColumnsNoDataMessage', 'noDataMessage'],
|
|
281
|
+
inputs: ['autoGenerateColumns', 'columns', 'columnsJson', 'data', 'dataJson', 'enableGlobalFilter', 'enablePagination', 'fallbackValue', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes'],
|
|
304
282
|
}]
|
|
305
283
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
306
284
|
let NvDatagridcolumn = class NvDatagridcolumn {
|
|
@@ -310,11 +288,11 @@ let NvDatagridcolumn = class NvDatagridcolumn {
|
|
|
310
288
|
this.el = r.nativeElement;
|
|
311
289
|
}
|
|
312
290
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvDatagridcolumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
313
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvDatagridcolumn, selector: "nv-datagridcolumn", inputs: { accessor: "accessor", header: "header" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
291
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvDatagridcolumn, selector: "nv-datagridcolumn", inputs: { accessor: "accessor", header: "header", repeatTemplate: "repeatTemplate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
314
292
|
};
|
|
315
293
|
NvDatagridcolumn = __decorate([
|
|
316
294
|
ProxyCmp({
|
|
317
|
-
inputs: ['accessor', 'header']
|
|
295
|
+
inputs: ['accessor', 'header', 'repeatTemplate']
|
|
318
296
|
})
|
|
319
297
|
], NvDatagridcolumn);
|
|
320
298
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvDatagridcolumn, decorators: [{
|
|
@@ -324,7 +302,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
324
302
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
325
303
|
template: '<ng-content></ng-content>',
|
|
326
304
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
327
|
-
inputs: ['accessor', 'header'],
|
|
305
|
+
inputs: ['accessor', 'header', 'repeatTemplate'],
|
|
328
306
|
}]
|
|
329
307
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
330
308
|
let NvDialog = class NvDialog {
|
|
@@ -1052,7 +1030,6 @@ const DIRECTIVES = [
|
|
|
1052
1030
|
NvAlert,
|
|
1053
1031
|
NvAvatar,
|
|
1054
1032
|
NvBadge,
|
|
1055
|
-
NvBase,
|
|
1056
1033
|
NvBreadcrumb,
|
|
1057
1034
|
NvBreadcrumbs,
|
|
1058
1035
|
NvButton,
|
|
@@ -1615,7 +1592,7 @@ function provideNovaComponents() {
|
|
|
1615
1592
|
}
|
|
1616
1593
|
class NovaComponentsModule {
|
|
1617
1594
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NovaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1618
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NovaComponentsModule, declarations: [NvAlert, NvAvatar, NvBadge,
|
|
1595
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NovaComponentsModule, declarations: [NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvTooltip], exports: [NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvTooltip] }); }
|
|
1619
1596
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NovaComponentsModule, providers: [provideNovaComponents()] }); }
|
|
1620
1597
|
}
|
|
1621
1598
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NovaComponentsModule, decorators: [{
|
|
@@ -1647,5 +1624,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1647
1624
|
* Generated bundle index. Do not edit.
|
|
1648
1625
|
*/
|
|
1649
1626
|
|
|
1650
|
-
export { NovaComponentsModule, NovaComponentsValueAccessorModule, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge,
|
|
1627
|
+
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, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvToggleValueAccessor, NvTooltip, VALUE_ACCESSORS, provideNovaComponents };
|
|
1651
1628
|
//# sourceMappingURL=nova-components.mjs.map
|