@nova-design-system/nova-angular-19 3.9.1 → 3.10.1-beta.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/dist/nova-components/fesm2022/nova-components.mjs +209 -51
- package/dist/nova-components/fesm2022/nova-components.mjs.map +1 -1
- package/dist/nova-components/lib/nova-components.module.d.ts +2 -2
- package/dist/nova-components/lib/stencil-generated/component-value-accessors.d.ts +7 -0
- package/dist/nova-components/lib/stencil-generated/components.d.ts +80 -42
- package/dist/nova-components/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -70,7 +70,7 @@ let NvAccordion = class NvAccordion {
|
|
|
70
70
|
proxyOutputs(this, this.el, ['openChanged']);
|
|
71
71
|
}
|
|
72
72
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
73
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAccordion, isStandalone:
|
|
73
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAccordion, isStandalone: false, selector: "nv-accordion", inputs: { data: "data", mode: "mode", openIndexes: "openIndexes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
74
74
|
};
|
|
75
75
|
NvAccordion = __decorate([
|
|
76
76
|
ProxyCmp({
|
|
@@ -86,6 +86,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
86
86
|
template: '<ng-content></ng-content>',
|
|
87
87
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
88
88
|
inputs: ['data', 'mode', 'openIndexes'],
|
|
89
|
+
standalone: false
|
|
89
90
|
}]
|
|
90
91
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
91
92
|
let NvAccordionItem = class NvAccordionItem {
|
|
@@ -96,7 +97,7 @@ let NvAccordionItem = class NvAccordionItem {
|
|
|
96
97
|
proxyOutputs(this, this.el, ['itemToggle']);
|
|
97
98
|
}
|
|
98
99
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
99
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAccordionItem, isStandalone:
|
|
100
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAccordionItem, isStandalone: false, selector: "nv-accordion-item", inputs: { disabled: "disabled", itemTitle: "itemTitle", maxContentHeight: "maxContentHeight", mode: "mode", open: "open", subtitle: "subtitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
100
101
|
};
|
|
101
102
|
NvAccordionItem = __decorate([
|
|
102
103
|
ProxyCmp({
|
|
@@ -112,6 +113,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
112
113
|
template: '<ng-content></ng-content>',
|
|
113
114
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
114
115
|
inputs: ['disabled', 'itemTitle', 'maxContentHeight', 'mode', 'open', 'subtitle'],
|
|
116
|
+
standalone: false
|
|
115
117
|
}]
|
|
116
118
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
117
119
|
let NvAlert = class NvAlert {
|
|
@@ -122,7 +124,7 @@ let NvAlert = class NvAlert {
|
|
|
122
124
|
proxyOutputs(this, this.el, ['hiddenChanged', 'hiddenChangedComplete', 'closeClicked']);
|
|
123
125
|
}
|
|
124
126
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
125
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAlert, isStandalone:
|
|
127
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAlert, isStandalone: false, selector: "nv-alert", inputs: { color: "color", dismissible: "dismissible", feedback: "feedback", hasNoAnimations: "hasNoAnimations", heading: "heading", hidden: "hidden", icon: "icon", message: "message", preventAutoClose: "preventAutoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
126
128
|
};
|
|
127
129
|
NvAlert = __decorate([
|
|
128
130
|
ProxyCmp({
|
|
@@ -137,6 +139,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
137
139
|
template: '<ng-content></ng-content>',
|
|
138
140
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
139
141
|
inputs: ['color', 'dismissible', 'feedback', 'hasNoAnimations', 'heading', 'hidden', 'icon', 'message', 'preventAutoClose'],
|
|
142
|
+
standalone: false
|
|
140
143
|
}]
|
|
141
144
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
142
145
|
let NvAvatar = class NvAvatar {
|
|
@@ -146,7 +149,7 @@ let NvAvatar = class NvAvatar {
|
|
|
146
149
|
this.el = r.nativeElement;
|
|
147
150
|
}
|
|
148
151
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAvatar, isStandalone:
|
|
152
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvAvatar, isStandalone: false, 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 }); }
|
|
150
153
|
};
|
|
151
154
|
NvAvatar = __decorate([
|
|
152
155
|
ProxyCmp({
|
|
@@ -161,6 +164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
161
164
|
template: '<ng-content></ng-content>',
|
|
162
165
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
163
166
|
inputs: ['alt', 'color', 'initials', 'large', 'medium', 'size', 'small', 'src', 'text', 'url', 'xlarge', 'xsmall'],
|
|
167
|
+
standalone: false
|
|
164
168
|
}]
|
|
165
169
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
166
170
|
let NvBadge = class NvBadge {
|
|
@@ -171,7 +175,7 @@ let NvBadge = class NvBadge {
|
|
|
171
175
|
proxyOutputs(this, this.el, ['closeClicked', 'hiddenChanged', 'hiddenChangedComplete']);
|
|
172
176
|
}
|
|
173
177
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
174
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvBadge, isStandalone:
|
|
178
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvBadge, isStandalone: false, selector: "nv-badge", inputs: { color: "color", dismissal: "dismissal", dismissible: "dismissible", hidden: "hidden", icon: "icon", iconLocation: "iconLocation", isIconOnly: "isIconOnly", label: "label", leadIcon: "leadIcon", preventAutoClose: "preventAutoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
175
179
|
};
|
|
176
180
|
NvBadge = __decorate([
|
|
177
181
|
ProxyCmp({
|
|
@@ -186,6 +190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
186
190
|
template: '<ng-content></ng-content>',
|
|
187
191
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
188
192
|
inputs: ['color', 'dismissal', 'dismissible', 'hidden', 'icon', 'iconLocation', 'isIconOnly', 'label', 'leadIcon', 'preventAutoClose'],
|
|
193
|
+
standalone: false
|
|
189
194
|
}]
|
|
190
195
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
191
196
|
let NvBreadcrumb = class NvBreadcrumb {
|
|
@@ -195,7 +200,7 @@ let NvBreadcrumb = class NvBreadcrumb {
|
|
|
195
200
|
this.el = r.nativeElement;
|
|
196
201
|
}
|
|
197
202
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
198
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvBreadcrumb, isStandalone:
|
|
203
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvBreadcrumb, isStandalone: false, selector: "nv-breadcrumb", inputs: { current: "current", tooltip: "tooltip", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
199
204
|
};
|
|
200
205
|
NvBreadcrumb = __decorate([
|
|
201
206
|
ProxyCmp({
|
|
@@ -210,6 +215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
210
215
|
template: '<ng-content></ng-content>',
|
|
211
216
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
212
217
|
inputs: ['current', 'tooltip', 'type'],
|
|
218
|
+
standalone: false
|
|
213
219
|
}]
|
|
214
220
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
215
221
|
let NvBreadcrumbs = class NvBreadcrumbs {
|
|
@@ -219,7 +225,7 @@ let NvBreadcrumbs = class NvBreadcrumbs {
|
|
|
219
225
|
this.el = r.nativeElement;
|
|
220
226
|
}
|
|
221
227
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
222
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvBreadcrumbs, isStandalone:
|
|
228
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvBreadcrumbs, isStandalone: false, selector: "nv-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
223
229
|
};
|
|
224
230
|
NvBreadcrumbs = __decorate([
|
|
225
231
|
ProxyCmp({})
|
|
@@ -232,6 +238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
232
238
|
template: '<ng-content></ng-content>',
|
|
233
239
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
234
240
|
inputs: [],
|
|
241
|
+
standalone: false
|
|
235
242
|
}]
|
|
236
243
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
237
244
|
let NvButton = class NvButton {
|
|
@@ -241,7 +248,7 @@ let NvButton = class NvButton {
|
|
|
241
248
|
this.el = r.nativeElement;
|
|
242
249
|
}
|
|
243
250
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
244
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvButton, isStandalone:
|
|
251
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvButton, isStandalone: false, selector: "nv-button", inputs: { active: "active", danger: "danger", 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 }); }
|
|
245
252
|
};
|
|
246
253
|
NvButton = __decorate([
|
|
247
254
|
ProxyCmp({
|
|
@@ -256,6 +263,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
256
263
|
template: '<ng-content></ng-content>',
|
|
257
264
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
258
265
|
inputs: ['active', 'danger', 'disabled', 'emphasis', 'fluid', 'form', 'loading', 'size', 'type'],
|
|
266
|
+
standalone: false
|
|
267
|
+
}]
|
|
268
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
269
|
+
let NvButtongroup = class NvButtongroup {
|
|
270
|
+
constructor(c, r, z) {
|
|
271
|
+
this.z = z;
|
|
272
|
+
c.detach();
|
|
273
|
+
this.el = r.nativeElement;
|
|
274
|
+
}
|
|
275
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvButtongroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
276
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvButtongroup, isStandalone: false, 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 }); }
|
|
277
|
+
};
|
|
278
|
+
NvButtongroup = __decorate([
|
|
279
|
+
ProxyCmp({
|
|
280
|
+
inputs: ['emphasis', 'fluid', 'orientation', 'size']
|
|
281
|
+
})
|
|
282
|
+
], NvButtongroup);
|
|
283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvButtongroup, decorators: [{
|
|
284
|
+
type: Component,
|
|
285
|
+
args: [{
|
|
286
|
+
selector: 'nv-buttongroup',
|
|
287
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
288
|
+
template: '<ng-content></ng-content>',
|
|
289
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
290
|
+
inputs: ['emphasis', 'fluid', 'orientation', 'size'],
|
|
291
|
+
standalone: false
|
|
259
292
|
}]
|
|
260
293
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
261
294
|
let NvCalendar = class NvCalendar {
|
|
@@ -266,7 +299,7 @@ let NvCalendar = class NvCalendar {
|
|
|
266
299
|
proxyOutputs(this, this.el, ['singleDateChange', 'rangeDateChange', 'valueChanged']);
|
|
267
300
|
}
|
|
268
301
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
269
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvCalendar, isStandalone:
|
|
302
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvCalendar, isStandalone: false, selector: "nv-calendar", inputs: { dateFormat: "dateFormat", disabledDates: "disabledDates", firstDayOfWeek: "firstDayOfWeek", locale: "locale", max: "max", min: "min", numberOfCalendars: "numberOfCalendars", rangeValue: "rangeValue", selectionType: "selectionType", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", singleValue: "singleValue", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
270
303
|
};
|
|
271
304
|
NvCalendar = __decorate([
|
|
272
305
|
ProxyCmp({
|
|
@@ -282,6 +315,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
282
315
|
template: '<ng-content></ng-content>',
|
|
283
316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
284
317
|
inputs: ['dateFormat', 'disabledDates', 'firstDayOfWeek', 'locale', 'max', 'min', 'numberOfCalendars', 'rangeValue', 'selectionType', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'singleValue', 'value'],
|
|
318
|
+
standalone: false
|
|
285
319
|
}]
|
|
286
320
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
287
321
|
let NvCol = class NvCol {
|
|
@@ -291,7 +325,7 @@ let NvCol = class NvCol {
|
|
|
291
325
|
this.el = r.nativeElement;
|
|
292
326
|
}
|
|
293
327
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
294
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvCol, isStandalone:
|
|
328
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvCol, isStandalone: false, selector: "nv-col", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
295
329
|
};
|
|
296
330
|
NvCol = __decorate([
|
|
297
331
|
ProxyCmp({
|
|
@@ -306,6 +340,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
306
340
|
template: '<ng-content></ng-content>',
|
|
307
341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
308
342
|
inputs: ['size'],
|
|
343
|
+
standalone: false
|
|
309
344
|
}]
|
|
310
345
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
311
346
|
let NvDatagrid = class NvDatagrid {
|
|
@@ -316,7 +351,7 @@ let NvDatagrid = class NvDatagrid {
|
|
|
316
351
|
proxyOutputs(this, this.el, ['action', 'selectedRows', 'stateChanged']);
|
|
317
352
|
}
|
|
318
353
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvDatagrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
319
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDatagrid, isStandalone:
|
|
354
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDatagrid, isStandalone: false, selector: "nv-datagrid", inputs: { autoGenerateColumns: "autoGenerateColumns", columns: "columns", data: "data", enableGlobalFilter: "enableGlobalFilter", enablePagination: "enablePagination", enableRowSelection: "enableRowSelection", enableSorting: "enableSorting", fallbackValue: "fallbackValue", globalFilterPosition: "globalFilterPosition", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage", pageSize: "pageSize", pageSizes: "pageSizes", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
320
355
|
};
|
|
321
356
|
NvDatagrid = __decorate([
|
|
322
357
|
ProxyCmp({
|
|
@@ -331,6 +366,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
331
366
|
template: '<ng-content></ng-content>',
|
|
332
367
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
333
368
|
inputs: ['autoGenerateColumns', 'columns', 'data', 'enableGlobalFilter', 'enablePagination', 'enableRowSelection', 'enableSorting', 'fallbackValue', 'globalFilterPosition', 'noColumnsNoDataMessage', 'noDataMessage', 'pageSize', 'pageSizes', 'state'],
|
|
369
|
+
standalone: false
|
|
334
370
|
}]
|
|
335
371
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
336
372
|
let NvDatagridcolumn = class NvDatagridcolumn {
|
|
@@ -340,7 +376,7 @@ let NvDatagridcolumn = class NvDatagridcolumn {
|
|
|
340
376
|
this.el = r.nativeElement;
|
|
341
377
|
}
|
|
342
378
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvDatagridcolumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
343
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDatagridcolumn, isStandalone:
|
|
379
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDatagridcolumn, isStandalone: false, 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 }); }
|
|
344
380
|
};
|
|
345
381
|
NvDatagridcolumn = __decorate([
|
|
346
382
|
ProxyCmp({
|
|
@@ -354,7 +390,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
354
390
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
355
391
|
template: '<ng-content></ng-content>',
|
|
356
392
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
357
|
-
inputs: ['accessor', 'group', 'header', 'repeatTemplate'],
|
|
393
|
+
inputs: [{ name: 'accessor', required: true }, 'group', 'header', 'repeatTemplate'],
|
|
394
|
+
standalone: false
|
|
358
395
|
}]
|
|
359
396
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
360
397
|
let NvDialog = class NvDialog {
|
|
@@ -365,7 +402,7 @@ let NvDialog = class NvDialog {
|
|
|
365
402
|
proxyOutputs(this, this.el, ['openChanged']);
|
|
366
403
|
}
|
|
367
404
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
368
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDialog, isStandalone:
|
|
405
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDialog, isStandalone: false, selector: "nv-dialog", inputs: { autofocus: "autofocus", clickOutside: "clickOutside", controlled: "controlled", full: "full", open: "open", undismissable: "undismissable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
369
406
|
};
|
|
370
407
|
NvDialog = __decorate([
|
|
371
408
|
ProxyCmp({
|
|
@@ -381,6 +418,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
381
418
|
template: '<ng-content></ng-content>',
|
|
382
419
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
383
420
|
inputs: ['autofocus', 'clickOutside', 'controlled', 'full', 'open', 'undismissable'],
|
|
421
|
+
standalone: false
|
|
384
422
|
}]
|
|
385
423
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
386
424
|
let NvDialogfooter = class NvDialogfooter {
|
|
@@ -391,7 +429,7 @@ let NvDialogfooter = class NvDialogfooter {
|
|
|
391
429
|
proxyOutputs(this, this.el, ['dialogCanceled', 'dialogPrimaryClicked']);
|
|
392
430
|
}
|
|
393
431
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvDialogfooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
394
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDialogfooter, isStandalone:
|
|
432
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDialogfooter, isStandalone: false, selector: "nv-dialogfooter", inputs: { cancelLabel: "cancelLabel", danger: "danger", disabled: "disabled", form: "form", leadingIcon: "leadingIcon", primaryButtonType: "primaryButtonType", primaryLabel: "primaryLabel", trailingIcon: "trailingIcon", undismissable: "undismissable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
395
433
|
};
|
|
396
434
|
NvDialogfooter = __decorate([
|
|
397
435
|
ProxyCmp({
|
|
@@ -406,6 +444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
406
444
|
template: '<ng-content></ng-content>',
|
|
407
445
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
408
446
|
inputs: ['cancelLabel', 'danger', 'disabled', 'form', 'leadingIcon', 'primaryButtonType', 'primaryLabel', 'trailingIcon', 'undismissable'],
|
|
447
|
+
standalone: false
|
|
409
448
|
}]
|
|
410
449
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
411
450
|
let NvDialogheader = class NvDialogheader {
|
|
@@ -415,7 +454,7 @@ let NvDialogheader = class NvDialogheader {
|
|
|
415
454
|
this.el = r.nativeElement;
|
|
416
455
|
}
|
|
417
456
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvDialogheader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
418
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDialogheader, isStandalone:
|
|
457
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvDialogheader, isStandalone: false, selector: "nv-dialogheader", inputs: { heading: "heading", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
419
458
|
};
|
|
420
459
|
NvDialogheader = __decorate([
|
|
421
460
|
ProxyCmp({
|
|
@@ -430,6 +469,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
430
469
|
template: '<ng-content></ng-content>',
|
|
431
470
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
432
471
|
inputs: ['heading', 'subheading'],
|
|
472
|
+
standalone: false
|
|
433
473
|
}]
|
|
434
474
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
435
475
|
let NvFieldcheckbox = class NvFieldcheckbox {
|
|
@@ -440,7 +480,7 @@ let NvFieldcheckbox = class NvFieldcheckbox {
|
|
|
440
480
|
proxyOutputs(this, this.el, ['checkedChanged']);
|
|
441
481
|
}
|
|
442
482
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldcheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
443
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldcheckbox, isStandalone:
|
|
483
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldcheckbox, isStandalone: false, selector: "nv-fieldcheckbox", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
444
484
|
};
|
|
445
485
|
NvFieldcheckbox = __decorate([
|
|
446
486
|
ProxyCmp({
|
|
@@ -455,6 +495,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
455
495
|
template: '<ng-content></ng-content>',
|
|
456
496
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
457
497
|
inputs: ['autofocus', 'checked', 'description', 'disabled', 'error', 'errorDescription', 'hideLabel', 'indeterminate', 'inputId', 'label', 'labelBefore', 'labelPlacement', 'message', 'name', 'readonly', 'required', 'validation', 'value'],
|
|
498
|
+
standalone: false
|
|
458
499
|
}]
|
|
459
500
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
460
501
|
let NvFielddate = class NvFielddate {
|
|
@@ -465,7 +506,7 @@ let NvFielddate = class NvFielddate {
|
|
|
465
506
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
466
507
|
}
|
|
467
508
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFielddate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
468
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddate, isStandalone:
|
|
509
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddate, isStandalone: false, selector: "nv-fielddate", inputs: { autofocus: "autofocus", dateFormat: "dateFormat", description: "description", disabled: "disabled", disabledDates: "disabledDates", error: "error", errorDescription: "errorDescription", firstDayOfWeek: "firstDayOfWeek", fluid: "fluid", inputId: "inputId", label: "label", locale: "locale", max: "max", min: "min", name: "name", numberOfCalendars: "numberOfCalendars", placeholder: "placeholder", readonly: "readonly", required: "required", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", success: "success", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
469
510
|
};
|
|
470
511
|
NvFielddate = __decorate([
|
|
471
512
|
ProxyCmp({
|
|
@@ -481,6 +522,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
481
522
|
template: '<ng-content></ng-content>',
|
|
482
523
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
483
524
|
inputs: ['autofocus', 'dateFormat', 'description', 'disabled', 'disabledDates', 'error', 'errorDescription', 'firstDayOfWeek', 'fluid', 'inputId', 'label', 'locale', 'max', 'min', 'name', 'numberOfCalendars', 'placeholder', 'readonly', 'required', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'success', 'value'],
|
|
525
|
+
standalone: false
|
|
484
526
|
}]
|
|
485
527
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
486
528
|
let NvFielddaterange = class NvFielddaterange {
|
|
@@ -491,7 +533,7 @@ let NvFielddaterange = class NvFielddaterange {
|
|
|
491
533
|
proxyOutputs(this, this.el, ['dateRangeChange', 'valueChanged']);
|
|
492
534
|
}
|
|
493
535
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFielddaterange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
494
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddaterange, isStandalone:
|
|
536
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddaterange, isStandalone: false, selector: "nv-fielddaterange", inputs: { autofocus: "autofocus", dateFormat: "dateFormat", description: "description", disabled: "disabled", disabledDates: "disabledDates", endInputId: "endInputId", endName: "endName", endPlaceholder: "endPlaceholder", error: "error", errorDescription: "errorDescription", firstDayOfWeek: "firstDayOfWeek", fluid: "fluid", label: "label", locale: "locale", max: "max", min: "min", numberOfCalendars: "numberOfCalendars", readonly: "readonly", required: "required", shortcuts: "shortcuts", shortcutsPlacement: "shortcutsPlacement", showActions: "showActions", showWeekNumbers: "showWeekNumbers", startInputId: "startInputId", startName: "startName", startPlaceholder: "startPlaceholder", success: "success", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
495
537
|
};
|
|
496
538
|
NvFielddaterange = __decorate([
|
|
497
539
|
ProxyCmp({
|
|
@@ -507,6 +549,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
507
549
|
template: '<ng-content></ng-content>',
|
|
508
550
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
509
551
|
inputs: ['autofocus', 'dateFormat', 'description', 'disabled', 'disabledDates', 'endInputId', 'endName', 'endPlaceholder', 'error', 'errorDescription', 'firstDayOfWeek', 'fluid', 'label', 'locale', 'max', 'min', 'numberOfCalendars', 'readonly', 'required', 'shortcuts', 'shortcutsPlacement', 'showActions', 'showWeekNumbers', 'startInputId', 'startName', 'startPlaceholder', 'success', 'value'],
|
|
552
|
+
standalone: false
|
|
510
553
|
}]
|
|
511
554
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
512
555
|
let NvFielddropdown = class NvFielddropdown {
|
|
@@ -517,7 +560,7 @@ let NvFielddropdown = class NvFielddropdown {
|
|
|
517
560
|
proxyOutputs(this, this.el, ['valueChanged', 'dropdownItemSelected']);
|
|
518
561
|
}
|
|
519
562
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFielddropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
520
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddropdown, isStandalone:
|
|
563
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddropdown, isStandalone: false, selector: "nv-fielddropdown", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", debounceDelay: "debounceDelay", description: "description", disabled: "disabled", emptyResult: "emptyResult", error: "error", errorDescription: "errorDescription", filterable: "filterable", fluid: "fluid", inputId: "inputId", label: "label", maxHeight: "maxHeight", name: "name", open: "open", options: "options", placeholder: "placeholder", readonly: "readonly", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
521
564
|
};
|
|
522
565
|
NvFielddropdown = __decorate([
|
|
523
566
|
ProxyCmp({
|
|
@@ -533,6 +576,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
533
576
|
template: '<ng-content></ng-content>',
|
|
534
577
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
535
578
|
inputs: ['autocomplete', 'autofocus', 'debounceDelay', 'description', 'disabled', 'emptyResult', 'error', 'errorDescription', 'filterable', 'fluid', 'inputId', 'label', 'maxHeight', 'name', 'open', 'options', 'placeholder', 'readonly', 'required', 'value'],
|
|
579
|
+
standalone: false
|
|
536
580
|
}]
|
|
537
581
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
538
582
|
let NvFielddropdownitem = class NvFielddropdownitem {
|
|
@@ -543,7 +587,7 @@ let NvFielddropdownitem = class NvFielddropdownitem {
|
|
|
543
587
|
proxyOutputs(this, this.el, ['dropdownItemSelected']);
|
|
544
588
|
}
|
|
545
589
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFielddropdownitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
546
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddropdownitem, isStandalone:
|
|
590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddropdownitem, isStandalone: false, selector: "nv-fielddropdownitem", inputs: { disabled: "disabled", label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
547
591
|
};
|
|
548
592
|
NvFielddropdownitem = __decorate([
|
|
549
593
|
ProxyCmp({
|
|
@@ -558,6 +602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
558
602
|
template: '<ng-content></ng-content>',
|
|
559
603
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
560
604
|
inputs: ['disabled', 'label', 'selected', 'value'],
|
|
605
|
+
standalone: false
|
|
561
606
|
}]
|
|
562
607
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
563
608
|
let NvFielddropdownitemcheck = class NvFielddropdownitemcheck {
|
|
@@ -568,7 +613,7 @@ let NvFielddropdownitemcheck = class NvFielddropdownitemcheck {
|
|
|
568
613
|
proxyOutputs(this, this.el, ['itemChecked']);
|
|
569
614
|
}
|
|
570
615
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFielddropdownitemcheck, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
571
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddropdownitemcheck, isStandalone:
|
|
616
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFielddropdownitemcheck, isStandalone: false, selector: "nv-fielddropdownitemcheck", inputs: { checked: "checked", description: "description", disabled: "disabled", group: "group", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
572
617
|
};
|
|
573
618
|
NvFielddropdownitemcheck = __decorate([
|
|
574
619
|
ProxyCmp({
|
|
@@ -583,6 +628,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
583
628
|
template: '<ng-content></ng-content>',
|
|
584
629
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
585
630
|
inputs: ['checked', 'description', 'disabled', 'group', 'label', 'value'],
|
|
631
|
+
standalone: false
|
|
586
632
|
}]
|
|
587
633
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
588
634
|
let NvFieldmultiselect = class NvFieldmultiselect {
|
|
@@ -593,12 +639,12 @@ let NvFieldmultiselect = class NvFieldmultiselect {
|
|
|
593
639
|
proxyOutputs(this, this.el, ['valueChanged', 'filterTextChanged']);
|
|
594
640
|
}
|
|
595
641
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldmultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
596
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldmultiselect, isStandalone:
|
|
642
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldmultiselect, isStandalone: false, selector: "nv-fieldmultiselect", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", badgeLabel: "badgeLabel", debounceDelay: "debounceDelay", description: "description", deselectAllLabel: "deselectAllLabel", disabled: "disabled", emptyResult: "emptyResult", enableSelectAll: "enableSelectAll", error: "error", errorDescription: "errorDescription", filterText: "filterText", filterable: "filterable", fluid: "fluid", inputId: "inputId", label: "label", maxHeight: "maxHeight", name: "name", open: "open", options: "options", placeholder: "placeholder", readonly: "readonly", required: "required", selectAllLabel: "selectAllLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
597
643
|
};
|
|
598
644
|
NvFieldmultiselect = __decorate([
|
|
599
645
|
ProxyCmp({
|
|
600
|
-
inputs: ['autocomplete', 'autofocus', 'badgeLabel', 'debounceDelay', 'description', 'disabled', 'emptyResult', 'error', 'errorDescription', 'filterText', 'filterable', 'fluid', 'inputId', 'label', 'maxHeight', 'name', 'open', 'options', 'placeholder', 'readonly', 'required', 'value'],
|
|
601
|
-
methods: ['getFilterText', 'resetFilter', 'getSelectedValues']
|
|
646
|
+
inputs: ['autocomplete', 'autofocus', 'badgeLabel', 'debounceDelay', 'description', 'deselectAllLabel', 'disabled', 'emptyResult', 'enableSelectAll', 'error', 'errorDescription', 'filterText', 'filterable', 'fluid', 'inputId', 'label', 'maxHeight', 'name', 'open', 'options', 'placeholder', 'readonly', 'required', 'selectAllLabel', 'value'],
|
|
647
|
+
methods: ['getFilterText', 'resetFilter', 'getSelectedValues', 'selectAll', 'deselectAll', 'toggleSelectAll']
|
|
602
648
|
})
|
|
603
649
|
], NvFieldmultiselect);
|
|
604
650
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldmultiselect, decorators: [{
|
|
@@ -608,7 +654,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
608
654
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
609
655
|
template: '<ng-content></ng-content>',
|
|
610
656
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
611
|
-
inputs: ['autocomplete', 'autofocus', 'badgeLabel', 'debounceDelay', 'description', 'disabled', 'emptyResult', 'error', 'errorDescription', 'filterText', 'filterable', 'fluid', 'inputId', 'label', 'maxHeight', 'name', 'open', 'options', 'placeholder', 'readonly', 'required', 'value'],
|
|
657
|
+
inputs: ['autocomplete', 'autofocus', 'badgeLabel', 'debounceDelay', 'description', 'deselectAllLabel', 'disabled', 'emptyResult', 'enableSelectAll', 'error', 'errorDescription', 'filterText', 'filterable', 'fluid', 'inputId', 'label', 'maxHeight', 'name', 'open', 'options', 'placeholder', 'readonly', 'required', 'selectAllLabel', 'value'],
|
|
658
|
+
standalone: false
|
|
612
659
|
}]
|
|
613
660
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
614
661
|
let NvFieldnumber = class NvFieldnumber {
|
|
@@ -619,7 +666,7 @@ let NvFieldnumber = class NvFieldnumber {
|
|
|
619
666
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
620
667
|
}
|
|
621
668
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldnumber, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
622
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldnumber, isStandalone:
|
|
669
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldnumber, isStandalone: false, selector: "nv-fieldnumber", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
623
670
|
};
|
|
624
671
|
NvFieldnumber = __decorate([
|
|
625
672
|
ProxyCmp({
|
|
@@ -634,6 +681,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
634
681
|
template: '<ng-content></ng-content>',
|
|
635
682
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
636
683
|
inputs: ['autofocus', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'max', 'message', 'min', 'name', 'placeholder', 'readonly', 'required', 'step', 'success', 'validation', 'value'],
|
|
684
|
+
standalone: false
|
|
637
685
|
}]
|
|
638
686
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
639
687
|
let NvFieldpassword = class NvFieldpassword {
|
|
@@ -644,7 +692,7 @@ let NvFieldpassword = class NvFieldpassword {
|
|
|
644
692
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
645
693
|
}
|
|
646
694
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldpassword, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
647
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldpassword, isStandalone:
|
|
695
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldpassword, isStandalone: false, selector: "nv-fieldpassword", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
648
696
|
};
|
|
649
697
|
NvFieldpassword = __decorate([
|
|
650
698
|
ProxyCmp({
|
|
@@ -659,6 +707,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
659
707
|
template: '<ng-content></ng-content>',
|
|
660
708
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
661
709
|
inputs: ['autocomplete', 'autofocus', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'hidePasswordIcon', 'inputId', 'label', 'maxlength', 'minlength', 'mode', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showPassword', 'success', 'value'],
|
|
710
|
+
standalone: false
|
|
662
711
|
}]
|
|
663
712
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
664
713
|
let NvFieldradio = class NvFieldradio {
|
|
@@ -669,7 +718,7 @@ let NvFieldradio = class NvFieldradio {
|
|
|
669
718
|
proxyOutputs(this, this.el, ['checkedChanged']);
|
|
670
719
|
}
|
|
671
720
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldradio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
672
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldradio, isStandalone:
|
|
721
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldradio, isStandalone: false, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
673
722
|
};
|
|
674
723
|
NvFieldradio = __decorate([
|
|
675
724
|
ProxyCmp({
|
|
@@ -684,6 +733,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
684
733
|
template: '<ng-content></ng-content>',
|
|
685
734
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
686
735
|
inputs: ['autofocus', 'checked', 'description', 'disabled', 'error', 'errorDescription', 'inputId', 'label', 'labelBefore', 'labelPlacement', 'message', 'name', 'value'],
|
|
736
|
+
standalone: false
|
|
687
737
|
}]
|
|
688
738
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
689
739
|
let NvFieldselect = class NvFieldselect {
|
|
@@ -694,7 +744,7 @@ let NvFieldselect = class NvFieldselect {
|
|
|
694
744
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
695
745
|
}
|
|
696
746
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
697
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldselect, isStandalone:
|
|
747
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldselect, isStandalone: false, selector: "nv-fieldselect", inputs: { autofocus: "autofocus", 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
698
748
|
};
|
|
699
749
|
NvFieldselect = __decorate([
|
|
700
750
|
ProxyCmp({
|
|
@@ -709,6 +759,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
709
759
|
template: '<ng-content></ng-content>',
|
|
710
760
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
711
761
|
inputs: ['autofocus', 'description', 'disabled', 'displayValue', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'message', 'multiple', 'name', 'options', 'readonly', 'required', 'success', 'validation', 'value'],
|
|
762
|
+
standalone: false
|
|
712
763
|
}]
|
|
713
764
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
714
765
|
let NvFieldslider = class NvFieldslider {
|
|
@@ -719,7 +770,7 @@ let NvFieldslider = class NvFieldslider {
|
|
|
719
770
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
720
771
|
}
|
|
721
772
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldslider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
722
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldslider, isStandalone:
|
|
773
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldslider, isStandalone: false, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
723
774
|
};
|
|
724
775
|
NvFieldslider = __decorate([
|
|
725
776
|
ProxyCmp({
|
|
@@ -734,6 +785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
734
785
|
template: '<ng-content></ng-content>',
|
|
735
786
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
736
787
|
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'],
|
|
788
|
+
standalone: false
|
|
737
789
|
}]
|
|
738
790
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
739
791
|
let NvFieldtext = class NvFieldtext {
|
|
@@ -744,7 +796,7 @@ let NvFieldtext = class NvFieldtext {
|
|
|
744
796
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
745
797
|
}
|
|
746
798
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldtext, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
747
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtext, isStandalone:
|
|
799
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtext, isStandalone: false, selector: "nv-fieldtext", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
748
800
|
};
|
|
749
801
|
NvFieldtext = __decorate([
|
|
750
802
|
ProxyCmp({
|
|
@@ -759,6 +811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
759
811
|
template: '<ng-content></ng-content>',
|
|
760
812
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
761
813
|
inputs: ['autocomplete', 'autofocus', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'success', 'textInputType', 'type', 'validation', 'value'],
|
|
814
|
+
standalone: false
|
|
762
815
|
}]
|
|
763
816
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
764
817
|
let NvFieldtextarea = class NvFieldtextarea {
|
|
@@ -769,7 +822,7 @@ let NvFieldtextarea = class NvFieldtextarea {
|
|
|
769
822
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
770
823
|
}
|
|
771
824
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldtextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
772
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtextarea, isStandalone:
|
|
825
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtextarea, isStandalone: false, selector: "nv-fieldtextarea", inputs: { autofocus: "autofocus", autosize: "autosize", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", fluid: "fluid", inputId: "inputId", label: "label", maxlength: "maxlength", message: "message", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", success: "success", validation: "validation", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
773
826
|
};
|
|
774
827
|
NvFieldtextarea = __decorate([
|
|
775
828
|
ProxyCmp({
|
|
@@ -784,6 +837,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
784
837
|
template: '<ng-content></ng-content>',
|
|
785
838
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
786
839
|
inputs: ['autofocus', 'autosize', 'description', 'disabled', 'error', 'errorDescription', 'fluid', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value'],
|
|
840
|
+
standalone: false
|
|
787
841
|
}]
|
|
788
842
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
789
843
|
let NvFieldtime = class NvFieldtime {
|
|
@@ -794,7 +848,7 @@ let NvFieldtime = class NvFieldtime {
|
|
|
794
848
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
795
849
|
}
|
|
796
850
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvFieldtime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
797
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtime, isStandalone:
|
|
851
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvFieldtime, isStandalone: false, selector: "nv-fieldtime", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
798
852
|
};
|
|
799
853
|
NvFieldtime = __decorate([
|
|
800
854
|
ProxyCmp({
|
|
@@ -809,6 +863,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
809
863
|
template: '<ng-content></ng-content>',
|
|
810
864
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
811
865
|
inputs: ['autofocus', 'description', 'disabled', 'error', 'errorDescription', 'format', 'inputId', 'label', 'max', 'min', 'name', 'open', 'readonly', 'required', 'step', 'success', 'value'],
|
|
866
|
+
standalone: false
|
|
812
867
|
}]
|
|
813
868
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
814
869
|
let NvIcon = class NvIcon {
|
|
@@ -818,7 +873,7 @@ let NvIcon = class NvIcon {
|
|
|
818
873
|
this.el = r.nativeElement;
|
|
819
874
|
}
|
|
820
875
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
821
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvIcon, isStandalone:
|
|
876
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvIcon, isStandalone: false, 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 }); }
|
|
822
877
|
};
|
|
823
878
|
NvIcon = __decorate([
|
|
824
879
|
ProxyCmp({
|
|
@@ -833,6 +888,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
833
888
|
template: '<ng-content></ng-content>',
|
|
834
889
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
835
890
|
inputs: ['color', 'large', 'medium', 'name', 'size', 'small', 'xlarge', 'xsmall'],
|
|
891
|
+
standalone: false
|
|
836
892
|
}]
|
|
837
893
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
838
894
|
let NvIconbutton = class NvIconbutton {
|
|
@@ -842,7 +898,7 @@ let NvIconbutton = class NvIconbutton {
|
|
|
842
898
|
this.el = r.nativeElement;
|
|
843
899
|
}
|
|
844
900
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvIconbutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
845
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvIconbutton, isStandalone:
|
|
901
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvIconbutton, isStandalone: false, selector: "nv-iconbutton", inputs: { active: "active", 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 }); }
|
|
846
902
|
};
|
|
847
903
|
NvIconbutton = __decorate([
|
|
848
904
|
ProxyCmp({
|
|
@@ -857,6 +913,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
857
913
|
template: '<ng-content></ng-content>',
|
|
858
914
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
859
915
|
inputs: ['active', 'disabled', 'emphasis', 'loading', 'name', 'shape', 'size', 'type'],
|
|
916
|
+
standalone: false
|
|
860
917
|
}]
|
|
861
918
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
862
919
|
let NvLoader = class NvLoader {
|
|
@@ -866,7 +923,7 @@ let NvLoader = class NvLoader {
|
|
|
866
923
|
this.el = r.nativeElement;
|
|
867
924
|
}
|
|
868
925
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
869
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvLoader, isStandalone:
|
|
926
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvLoader, isStandalone: false, selector: "nv-loader", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
870
927
|
};
|
|
871
928
|
NvLoader = __decorate([
|
|
872
929
|
ProxyCmp({
|
|
@@ -881,6 +938,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
881
938
|
template: '<ng-content></ng-content>',
|
|
882
939
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
883
940
|
inputs: ['color', 'size'],
|
|
941
|
+
standalone: false
|
|
884
942
|
}]
|
|
885
943
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
886
944
|
let NvMenu = class NvMenu {
|
|
@@ -891,7 +949,7 @@ let NvMenu = class NvMenu {
|
|
|
891
949
|
proxyOutputs(this, this.el, ['menuitemSelected']);
|
|
892
950
|
}
|
|
893
951
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
894
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvMenu, isStandalone:
|
|
952
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvMenu, isStandalone: false, selector: "nv-menu", inputs: { disableCloseOnSelect: "disableCloseOnSelect", items: "items", nested: "nested", open: "open", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
895
953
|
};
|
|
896
954
|
NvMenu = __decorate([
|
|
897
955
|
ProxyCmp({
|
|
@@ -907,6 +965,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
907
965
|
template: '<ng-content></ng-content>',
|
|
908
966
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
909
967
|
inputs: ['disableCloseOnSelect', 'items', 'nested', 'open', 'placement'],
|
|
968
|
+
standalone: false
|
|
910
969
|
}]
|
|
911
970
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
912
971
|
let NvMenuitem = class NvMenuitem {
|
|
@@ -917,7 +976,7 @@ let NvMenuitem = class NvMenuitem {
|
|
|
917
976
|
proxyOutputs(this, this.el, ['menuitemSelected']);
|
|
918
977
|
}
|
|
919
978
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvMenuitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
920
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvMenuitem, isStandalone:
|
|
979
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvMenuitem, isStandalone: false, selector: "nv-menuitem", inputs: { disabled: "disabled", hasSubmenu: "hasSubmenu", icon: "icon", label: "label", name: "name", shortcut: "shortcut" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
921
980
|
};
|
|
922
981
|
NvMenuitem = __decorate([
|
|
923
982
|
ProxyCmp({
|
|
@@ -932,6 +991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
932
991
|
template: '<ng-content></ng-content>',
|
|
933
992
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
934
993
|
inputs: ['disabled', 'hasSubmenu', 'icon', 'label', 'name', 'shortcut'],
|
|
994
|
+
standalone: false
|
|
935
995
|
}]
|
|
936
996
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
937
997
|
let NvPopover = class NvPopover {
|
|
@@ -942,7 +1002,7 @@ let NvPopover = class NvPopover {
|
|
|
942
1002
|
proxyOutputs(this, this.el, ['openChanged']);
|
|
943
1003
|
}
|
|
944
1004
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
945
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvPopover, isStandalone:
|
|
1005
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvPopover, isStandalone: false, selector: "nv-popover", inputs: { disableFlip: "disableFlip", enterDelay: "enterDelay", groupName: "groupName", hasArrow: "hasArrow", nested: "nested", offset: "offset", open: "open", placement: "placement", shiftPadding: "shiftPadding", triggerMode: "triggerMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
946
1006
|
};
|
|
947
1007
|
NvPopover = __decorate([
|
|
948
1008
|
ProxyCmp({
|
|
@@ -958,6 +1018,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
958
1018
|
template: '<ng-content></ng-content>',
|
|
959
1019
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
960
1020
|
inputs: ['disableFlip', 'enterDelay', 'groupName', 'hasArrow', 'nested', 'offset', 'open', 'placement', 'shiftPadding', 'triggerMode'],
|
|
1021
|
+
standalone: false
|
|
961
1022
|
}]
|
|
962
1023
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
963
1024
|
let NvRow = class NvRow {
|
|
@@ -967,7 +1028,7 @@ let NvRow = class NvRow {
|
|
|
967
1028
|
this.el = r.nativeElement;
|
|
968
1029
|
}
|
|
969
1030
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
970
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvRow, isStandalone:
|
|
1031
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvRow, isStandalone: false, selector: "nv-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
971
1032
|
};
|
|
972
1033
|
NvRow = __decorate([
|
|
973
1034
|
ProxyCmp({})
|
|
@@ -980,6 +1041,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
980
1041
|
template: '<ng-content></ng-content>',
|
|
981
1042
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
982
1043
|
inputs: [],
|
|
1044
|
+
standalone: false
|
|
983
1045
|
}]
|
|
984
1046
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
985
1047
|
let NvStack = class NvStack {
|
|
@@ -989,7 +1051,7 @@ let NvStack = class NvStack {
|
|
|
989
1051
|
this.el = r.nativeElement;
|
|
990
1052
|
}
|
|
991
1053
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
992
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvStack, isStandalone:
|
|
1054
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvStack, isStandalone: false, 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 }); }
|
|
993
1055
|
};
|
|
994
1056
|
NvStack = __decorate([
|
|
995
1057
|
ProxyCmp({
|
|
@@ -1004,6 +1066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1004
1066
|
template: '<ng-content></ng-content>',
|
|
1005
1067
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1006
1068
|
inputs: ['fill', 'flex', 'full', 'gutter', 'vertical'],
|
|
1069
|
+
standalone: false
|
|
1007
1070
|
}]
|
|
1008
1071
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1009
1072
|
let NvTable = class NvTable {
|
|
@@ -1014,7 +1077,7 @@ let NvTable = class NvTable {
|
|
|
1014
1077
|
proxyOutputs(this, this.el, ['action']);
|
|
1015
1078
|
}
|
|
1016
1079
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1017
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTable, isStandalone:
|
|
1080
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTable, isStandalone: false, selector: "nv-table", inputs: { columnsConfig: "columnsConfig", columnsConfigJson: "columnsConfigJson", data: "data", dataJson: "dataJson", fallbackValue: "fallbackValue", noColumnsNoDataMessage: "noColumnsNoDataMessage", noDataMessage: "noDataMessage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1018
1081
|
};
|
|
1019
1082
|
NvTable = __decorate([
|
|
1020
1083
|
ProxyCmp({
|
|
@@ -1029,6 +1092,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1029
1092
|
template: '<ng-content></ng-content>',
|
|
1030
1093
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1031
1094
|
inputs: ['columnsConfig', 'columnsConfigJson', 'data', 'dataJson', 'fallbackValue', 'noColumnsNoDataMessage', 'noDataMessage'],
|
|
1095
|
+
standalone: false
|
|
1032
1096
|
}]
|
|
1033
1097
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1034
1098
|
let NvTablecolumn = class NvTablecolumn {
|
|
@@ -1038,7 +1102,7 @@ let NvTablecolumn = class NvTablecolumn {
|
|
|
1038
1102
|
this.el = r.nativeElement;
|
|
1039
1103
|
}
|
|
1040
1104
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTablecolumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1041
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTablecolumn, isStandalone:
|
|
1105
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTablecolumn, isStandalone: false, selector: "nv-tablecolumn", inputs: { header: "header", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1042
1106
|
};
|
|
1043
1107
|
NvTablecolumn = __decorate([
|
|
1044
1108
|
ProxyCmp({
|
|
@@ -1052,7 +1116,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1052
1116
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1053
1117
|
template: '<ng-content></ng-content>',
|
|
1054
1118
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1055
|
-
inputs: ['header', 'name'],
|
|
1119
|
+
inputs: ['header', { name: 'name', required: true }],
|
|
1120
|
+
standalone: false
|
|
1056
1121
|
}]
|
|
1057
1122
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1058
1123
|
let NvToggle = class NvToggle {
|
|
@@ -1063,7 +1128,7 @@ let NvToggle = class NvToggle {
|
|
|
1063
1128
|
proxyOutputs(this, this.el, ['checkedChanged']);
|
|
1064
1129
|
}
|
|
1065
1130
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1066
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvToggle, isStandalone:
|
|
1131
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvToggle, isStandalone: false, selector: "nv-toggle", inputs: { checked: "checked", description: "description", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", label: "label", labelPlacement: "labelPlacement", name: "name", readonly: "readonly", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1067
1132
|
};
|
|
1068
1133
|
NvToggle = __decorate([
|
|
1069
1134
|
ProxyCmp({
|
|
@@ -1078,6 +1143,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1078
1143
|
template: '<ng-content></ng-content>',
|
|
1079
1144
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1080
1145
|
inputs: ['checked', 'description', 'disabled', 'hideLabel', 'inputId', 'label', 'labelPlacement', 'name', 'readonly', 'value'],
|
|
1146
|
+
standalone: false
|
|
1147
|
+
}]
|
|
1148
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1149
|
+
let NvTogglebutton = class NvTogglebutton {
|
|
1150
|
+
constructor(c, r, z) {
|
|
1151
|
+
this.z = z;
|
|
1152
|
+
c.detach();
|
|
1153
|
+
this.el = r.nativeElement;
|
|
1154
|
+
proxyOutputs(this, this.el, ['toggled']);
|
|
1155
|
+
}
|
|
1156
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTogglebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1157
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTogglebutton, isStandalone: false, selector: "nv-togglebutton", inputs: { active: "active", disabled: "disabled", emphasis: "emphasis", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1158
|
+
};
|
|
1159
|
+
NvTogglebutton = __decorate([
|
|
1160
|
+
ProxyCmp({
|
|
1161
|
+
inputs: ['active', 'disabled', 'emphasis', 'size', 'value']
|
|
1162
|
+
})
|
|
1163
|
+
], NvTogglebutton);
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTogglebutton, decorators: [{
|
|
1165
|
+
type: Component,
|
|
1166
|
+
args: [{
|
|
1167
|
+
selector: 'nv-togglebutton',
|
|
1168
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1169
|
+
template: '<ng-content></ng-content>',
|
|
1170
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1171
|
+
inputs: ['active', 'disabled', 'emphasis', 'size', 'value'],
|
|
1172
|
+
standalone: false
|
|
1173
|
+
}]
|
|
1174
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1175
|
+
let NvTogglebuttongroup = class NvTogglebuttongroup {
|
|
1176
|
+
constructor(c, r, z) {
|
|
1177
|
+
this.z = z;
|
|
1178
|
+
c.detach();
|
|
1179
|
+
this.el = r.nativeElement;
|
|
1180
|
+
proxyOutputs(this, this.el, ['valueChanged']);
|
|
1181
|
+
}
|
|
1182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTogglebuttongroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTogglebuttongroup, isStandalone: false, selector: "nv-togglebuttongroup", inputs: { emphasis: "emphasis", enforceValue: "enforceValue", exclusive: "exclusive", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1184
|
+
};
|
|
1185
|
+
NvTogglebuttongroup = __decorate([
|
|
1186
|
+
ProxyCmp({
|
|
1187
|
+
inputs: ['emphasis', 'enforceValue', 'exclusive', 'size', 'value']
|
|
1188
|
+
})
|
|
1189
|
+
], NvTogglebuttongroup);
|
|
1190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTogglebuttongroup, decorators: [{
|
|
1191
|
+
type: Component,
|
|
1192
|
+
args: [{
|
|
1193
|
+
selector: 'nv-togglebuttongroup',
|
|
1194
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1195
|
+
template: '<ng-content></ng-content>',
|
|
1196
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1197
|
+
inputs: ['emphasis', 'enforceValue', 'exclusive', 'size', 'value'],
|
|
1198
|
+
standalone: false
|
|
1081
1199
|
}]
|
|
1082
1200
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1083
1201
|
let NvTooltip = class NvTooltip {
|
|
@@ -1088,7 +1206,7 @@ let NvTooltip = class NvTooltip {
|
|
|
1088
1206
|
proxyOutputs(this, this.el, ['openChanged']);
|
|
1089
1207
|
}
|
|
1090
1208
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1091
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTooltip, isStandalone:
|
|
1209
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvTooltip, isStandalone: false, selector: "nv-tooltip", inputs: { enterDelay: "enterDelay", message: "message", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1092
1210
|
};
|
|
1093
1211
|
NvTooltip = __decorate([
|
|
1094
1212
|
ProxyCmp({
|
|
@@ -1103,6 +1221,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1103
1221
|
template: '<ng-content></ng-content>',
|
|
1104
1222
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1105
1223
|
inputs: ['enterDelay', 'message', 'placement'],
|
|
1224
|
+
standalone: false
|
|
1106
1225
|
}]
|
|
1107
1226
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1108
1227
|
|
|
@@ -1115,6 +1234,7 @@ const DIRECTIVES = [
|
|
|
1115
1234
|
NvBreadcrumb,
|
|
1116
1235
|
NvBreadcrumbs,
|
|
1117
1236
|
NvButton,
|
|
1237
|
+
NvButtongroup,
|
|
1118
1238
|
NvCalendar,
|
|
1119
1239
|
NvCol,
|
|
1120
1240
|
NvDatagrid,
|
|
@@ -1148,6 +1268,8 @@ const DIRECTIVES = [
|
|
|
1148
1268
|
NvTable,
|
|
1149
1269
|
NvTablecolumn,
|
|
1150
1270
|
NvToggle,
|
|
1271
|
+
NvTogglebutton,
|
|
1272
|
+
NvTogglebuttongroup,
|
|
1151
1273
|
NvTooltip
|
|
1152
1274
|
];
|
|
1153
1275
|
|
|
@@ -1820,6 +1942,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1820
1942
|
type: HostListener,
|
|
1821
1943
|
args: ['checkedChanged', ['$event']]
|
|
1822
1944
|
}] } });
|
|
1945
|
+
class NvTogglebuttongroupValueAccessor extends ValueAccessor {
|
|
1946
|
+
constructor(el) {
|
|
1947
|
+
super(el);
|
|
1948
|
+
}
|
|
1949
|
+
handleValueChanged(event) {
|
|
1950
|
+
this.handleChangeEvent(event.target.value);
|
|
1951
|
+
}
|
|
1952
|
+
writeValue(value) {
|
|
1953
|
+
this.el.nativeElement.value = this.lastValue = value;
|
|
1954
|
+
}
|
|
1955
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTogglebuttongroupValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1956
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.5", type: NvTogglebuttongroupValueAccessor, isStandalone: true, selector: "nv-togglebuttongroup", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
1957
|
+
{
|
|
1958
|
+
provide: NG_VALUE_ACCESSOR,
|
|
1959
|
+
useExisting: NvTogglebuttongroupValueAccessor,
|
|
1960
|
+
multi: true,
|
|
1961
|
+
},
|
|
1962
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
1963
|
+
}
|
|
1964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvTogglebuttongroupValueAccessor, decorators: [{
|
|
1965
|
+
type: Directive,
|
|
1966
|
+
args: [{
|
|
1967
|
+
selector: 'nv-togglebuttongroup',
|
|
1968
|
+
providers: [
|
|
1969
|
+
{
|
|
1970
|
+
provide: NG_VALUE_ACCESSOR,
|
|
1971
|
+
useExisting: NvTogglebuttongroupValueAccessor,
|
|
1972
|
+
multi: true,
|
|
1973
|
+
},
|
|
1974
|
+
],
|
|
1975
|
+
}]
|
|
1976
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleValueChanged: [{
|
|
1977
|
+
type: HostListener,
|
|
1978
|
+
args: ['valueChanged', ['$event']]
|
|
1979
|
+
}] } });
|
|
1823
1980
|
const VALUE_ACCESSORS = [
|
|
1824
1981
|
NvAlertValueAccessor,
|
|
1825
1982
|
NvCalendarValueAccessor,
|
|
@@ -1839,23 +1996,24 @@ const VALUE_ACCESSORS = [
|
|
|
1839
1996
|
NvFieldtextareaValueAccessor,
|
|
1840
1997
|
NvPopoverValueAccessor,
|
|
1841
1998
|
NvToggleValueAccessor,
|
|
1999
|
+
NvTogglebuttongroupValueAccessor,
|
|
1842
2000
|
];
|
|
1843
2001
|
|
|
1844
2002
|
class NovaComponentsModule {
|
|
1845
2003
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1846
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule,
|
|
2004
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, declarations: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip], exports: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip] }); }
|
|
1847
2005
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule }); }
|
|
1848
2006
|
}
|
|
1849
2007
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, decorators: [{
|
|
1850
2008
|
type: NgModule,
|
|
1851
2009
|
args: [{
|
|
1852
|
-
|
|
2010
|
+
declarations: [...DIRECTIVES],
|
|
1853
2011
|
exports: [...DIRECTIVES],
|
|
1854
2012
|
}]
|
|
1855
2013
|
}] });
|
|
1856
2014
|
class NovaComponentsValueAccessorModule {
|
|
1857
2015
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1858
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, imports: [NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor], exports: [NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor] }); }
|
|
2016
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, imports: [NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor], exports: [NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvPopoverValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor] }); }
|
|
1859
2017
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule }); }
|
|
1860
2018
|
}
|
|
1861
2019
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, decorators: [{
|
|
@@ -1874,5 +2032,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1874
2032
|
* Generated bundle index. Do not edit.
|
|
1875
2033
|
*/
|
|
1876
2034
|
|
|
1877
|
-
export { NovaComponentsModule, NovaComponentsValueAccessorModule, NvAccordion, NvAccordionItem, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCalendar, NvCalendarValueAccessor, NvCol, NvDatagrid, NvDatagridValueAccessor, NvDatagridcolumn, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddate, NvFielddateValueAccessor, NvFielddaterange, NvFielddaterangeValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldmultiselectValueAccessor, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldslider, NvFieldsliderValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvToggleValueAccessor, NvTooltip, VALUE_ACCESSORS };
|
|
2035
|
+
export { NovaComponentsModule, NovaComponentsValueAccessorModule, NvAccordion, NvAccordionItem, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCalendarValueAccessor, NvCol, NvDatagrid, NvDatagridValueAccessor, NvDatagridcolumn, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddate, NvFielddateValueAccessor, NvFielddaterange, NvFielddaterangeValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldmultiselectValueAccessor, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldslider, NvFieldsliderValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTable, NvTablecolumn, NvToggle, NvToggleValueAccessor, NvTogglebutton, NvTogglebuttongroup, NvTogglebuttongroupValueAccessor, NvTooltip, VALUE_ACCESSORS };
|
|
1878
2036
|
//# sourceMappingURL=nova-components.mjs.map
|