@nova-design-system/nova-angular-18 3.6.0 → 3.7.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.
- package/README.md +6 -0
- package/dist/nova-components/esm2022/lib/stencil-generated/components.mjs +11 -8
- package/dist/nova-components/fesm2022/nova-components.mjs +10 -7
- package/dist/nova-components/fesm2022/nova-components.mjs.map +1 -1
- package/dist/nova-components/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -68,7 +68,7 @@ let NvAccordion = class NvAccordion {
|
|
|
68
68
|
this.z = z;
|
|
69
69
|
c.detach();
|
|
70
70
|
this.el = r.nativeElement;
|
|
71
|
-
proxyOutputs(this, this.el, ['
|
|
71
|
+
proxyOutputs(this, this.el, ['openChanged']);
|
|
72
72
|
}
|
|
73
73
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
74
74
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvAccordion, selector: "nv-accordion", inputs: { data: "data", mode: "mode", openIndexes: "openIndexes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -97,11 +97,11 @@ let NvAccordionItem = class NvAccordionItem {
|
|
|
97
97
|
proxyOutputs(this, this.el, ['itemToggle']);
|
|
98
98
|
}
|
|
99
99
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
100
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvAccordionItem, selector: "nv-accordion-item", inputs: { disabled: "disabled",
|
|
100
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NvAccordionItem, selector: "nv-accordion-item", inputs: { disabled: "disabled", itemTitle: "itemTitle", maxContentHeight: "maxContentHeight", mode: "mode", open: "open", subtitle: "subtitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
101
101
|
};
|
|
102
102
|
NvAccordionItem = __decorate([
|
|
103
103
|
ProxyCmp({
|
|
104
|
-
inputs: ['disabled', '
|
|
104
|
+
inputs: ['disabled', 'itemTitle', 'maxContentHeight', 'mode', 'open', 'subtitle'],
|
|
105
105
|
methods: ['toggle']
|
|
106
106
|
})
|
|
107
107
|
], NvAccordionItem);
|
|
@@ -112,7 +112,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
112
112
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
113
113
|
template: '<ng-content></ng-content>',
|
|
114
114
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
115
|
-
inputs: ['disabled', '
|
|
115
|
+
inputs: ['disabled', 'itemTitle', 'maxContentHeight', 'mode', 'open', 'subtitle'],
|
|
116
116
|
}]
|
|
117
117
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
118
118
|
let NvAlert = class NvAlert {
|
|
@@ -271,7 +271,8 @@ let NvCalendar = class NvCalendar {
|
|
|
271
271
|
};
|
|
272
272
|
NvCalendar = __decorate([
|
|
273
273
|
ProxyCmp({
|
|
274
|
-
inputs: ['dateFormat', 'disabledDates', 'firstDayOfWeek', 'locale', 'max', 'min', 'numberOfCalendars', 'rangeValue', 'selectionType', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'singleValue', 'value']
|
|
274
|
+
inputs: ['dateFormat', 'disabledDates', 'firstDayOfWeek', 'locale', 'max', 'min', 'numberOfCalendars', 'rangeValue', 'selectionType', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'singleValue', 'value'],
|
|
275
|
+
methods: ['clear']
|
|
275
276
|
})
|
|
276
277
|
], NvCalendar);
|
|
277
278
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvCalendar, decorators: [{
|
|
@@ -469,7 +470,8 @@ let NvFielddate = class NvFielddate {
|
|
|
469
470
|
};
|
|
470
471
|
NvFielddate = __decorate([
|
|
471
472
|
ProxyCmp({
|
|
472
|
-
inputs: ['autofocus', 'dateFormat', 'description', 'disabled', 'disabledDates', 'error', 'errorDescription', 'firstDayOfWeek', 'fluid', 'inputId', 'label', 'locale', 'max', 'min', 'name', 'numberOfCalendars', 'placeholder', 'readonly', 'required', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'success', 'value']
|
|
473
|
+
inputs: ['autofocus', 'dateFormat', 'description', 'disabled', 'disabledDates', 'error', 'errorDescription', 'firstDayOfWeek', 'fluid', 'inputId', 'label', 'locale', 'max', 'min', 'name', 'numberOfCalendars', 'placeholder', 'readonly', 'required', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'success', 'value'],
|
|
474
|
+
methods: ['clear']
|
|
473
475
|
})
|
|
474
476
|
], NvFielddate);
|
|
475
477
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvFielddate, decorators: [{
|
|
@@ -494,7 +496,8 @@ let NvFielddaterange = class NvFielddaterange {
|
|
|
494
496
|
};
|
|
495
497
|
NvFielddaterange = __decorate([
|
|
496
498
|
ProxyCmp({
|
|
497
|
-
inputs: ['autofocus', 'dateFormat', 'description', 'disabled', 'disabledDates', 'endInputId', 'endName', 'endPlaceholder', 'error', 'errorDescription', 'firstDayOfWeek', 'fluid', 'label', 'locale', 'max', 'min', 'numberOfCalendars', 'readonly', 'required', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'startInputId', 'startName', 'startPlaceholder', 'success', 'value']
|
|
499
|
+
inputs: ['autofocus', 'dateFormat', 'description', 'disabled', 'disabledDates', 'endInputId', 'endName', 'endPlaceholder', 'error', 'errorDescription', 'firstDayOfWeek', 'fluid', 'label', 'locale', 'max', 'min', 'numberOfCalendars', 'readonly', 'required', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'startInputId', 'startName', 'startPlaceholder', 'success', 'value'],
|
|
500
|
+
methods: ['clear']
|
|
498
501
|
})
|
|
499
502
|
], NvFielddaterange);
|
|
500
503
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NvFielddaterange, decorators: [{
|