@nova-design-system/nova-angular 3.32.0 → 3.33.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/THIRD_PARTY_NOTICES.txt +116680 -0
- package/dist/nova-components/esm2022/lib/components/datatable.utils/flex-render/flex-render-component-ref.mjs +4 -4
- package/dist/nova-components/esm2022/lib/components/datatable.utils/flex-render.mjs +4 -4
- package/dist/nova-components/esm2022/lib/components/nv-datatable-cell.directive.mjs +4 -4
- package/dist/nova-components/esm2022/lib/components/nv-datatable.component.mjs +4 -4
- package/dist/nova-components/esm2022/lib/nova-components.module.mjs +13 -13
- package/dist/nova-components/esm2022/lib/providers/notification-service.component.mjs +4 -4
- package/dist/nova-components/esm2022/lib/providers/notification.service.mjs +4 -4
- package/dist/nova-components/esm2022/lib/stencil-generated/component-value-accessors.mjs +91 -91
- package/dist/nova-components/esm2022/lib/stencil-generated/components.mjs +208 -208
- package/dist/nova-components/esm2022/lib/value-accessor.mjs +4 -4
- package/dist/nova-components/fesm2022/nova-components.mjs +330 -330
- package/dist/nova-components/fesm2022/nova-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -75,8 +75,8 @@ let NvAccordion = class NvAccordion {
|
|
|
75
75
|
c.detach();
|
|
76
76
|
this.el = r.nativeElement;
|
|
77
77
|
}
|
|
78
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
79
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
78
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvAccordion, selector: "nv-accordion", inputs: { data: "data", mode: "mode", openIndexes: "openIndexes" }, outputs: { openIndexesChanged: "openIndexesChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
80
80
|
};
|
|
81
81
|
NvAccordion = __decorate([
|
|
82
82
|
ProxyCmp({
|
|
@@ -84,7 +84,7 @@ NvAccordion = __decorate([
|
|
|
84
84
|
methods: ['open', 'close']
|
|
85
85
|
})
|
|
86
86
|
], NvAccordion);
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAccordion, decorators: [{
|
|
88
88
|
type: Component,
|
|
89
89
|
args: [{
|
|
90
90
|
selector: 'nv-accordion',
|
|
@@ -105,8 +105,8 @@ let NvAccordionItem = class NvAccordionItem {
|
|
|
105
105
|
c.detach();
|
|
106
106
|
this.el = r.nativeElement;
|
|
107
107
|
}
|
|
108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
109
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
109
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvAccordionItem, selector: "nv-accordion-item", inputs: { disabled: "disabled", itemTitle: "itemTitle", maxContentHeight: "maxContentHeight", mode: "mode", open: "open", subtitle: "subtitle" }, outputs: { itemToggle: "itemToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
110
110
|
};
|
|
111
111
|
NvAccordionItem = __decorate([
|
|
112
112
|
ProxyCmp({
|
|
@@ -114,7 +114,7 @@ NvAccordionItem = __decorate([
|
|
|
114
114
|
methods: ['toggle']
|
|
115
115
|
})
|
|
116
116
|
], NvAccordionItem);
|
|
117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAccordionItem, decorators: [{
|
|
118
118
|
type: Component,
|
|
119
119
|
args: [{
|
|
120
120
|
selector: 'nv-accordion-item',
|
|
@@ -137,15 +137,15 @@ let NvAlert = class NvAlert {
|
|
|
137
137
|
c.detach();
|
|
138
138
|
this.el = r.nativeElement;
|
|
139
139
|
}
|
|
140
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
141
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
140
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
141
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvAlert, selector: "nv-alert", inputs: { color: "color", dismissible: "dismissible", feedback: "feedback", hasNoAnimations: "hasNoAnimations", heading: "heading", hidden: "hidden", icon: "icon", message: "message", preventAutoClose: "preventAutoClose" }, outputs: { hiddenChanged: "hiddenChanged", hiddenChangedComplete: "hiddenChangedComplete", closeClicked: "closeClicked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
142
142
|
};
|
|
143
143
|
NvAlert = __decorate([
|
|
144
144
|
ProxyCmp({
|
|
145
145
|
inputs: ['color', 'dismissible', 'feedback', 'hasNoAnimations', 'heading', 'hidden', 'icon', 'message', 'preventAutoClose']
|
|
146
146
|
})
|
|
147
147
|
], NvAlert);
|
|
148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAlert, decorators: [{
|
|
149
149
|
type: Component,
|
|
150
150
|
args: [{
|
|
151
151
|
selector: 'nv-alert',
|
|
@@ -169,15 +169,15 @@ let NvAvatar = class NvAvatar {
|
|
|
169
169
|
c.detach();
|
|
170
170
|
this.el = r.nativeElement;
|
|
171
171
|
}
|
|
172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
173
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
173
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvAvatar, selector: "nv-avatar", inputs: { alt: "alt", color: "color", initials: "initials", large: "large", medium: "medium", size: "size", small: "small", src: "src", text: "text", url: "url", xlarge: "xlarge", xsmall: "xsmall" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
174
174
|
};
|
|
175
175
|
NvAvatar = __decorate([
|
|
176
176
|
ProxyCmp({
|
|
177
177
|
inputs: ['alt', 'color', 'initials', 'large', 'medium', 'size', 'small', 'src', 'text', 'url', 'xlarge', 'xsmall']
|
|
178
178
|
})
|
|
179
179
|
], NvAvatar);
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAvatar, decorators: [{
|
|
181
181
|
type: Component,
|
|
182
182
|
args: [{
|
|
183
183
|
selector: 'nv-avatar',
|
|
@@ -197,15 +197,15 @@ let NvBadge = class NvBadge {
|
|
|
197
197
|
c.detach();
|
|
198
198
|
this.el = r.nativeElement;
|
|
199
199
|
}
|
|
200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
201
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
201
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvBadge, selector: "nv-badge", inputs: { color: "color", dismissal: "dismissal", dismissible: "dismissible", hidden: "hidden", icon: "icon", iconLocation: "iconLocation", isIconOnly: "isIconOnly", label: "label", leadIcon: "leadIcon", preventAutoClose: "preventAutoClose" }, outputs: { closeClicked: "closeClicked", hiddenChanged: "hiddenChanged", hiddenChangedComplete: "hiddenChangedComplete" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
202
202
|
};
|
|
203
203
|
NvBadge = __decorate([
|
|
204
204
|
ProxyCmp({
|
|
205
205
|
inputs: ['color', 'dismissal', 'dismissible', 'hidden', 'icon', 'iconLocation', 'isIconOnly', 'label', 'leadIcon', 'preventAutoClose']
|
|
206
206
|
})
|
|
207
207
|
], NvBadge);
|
|
208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvBadge, decorators: [{
|
|
209
209
|
type: Component,
|
|
210
210
|
args: [{
|
|
211
211
|
selector: 'nv-badge',
|
|
@@ -229,15 +229,15 @@ let NvBreadcrumb = class NvBreadcrumb {
|
|
|
229
229
|
c.detach();
|
|
230
230
|
this.el = r.nativeElement;
|
|
231
231
|
}
|
|
232
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
233
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
232
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
233
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvBreadcrumb, selector: "nv-breadcrumb", inputs: { current: "current", tooltip: "tooltip", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
234
234
|
};
|
|
235
235
|
NvBreadcrumb = __decorate([
|
|
236
236
|
ProxyCmp({
|
|
237
237
|
inputs: ['current', 'tooltip', 'type']
|
|
238
238
|
})
|
|
239
239
|
], NvBreadcrumb);
|
|
240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvBreadcrumb, decorators: [{
|
|
241
241
|
type: Component,
|
|
242
242
|
args: [{
|
|
243
243
|
selector: 'nv-breadcrumb',
|
|
@@ -254,13 +254,13 @@ let NvBreadcrumbs = class NvBreadcrumbs {
|
|
|
254
254
|
c.detach();
|
|
255
255
|
this.el = r.nativeElement;
|
|
256
256
|
}
|
|
257
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
258
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
257
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
258
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvBreadcrumbs, selector: "nv-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
259
259
|
};
|
|
260
260
|
NvBreadcrumbs = __decorate([
|
|
261
261
|
ProxyCmp({})
|
|
262
262
|
], NvBreadcrumbs);
|
|
263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvBreadcrumbs, decorators: [{
|
|
264
264
|
type: Component,
|
|
265
265
|
args: [{
|
|
266
266
|
selector: 'nv-breadcrumbs',
|
|
@@ -277,15 +277,15 @@ let NvButton = class NvButton {
|
|
|
277
277
|
c.detach();
|
|
278
278
|
this.el = r.nativeElement;
|
|
279
279
|
}
|
|
280
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
281
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
280
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
281
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvButton, selector: "nv-button", inputs: { active: "active", danger: "danger", disableTabindex: "disableTabindex", disabled: "disabled", emphasis: "emphasis", fluid: "fluid", form: "form", loading: "loading", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
282
282
|
};
|
|
283
283
|
NvButton = __decorate([
|
|
284
284
|
ProxyCmp({
|
|
285
285
|
inputs: ['active', 'danger', 'disableTabindex', 'disabled', 'emphasis', 'fluid', 'form', 'loading', 'size', 'type']
|
|
286
286
|
})
|
|
287
287
|
], NvButton);
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvButton, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{
|
|
291
291
|
selector: 'nv-button',
|
|
@@ -302,15 +302,15 @@ let NvButtongroup = class NvButtongroup {
|
|
|
302
302
|
c.detach();
|
|
303
303
|
this.el = r.nativeElement;
|
|
304
304
|
}
|
|
305
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
306
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
305
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvButtongroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
306
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvButtongroup, selector: "nv-buttongroup", inputs: { emphasis: "emphasis", fluid: "fluid", orientation: "orientation", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
307
307
|
};
|
|
308
308
|
NvButtongroup = __decorate([
|
|
309
309
|
ProxyCmp({
|
|
310
310
|
inputs: ['emphasis', 'fluid', 'orientation', 'size']
|
|
311
311
|
})
|
|
312
312
|
], NvButtongroup);
|
|
313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvButtongroup, decorators: [{
|
|
314
314
|
type: Component,
|
|
315
315
|
args: [{
|
|
316
316
|
selector: 'nv-buttongroup',
|
|
@@ -330,8 +330,8 @@ let NvCalendar = class NvCalendar {
|
|
|
330
330
|
c.detach();
|
|
331
331
|
this.el = r.nativeElement;
|
|
332
332
|
}
|
|
333
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
334
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
334
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvCalendar, selector: "nv-calendar", inputs: { cancelLabel: "cancelLabel", dateFormat: "dateFormat", disabledDates: "disabledDates", firstDayOfWeek: "firstDayOfWeek", locale: "locale", max: "max", min: "min", numberOfCalendars: "numberOfCalendars", primaryLabel: "primaryLabel", rangeValue: "rangeValue", selectionType: "selectionType", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", singleValue: "singleValue", value: "value" }, outputs: { singleDateChange: "singleDateChange", rangeDateChange: "rangeDateChange", valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
335
335
|
};
|
|
336
336
|
NvCalendar = __decorate([
|
|
337
337
|
ProxyCmp({
|
|
@@ -339,7 +339,7 @@ NvCalendar = __decorate([
|
|
|
339
339
|
methods: ['clear']
|
|
340
340
|
})
|
|
341
341
|
], NvCalendar);
|
|
342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvCalendar, decorators: [{
|
|
343
343
|
type: Component,
|
|
344
344
|
args: [{
|
|
345
345
|
selector: 'nv-calendar',
|
|
@@ -363,15 +363,15 @@ let NvCol = class NvCol {
|
|
|
363
363
|
c.detach();
|
|
364
364
|
this.el = r.nativeElement;
|
|
365
365
|
}
|
|
366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
367
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
367
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvCol, selector: "nv-col", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
368
368
|
};
|
|
369
369
|
NvCol = __decorate([
|
|
370
370
|
ProxyCmp({
|
|
371
371
|
inputs: ['size']
|
|
372
372
|
})
|
|
373
373
|
], NvCol);
|
|
374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvCol, decorators: [{
|
|
375
375
|
type: Component,
|
|
376
376
|
args: [{
|
|
377
377
|
selector: 'nv-col',
|
|
@@ -391,15 +391,15 @@ let NvDatagrid = class NvDatagrid {
|
|
|
391
391
|
c.detach();
|
|
392
392
|
this.el = r.nativeElement;
|
|
393
393
|
}
|
|
394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
395
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatagrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
395
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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" }, outputs: { action: "action", selectedRows: "selectedRows", stateChanged: "stateChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
396
396
|
};
|
|
397
397
|
NvDatagrid = __decorate([
|
|
398
398
|
ProxyCmp({
|
|
399
399
|
inputs: ['autoGenerateColumns', 'columns', 'data', 'enableGlobalFilter', 'enablePagination', 'enableRowSelection', 'enableSorting', 'fallbackValue', 'globalFilterPosition', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes', 'state']
|
|
400
400
|
})
|
|
401
401
|
], NvDatagrid);
|
|
402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatagrid, decorators: [{
|
|
403
403
|
type: Component,
|
|
404
404
|
args: [{
|
|
405
405
|
selector: 'nv-datagrid',
|
|
@@ -423,15 +423,15 @@ let NvDatagridcolumn = class NvDatagridcolumn {
|
|
|
423
423
|
c.detach();
|
|
424
424
|
this.el = r.nativeElement;
|
|
425
425
|
}
|
|
426
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
427
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
426
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatagridcolumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
427
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDatagridcolumn, selector: "nv-datagridcolumn", inputs: { accessor: "accessor", group: "group", header: "header", repeatTemplate: "repeatTemplate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
428
428
|
};
|
|
429
429
|
NvDatagridcolumn = __decorate([
|
|
430
430
|
ProxyCmp({
|
|
431
431
|
inputs: ['accessor', 'group', 'header', 'repeatTemplate']
|
|
432
432
|
})
|
|
433
433
|
], NvDatagridcolumn);
|
|
434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatagridcolumn, decorators: [{
|
|
435
435
|
type: Component,
|
|
436
436
|
args: [{
|
|
437
437
|
selector: 'nv-datagridcolumn',
|
|
@@ -452,15 +452,15 @@ let NvDatetest = class NvDatetest {
|
|
|
452
452
|
c.detach();
|
|
453
453
|
this.el = r.nativeElement;
|
|
454
454
|
}
|
|
455
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
456
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
456
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDatetest, selector: "nv-datetest", inputs: { history: "history", lastChange: "lastChange", value: "value" }, outputs: { valueChanged: "valueChanged", lastChanged: "lastChanged", historyChanged: "historyChanged", valueDateChanged: "valueDateChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
457
457
|
};
|
|
458
458
|
NvDatetest = __decorate([
|
|
459
459
|
ProxyCmp({
|
|
460
460
|
inputs: ['history', 'lastChange', 'value']
|
|
461
461
|
})
|
|
462
462
|
], NvDatetest);
|
|
463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetest, decorators: [{
|
|
464
464
|
type: Component,
|
|
465
465
|
args: [{
|
|
466
466
|
selector: 'nv-datetest',
|
|
@@ -489,15 +489,15 @@ let NvDatetimetest = class NvDatetimetest {
|
|
|
489
489
|
c.detach();
|
|
490
490
|
this.el = r.nativeElement;
|
|
491
491
|
}
|
|
492
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
493
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
492
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetimetest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
493
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDatetimetest, selector: "nv-datetimetest", inputs: { history: "history", lastChange: "lastChange", value: "value" }, outputs: { valueChanged: "valueChanged", lastChanged: "lastChanged", historyChanged: "historyChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
494
494
|
};
|
|
495
495
|
NvDatetimetest = __decorate([
|
|
496
496
|
ProxyCmp({
|
|
497
497
|
inputs: ['history', 'lastChange', 'value']
|
|
498
498
|
})
|
|
499
499
|
], NvDatetimetest);
|
|
500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetimetest, decorators: [{
|
|
501
501
|
type: Component,
|
|
502
502
|
args: [{
|
|
503
503
|
selector: 'nv-datetimetest',
|
|
@@ -522,8 +522,8 @@ let NvDialog = class NvDialog {
|
|
|
522
522
|
c.detach();
|
|
523
523
|
this.el = r.nativeElement;
|
|
524
524
|
}
|
|
525
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
526
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
525
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
526
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDialog, selector: "nv-dialog", inputs: { autofocus: "autofocus", clickOutside: "clickOutside", controlled: "controlled", full: "full", open: "open", undismissable: "undismissable" }, outputs: { openChanged: "openChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
527
527
|
};
|
|
528
528
|
NvDialog = __decorate([
|
|
529
529
|
ProxyCmp({
|
|
@@ -531,7 +531,7 @@ NvDialog = __decorate([
|
|
|
531
531
|
methods: ['show', 'close']
|
|
532
532
|
})
|
|
533
533
|
], NvDialog);
|
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialog, decorators: [{
|
|
535
535
|
type: Component,
|
|
536
536
|
args: [{
|
|
537
537
|
selector: 'nv-dialog',
|
|
@@ -553,15 +553,15 @@ let NvDialogfooter = class NvDialogfooter {
|
|
|
553
553
|
c.detach();
|
|
554
554
|
this.el = r.nativeElement;
|
|
555
555
|
}
|
|
556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
557
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialogfooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
557
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDialogfooter, selector: "nv-dialogfooter", inputs: { cancelLabel: "cancelLabel", danger: "danger", disabled: "disabled", form: "form", leadingIcon: "leadingIcon", primaryButtonType: "primaryButtonType", primaryLabel: "primaryLabel", trailingIcon: "trailingIcon", undismissable: "undismissable" }, outputs: { dialogCanceled: "dialogCanceled", dialogPrimaryClicked: "dialogPrimaryClicked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
558
558
|
};
|
|
559
559
|
NvDialogfooter = __decorate([
|
|
560
560
|
ProxyCmp({
|
|
561
561
|
inputs: ['cancelLabel', 'danger', 'disabled', 'form', 'leadingIcon', 'primaryButtonType', 'primaryLabel', 'trailingIcon', 'undismissable']
|
|
562
562
|
})
|
|
563
563
|
], NvDialogfooter);
|
|
564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialogfooter, decorators: [{
|
|
565
565
|
type: Component,
|
|
566
566
|
args: [{
|
|
567
567
|
selector: 'nv-dialogfooter',
|
|
@@ -583,15 +583,15 @@ let NvDialogheader = class NvDialogheader {
|
|
|
583
583
|
c.detach();
|
|
584
584
|
this.el = r.nativeElement;
|
|
585
585
|
}
|
|
586
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
587
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
586
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialogheader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
587
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDialogheader, selector: "nv-dialogheader", inputs: { heading: "heading", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
588
588
|
};
|
|
589
589
|
NvDialogheader = __decorate([
|
|
590
590
|
ProxyCmp({
|
|
591
591
|
inputs: ['heading', 'subheading']
|
|
592
592
|
})
|
|
593
593
|
], NvDialogheader);
|
|
594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialogheader, decorators: [{
|
|
595
595
|
type: Component,
|
|
596
596
|
args: [{
|
|
597
597
|
selector: 'nv-dialogheader',
|
|
@@ -609,8 +609,8 @@ let NvDrawer = class NvDrawer {
|
|
|
609
609
|
c.detach();
|
|
610
610
|
this.el = r.nativeElement;
|
|
611
611
|
}
|
|
612
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
613
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
612
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
613
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDrawer, selector: "nv-drawer", inputs: { autofocus: "autofocus", clickOutside: "clickOutside", controlled: "controlled", open: "open", side: "side", size: "size", swipeToOpen: "swipeToOpen", undismissable: "undismissable", width: "width" }, outputs: { openChanged: "openChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
614
614
|
};
|
|
615
615
|
NvDrawer = __decorate([
|
|
616
616
|
ProxyCmp({
|
|
@@ -618,7 +618,7 @@ NvDrawer = __decorate([
|
|
|
618
618
|
methods: ['show', 'close']
|
|
619
619
|
})
|
|
620
620
|
], NvDrawer);
|
|
621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawer, decorators: [{
|
|
622
622
|
type: Component,
|
|
623
623
|
args: [{
|
|
624
624
|
selector: 'nv-drawer',
|
|
@@ -640,15 +640,15 @@ let NvDrawerfooter = class NvDrawerfooter {
|
|
|
640
640
|
c.detach();
|
|
641
641
|
this.el = r.nativeElement;
|
|
642
642
|
}
|
|
643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
644
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawerfooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
644
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDrawerfooter, selector: "nv-drawerfooter", inputs: { cancelLabel: "cancelLabel", danger: "danger", disabled: "disabled", form: "form", leadingIcon: "leadingIcon", primaryButtonType: "primaryButtonType", primaryLabel: "primaryLabel", trailingIcon: "trailingIcon", undismissable: "undismissable" }, outputs: { drawerCanceled: "drawerCanceled", drawerPrimaryClicked: "drawerPrimaryClicked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
645
645
|
};
|
|
646
646
|
NvDrawerfooter = __decorate([
|
|
647
647
|
ProxyCmp({
|
|
648
648
|
inputs: ['cancelLabel', 'danger', 'disabled', 'form', 'leadingIcon', 'primaryButtonType', 'primaryLabel', 'trailingIcon', 'undismissable']
|
|
649
649
|
})
|
|
650
650
|
], NvDrawerfooter);
|
|
651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawerfooter, decorators: [{
|
|
652
652
|
type: Component,
|
|
653
653
|
args: [{
|
|
654
654
|
selector: 'nv-drawerfooter',
|
|
@@ -670,15 +670,15 @@ let NvDrawerheader = class NvDrawerheader {
|
|
|
670
670
|
c.detach();
|
|
671
671
|
this.el = r.nativeElement;
|
|
672
672
|
}
|
|
673
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
674
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
673
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawerheader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
674
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvDrawerheader, selector: "nv-drawerheader", inputs: { heading: "heading", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
675
675
|
};
|
|
676
676
|
NvDrawerheader = __decorate([
|
|
677
677
|
ProxyCmp({
|
|
678
678
|
inputs: ['heading', 'subheading']
|
|
679
679
|
})
|
|
680
680
|
], NvDrawerheader);
|
|
681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawerheader, decorators: [{
|
|
682
682
|
type: Component,
|
|
683
683
|
args: [{
|
|
684
684
|
selector: 'nv-drawerheader',
|
|
@@ -696,15 +696,15 @@ let NvFieldcheckbox = class NvFieldcheckbox {
|
|
|
696
696
|
c.detach();
|
|
697
697
|
this.el = r.nativeElement;
|
|
698
698
|
}
|
|
699
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
700
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
699
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldcheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
700
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldcheckbox, selector: "nv-fieldcheckbox", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autofocus: "autofocus", checked: "checked", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", hideLabel: "hideLabel", indeterminate: "indeterminate", inputId: "inputId", label: "label", labelBefore: "labelBefore", labelPlacement: "labelPlacement", message: "message", name: "name", readonly: "readonly", required: "required", validation: "validation", value: "value" }, outputs: { checkedChanged: "checkedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
701
701
|
};
|
|
702
702
|
NvFieldcheckbox = __decorate([
|
|
703
703
|
ProxyCmp({
|
|
704
704
|
inputs: ['ariaRequiredAttr', 'autofocus', 'checked', 'description', 'disabled', 'error', 'errorDescription', 'hideLabel', 'indeterminate', 'inputId', 'label', 'labelBefore', 'labelPlacement', 'message', 'name', 'readonly', 'required', 'validation', 'value']
|
|
705
705
|
})
|
|
706
706
|
], NvFieldcheckbox);
|
|
707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldcheckbox, decorators: [{
|
|
708
708
|
type: Component,
|
|
709
709
|
args: [{
|
|
710
710
|
selector: 'nv-fieldcheckbox',
|
|
@@ -725,8 +725,8 @@ let NvFielddate = class NvFielddate {
|
|
|
725
725
|
c.detach();
|
|
726
726
|
this.el = r.nativeElement;
|
|
727
727
|
}
|
|
728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
729
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
729
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddate, selector: "nv-fielddate", inputs: { ariaRequiredAttr: "ariaRequiredAttr", 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" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
730
730
|
};
|
|
731
731
|
NvFielddate = __decorate([
|
|
732
732
|
ProxyCmp({
|
|
@@ -734,7 +734,7 @@ NvFielddate = __decorate([
|
|
|
734
734
|
methods: ['clear']
|
|
735
735
|
})
|
|
736
736
|
], NvFielddate);
|
|
737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddate, decorators: [{
|
|
738
738
|
type: Component,
|
|
739
739
|
args: [{
|
|
740
740
|
selector: 'nv-fielddate',
|
|
@@ -756,8 +756,8 @@ let NvFielddaterange = class NvFielddaterange {
|
|
|
756
756
|
c.detach();
|
|
757
757
|
this.el = r.nativeElement;
|
|
758
758
|
}
|
|
759
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
760
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
759
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddaterange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
760
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddaterange, selector: "nv-fielddaterange", inputs: { ariaRequiredAttr: "ariaRequiredAttr", 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" }, outputs: { dateRangeChange: "dateRangeChange", valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
761
761
|
};
|
|
762
762
|
NvFielddaterange = __decorate([
|
|
763
763
|
ProxyCmp({
|
|
@@ -765,7 +765,7 @@ NvFielddaterange = __decorate([
|
|
|
765
765
|
methods: ['clear']
|
|
766
766
|
})
|
|
767
767
|
], NvFielddaterange);
|
|
768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddaterange, decorators: [{
|
|
769
769
|
type: Component,
|
|
770
770
|
args: [{
|
|
771
771
|
selector: 'nv-fielddaterange',
|
|
@@ -792,8 +792,8 @@ let NvFielddropdown = class NvFielddropdown {
|
|
|
792
792
|
c.detach();
|
|
793
793
|
this.el = r.nativeElement;
|
|
794
794
|
}
|
|
795
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
796
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
795
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
796
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddropdown, selector: "nv-fielddropdown", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autocomplete: "autocomplete", autofocus: "autofocus", clearable: "clearable", controlledFilter: "controlledFilter", debounceDelay: "debounceDelay", description: "description", disabled: "disabled", emptyResult: "emptyResult", error: "error", errorDescription: "errorDescription", filterMode: "filterMode", filterable: "filterable", fluid: "fluid", fuzzyThreshold: "fuzzyThreshold", inputId: "inputId", label: "label", locale: "locale", maxHeight: "maxHeight", maxResults: "maxResults", name: "name", openOnSelect: "openOnSelect", options: "options", placeholder: "placeholder", readonly: "readonly", required: "required", startFilterAt: "startFilterAt", truncatedResultsText: "truncatedResultsText", value: "value", workerThreshold: "workerThreshold" }, outputs: { valueChanged: "valueChanged", filterTextChanged: "filterTextChanged", cleared: "cleared", openChanged: "openChanged", dropdownItemSelected: "dropdownItemSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
797
797
|
};
|
|
798
798
|
NvFielddropdown = __decorate([
|
|
799
799
|
ProxyCmp({
|
|
@@ -801,7 +801,7 @@ NvFielddropdown = __decorate([
|
|
|
801
801
|
methods: ['clearFilter', 'clear', 'toggleDropdown']
|
|
802
802
|
})
|
|
803
803
|
], NvFielddropdown);
|
|
804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdown, decorators: [{
|
|
805
805
|
type: Component,
|
|
806
806
|
args: [{
|
|
807
807
|
selector: 'nv-fielddropdown',
|
|
@@ -830,15 +830,15 @@ let NvFielddropdownitem = class NvFielddropdownitem {
|
|
|
830
830
|
c.detach();
|
|
831
831
|
this.el = r.nativeElement;
|
|
832
832
|
}
|
|
833
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
834
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
833
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdownitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
834
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddropdownitem, selector: "nv-fielddropdownitem", inputs: { detached: "detached", disabled: "disabled", label: "label", selected: "selected", value: "value" }, outputs: { dropdownItemSelected: "dropdownItemSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
835
835
|
};
|
|
836
836
|
NvFielddropdownitem = __decorate([
|
|
837
837
|
ProxyCmp({
|
|
838
838
|
inputs: ['detached', 'disabled', 'label', 'selected', 'value']
|
|
839
839
|
})
|
|
840
840
|
], NvFielddropdownitem);
|
|
841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdownitem, decorators: [{
|
|
842
842
|
type: Component,
|
|
843
843
|
args: [{
|
|
844
844
|
selector: 'nv-fielddropdownitem',
|
|
@@ -859,15 +859,15 @@ let NvFielddropdownitemcheck = class NvFielddropdownitemcheck {
|
|
|
859
859
|
c.detach();
|
|
860
860
|
this.el = r.nativeElement;
|
|
861
861
|
}
|
|
862
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
863
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
862
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdownitemcheck, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
863
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddropdownitemcheck, selector: "nv-fielddropdownitemcheck", inputs: { checked: "checked", description: "description", disabled: "disabled", group: "group", label: "label", value: "value" }, outputs: { itemChecked: "itemChecked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
864
864
|
};
|
|
865
865
|
NvFielddropdownitemcheck = __decorate([
|
|
866
866
|
ProxyCmp({
|
|
867
867
|
inputs: ['checked', 'description', 'disabled', 'group', 'label', 'value']
|
|
868
868
|
})
|
|
869
869
|
], NvFielddropdownitemcheck);
|
|
870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdownitemcheck, decorators: [{
|
|
871
871
|
type: Component,
|
|
872
872
|
args: [{
|
|
873
873
|
selector: 'nv-fielddropdownitemcheck',
|
|
@@ -889,8 +889,8 @@ let NvFieldmultiselect = class NvFieldmultiselect {
|
|
|
889
889
|
c.detach();
|
|
890
890
|
this.el = r.nativeElement;
|
|
891
891
|
}
|
|
892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
893
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
892
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldmultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
893
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldmultiselect, selector: "nv-fieldmultiselect", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autocomplete: "autocomplete", autofocus: "autofocus", badgeLabel: "badgeLabel", debounceDelay: "debounceDelay", description: "description", deselectAllLabel: "deselectAllLabel", disabled: "disabled", emptyResult: "emptyResult", enableSelectAll: "enableSelectAll", error: "error", errorDescription: "errorDescription", filterMode: "filterMode", filterText: "filterText", filterable: "filterable", fluid: "fluid", fuzzyThreshold: "fuzzyThreshold", inputId: "inputId", label: "label", locale: "locale", maxHeight: "maxHeight", maxResults: "maxResults", name: "name", open: "open", options: "options", placeholder: "placeholder", readonly: "readonly", required: "required", selectAllLabel: "selectAllLabel", startFilterAt: "startFilterAt", truncatedResultsText: "truncatedResultsText", value: "value", workerThreshold: "workerThreshold" }, outputs: { valueChanged: "valueChanged", filterTextChanged: "filterTextChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
894
894
|
};
|
|
895
895
|
NvFieldmultiselect = __decorate([
|
|
896
896
|
ProxyCmp({
|
|
@@ -898,7 +898,7 @@ NvFieldmultiselect = __decorate([
|
|
|
898
898
|
methods: ['getFilterText', 'resetFilter', 'getSelectedValues', 'selectAll', 'deselectAll', 'toggleSelectAll']
|
|
899
899
|
})
|
|
900
900
|
], NvFieldmultiselect);
|
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldmultiselect, decorators: [{
|
|
902
902
|
type: Component,
|
|
903
903
|
args: [{
|
|
904
904
|
selector: 'nv-fieldmultiselect',
|
|
@@ -921,15 +921,15 @@ let NvFieldnumber = class NvFieldnumber {
|
|
|
921
921
|
c.detach();
|
|
922
922
|
this.el = r.nativeElement;
|
|
923
923
|
}
|
|
924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
925
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldnumber, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
925
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldnumber, selector: "nv-fieldnumber", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autofocus: "autofocus", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", fluid: "fluid", inputId: "inputId", label: "label", max: "max", message: "message", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", step: "step", success: "success", validation: "validation", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
926
926
|
};
|
|
927
927
|
NvFieldnumber = __decorate([
|
|
928
928
|
ProxyCmp({
|
|
929
929
|
inputs: ['ariaRequiredAttr', 'autofocus', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'step', 'success', 'validation', 'value']
|
|
930
930
|
})
|
|
931
931
|
], NvFieldnumber);
|
|
932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldnumber, decorators: [{
|
|
933
933
|
type: Component,
|
|
934
934
|
args: [{
|
|
935
935
|
selector: 'nv-fieldnumber',
|
|
@@ -950,15 +950,15 @@ let NvFieldpassword = class NvFieldpassword {
|
|
|
950
950
|
c.detach();
|
|
951
951
|
this.el = r.nativeElement;
|
|
952
952
|
}
|
|
953
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
954
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldpassword, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
954
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldpassword, selector: "nv-fieldpassword", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autocomplete: "autocomplete", autofocus: "autofocus", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", fluid: "fluid", hidePasswordIcon: "hidePasswordIcon", inputId: "inputId", label: "label", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showPassword: "showPassword", success: "success", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
955
955
|
};
|
|
956
956
|
NvFieldpassword = __decorate([
|
|
957
957
|
ProxyCmp({
|
|
958
958
|
inputs: ['ariaRequiredAttr', 'autocomplete', 'autofocus', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'hidePasswordIcon', 'inputId', 'label', 'maxlength', 'minlength', 'mode', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showPassword', 'success', 'value']
|
|
959
959
|
})
|
|
960
960
|
], NvFieldpassword);
|
|
961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldpassword, decorators: [{
|
|
962
962
|
type: Component,
|
|
963
963
|
args: [{
|
|
964
964
|
selector: 'nv-fieldpassword',
|
|
@@ -979,15 +979,15 @@ let NvFieldradio = class NvFieldradio {
|
|
|
979
979
|
c.detach();
|
|
980
980
|
this.el = r.nativeElement;
|
|
981
981
|
}
|
|
982
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
983
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
982
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldradio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
983
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldradio, selector: "nv-fieldradio", inputs: { autofocus: "autofocus", checked: "checked", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", inputId: "inputId", label: "label", labelBefore: "labelBefore", labelPlacement: "labelPlacement", message: "message", name: "name", value: "value" }, outputs: { checkedChanged: "checkedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
984
984
|
};
|
|
985
985
|
NvFieldradio = __decorate([
|
|
986
986
|
ProxyCmp({
|
|
987
987
|
inputs: ['autofocus', 'checked', 'description', 'disabled', 'error', 'errorDescription', 'inputId', 'label', 'labelBefore', 'labelPlacement', 'message', 'name', 'value']
|
|
988
988
|
})
|
|
989
989
|
], NvFieldradio);
|
|
990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldradio, decorators: [{
|
|
991
991
|
type: Component,
|
|
992
992
|
args: [{
|
|
993
993
|
selector: 'nv-fieldradio',
|
|
@@ -1009,8 +1009,8 @@ let NvFieldselect = class NvFieldselect {
|
|
|
1009
1009
|
c.detach();
|
|
1010
1010
|
this.el = r.nativeElement;
|
|
1011
1011
|
}
|
|
1012
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1013
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1012
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1013
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldselect, selector: "nv-fieldselect", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autofocus: "autofocus", clearable: "clearable", description: "description", disabled: "disabled", displayValue: "displayValue", error: "error", errorDescription: "errorDescription", fluid: "fluid", inputId: "inputId", label: "label", message: "message", multiple: "multiple", name: "name", options: "options", readonly: "readonly", required: "required", success: "success", validation: "validation", value: "value" }, outputs: { valueChanged: "valueChanged", cleared: "cleared" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1014
1014
|
};
|
|
1015
1015
|
NvFieldselect = __decorate([
|
|
1016
1016
|
ProxyCmp({
|
|
@@ -1018,7 +1018,7 @@ NvFieldselect = __decorate([
|
|
|
1018
1018
|
methods: ['clear']
|
|
1019
1019
|
})
|
|
1020
1020
|
], NvFieldselect);
|
|
1021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldselect, decorators: [{
|
|
1022
1022
|
type: Component,
|
|
1023
1023
|
args: [{
|
|
1024
1024
|
selector: 'nv-fieldselect',
|
|
@@ -1041,15 +1041,15 @@ let NvFieldslider = class NvFieldslider {
|
|
|
1041
1041
|
c.detach();
|
|
1042
1042
|
this.el = r.nativeElement;
|
|
1043
1043
|
}
|
|
1044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1045
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1044
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldslider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1045
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldslider, selector: "nv-fieldslider", inputs: { description: "description", disabled: "disabled", endInputId: "endInputId", endName: "endName", error: "error", errorDescription: "errorDescription", fluid: "fluid", hasField: "hasField", hideLabel: "hideLabel", label: "label", labelAfterValue: "labelAfterValue", labelBeforeValue: "labelBeforeValue", max: "max", min: "min", name: "name", range: "range", readonly: "readonly", showTicks: "showTicks", snap: "snap", snapTicks: "snapTicks", startInputId: "startInputId", step: "step", success: "success", ticks: "ticks", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1046
1046
|
};
|
|
1047
1047
|
NvFieldslider = __decorate([
|
|
1048
1048
|
ProxyCmp({
|
|
1049
1049
|
inputs: ['description', 'disabled', 'endInputId', 'endName', 'error', 'errorDescription', 'fluid', 'hasField', 'hideLabel', 'label', 'labelAfterValue', 'labelBeforeValue', 'max', 'min', 'name', 'range', 'readonly', 'showTicks', 'snap', 'snapTicks', 'startInputId', 'step', 'success', 'ticks', 'value']
|
|
1050
1050
|
})
|
|
1051
1051
|
], NvFieldslider);
|
|
1052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldslider, decorators: [{
|
|
1053
1053
|
type: Component,
|
|
1054
1054
|
args: [{
|
|
1055
1055
|
selector: 'nv-fieldslider',
|
|
@@ -1070,15 +1070,15 @@ let NvFieldtext = class NvFieldtext {
|
|
|
1070
1070
|
c.detach();
|
|
1071
1071
|
this.el = r.nativeElement;
|
|
1072
1072
|
}
|
|
1073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1074
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1073
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtext, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1074
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldtext, selector: "nv-fieldtext", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autocomplete: "autocomplete", autofocus: "autofocus", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", fluid: "fluid", inputId: "inputId", label: "label", maxlength: "maxlength", message: "message", minlength: "minlength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", success: "success", textInputType: "textInputType", type: "type", validation: "validation", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1075
1075
|
};
|
|
1076
1076
|
NvFieldtext = __decorate([
|
|
1077
1077
|
ProxyCmp({
|
|
1078
1078
|
inputs: ['ariaRequiredAttr', 'autocomplete', 'autofocus', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'success', 'textInputType', 'type', 'validation', 'value']
|
|
1079
1079
|
})
|
|
1080
1080
|
], NvFieldtext);
|
|
1081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtext, decorators: [{
|
|
1082
1082
|
type: Component,
|
|
1083
1083
|
args: [{
|
|
1084
1084
|
selector: 'nv-fieldtext',
|
|
@@ -1099,15 +1099,15 @@ let NvFieldtextarea = class NvFieldtextarea {
|
|
|
1099
1099
|
c.detach();
|
|
1100
1100
|
this.el = r.nativeElement;
|
|
1101
1101
|
}
|
|
1102
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1103
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1103
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldtextarea, 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 }); }
|
|
1104
1104
|
};
|
|
1105
1105
|
NvFieldtextarea = __decorate([
|
|
1106
1106
|
ProxyCmp({
|
|
1107
1107
|
inputs: ['ariaRequiredAttr', 'autofocus', 'autosize', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxAutoHeight', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value']
|
|
1108
1108
|
})
|
|
1109
1109
|
], NvFieldtextarea);
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtextarea, decorators: [{
|
|
1111
1111
|
type: Component,
|
|
1112
1112
|
args: [{
|
|
1113
1113
|
selector: 'nv-fieldtextarea',
|
|
@@ -1128,15 +1128,15 @@ let NvFieldtime = class NvFieldtime {
|
|
|
1128
1128
|
c.detach();
|
|
1129
1129
|
this.el = r.nativeElement;
|
|
1130
1130
|
}
|
|
1131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1132
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1131
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1132
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldtime, selector: "nv-fieldtime", inputs: { ariaRequiredAttr: "ariaRequiredAttr", autofocus: "autofocus", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", format: "format", inputId: "inputId", label: "label", max: "max", min: "min", name: "name", open: "open", readonly: "readonly", required: "required", step: "step", success: "success", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1133
1133
|
};
|
|
1134
1134
|
NvFieldtime = __decorate([
|
|
1135
1135
|
ProxyCmp({
|
|
1136
1136
|
inputs: ['ariaRequiredAttr', 'autofocus', 'description', 'disabled', 'error', 'errorDescription', 'format', 'inputId', 'label', 'max', 'min', 'name', 'open', 'readonly', 'required', 'step', 'success', 'value']
|
|
1137
1137
|
})
|
|
1138
1138
|
], NvFieldtime);
|
|
1139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtime, decorators: [{
|
|
1140
1140
|
type: Component,
|
|
1141
1141
|
args: [{
|
|
1142
1142
|
selector: 'nv-fieldtime',
|
|
@@ -1156,15 +1156,15 @@ let NvIcon = class NvIcon {
|
|
|
1156
1156
|
c.detach();
|
|
1157
1157
|
this.el = r.nativeElement;
|
|
1158
1158
|
}
|
|
1159
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1160
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1159
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1160
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvIcon, selector: "nv-icon", inputs: { color: "color", large: "large", medium: "medium", name: "name", size: "size", small: "small", xlarge: "xlarge", xsmall: "xsmall" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1161
1161
|
};
|
|
1162
1162
|
NvIcon = __decorate([
|
|
1163
1163
|
ProxyCmp({
|
|
1164
1164
|
inputs: ['color', 'large', 'medium', 'name', 'size', 'small', 'xlarge', 'xsmall']
|
|
1165
1165
|
})
|
|
1166
1166
|
], NvIcon);
|
|
1167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvIcon, decorators: [{
|
|
1168
1168
|
type: Component,
|
|
1169
1169
|
args: [{
|
|
1170
1170
|
selector: 'nv-icon',
|
|
@@ -1181,15 +1181,15 @@ let NvIconbutton = class NvIconbutton {
|
|
|
1181
1181
|
c.detach();
|
|
1182
1182
|
this.el = r.nativeElement;
|
|
1183
1183
|
}
|
|
1184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1185
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvIconbutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1185
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvIconbutton, selector: "nv-iconbutton", inputs: { active: "active", disableTabindex: "disableTabindex", disabled: "disabled", emphasis: "emphasis", loading: "loading", name: "name", shape: "shape", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1186
1186
|
};
|
|
1187
1187
|
NvIconbutton = __decorate([
|
|
1188
1188
|
ProxyCmp({
|
|
1189
1189
|
inputs: ['active', 'disableTabindex', 'disabled', 'emphasis', 'loading', 'name', 'shape', 'size', 'type']
|
|
1190
1190
|
})
|
|
1191
1191
|
], NvIconbutton);
|
|
1192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvIconbutton, decorators: [{
|
|
1193
1193
|
type: Component,
|
|
1194
1194
|
args: [{
|
|
1195
1195
|
selector: 'nv-iconbutton',
|
|
@@ -1206,15 +1206,15 @@ let NvLoader = class NvLoader {
|
|
|
1206
1206
|
c.detach();
|
|
1207
1207
|
this.el = r.nativeElement;
|
|
1208
1208
|
}
|
|
1209
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1210
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1210
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvLoader, selector: "nv-loader", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1211
1211
|
};
|
|
1212
1212
|
NvLoader = __decorate([
|
|
1213
1213
|
ProxyCmp({
|
|
1214
1214
|
inputs: ['color', 'size']
|
|
1215
1215
|
})
|
|
1216
1216
|
], NvLoader);
|
|
1217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvLoader, decorators: [{
|
|
1218
1218
|
type: Component,
|
|
1219
1219
|
args: [{
|
|
1220
1220
|
selector: 'nv-loader',
|
|
@@ -1232,8 +1232,8 @@ let NvMenu = class NvMenu {
|
|
|
1232
1232
|
c.detach();
|
|
1233
1233
|
this.el = r.nativeElement;
|
|
1234
1234
|
}
|
|
1235
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1236
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1235
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1236
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvMenu, selector: "nv-menu", inputs: { disableCloseOnSelect: "disableCloseOnSelect", items: "items", nested: "nested", open: "open", placement: "placement" }, outputs: { menuitemSelected: "menuitemSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1237
1237
|
};
|
|
1238
1238
|
NvMenu = __decorate([
|
|
1239
1239
|
ProxyCmp({
|
|
@@ -1241,7 +1241,7 @@ NvMenu = __decorate([
|
|
|
1241
1241
|
methods: ['show', 'close']
|
|
1242
1242
|
})
|
|
1243
1243
|
], NvMenu);
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvMenu, decorators: [{
|
|
1245
1245
|
type: Component,
|
|
1246
1246
|
args: [{
|
|
1247
1247
|
selector: 'nv-menu',
|
|
@@ -1262,15 +1262,15 @@ let NvMenuitem = class NvMenuitem {
|
|
|
1262
1262
|
c.detach();
|
|
1263
1263
|
this.el = r.nativeElement;
|
|
1264
1264
|
}
|
|
1265
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1266
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1265
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvMenuitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1266
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvMenuitem, selector: "nv-menuitem", inputs: { disabled: "disabled", hasSubmenu: "hasSubmenu", icon: "icon", label: "label", name: "name", shortcut: "shortcut" }, outputs: { menuitemSelected: "menuitemSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1267
1267
|
};
|
|
1268
1268
|
NvMenuitem = __decorate([
|
|
1269
1269
|
ProxyCmp({
|
|
1270
1270
|
inputs: ['disabled', 'hasSubmenu', 'icon', 'label', 'name', 'shortcut']
|
|
1271
1271
|
})
|
|
1272
1272
|
], NvMenuitem);
|
|
1273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvMenuitem, decorators: [{
|
|
1274
1274
|
type: Component,
|
|
1275
1275
|
args: [{
|
|
1276
1276
|
selector: 'nv-menuitem',
|
|
@@ -1291,8 +1291,8 @@ let NvNotification = class NvNotification {
|
|
|
1291
1291
|
c.detach();
|
|
1292
1292
|
this.el = r.nativeElement;
|
|
1293
1293
|
}
|
|
1294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1295
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1294
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1295
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvNotification, selector: "nv-notification", inputs: { dismissible: "dismissible", emphasis: "emphasis", feedback: "feedback", heading: "heading", hidden: "hidden", icon: "icon", initiallyHidden: "initiallyHidden", message: "message", uid: "uid" }, outputs: { hiddenChanged: "hiddenChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1296
1296
|
};
|
|
1297
1297
|
NvNotification = __decorate([
|
|
1298
1298
|
ProxyCmp({
|
|
@@ -1300,7 +1300,7 @@ NvNotification = __decorate([
|
|
|
1300
1300
|
methods: ['dismiss', 'show']
|
|
1301
1301
|
})
|
|
1302
1302
|
], NvNotification);
|
|
1303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotification, decorators: [{
|
|
1304
1304
|
type: Component,
|
|
1305
1305
|
args: [{
|
|
1306
1306
|
selector: 'nv-notification',
|
|
@@ -1320,15 +1320,15 @@ let NvNotificationBullet = class NvNotificationBullet {
|
|
|
1320
1320
|
c.detach();
|
|
1321
1321
|
this.el = r.nativeElement;
|
|
1322
1322
|
}
|
|
1323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1324
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotificationBullet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1324
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvNotificationBullet, selector: "nv-notification-bullet", inputs: { contrastingBorder: "contrastingBorder", count: "count", emphasis: "emphasis", intention: "intention", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1325
1325
|
};
|
|
1326
1326
|
NvNotificationBullet = __decorate([
|
|
1327
1327
|
ProxyCmp({
|
|
1328
1328
|
inputs: ['contrastingBorder', 'count', 'emphasis', 'intention', 'size']
|
|
1329
1329
|
})
|
|
1330
1330
|
], NvNotificationBullet);
|
|
1331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotificationBullet, decorators: [{
|
|
1332
1332
|
type: Component,
|
|
1333
1333
|
args: [{
|
|
1334
1334
|
selector: 'nv-notification-bullet',
|
|
@@ -1345,15 +1345,15 @@ let NvNotificationcontainer = class NvNotificationcontainer {
|
|
|
1345
1345
|
c.detach();
|
|
1346
1346
|
this.el = r.nativeElement;
|
|
1347
1347
|
}
|
|
1348
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1349
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1348
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotificationcontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1349
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvNotificationcontainer, selector: "nv-notificationcontainer", inputs: { position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1350
1350
|
};
|
|
1351
1351
|
NvNotificationcontainer = __decorate([
|
|
1352
1352
|
ProxyCmp({
|
|
1353
1353
|
inputs: ['position']
|
|
1354
1354
|
})
|
|
1355
1355
|
], NvNotificationcontainer);
|
|
1356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotificationcontainer, decorators: [{
|
|
1357
1357
|
type: Component,
|
|
1358
1358
|
args: [{
|
|
1359
1359
|
selector: 'nv-notificationcontainer',
|
|
@@ -1371,15 +1371,15 @@ let NvPaginationNav = class NvPaginationNav {
|
|
|
1371
1371
|
c.detach();
|
|
1372
1372
|
this.el = r.nativeElement;
|
|
1373
1373
|
}
|
|
1374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1375
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1375
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvPaginationNav, 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 }); }
|
|
1376
1376
|
};
|
|
1377
1377
|
NvPaginationNav = __decorate([
|
|
1378
1378
|
ProxyCmp({
|
|
1379
1379
|
inputs: ['currentPage', 'isOnlyIcon', 'nextButtonLabel', 'numEndZoneButtons', 'numMiddleButtons', 'numStartZoneButtons', 'pageSize', 'previousButtonLabel', 'showMiddleZone', 'totalCount']
|
|
1380
1380
|
})
|
|
1381
1381
|
], NvPaginationNav);
|
|
1382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationNav, decorators: [{
|
|
1383
1383
|
type: Component,
|
|
1384
1384
|
args: [{
|
|
1385
1385
|
selector: 'nv-pagination-nav',
|
|
@@ -1401,8 +1401,8 @@ let NvPaginationtable = class NvPaginationtable {
|
|
|
1401
1401
|
c.detach();
|
|
1402
1402
|
this.el = r.nativeElement;
|
|
1403
1403
|
}
|
|
1404
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1405
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1404
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationtable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1405
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvPaginationtable, selector: "nv-paginationtable", inputs: { hideControls: "hideControls", hideFirstLast: "hideFirstLast", hidePrevNext: "hidePrevNext", labelPage: "labelPage", labelPageSizeOption: "labelPageSizeOption", labelTotal: "labelTotal", pageCount: "pageCount", pageIndex: "pageIndex", pageSize: "pageSize", rowCount: "rowCount" }, outputs: { pageIndexChanged: "pageIndexChanged", pageSizeChanged: "pageSizeChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1406
1406
|
};
|
|
1407
1407
|
NvPaginationtable = __decorate([
|
|
1408
1408
|
ProxyCmp({
|
|
@@ -1410,7 +1410,7 @@ NvPaginationtable = __decorate([
|
|
|
1410
1410
|
methods: ['firstPage', 'previousPage', 'nextPage', 'lastPage', 'setPageIndex', 'setPageSize']
|
|
1411
1411
|
})
|
|
1412
1412
|
], NvPaginationtable);
|
|
1413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationtable, decorators: [{
|
|
1414
1414
|
type: Component,
|
|
1415
1415
|
args: [{
|
|
1416
1416
|
selector: 'nv-paginationtable',
|
|
@@ -1433,15 +1433,15 @@ let NvPill = class NvPill {
|
|
|
1433
1433
|
c.detach();
|
|
1434
1434
|
this.el = r.nativeElement;
|
|
1435
1435
|
}
|
|
1436
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1437
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1436
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1437
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvPill, selector: "nv-pill", inputs: { disabled: "disabled", label: "label", leadingIcon: "leadingIcon", pillAriaRole: "pillAriaRole", selected: "selected", value: "value" }, outputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1438
1438
|
};
|
|
1439
1439
|
NvPill = __decorate([
|
|
1440
1440
|
ProxyCmp({
|
|
1441
1441
|
inputs: ['disabled', 'label', 'leadingIcon', 'pillAriaRole', 'selected', 'value']
|
|
1442
1442
|
})
|
|
1443
1443
|
], NvPill);
|
|
1444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPill, decorators: [{
|
|
1445
1445
|
type: Component,
|
|
1446
1446
|
args: [{
|
|
1447
1447
|
selector: 'nv-pill',
|
|
@@ -1462,8 +1462,8 @@ let NvPopover = class NvPopover {
|
|
|
1462
1462
|
c.detach();
|
|
1463
1463
|
this.el = r.nativeElement;
|
|
1464
1464
|
}
|
|
1465
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1466
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1465
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1466
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvPopover, selector: "nv-popover", inputs: { disableFlip: "disableFlip", enterDelay: "enterDelay", groupName: "groupName", hasArrow: "hasArrow", nested: "nested", offset: "offset", open: "open", placement: "placement", shiftPadding: "shiftPadding", strategy: "strategy", triggerMode: "triggerMode" }, outputs: { openChanged: "openChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1467
1467
|
};
|
|
1468
1468
|
NvPopover = __decorate([
|
|
1469
1469
|
ProxyCmp({
|
|
@@ -1471,7 +1471,7 @@ NvPopover = __decorate([
|
|
|
1471
1471
|
methods: ['show', 'hide', 'toggle']
|
|
1472
1472
|
})
|
|
1473
1473
|
], NvPopover);
|
|
1474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPopover, decorators: [{
|
|
1475
1475
|
type: Component,
|
|
1476
1476
|
args: [{
|
|
1477
1477
|
selector: 'nv-popover',
|
|
@@ -1491,13 +1491,13 @@ let NvRow = class NvRow {
|
|
|
1491
1491
|
c.detach();
|
|
1492
1492
|
this.el = r.nativeElement;
|
|
1493
1493
|
}
|
|
1494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1495
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1494
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1495
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvRow, selector: "nv-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1496
1496
|
};
|
|
1497
1497
|
NvRow = __decorate([
|
|
1498
1498
|
ProxyCmp({})
|
|
1499
1499
|
], NvRow);
|
|
1500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvRow, decorators: [{
|
|
1501
1501
|
type: Component,
|
|
1502
1502
|
args: [{
|
|
1503
1503
|
selector: 'nv-row',
|
|
@@ -1516,15 +1516,15 @@ let NvSidebar = class NvSidebar {
|
|
|
1516
1516
|
c.detach();
|
|
1517
1517
|
this.el = r.nativeElement;
|
|
1518
1518
|
}
|
|
1519
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1520
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1519
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1520
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebar, selector: "nv-sidebar", inputs: { activePath: "activePath", maxWidth: "maxWidth", minWidth: "minWidth", notificationEmphasis: "notificationEmphasis", notificationIntention: "notificationIntention", open: "open", resizable: "resizable", type: "type", width: "width" }, outputs: { openChanged: "openChanged", widthChanged: "widthChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1521
1521
|
};
|
|
1522
1522
|
NvSidebar = __decorate([
|
|
1523
1523
|
ProxyCmp({
|
|
1524
1524
|
inputs: ['activePath', 'maxWidth', 'minWidth', 'notificationEmphasis', 'notificationIntention', 'open', 'resizable', 'type', 'width']
|
|
1525
1525
|
})
|
|
1526
1526
|
], NvSidebar);
|
|
1527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebar, decorators: [{
|
|
1528
1528
|
type: Component,
|
|
1529
1529
|
args: [{
|
|
1530
1530
|
selector: 'nv-sidebar',
|
|
@@ -1546,13 +1546,13 @@ let NvSidebarcontent = class NvSidebarcontent {
|
|
|
1546
1546
|
c.detach();
|
|
1547
1547
|
this.el = r.nativeElement;
|
|
1548
1548
|
}
|
|
1549
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1550
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarcontent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1550
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebarcontent, selector: "nv-sidebarcontent", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1551
1551
|
};
|
|
1552
1552
|
NvSidebarcontent = __decorate([
|
|
1553
1553
|
ProxyCmp({})
|
|
1554
1554
|
], NvSidebarcontent);
|
|
1555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarcontent, decorators: [{
|
|
1556
1556
|
type: Component,
|
|
1557
1557
|
args: [{
|
|
1558
1558
|
selector: 'nv-sidebarcontent',
|
|
@@ -1569,13 +1569,13 @@ let NvSidebardivider = class NvSidebardivider {
|
|
|
1569
1569
|
c.detach();
|
|
1570
1570
|
this.el = r.nativeElement;
|
|
1571
1571
|
}
|
|
1572
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1573
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebardivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1573
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebardivider, selector: "nv-sidebardivider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1574
1574
|
};
|
|
1575
1575
|
NvSidebardivider = __decorate([
|
|
1576
1576
|
ProxyCmp({})
|
|
1577
1577
|
], NvSidebardivider);
|
|
1578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebardivider, decorators: [{
|
|
1579
1579
|
type: Component,
|
|
1580
1580
|
args: [{
|
|
1581
1581
|
selector: 'nv-sidebardivider',
|
|
@@ -1592,13 +1592,13 @@ let NvSidebarfooter = class NvSidebarfooter {
|
|
|
1592
1592
|
c.detach();
|
|
1593
1593
|
this.el = r.nativeElement;
|
|
1594
1594
|
}
|
|
1595
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1596
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarfooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1596
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebarfooter, selector: "nv-sidebarfooter", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1597
1597
|
};
|
|
1598
1598
|
NvSidebarfooter = __decorate([
|
|
1599
1599
|
ProxyCmp({})
|
|
1600
1600
|
], NvSidebarfooter);
|
|
1601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarfooter, decorators: [{
|
|
1602
1602
|
type: Component,
|
|
1603
1603
|
args: [{
|
|
1604
1604
|
selector: 'nv-sidebarfooter',
|
|
@@ -1615,15 +1615,15 @@ let NvSidebargroup = class NvSidebargroup {
|
|
|
1615
1615
|
c.detach();
|
|
1616
1616
|
this.el = r.nativeElement;
|
|
1617
1617
|
}
|
|
1618
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1619
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebargroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1619
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebargroup, selector: "nv-sidebargroup", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1620
1620
|
};
|
|
1621
1621
|
NvSidebargroup = __decorate([
|
|
1622
1622
|
ProxyCmp({
|
|
1623
1623
|
inputs: ['label']
|
|
1624
1624
|
})
|
|
1625
1625
|
], NvSidebargroup);
|
|
1626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebargroup, decorators: [{
|
|
1627
1627
|
type: Component,
|
|
1628
1628
|
args: [{
|
|
1629
1629
|
selector: 'nv-sidebargroup',
|
|
@@ -1640,13 +1640,13 @@ let NvSidebarheader = class NvSidebarheader {
|
|
|
1640
1640
|
c.detach();
|
|
1641
1641
|
this.el = r.nativeElement;
|
|
1642
1642
|
}
|
|
1643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1644
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarheader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1644
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebarheader, selector: "nv-sidebarheader", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1645
1645
|
};
|
|
1646
1646
|
NvSidebarheader = __decorate([
|
|
1647
1647
|
ProxyCmp({})
|
|
1648
1648
|
], NvSidebarheader);
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarheader, decorators: [{
|
|
1650
1650
|
type: Component,
|
|
1651
1651
|
args: [{
|
|
1652
1652
|
selector: 'nv-sidebarheader',
|
|
@@ -1663,15 +1663,15 @@ let NvSidebarlogo = class NvSidebarlogo {
|
|
|
1663
1663
|
c.detach();
|
|
1664
1664
|
this.el = r.nativeElement;
|
|
1665
1665
|
}
|
|
1666
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1667
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1666
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarlogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1667
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebarlogo, selector: "nv-sidebarlogo", inputs: { collapsedLogo: "collapsedLogo", label: "label", logo: "logo" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1668
1668
|
};
|
|
1669
1669
|
NvSidebarlogo = __decorate([
|
|
1670
1670
|
ProxyCmp({
|
|
1671
1671
|
inputs: ['collapsedLogo', 'label', 'logo']
|
|
1672
1672
|
})
|
|
1673
1673
|
], NvSidebarlogo);
|
|
1674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarlogo, decorators: [{
|
|
1675
1675
|
type: Component,
|
|
1676
1676
|
args: [{
|
|
1677
1677
|
selector: 'nv-sidebarlogo',
|
|
@@ -1688,15 +1688,15 @@ let NvSidebarnavitem = class NvSidebarnavitem {
|
|
|
1688
1688
|
c.detach();
|
|
1689
1689
|
this.el = r.nativeElement;
|
|
1690
1690
|
}
|
|
1691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1692
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarnavitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1692
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebarnavitem, selector: "nv-sidebarnavitem", inputs: { active: "active", collapsible: "collapsible", icon: "icon", notificationCount: "notificationCount", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1693
1693
|
};
|
|
1694
1694
|
NvSidebarnavitem = __decorate([
|
|
1695
1695
|
ProxyCmp({
|
|
1696
1696
|
inputs: ['active', 'collapsible', 'icon', 'notificationCount', 'open']
|
|
1697
1697
|
})
|
|
1698
1698
|
], NvSidebarnavitem);
|
|
1699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarnavitem, decorators: [{
|
|
1700
1700
|
type: Component,
|
|
1701
1701
|
args: [{
|
|
1702
1702
|
selector: 'nv-sidebarnavitem',
|
|
@@ -1713,15 +1713,15 @@ let NvSidebarnavsubitem = class NvSidebarnavsubitem {
|
|
|
1713
1713
|
c.detach();
|
|
1714
1714
|
this.el = r.nativeElement;
|
|
1715
1715
|
}
|
|
1716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1717
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1716
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarnavsubitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1717
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebarnavsubitem, selector: "nv-sidebarnavsubitem", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1718
1718
|
};
|
|
1719
1719
|
NvSidebarnavsubitem = __decorate([
|
|
1720
1720
|
ProxyCmp({
|
|
1721
1721
|
inputs: ['active']
|
|
1722
1722
|
})
|
|
1723
1723
|
], NvSidebarnavsubitem);
|
|
1724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarnavsubitem, decorators: [{
|
|
1725
1725
|
type: Component,
|
|
1726
1726
|
args: [{
|
|
1727
1727
|
selector: 'nv-sidebarnavsubitem',
|
|
@@ -1739,8 +1739,8 @@ let NvSplit = class NvSplit {
|
|
|
1739
1739
|
c.detach();
|
|
1740
1740
|
this.el = r.nativeElement;
|
|
1741
1741
|
}
|
|
1742
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1743
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1742
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSplit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1743
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvSplit, selector: "nv-split", inputs: { direction: "direction", gutterSize: "gutterSize", minSizes: "minSizes", sizes: "sizes" }, outputs: { sizesChanged: "sizesChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1744
1744
|
};
|
|
1745
1745
|
NvSplit = __decorate([
|
|
1746
1746
|
ProxyCmp({
|
|
@@ -1748,7 +1748,7 @@ NvSplit = __decorate([
|
|
|
1748
1748
|
methods: ['setSizes', 'getSizes', 'collapse', 'destroy']
|
|
1749
1749
|
})
|
|
1750
1750
|
], NvSplit);
|
|
1751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSplit, decorators: [{
|
|
1752
1752
|
type: Component,
|
|
1753
1753
|
args: [{
|
|
1754
1754
|
selector: 'nv-split',
|
|
@@ -1768,15 +1768,15 @@ let NvStack = class NvStack {
|
|
|
1768
1768
|
c.detach();
|
|
1769
1769
|
this.el = r.nativeElement;
|
|
1770
1770
|
}
|
|
1771
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1772
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1771
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1772
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvStack, selector: "nv-stack", inputs: { fill: "fill", flex: "flex", full: "full", gutter: "gutter", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1773
1773
|
};
|
|
1774
1774
|
NvStack = __decorate([
|
|
1775
1775
|
ProxyCmp({
|
|
1776
1776
|
inputs: ['fill', 'flex', 'full', 'gutter', 'vertical']
|
|
1777
1777
|
})
|
|
1778
1778
|
], NvStack);
|
|
1779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvStack, decorators: [{
|
|
1780
1780
|
type: Component,
|
|
1781
1781
|
args: [{
|
|
1782
1782
|
selector: 'nv-stack',
|
|
@@ -1793,15 +1793,15 @@ let NvStatusindicator = class NvStatusindicator {
|
|
|
1793
1793
|
c.detach();
|
|
1794
1794
|
this.el = r.nativeElement;
|
|
1795
1795
|
}
|
|
1796
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1797
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1796
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvStatusindicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1797
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvStatusindicator, selector: "nv-statusindicator", inputs: { emphasis: "emphasis", label: "label", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1798
1798
|
};
|
|
1799
1799
|
NvStatusindicator = __decorate([
|
|
1800
1800
|
ProxyCmp({
|
|
1801
1801
|
inputs: ['emphasis', 'label', 'status']
|
|
1802
1802
|
})
|
|
1803
1803
|
], NvStatusindicator);
|
|
1804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvStatusindicator, decorators: [{
|
|
1805
1805
|
type: Component,
|
|
1806
1806
|
args: [{
|
|
1807
1807
|
selector: 'nv-statusindicator',
|
|
@@ -1818,13 +1818,13 @@ let NvTable = class NvTable {
|
|
|
1818
1818
|
c.detach();
|
|
1819
1819
|
this.el = r.nativeElement;
|
|
1820
1820
|
}
|
|
1821
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1822
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1821
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1822
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvTable, selector: "nv-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1823
1823
|
};
|
|
1824
1824
|
NvTable = __decorate([
|
|
1825
1825
|
ProxyCmp({})
|
|
1826
1826
|
], NvTable);
|
|
1827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTable, decorators: [{
|
|
1828
1828
|
type: Component,
|
|
1829
1829
|
args: [{
|
|
1830
1830
|
selector: 'nv-table',
|
|
@@ -1842,15 +1842,15 @@ let NvTableheader = class NvTableheader {
|
|
|
1842
1842
|
c.detach();
|
|
1843
1843
|
this.el = r.nativeElement;
|
|
1844
1844
|
}
|
|
1845
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1846
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1845
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTableheader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1846
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvTableheader, selector: "nv-tableheader", inputs: { sortDirection: "sortDirection", sortable: "sortable" }, outputs: { sortDirectionChanged: "sortDirectionChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1847
1847
|
};
|
|
1848
1848
|
NvTableheader = __decorate([
|
|
1849
1849
|
ProxyCmp({
|
|
1850
1850
|
inputs: ['sortDirection', 'sortable']
|
|
1851
1851
|
})
|
|
1852
1852
|
], NvTableheader);
|
|
1853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTableheader, decorators: [{
|
|
1854
1854
|
type: Component,
|
|
1855
1855
|
args: [{
|
|
1856
1856
|
selector: 'nv-tableheader',
|
|
@@ -1871,15 +1871,15 @@ let NvTag = class NvTag {
|
|
|
1871
1871
|
c.detach();
|
|
1872
1872
|
this.el = r.nativeElement;
|
|
1873
1873
|
}
|
|
1874
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1875
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1874
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1875
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvTag, selector: "nv-tag", inputs: { color: "color", disabled: "disabled", dismissible: "dismissible", href: "href", label: "label", rel: "rel", target: "target" }, outputs: { dismissed: "dismissed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1876
1876
|
};
|
|
1877
1877
|
NvTag = __decorate([
|
|
1878
1878
|
ProxyCmp({
|
|
1879
1879
|
inputs: ['color', 'disabled', 'dismissible', 'href', 'label', 'rel', 'target']
|
|
1880
1880
|
})
|
|
1881
1881
|
], NvTag);
|
|
1882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTag, decorators: [{
|
|
1883
1883
|
type: Component,
|
|
1884
1884
|
args: [{
|
|
1885
1885
|
selector: 'nv-tag',
|
|
@@ -1903,15 +1903,15 @@ let NvTimetest = class NvTimetest {
|
|
|
1903
1903
|
c.detach();
|
|
1904
1904
|
this.el = r.nativeElement;
|
|
1905
1905
|
}
|
|
1906
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1907
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1906
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTimetest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1907
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvTimetest, selector: "nv-timetest", inputs: { history: "history", lastChange: "lastChange", value: "value" }, outputs: { valueChanged: "valueChanged", lastChanged: "lastChanged", historyChanged: "historyChanged", valueDateChanged: "valueDateChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1908
1908
|
};
|
|
1909
1909
|
NvTimetest = __decorate([
|
|
1910
1910
|
ProxyCmp({
|
|
1911
1911
|
inputs: ['history', 'lastChange', 'value']
|
|
1912
1912
|
})
|
|
1913
1913
|
], NvTimetest);
|
|
1914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTimetest, decorators: [{
|
|
1915
1915
|
type: Component,
|
|
1916
1916
|
args: [{
|
|
1917
1917
|
selector: 'nv-timetest',
|
|
@@ -1938,15 +1938,15 @@ let NvToggle = class NvToggle {
|
|
|
1938
1938
|
c.detach();
|
|
1939
1939
|
this.el = r.nativeElement;
|
|
1940
1940
|
}
|
|
1941
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1942
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1941
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1942
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvToggle, selector: "nv-toggle", inputs: { checked: "checked", description: "description", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", label: "label", labelPlacement: "labelPlacement", name: "name", readonly: "readonly", value: "value" }, outputs: { checkedChanged: "checkedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1943
1943
|
};
|
|
1944
1944
|
NvToggle = __decorate([
|
|
1945
1945
|
ProxyCmp({
|
|
1946
1946
|
inputs: ['checked', 'description', 'disabled', 'hideLabel', 'inputId', 'label', 'labelPlacement', 'name', 'readonly', 'value']
|
|
1947
1947
|
})
|
|
1948
1948
|
], NvToggle);
|
|
1949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvToggle, decorators: [{
|
|
1950
1950
|
type: Component,
|
|
1951
1951
|
args: [{
|
|
1952
1952
|
selector: 'nv-toggle',
|
|
@@ -1967,15 +1967,15 @@ let NvTogglebutton = class NvTogglebutton {
|
|
|
1967
1967
|
c.detach();
|
|
1968
1968
|
this.el = r.nativeElement;
|
|
1969
1969
|
}
|
|
1970
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1971
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTogglebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1971
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvTogglebutton, selector: "nv-togglebutton", inputs: { active: "active", disabled: "disabled", emphasis: "emphasis", size: "size", value: "value" }, outputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1972
1972
|
};
|
|
1973
1973
|
NvTogglebutton = __decorate([
|
|
1974
1974
|
ProxyCmp({
|
|
1975
1975
|
inputs: ['active', 'disabled', 'emphasis', 'size', 'value']
|
|
1976
1976
|
})
|
|
1977
1977
|
], NvTogglebutton);
|
|
1978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTogglebutton, decorators: [{
|
|
1979
1979
|
type: Component,
|
|
1980
1980
|
args: [{
|
|
1981
1981
|
selector: 'nv-togglebutton',
|
|
@@ -1996,15 +1996,15 @@ let NvTogglebuttongroup = class NvTogglebuttongroup {
|
|
|
1996
1996
|
c.detach();
|
|
1997
1997
|
this.el = r.nativeElement;
|
|
1998
1998
|
}
|
|
1999
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2000
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
1999
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTogglebuttongroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2000
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvTogglebuttongroup, selector: "nv-togglebuttongroup", inputs: { emphasis: "emphasis", enforceValue: "enforceValue", exclusive: "exclusive", size: "size", value: "value" }, outputs: { valueChanged: "valueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2001
2001
|
};
|
|
2002
2002
|
NvTogglebuttongroup = __decorate([
|
|
2003
2003
|
ProxyCmp({
|
|
2004
2004
|
inputs: ['emphasis', 'enforceValue', 'exclusive', 'size', 'value']
|
|
2005
2005
|
})
|
|
2006
2006
|
], NvTogglebuttongroup);
|
|
2007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTogglebuttongroup, decorators: [{
|
|
2008
2008
|
type: Component,
|
|
2009
2009
|
args: [{
|
|
2010
2010
|
selector: 'nv-togglebuttongroup',
|
|
@@ -2025,15 +2025,15 @@ let NvTooltip = class NvTooltip {
|
|
|
2025
2025
|
c.detach();
|
|
2026
2026
|
this.el = r.nativeElement;
|
|
2027
2027
|
}
|
|
2028
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2029
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
2028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2029
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NvTooltip, selector: "nv-tooltip", inputs: { enterDelay: "enterDelay", message: "message", placement: "placement", strategy: "strategy" }, outputs: { openChanged: "openChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2030
2030
|
};
|
|
2031
2031
|
NvTooltip = __decorate([
|
|
2032
2032
|
ProxyCmp({
|
|
2033
2033
|
inputs: ['enterDelay', 'message', 'placement', 'strategy']
|
|
2034
2034
|
})
|
|
2035
2035
|
], NvTooltip);
|
|
2036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTooltip, decorators: [{
|
|
2037
2037
|
type: Component,
|
|
2038
2038
|
args: [{
|
|
2039
2039
|
selector: 'nv-tooltip',
|
|
@@ -2140,10 +2140,10 @@ class NvDatatableCellDirective {
|
|
|
2140
2140
|
constructor(template) {
|
|
2141
2141
|
this.template = template;
|
|
2142
2142
|
}
|
|
2143
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2144
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2143
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatatableCellDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2144
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvDatatableCellDirective, isStandalone: true, selector: "ng-template[nvDatatableCell]", inputs: { nvDatatableCell: "nvDatatableCell" }, ngImport: i0 }); }
|
|
2145
2145
|
}
|
|
2146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatatableCellDirective, decorators: [{
|
|
2147
2147
|
type: Directive,
|
|
2148
2148
|
args: [{
|
|
2149
2149
|
selector: 'ng-template[nvDatatableCell]',
|
|
@@ -2381,10 +2381,10 @@ class FlexRenderComponentFactory {
|
|
|
2381
2381
|
view.setOutputs(outputs);
|
|
2382
2382
|
return view;
|
|
2383
2383
|
}
|
|
2384
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2385
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2384
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FlexRenderComponentFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2385
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FlexRenderComponentFactory }); }
|
|
2386
2386
|
}
|
|
2387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FlexRenderComponentFactory, decorators: [{
|
|
2388
2388
|
type: Injectable
|
|
2389
2389
|
}] });
|
|
2390
2390
|
class FlexRenderComponentRef {
|
|
@@ -2810,10 +2810,10 @@ class FlexRenderDirective {
|
|
|
2810
2810
|
}), this.injector);
|
|
2811
2811
|
return new FlexRenderComponentView(component, view);
|
|
2812
2812
|
}
|
|
2813
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2814
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
2813
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FlexRenderDirective, deps: [{ token: ViewContainerRef }, { token: TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2814
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: FlexRenderDirective, isStandalone: true, selector: "[flexRender]", inputs: { content: ["flexRender", "content"], props: ["flexRenderProps", "props"], injector: ["flexRenderInjector", "injector"] }, providers: [FlexRenderComponentFactory], usesOnChanges: true, ngImport: i0 }); }
|
|
2815
2815
|
}
|
|
2816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FlexRenderDirective, decorators: [{
|
|
2817
2817
|
type: Directive,
|
|
2818
2818
|
args: [{
|
|
2819
2819
|
selector: '[flexRender]',
|
|
@@ -3239,8 +3239,8 @@ class NvDatatable {
|
|
|
3239
3239
|
this.observer = null;
|
|
3240
3240
|
}
|
|
3241
3241
|
}
|
|
3242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3243
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.
|
|
3242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatatable, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3243
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: NvDatatable, isStandalone: true, selector: "nv-datatable", inputs: { columns: { classPropertyName: "columns", publicName: "columns", isSignal: true, isRequired: false, transformFunction: null }, rows: { classPropertyName: "rows", publicName: "rows", isSignal: true, isRequired: false, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: true, isRequired: false, transformFunction: null }, pagination: { classPropertyName: "pagination", publicName: "pagination", isSignal: true, isRequired: false, transformFunction: null }, sorting: { classPropertyName: "sorting", publicName: "sorting", isSignal: true, isRequired: false, transformFunction: null }, stickyHeader: { classPropertyName: "stickyHeader", publicName: "stickyHeader", isSignal: true, isRequired: false, transformFunction: null } }, queries: [{ propertyName: "paginationTemplate", first: true, predicate: ["paginationTemplate"], descendants: true, read: TemplateRef }, { propertyName: "cellTemplates", predicate: NvDatatableCellDirective }], viewQueries: [{ propertyName: "tableRows", first: true, predicate: ["tableRow"], descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
3244
3244
|
<nv-table>
|
|
3245
3245
|
<table>
|
|
3246
3246
|
<thead [attr.data-sticky-top]="stickyHeader() ? 'true' : null">
|
|
@@ -3336,7 +3336,7 @@ class NvDatatable {
|
|
|
3336
3336
|
} }
|
|
3337
3337
|
`, 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"] }] }); }
|
|
3338
3338
|
}
|
|
3339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatatable, decorators: [{
|
|
3340
3340
|
type: Component,
|
|
3341
3341
|
args: [{
|
|
3342
3342
|
selector: 'nv-datatable',
|
|
@@ -3500,10 +3500,10 @@ class ValueAccessor {
|
|
|
3500
3500
|
setDisabledState(isDisabled) {
|
|
3501
3501
|
this.el.nativeElement.disabled = isDisabled;
|
|
3502
3502
|
}
|
|
3503
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3504
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3504
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 }); }
|
|
3505
3505
|
}
|
|
3506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
3507
3507
|
type: Directive,
|
|
3508
3508
|
args: [{}]
|
|
3509
3509
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
@@ -3521,8 +3521,8 @@ class NvAccordionValueAccessor extends ValueAccessor {
|
|
|
3521
3521
|
writeValue(value) {
|
|
3522
3522
|
this.el.nativeElement.openIndexes = this.lastValue = value;
|
|
3523
3523
|
}
|
|
3524
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3525
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3524
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAccordionValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3525
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvAccordionValueAccessor, selector: "nv-accordion", host: { listeners: { "openIndexesChanged": "handleOpenIndexesChanged($event)" } }, providers: [
|
|
3526
3526
|
{
|
|
3527
3527
|
provide: NG_VALUE_ACCESSOR,
|
|
3528
3528
|
useExisting: NvAccordionValueAccessor,
|
|
@@ -3530,7 +3530,7 @@ class NvAccordionValueAccessor extends ValueAccessor {
|
|
|
3530
3530
|
},
|
|
3531
3531
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3532
3532
|
}
|
|
3533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAccordionValueAccessor, decorators: [{
|
|
3534
3534
|
type: Directive,
|
|
3535
3535
|
args: [{
|
|
3536
3536
|
selector: 'nv-accordion',
|
|
@@ -3556,8 +3556,8 @@ class NvAlertValueAccessor extends ValueAccessor {
|
|
|
3556
3556
|
writeValue(value) {
|
|
3557
3557
|
this.el.nativeElement.hidden = this.lastValue = value;
|
|
3558
3558
|
}
|
|
3559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3560
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAlertValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3560
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvAlertValueAccessor, selector: "nv-alert", host: { listeners: { "hiddenChanged": "handleHiddenChanged($event)" } }, providers: [
|
|
3561
3561
|
{
|
|
3562
3562
|
provide: NG_VALUE_ACCESSOR,
|
|
3563
3563
|
useExisting: NvAlertValueAccessor,
|
|
@@ -3565,7 +3565,7 @@ class NvAlertValueAccessor extends ValueAccessor {
|
|
|
3565
3565
|
},
|
|
3566
3566
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3567
3567
|
}
|
|
3568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvAlertValueAccessor, decorators: [{
|
|
3569
3569
|
type: Directive,
|
|
3570
3570
|
args: [{
|
|
3571
3571
|
selector: 'nv-alert',
|
|
@@ -3591,8 +3591,8 @@ class NvCalendarValueAccessor extends ValueAccessor {
|
|
|
3591
3591
|
writeValue(value) {
|
|
3592
3592
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3593
3593
|
}
|
|
3594
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3595
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3594
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvCalendarValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3595
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvCalendarValueAccessor, selector: "nv-calendar", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3596
3596
|
{
|
|
3597
3597
|
provide: NG_VALUE_ACCESSOR,
|
|
3598
3598
|
useExisting: NvCalendarValueAccessor,
|
|
@@ -3600,7 +3600,7 @@ class NvCalendarValueAccessor extends ValueAccessor {
|
|
|
3600
3600
|
},
|
|
3601
3601
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3602
3602
|
}
|
|
3603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvCalendarValueAccessor, decorators: [{
|
|
3604
3604
|
type: Directive,
|
|
3605
3605
|
args: [{
|
|
3606
3606
|
selector: 'nv-calendar',
|
|
@@ -3626,8 +3626,8 @@ class NvDatagridValueAccessor extends ValueAccessor {
|
|
|
3626
3626
|
writeValue(value) {
|
|
3627
3627
|
this.el.nativeElement.state = this.lastValue = value;
|
|
3628
3628
|
}
|
|
3629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3630
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatagridValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3630
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvDatagridValueAccessor, selector: "nv-datagrid", host: { listeners: { "stateChanged": "handleStateChanged($event)" } }, providers: [
|
|
3631
3631
|
{
|
|
3632
3632
|
provide: NG_VALUE_ACCESSOR,
|
|
3633
3633
|
useExisting: NvDatagridValueAccessor,
|
|
@@ -3635,7 +3635,7 @@ class NvDatagridValueAccessor extends ValueAccessor {
|
|
|
3635
3635
|
},
|
|
3636
3636
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3637
3637
|
}
|
|
3638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatagridValueAccessor, decorators: [{
|
|
3639
3639
|
type: Directive,
|
|
3640
3640
|
args: [{
|
|
3641
3641
|
selector: 'nv-datagrid',
|
|
@@ -3661,8 +3661,8 @@ class NvDatetestValueAccessor extends ValueAccessor {
|
|
|
3661
3661
|
writeValue(value) {
|
|
3662
3662
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3663
3663
|
}
|
|
3664
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3665
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3664
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetestValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3665
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvDatetestValueAccessor, selector: "nv-datetest", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3666
3666
|
{
|
|
3667
3667
|
provide: NG_VALUE_ACCESSOR,
|
|
3668
3668
|
useExisting: NvDatetestValueAccessor,
|
|
@@ -3670,7 +3670,7 @@ class NvDatetestValueAccessor extends ValueAccessor {
|
|
|
3670
3670
|
},
|
|
3671
3671
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3672
3672
|
}
|
|
3673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetestValueAccessor, decorators: [{
|
|
3674
3674
|
type: Directive,
|
|
3675
3675
|
args: [{
|
|
3676
3676
|
selector: 'nv-datetest',
|
|
@@ -3696,8 +3696,8 @@ class NvDatetimetestValueAccessor extends ValueAccessor {
|
|
|
3696
3696
|
writeValue(value) {
|
|
3697
3697
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3698
3698
|
}
|
|
3699
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3700
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3699
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetimetestValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3700
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvDatetimetestValueAccessor, selector: "nv-datetimetest", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3701
3701
|
{
|
|
3702
3702
|
provide: NG_VALUE_ACCESSOR,
|
|
3703
3703
|
useExisting: NvDatetimetestValueAccessor,
|
|
@@ -3705,7 +3705,7 @@ class NvDatetimetestValueAccessor extends ValueAccessor {
|
|
|
3705
3705
|
},
|
|
3706
3706
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3707
3707
|
}
|
|
3708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDatetimetestValueAccessor, decorators: [{
|
|
3709
3709
|
type: Directive,
|
|
3710
3710
|
args: [{
|
|
3711
3711
|
selector: 'nv-datetimetest',
|
|
@@ -3731,8 +3731,8 @@ class NvDialogValueAccessor extends ValueAccessor {
|
|
|
3731
3731
|
writeValue(value) {
|
|
3732
3732
|
this.el.nativeElement.open = this.lastValue = value;
|
|
3733
3733
|
}
|
|
3734
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3735
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3734
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialogValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3735
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvDialogValueAccessor, selector: "nv-dialog", host: { listeners: { "openChanged": "handleOpenChanged($event)" } }, providers: [
|
|
3736
3736
|
{
|
|
3737
3737
|
provide: NG_VALUE_ACCESSOR,
|
|
3738
3738
|
useExisting: NvDialogValueAccessor,
|
|
@@ -3740,7 +3740,7 @@ class NvDialogValueAccessor extends ValueAccessor {
|
|
|
3740
3740
|
},
|
|
3741
3741
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3742
3742
|
}
|
|
3743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDialogValueAccessor, decorators: [{
|
|
3744
3744
|
type: Directive,
|
|
3745
3745
|
args: [{
|
|
3746
3746
|
selector: 'nv-dialog',
|
|
@@ -3766,8 +3766,8 @@ class NvDrawerValueAccessor extends ValueAccessor {
|
|
|
3766
3766
|
writeValue(value) {
|
|
3767
3767
|
this.el.nativeElement.open = this.lastValue = value;
|
|
3768
3768
|
}
|
|
3769
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3770
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3769
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawerValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3770
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvDrawerValueAccessor, selector: "nv-drawer", host: { listeners: { "openChanged": "handleOpenChanged($event)" } }, providers: [
|
|
3771
3771
|
{
|
|
3772
3772
|
provide: NG_VALUE_ACCESSOR,
|
|
3773
3773
|
useExisting: NvDrawerValueAccessor,
|
|
@@ -3775,7 +3775,7 @@ class NvDrawerValueAccessor extends ValueAccessor {
|
|
|
3775
3775
|
},
|
|
3776
3776
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3777
3777
|
}
|
|
3778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvDrawerValueAccessor, decorators: [{
|
|
3779
3779
|
type: Directive,
|
|
3780
3780
|
args: [{
|
|
3781
3781
|
selector: 'nv-drawer',
|
|
@@ -3801,8 +3801,8 @@ class NvFieldcheckboxValueAccessor extends ValueAccessor {
|
|
|
3801
3801
|
writeValue(value) {
|
|
3802
3802
|
this.el.nativeElement.checked = this.lastValue = value;
|
|
3803
3803
|
}
|
|
3804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3805
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3804
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldcheckboxValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3805
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldcheckboxValueAccessor, selector: "nv-fieldcheckbox", host: { listeners: { "checkedChanged": "handleCheckedChanged($event)" } }, providers: [
|
|
3806
3806
|
{
|
|
3807
3807
|
provide: NG_VALUE_ACCESSOR,
|
|
3808
3808
|
useExisting: NvFieldcheckboxValueAccessor,
|
|
@@ -3810,7 +3810,7 @@ class NvFieldcheckboxValueAccessor extends ValueAccessor {
|
|
|
3810
3810
|
},
|
|
3811
3811
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3812
3812
|
}
|
|
3813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldcheckboxValueAccessor, decorators: [{
|
|
3814
3814
|
type: Directive,
|
|
3815
3815
|
args: [{
|
|
3816
3816
|
selector: 'nv-fieldcheckbox',
|
|
@@ -3836,8 +3836,8 @@ class NvFielddateValueAccessor extends ValueAccessor {
|
|
|
3836
3836
|
writeValue(value) {
|
|
3837
3837
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3838
3838
|
}
|
|
3839
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3840
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3839
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddateValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3840
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddateValueAccessor, selector: "nv-fielddate", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3841
3841
|
{
|
|
3842
3842
|
provide: NG_VALUE_ACCESSOR,
|
|
3843
3843
|
useExisting: NvFielddateValueAccessor,
|
|
@@ -3845,7 +3845,7 @@ class NvFielddateValueAccessor extends ValueAccessor {
|
|
|
3845
3845
|
},
|
|
3846
3846
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3847
3847
|
}
|
|
3848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddateValueAccessor, decorators: [{
|
|
3849
3849
|
type: Directive,
|
|
3850
3850
|
args: [{
|
|
3851
3851
|
selector: 'nv-fielddate',
|
|
@@ -3871,8 +3871,8 @@ class NvFielddaterangeValueAccessor extends ValueAccessor {
|
|
|
3871
3871
|
writeValue(value) {
|
|
3872
3872
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3873
3873
|
}
|
|
3874
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3875
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3874
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddaterangeValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3875
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddaterangeValueAccessor, selector: "nv-fielddaterange", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3876
3876
|
{
|
|
3877
3877
|
provide: NG_VALUE_ACCESSOR,
|
|
3878
3878
|
useExisting: NvFielddaterangeValueAccessor,
|
|
@@ -3880,7 +3880,7 @@ class NvFielddaterangeValueAccessor extends ValueAccessor {
|
|
|
3880
3880
|
},
|
|
3881
3881
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3882
3882
|
}
|
|
3883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddaterangeValueAccessor, decorators: [{
|
|
3884
3884
|
type: Directive,
|
|
3885
3885
|
args: [{
|
|
3886
3886
|
selector: 'nv-fielddaterange',
|
|
@@ -3906,8 +3906,8 @@ class NvFielddropdownValueAccessor extends ValueAccessor {
|
|
|
3906
3906
|
writeValue(value) {
|
|
3907
3907
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3908
3908
|
}
|
|
3909
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3910
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3909
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdownValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3910
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFielddropdownValueAccessor, selector: "nv-fielddropdown", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3911
3911
|
{
|
|
3912
3912
|
provide: NG_VALUE_ACCESSOR,
|
|
3913
3913
|
useExisting: NvFielddropdownValueAccessor,
|
|
@@ -3915,7 +3915,7 @@ class NvFielddropdownValueAccessor extends ValueAccessor {
|
|
|
3915
3915
|
},
|
|
3916
3916
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3917
3917
|
}
|
|
3918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFielddropdownValueAccessor, decorators: [{
|
|
3919
3919
|
type: Directive,
|
|
3920
3920
|
args: [{
|
|
3921
3921
|
selector: 'nv-fielddropdown',
|
|
@@ -3941,8 +3941,8 @@ class NvFieldmultiselectValueAccessor extends ValueAccessor {
|
|
|
3941
3941
|
writeValue(value) {
|
|
3942
3942
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3943
3943
|
}
|
|
3944
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3945
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldmultiselectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3945
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldmultiselectValueAccessor, selector: "nv-fieldmultiselect", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3946
3946
|
{
|
|
3947
3947
|
provide: NG_VALUE_ACCESSOR,
|
|
3948
3948
|
useExisting: NvFieldmultiselectValueAccessor,
|
|
@@ -3950,7 +3950,7 @@ class NvFieldmultiselectValueAccessor extends ValueAccessor {
|
|
|
3950
3950
|
},
|
|
3951
3951
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3952
3952
|
}
|
|
3953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldmultiselectValueAccessor, decorators: [{
|
|
3954
3954
|
type: Directive,
|
|
3955
3955
|
args: [{
|
|
3956
3956
|
selector: 'nv-fieldmultiselect',
|
|
@@ -3976,8 +3976,8 @@ class NvFieldnumberValueAccessor extends ValueAccessor {
|
|
|
3976
3976
|
writeValue(value) {
|
|
3977
3977
|
this.el.nativeElement.value = this.lastValue = value;
|
|
3978
3978
|
}
|
|
3979
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3980
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
3979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldnumberValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3980
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldnumberValueAccessor, selector: "nv-fieldnumber", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
3981
3981
|
{
|
|
3982
3982
|
provide: NG_VALUE_ACCESSOR,
|
|
3983
3983
|
useExisting: NvFieldnumberValueAccessor,
|
|
@@ -3985,7 +3985,7 @@ class NvFieldnumberValueAccessor extends ValueAccessor {
|
|
|
3985
3985
|
},
|
|
3986
3986
|
], usesInheritance: true, ngImport: i0 }); }
|
|
3987
3987
|
}
|
|
3988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldnumberValueAccessor, decorators: [{
|
|
3989
3989
|
type: Directive,
|
|
3990
3990
|
args: [{
|
|
3991
3991
|
selector: 'nv-fieldnumber',
|
|
@@ -4011,8 +4011,8 @@ class NvFieldpasswordValueAccessor extends ValueAccessor {
|
|
|
4011
4011
|
writeValue(value) {
|
|
4012
4012
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4013
4013
|
}
|
|
4014
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4015
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4014
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldpasswordValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4015
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldpasswordValueAccessor, selector: "nv-fieldpassword", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4016
4016
|
{
|
|
4017
4017
|
provide: NG_VALUE_ACCESSOR,
|
|
4018
4018
|
useExisting: NvFieldpasswordValueAccessor,
|
|
@@ -4020,7 +4020,7 @@ class NvFieldpasswordValueAccessor extends ValueAccessor {
|
|
|
4020
4020
|
},
|
|
4021
4021
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4022
4022
|
}
|
|
4023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldpasswordValueAccessor, decorators: [{
|
|
4024
4024
|
type: Directive,
|
|
4025
4025
|
args: [{
|
|
4026
4026
|
selector: 'nv-fieldpassword',
|
|
@@ -4046,8 +4046,8 @@ class NvFieldradioValueAccessor extends ValueAccessor {
|
|
|
4046
4046
|
writeValue(value) {
|
|
4047
4047
|
this.el.nativeElement.checked = this.lastValue = value;
|
|
4048
4048
|
}
|
|
4049
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4050
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4049
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldradioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4050
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldradioValueAccessor, selector: "nv-fieldradio", host: { listeners: { "checkedChanged": "handleCheckedChanged($event)" } }, providers: [
|
|
4051
4051
|
{
|
|
4052
4052
|
provide: NG_VALUE_ACCESSOR,
|
|
4053
4053
|
useExisting: NvFieldradioValueAccessor,
|
|
@@ -4055,7 +4055,7 @@ class NvFieldradioValueAccessor extends ValueAccessor {
|
|
|
4055
4055
|
},
|
|
4056
4056
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4057
4057
|
}
|
|
4058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldradioValueAccessor, decorators: [{
|
|
4059
4059
|
type: Directive,
|
|
4060
4060
|
args: [{
|
|
4061
4061
|
selector: 'nv-fieldradio',
|
|
@@ -4081,8 +4081,8 @@ class NvFieldselectValueAccessor extends ValueAccessor {
|
|
|
4081
4081
|
writeValue(value) {
|
|
4082
4082
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4083
4083
|
}
|
|
4084
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4085
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4084
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldselectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4085
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldselectValueAccessor, selector: "nv-fieldselect", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4086
4086
|
{
|
|
4087
4087
|
provide: NG_VALUE_ACCESSOR,
|
|
4088
4088
|
useExisting: NvFieldselectValueAccessor,
|
|
@@ -4090,7 +4090,7 @@ class NvFieldselectValueAccessor extends ValueAccessor {
|
|
|
4090
4090
|
},
|
|
4091
4091
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4092
4092
|
}
|
|
4093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldselectValueAccessor, decorators: [{
|
|
4094
4094
|
type: Directive,
|
|
4095
4095
|
args: [{
|
|
4096
4096
|
selector: 'nv-fieldselect',
|
|
@@ -4116,8 +4116,8 @@ class NvFieldsliderValueAccessor extends ValueAccessor {
|
|
|
4116
4116
|
writeValue(value) {
|
|
4117
4117
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4118
4118
|
}
|
|
4119
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4120
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4119
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldsliderValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4120
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldsliderValueAccessor, selector: "nv-fieldslider", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4121
4121
|
{
|
|
4122
4122
|
provide: NG_VALUE_ACCESSOR,
|
|
4123
4123
|
useExisting: NvFieldsliderValueAccessor,
|
|
@@ -4125,7 +4125,7 @@ class NvFieldsliderValueAccessor extends ValueAccessor {
|
|
|
4125
4125
|
},
|
|
4126
4126
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4127
4127
|
}
|
|
4128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldsliderValueAccessor, decorators: [{
|
|
4129
4129
|
type: Directive,
|
|
4130
4130
|
args: [{
|
|
4131
4131
|
selector: 'nv-fieldslider',
|
|
@@ -4151,8 +4151,8 @@ class NvFieldtextValueAccessor extends ValueAccessor {
|
|
|
4151
4151
|
writeValue(value) {
|
|
4152
4152
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4153
4153
|
}
|
|
4154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4155
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4154
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4155
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldtextValueAccessor, selector: "nv-fieldtext", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4156
4156
|
{
|
|
4157
4157
|
provide: NG_VALUE_ACCESSOR,
|
|
4158
4158
|
useExisting: NvFieldtextValueAccessor,
|
|
@@ -4160,7 +4160,7 @@ class NvFieldtextValueAccessor extends ValueAccessor {
|
|
|
4160
4160
|
},
|
|
4161
4161
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4162
4162
|
}
|
|
4163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtextValueAccessor, decorators: [{
|
|
4164
4164
|
type: Directive,
|
|
4165
4165
|
args: [{
|
|
4166
4166
|
selector: 'nv-fieldtext',
|
|
@@ -4186,8 +4186,8 @@ class NvFieldtextareaValueAccessor extends ValueAccessor {
|
|
|
4186
4186
|
writeValue(value) {
|
|
4187
4187
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4188
4188
|
}
|
|
4189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4190
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4189
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtextareaValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4190
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldtextareaValueAccessor, selector: "nv-fieldtextarea", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4191
4191
|
{
|
|
4192
4192
|
provide: NG_VALUE_ACCESSOR,
|
|
4193
4193
|
useExisting: NvFieldtextareaValueAccessor,
|
|
@@ -4195,7 +4195,7 @@ class NvFieldtextareaValueAccessor extends ValueAccessor {
|
|
|
4195
4195
|
},
|
|
4196
4196
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4197
4197
|
}
|
|
4198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtextareaValueAccessor, decorators: [{
|
|
4199
4199
|
type: Directive,
|
|
4200
4200
|
args: [{
|
|
4201
4201
|
selector: 'nv-fieldtextarea',
|
|
@@ -4221,8 +4221,8 @@ class NvFieldtimeValueAccessor extends ValueAccessor {
|
|
|
4221
4221
|
writeValue(value) {
|
|
4222
4222
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4223
4223
|
}
|
|
4224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4225
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtimeValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4225
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvFieldtimeValueAccessor, selector: "nv-fieldtime", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4226
4226
|
{
|
|
4227
4227
|
provide: NG_VALUE_ACCESSOR,
|
|
4228
4228
|
useExisting: NvFieldtimeValueAccessor,
|
|
@@ -4230,7 +4230,7 @@ class NvFieldtimeValueAccessor extends ValueAccessor {
|
|
|
4230
4230
|
},
|
|
4231
4231
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4232
4232
|
}
|
|
4233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvFieldtimeValueAccessor, decorators: [{
|
|
4234
4234
|
type: Directive,
|
|
4235
4235
|
args: [{
|
|
4236
4236
|
selector: 'nv-fieldtime',
|
|
@@ -4256,8 +4256,8 @@ class NvNotificationValueAccessor extends ValueAccessor {
|
|
|
4256
4256
|
writeValue(value) {
|
|
4257
4257
|
this.el.nativeElement.hidden = this.lastValue = value;
|
|
4258
4258
|
}
|
|
4259
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4260
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotificationValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4260
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvNotificationValueAccessor, selector: "nv-notification", host: { listeners: { "hiddenChanged": "handleHiddenChanged($event)" } }, providers: [
|
|
4261
4261
|
{
|
|
4262
4262
|
provide: NG_VALUE_ACCESSOR,
|
|
4263
4263
|
useExisting: NvNotificationValueAccessor,
|
|
@@ -4265,7 +4265,7 @@ class NvNotificationValueAccessor extends ValueAccessor {
|
|
|
4265
4265
|
},
|
|
4266
4266
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4267
4267
|
}
|
|
4268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvNotificationValueAccessor, decorators: [{
|
|
4269
4269
|
type: Directive,
|
|
4270
4270
|
args: [{
|
|
4271
4271
|
selector: 'nv-notification',
|
|
@@ -4291,8 +4291,8 @@ class NvPaginationNavValueAccessor extends ValueAccessor {
|
|
|
4291
4291
|
writeValue(value) {
|
|
4292
4292
|
this.el.nativeElement.currentPage = this.lastValue = value;
|
|
4293
4293
|
}
|
|
4294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4295
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4294
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationNavValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4295
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvPaginationNavValueAccessor, selector: "nv-pagination-nav", host: { listeners: { "currentPageChanged": "handleCurrentPageChanged($event)" } }, providers: [
|
|
4296
4296
|
{
|
|
4297
4297
|
provide: NG_VALUE_ACCESSOR,
|
|
4298
4298
|
useExisting: NvPaginationNavValueAccessor,
|
|
@@ -4300,7 +4300,7 @@ class NvPaginationNavValueAccessor extends ValueAccessor {
|
|
|
4300
4300
|
},
|
|
4301
4301
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4302
4302
|
}
|
|
4303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationNavValueAccessor, decorators: [{
|
|
4304
4304
|
type: Directive,
|
|
4305
4305
|
args: [{
|
|
4306
4306
|
selector: 'nv-pagination-nav',
|
|
@@ -4326,8 +4326,8 @@ class NvPaginationtableValueAccessor extends ValueAccessor {
|
|
|
4326
4326
|
writeValue(value) {
|
|
4327
4327
|
this.el.nativeElement.pageIndex = this.lastValue = value;
|
|
4328
4328
|
}
|
|
4329
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4330
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4329
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationtableValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4330
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvPaginationtableValueAccessor, selector: "nv-paginationtable", host: { listeners: { "pageIndexChanged": "handlePageIndexChanged($event)" } }, providers: [
|
|
4331
4331
|
{
|
|
4332
4332
|
provide: NG_VALUE_ACCESSOR,
|
|
4333
4333
|
useExisting: NvPaginationtableValueAccessor,
|
|
@@ -4335,7 +4335,7 @@ class NvPaginationtableValueAccessor extends ValueAccessor {
|
|
|
4335
4335
|
},
|
|
4336
4336
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4337
4337
|
}
|
|
4338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPaginationtableValueAccessor, decorators: [{
|
|
4339
4339
|
type: Directive,
|
|
4340
4340
|
args: [{
|
|
4341
4341
|
selector: 'nv-paginationtable',
|
|
@@ -4361,8 +4361,8 @@ class NvPopoverValueAccessor extends ValueAccessor {
|
|
|
4361
4361
|
writeValue(value) {
|
|
4362
4362
|
this.el.nativeElement.open = this.lastValue = value;
|
|
4363
4363
|
}
|
|
4364
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4365
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPopoverValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4365
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvPopoverValueAccessor, selector: "nv-popover", host: { listeners: { "openChanged": "handleOpenChanged($event)" } }, providers: [
|
|
4366
4366
|
{
|
|
4367
4367
|
provide: NG_VALUE_ACCESSOR,
|
|
4368
4368
|
useExisting: NvPopoverValueAccessor,
|
|
@@ -4370,7 +4370,7 @@ class NvPopoverValueAccessor extends ValueAccessor {
|
|
|
4370
4370
|
},
|
|
4371
4371
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4372
4372
|
}
|
|
4373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvPopoverValueAccessor, decorators: [{
|
|
4374
4374
|
type: Directive,
|
|
4375
4375
|
args: [{
|
|
4376
4376
|
selector: 'nv-popover',
|
|
@@ -4396,8 +4396,8 @@ class NvSidebarValueAccessor extends ValueAccessor {
|
|
|
4396
4396
|
writeValue(value) {
|
|
4397
4397
|
this.el.nativeElement.open = this.lastValue = value;
|
|
4398
4398
|
}
|
|
4399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4400
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4399
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4400
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvSidebarValueAccessor, selector: "nv-sidebar", host: { listeners: { "openChanged": "handleOpenChanged($event)" } }, providers: [
|
|
4401
4401
|
{
|
|
4402
4402
|
provide: NG_VALUE_ACCESSOR,
|
|
4403
4403
|
useExisting: NvSidebarValueAccessor,
|
|
@@ -4405,7 +4405,7 @@ class NvSidebarValueAccessor extends ValueAccessor {
|
|
|
4405
4405
|
},
|
|
4406
4406
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4407
4407
|
}
|
|
4408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSidebarValueAccessor, decorators: [{
|
|
4409
4409
|
type: Directive,
|
|
4410
4410
|
args: [{
|
|
4411
4411
|
selector: 'nv-sidebar',
|
|
@@ -4431,8 +4431,8 @@ class NvSplitValueAccessor extends ValueAccessor {
|
|
|
4431
4431
|
writeValue(value) {
|
|
4432
4432
|
this.el.nativeElement.sizes = this.lastValue = value;
|
|
4433
4433
|
}
|
|
4434
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4435
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4434
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSplitValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4435
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvSplitValueAccessor, selector: "nv-split", host: { listeners: { "sizesChanged": "handleSizesChanged($event)" } }, providers: [
|
|
4436
4436
|
{
|
|
4437
4437
|
provide: NG_VALUE_ACCESSOR,
|
|
4438
4438
|
useExisting: NvSplitValueAccessor,
|
|
@@ -4440,7 +4440,7 @@ class NvSplitValueAccessor extends ValueAccessor {
|
|
|
4440
4440
|
},
|
|
4441
4441
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4442
4442
|
}
|
|
4443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvSplitValueAccessor, decorators: [{
|
|
4444
4444
|
type: Directive,
|
|
4445
4445
|
args: [{
|
|
4446
4446
|
selector: 'nv-split',
|
|
@@ -4466,8 +4466,8 @@ class NvTimetestValueAccessor extends ValueAccessor {
|
|
|
4466
4466
|
writeValue(value) {
|
|
4467
4467
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4468
4468
|
}
|
|
4469
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4470
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTimetestValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4470
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvTimetestValueAccessor, selector: "nv-timetest", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4471
4471
|
{
|
|
4472
4472
|
provide: NG_VALUE_ACCESSOR,
|
|
4473
4473
|
useExisting: NvTimetestValueAccessor,
|
|
@@ -4475,7 +4475,7 @@ class NvTimetestValueAccessor extends ValueAccessor {
|
|
|
4475
4475
|
},
|
|
4476
4476
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4477
4477
|
}
|
|
4478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTimetestValueAccessor, decorators: [{
|
|
4479
4479
|
type: Directive,
|
|
4480
4480
|
args: [{
|
|
4481
4481
|
selector: 'nv-timetest',
|
|
@@ -4501,8 +4501,8 @@ class NvToggleValueAccessor extends ValueAccessor {
|
|
|
4501
4501
|
writeValue(value) {
|
|
4502
4502
|
this.el.nativeElement.checked = this.lastValue = value;
|
|
4503
4503
|
}
|
|
4504
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4505
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvToggleValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4505
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvToggleValueAccessor, selector: "nv-toggle", host: { listeners: { "checkedChanged": "handleCheckedChanged($event)" } }, providers: [
|
|
4506
4506
|
{
|
|
4507
4507
|
provide: NG_VALUE_ACCESSOR,
|
|
4508
4508
|
useExisting: NvToggleValueAccessor,
|
|
@@ -4510,7 +4510,7 @@ class NvToggleValueAccessor extends ValueAccessor {
|
|
|
4510
4510
|
},
|
|
4511
4511
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4512
4512
|
}
|
|
4513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvToggleValueAccessor, decorators: [{
|
|
4514
4514
|
type: Directive,
|
|
4515
4515
|
args: [{
|
|
4516
4516
|
selector: 'nv-toggle',
|
|
@@ -4536,8 +4536,8 @@ class NvTogglebuttongroupValueAccessor extends ValueAccessor {
|
|
|
4536
4536
|
writeValue(value) {
|
|
4537
4537
|
this.el.nativeElement.value = this.lastValue = value;
|
|
4538
4538
|
}
|
|
4539
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4540
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
4539
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTogglebuttongroupValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4540
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NvTogglebuttongroupValueAccessor, selector: "nv-togglebuttongroup", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
4541
4541
|
{
|
|
4542
4542
|
provide: NG_VALUE_ACCESSOR,
|
|
4543
4543
|
useExisting: NvTogglebuttongroupValueAccessor,
|
|
@@ -4545,7 +4545,7 @@ class NvTogglebuttongroupValueAccessor extends ValueAccessor {
|
|
|
4545
4545
|
},
|
|
4546
4546
|
], usesInheritance: true, ngImport: i0 }); }
|
|
4547
4547
|
}
|
|
4548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NvTogglebuttongroupValueAccessor, decorators: [{
|
|
4549
4549
|
type: Directive,
|
|
4550
4550
|
args: [{
|
|
4551
4551
|
selector: 'nv-togglebuttongroup',
|
|
@@ -4745,10 +4745,10 @@ class NotificationService {
|
|
|
4745
4745
|
this.timers.clear();
|
|
4746
4746
|
this._notifications.next([]);
|
|
4747
4747
|
}
|
|
4748
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4749
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4748
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4749
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
|
|
4750
4750
|
}
|
|
4751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationService, decorators: [{
|
|
4752
4752
|
type: Injectable,
|
|
4753
4753
|
args: [{
|
|
4754
4754
|
providedIn: 'root',
|
|
@@ -4820,8 +4820,8 @@ class NotificationServiceComponent {
|
|
|
4820
4820
|
this.notificationService.remove(id);
|
|
4821
4821
|
}
|
|
4822
4822
|
}
|
|
4823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4824
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
4823
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationServiceComponent, deps: [{ token: NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4824
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: NotificationServiceComponent, isStandalone: true, selector: "nv-notification-service", inputs: { position: "position", className: "className" }, viewQueries: [{ propertyName: "notificationEls", predicate: ["notificationEl"], descendants: true, read: ElementRef }], ngImport: i0, template: `
|
|
4825
4825
|
<nv-notificationcontainer
|
|
4826
4826
|
[position]="position"
|
|
4827
4827
|
[class]="className"
|
|
@@ -4870,7 +4870,7 @@ class NotificationServiceComponent {
|
|
|
4870
4870
|
</nv-notificationcontainer>
|
|
4871
4871
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
4872
4872
|
}
|
|
4873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationServiceComponent, decorators: [{
|
|
4874
4874
|
type: Component,
|
|
4875
4875
|
args: [{
|
|
4876
4876
|
selector: 'nv-notification-service',
|
|
@@ -4948,11 +4948,11 @@ function provideNovaComponents() {
|
|
|
4948
4948
|
};
|
|
4949
4949
|
}
|
|
4950
4950
|
class NovaComponentsModule {
|
|
4951
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4952
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
4953
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
4951
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4952
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsModule, declarations: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDatetest, NvDatetimetest, 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, NvPill, NvPopover, NvRow, NvSidebar, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvStack, NvStatusindicator, NvTable, NvTableheader, NvTag, NvTimetest, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip], imports: [NvDatatable], exports: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDatetest, NvDatetimetest, 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, NvPill, NvPopover, NvRow, NvSidebar, NvSidebarcontent, NvSidebardivider, NvSidebarfooter, NvSidebargroup, NvSidebarheader, NvSidebarlogo, NvSidebarnavitem, NvSidebarnavsubitem, NvSplit, NvStack, NvStatusindicator, NvTable, NvTableheader, NvTag, NvTimetest, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip, NvDatatable] }); }
|
|
4953
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsModule, imports: [NvDatatable] }); }
|
|
4954
4954
|
}
|
|
4955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsModule, decorators: [{
|
|
4956
4956
|
type: NgModule,
|
|
4957
4957
|
args: [{
|
|
4958
4958
|
imports: [NvDatatable],
|
|
@@ -4961,11 +4961,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
4961
4961
|
}]
|
|
4962
4962
|
}] });
|
|
4963
4963
|
class NovaComponentsValueAccessorModule {
|
|
4964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4965
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
4966
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
4964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsValueAccessorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4965
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsValueAccessorModule, declarations: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDatetestValueAccessor, NvDatetimetestValueAccessor, NvDialogValueAccessor, NvDrawerValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPaginationNavValueAccessor, NvPaginationtableValueAccessor, NvPopoverValueAccessor, NvSidebarValueAccessor, NvSplitValueAccessor, NvTimetestValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor], exports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDatetestValueAccessor, NvDatetimetestValueAccessor, NvDialogValueAccessor, NvDrawerValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPaginationNavValueAccessor, NvPaginationtableValueAccessor, NvPopoverValueAccessor, NvSidebarValueAccessor, NvSplitValueAccessor, NvTimetestValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor] }); }
|
|
4966
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsValueAccessorModule }); }
|
|
4967
4967
|
}
|
|
4968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsValueAccessorModule, decorators: [{
|
|
4969
4969
|
type: NgModule,
|
|
4970
4970
|
args: [{
|
|
4971
4971
|
declarations: [...VALUE_ACCESSORS],
|
|
@@ -4973,11 +4973,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
4973
4973
|
}]
|
|
4974
4974
|
}] });
|
|
4975
4975
|
class NovaComponentsProvidersModule {
|
|
4976
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4977
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
4978
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
4976
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsProvidersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4977
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsProvidersModule, imports: [NotificationServiceComponent], exports: [NotificationServiceComponent] }); }
|
|
4978
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsProvidersModule, imports: [NotificationServiceComponent] }); }
|
|
4979
4979
|
}
|
|
4980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NovaComponentsProvidersModule, decorators: [{
|
|
4981
4981
|
type: NgModule,
|
|
4982
4982
|
args: [{
|
|
4983
4983
|
imports: [NotificationServiceComponent],
|