@nova-design-system/nova-angular 3.0.0-beta.30 → 3.0.0-beta.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nova-components/esm2022/lib/nova-components.module.mjs +2 -2
- package/dist/nova-components/esm2022/lib/stencil-generated/component-value-accessors.mjs +1 -37
- package/dist/nova-components/esm2022/lib/stencil-generated/components.mjs +59 -63
- package/dist/nova-components/esm2022/lib/stencil-generated/index.mjs +3 -3
- package/dist/nova-components/fesm2022/nova-components.mjs +61 -101
- 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 +0 -7
- package/dist/nova-components/lib/stencil-generated/components.d.ts +30 -46
- package/dist/nova-components/lib/stencil-generated/index.d.ts +1 -1
- package/dist/nova-components/package.json +25 -0
- package/package.json +4 -2
|
@@ -159,6 +159,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
159
159
|
inputs: [],
|
|
160
160
|
}]
|
|
161
161
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
162
|
+
let NvBreadcrumb = class NvBreadcrumb {
|
|
163
|
+
constructor(c, r, z) {
|
|
164
|
+
this.z = z;
|
|
165
|
+
c.detach();
|
|
166
|
+
this.el = r.nativeElement;
|
|
167
|
+
}
|
|
168
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
169
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvBreadcrumb, selector: "nv-breadcrumb", inputs: { current: "current", tooltip: "tooltip", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
170
|
+
};
|
|
171
|
+
NvBreadcrumb = __decorate([
|
|
172
|
+
ProxyCmp({
|
|
173
|
+
inputs: ['current', 'tooltip', 'type']
|
|
174
|
+
})
|
|
175
|
+
], NvBreadcrumb);
|
|
176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvBreadcrumb, decorators: [{
|
|
177
|
+
type: Component,
|
|
178
|
+
args: [{
|
|
179
|
+
selector: 'nv-breadcrumb',
|
|
180
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
181
|
+
template: '<ng-content></ng-content>',
|
|
182
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
183
|
+
inputs: ['current', 'tooltip', 'type'],
|
|
184
|
+
}]
|
|
185
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
186
|
+
let NvBreadcrumbs = class NvBreadcrumbs {
|
|
187
|
+
constructor(c, r, z) {
|
|
188
|
+
this.z = z;
|
|
189
|
+
c.detach();
|
|
190
|
+
this.el = r.nativeElement;
|
|
191
|
+
}
|
|
192
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
193
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvBreadcrumbs, selector: "nv-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
194
|
+
};
|
|
195
|
+
NvBreadcrumbs = __decorate([
|
|
196
|
+
ProxyCmp({})
|
|
197
|
+
], NvBreadcrumbs);
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvBreadcrumbs, decorators: [{
|
|
199
|
+
type: Component,
|
|
200
|
+
args: [{
|
|
201
|
+
selector: 'nv-breadcrumbs',
|
|
202
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
203
|
+
template: '<ng-content></ng-content>',
|
|
204
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
205
|
+
inputs: [],
|
|
206
|
+
}]
|
|
207
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
162
208
|
let NvButton = class NvButton {
|
|
163
209
|
constructor(c, r, z) {
|
|
164
210
|
this.z = z;
|
|
@@ -421,57 +467,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
421
467
|
inputs: ['disabled', 'label', 'selected', 'value'],
|
|
422
468
|
}]
|
|
423
469
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
424
|
-
let NvFielddropdownitemcheck = class NvFielddropdownitemcheck {
|
|
425
|
-
constructor(c, r, z) {
|
|
426
|
-
this.z = z;
|
|
427
|
-
c.detach();
|
|
428
|
-
this.el = r.nativeElement;
|
|
429
|
-
proxyOutputs(this, this.el, ['itemChecked']);
|
|
430
|
-
}
|
|
431
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddropdownitemcheck, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
432
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFielddropdownitemcheck, 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 }); }
|
|
433
|
-
};
|
|
434
|
-
NvFielddropdownitemcheck = __decorate([
|
|
435
|
-
ProxyCmp({
|
|
436
|
-
inputs: ['checked', 'description', 'disabled', 'group', 'label', 'value']
|
|
437
|
-
})
|
|
438
|
-
], NvFielddropdownitemcheck);
|
|
439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFielddropdownitemcheck, decorators: [{
|
|
440
|
-
type: Component,
|
|
441
|
-
args: [{
|
|
442
|
-
selector: 'nv-fielddropdownitemcheck',
|
|
443
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
444
|
-
template: '<ng-content></ng-content>',
|
|
445
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
446
|
-
inputs: ['checked', 'description', 'disabled', 'group', 'label', 'value'],
|
|
447
|
-
}]
|
|
448
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
449
|
-
let NvFieldmultiselect = class NvFieldmultiselect {
|
|
450
|
-
constructor(c, r, z) {
|
|
451
|
-
this.z = z;
|
|
452
|
-
c.detach();
|
|
453
|
-
this.el = r.nativeElement;
|
|
454
|
-
proxyOutputs(this, this.el, ['dropdownItemSelected', 'valueChanged', 'multiselectChange']);
|
|
455
|
-
}
|
|
456
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldmultiselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
457
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldmultiselect, selector: "nv-fieldmultiselect", inputs: { autocomplete: "autocomplete", badgeLabel: "badgeLabel", debounceDelay: "debounceDelay", description: "description", disabled: "disabled", emptyresult: "emptyresult", error: "error", errorDescription: "errorDescription", filterable: "filterable", inputId: "inputId", label: "label", maxHeight: "maxHeight", mode: "mode", 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 }); }
|
|
458
|
-
};
|
|
459
|
-
NvFieldmultiselect = __decorate([
|
|
460
|
-
ProxyCmp({
|
|
461
|
-
inputs: ['autocomplete', 'badgeLabel', 'debounceDelay', 'description', 'disabled', 'emptyresult', 'error', 'errorDescription', 'filterable', 'inputId', 'label', 'maxHeight', 'mode', 'name', 'open', 'options', 'placeholder', 'readonly', 'required', 'value'],
|
|
462
|
-
methods: ['getFilterText', 'resetFilter', 'getSelectedValues']
|
|
463
|
-
})
|
|
464
|
-
], NvFieldmultiselect);
|
|
465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldmultiselect, decorators: [{
|
|
466
|
-
type: Component,
|
|
467
|
-
args: [{
|
|
468
|
-
selector: 'nv-fieldmultiselect',
|
|
469
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
470
|
-
template: '<ng-content></ng-content>',
|
|
471
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
472
|
-
inputs: ['autocomplete', 'badgeLabel', 'debounceDelay', 'description', 'disabled', 'emptyresult', 'error', 'errorDescription', 'filterable', 'inputId', 'label', 'maxHeight', 'mode', 'name', 'open', 'options', 'placeholder', 'readonly', 'required', 'value'],
|
|
473
|
-
}]
|
|
474
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
475
470
|
let NvFieldnumber = class NvFieldnumber {
|
|
476
471
|
constructor(c, r, z) {
|
|
477
472
|
this.z = z;
|
|
@@ -555,11 +550,11 @@ let NvFieldselect = class NvFieldselect {
|
|
|
555
550
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
556
551
|
}
|
|
557
552
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
558
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldselect, selector: "nv-fieldselect", inputs: { description: "description", disabled: "disabled", displayValue: "displayValue", error: "error", errorDescription: "errorDescription", label: "label", message: "message", multiple: "multiple", name: "name", readonly: "readonly", required: "required",
|
|
553
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldselect, selector: "nv-fieldselect", inputs: { description: "description", disabled: "disabled", displayValue: "displayValue", error: "error", errorDescription: "errorDescription", inputId: "inputId", label: "label", message: "message", multiple: "multiple", name: "name", readonly: "readonly", required: "required", success: "success", validation: "validation", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
559
554
|
};
|
|
560
555
|
NvFieldselect = __decorate([
|
|
561
556
|
ProxyCmp({
|
|
562
|
-
inputs: ['description', 'disabled', 'displayValue', 'error', 'errorDescription', 'label', 'message', 'multiple', 'name', 'readonly', 'required', '
|
|
557
|
+
inputs: ['description', 'disabled', 'displayValue', 'error', 'errorDescription', 'inputId', 'label', 'message', 'multiple', 'name', 'readonly', 'required', 'success', 'validation', 'value']
|
|
563
558
|
})
|
|
564
559
|
], NvFieldselect);
|
|
565
560
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldselect, decorators: [{
|
|
@@ -569,7 +564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
569
564
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
570
565
|
template: '<ng-content></ng-content>',
|
|
571
566
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
572
|
-
inputs: ['description', 'disabled', 'displayValue', 'error', 'errorDescription', 'label', 'message', 'multiple', 'name', 'readonly', 'required', '
|
|
567
|
+
inputs: ['description', 'disabled', 'displayValue', 'error', 'errorDescription', 'inputId', 'label', 'message', 'multiple', 'name', 'readonly', 'required', 'success', 'validation', 'value'],
|
|
573
568
|
}]
|
|
574
569
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
575
570
|
let NvFieldtext = class NvFieldtext {
|
|
@@ -605,11 +600,11 @@ let NvFieldtextarea = class NvFieldtextarea {
|
|
|
605
600
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
606
601
|
}
|
|
607
602
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldtextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
608
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldtextarea, selector: "nv-fieldtextarea", inputs: { autosize: "autosize", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", label: "label", maxlength: "maxlength", message: "message", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", success: "success",
|
|
603
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldtextarea, selector: "nv-fieldtextarea", inputs: { autosize: "autosize", description: "description", disabled: "disabled", error: "error", errorDescription: "errorDescription", inputId: "inputId", label: "label", maxlength: "maxlength", message: "message", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", success: "success", validation: "validation", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
609
604
|
};
|
|
610
605
|
NvFieldtextarea = __decorate([
|
|
611
606
|
ProxyCmp({
|
|
612
|
-
inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', '
|
|
607
|
+
inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value']
|
|
613
608
|
})
|
|
614
609
|
], NvFieldtextarea);
|
|
615
610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldtextarea, decorators: [{
|
|
@@ -619,7 +614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
619
614
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
620
615
|
template: '<ng-content></ng-content>',
|
|
621
616
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
622
|
-
inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', '
|
|
617
|
+
inputs: ['autosize', 'description', 'disabled', 'error', 'errorDescription', 'inputId', 'label', 'maxlength', 'message', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'success', 'validation', 'value'],
|
|
623
618
|
}]
|
|
624
619
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
625
620
|
let NvFieldtoggle = class NvFieldtoggle {
|
|
@@ -750,13 +745,14 @@ let NvMenuitem = class NvMenuitem {
|
|
|
750
745
|
this.z = z;
|
|
751
746
|
c.detach();
|
|
752
747
|
this.el = r.nativeElement;
|
|
748
|
+
proxyOutputs(this, this.el, ['menuitemSelected']);
|
|
753
749
|
}
|
|
754
750
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvMenuitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
755
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvMenuitem, selector: "nv-menuitem", inputs: { disabled: "disabled", hasSubmenu: "hasSubmenu", icon: "icon", shortcut: "shortcut" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
751
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: NvMenuitem, selector: "nv-menuitem", inputs: { disabled: "disabled", hasSubmenu: "hasSubmenu", icon: "icon", name: "name", shortcut: "shortcut" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
756
752
|
};
|
|
757
753
|
NvMenuitem = __decorate([
|
|
758
754
|
ProxyCmp({
|
|
759
|
-
inputs: ['disabled', 'hasSubmenu', 'icon', 'shortcut']
|
|
755
|
+
inputs: ['disabled', 'hasSubmenu', 'icon', 'name', 'shortcut']
|
|
760
756
|
})
|
|
761
757
|
], NvMenuitem);
|
|
762
758
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvMenuitem, decorators: [{
|
|
@@ -766,7 +762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
766
762
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
767
763
|
template: '<ng-content></ng-content>',
|
|
768
764
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
769
|
-
inputs: ['disabled', 'hasSubmenu', 'icon', 'shortcut'],
|
|
765
|
+
inputs: ['disabled', 'hasSubmenu', 'icon', 'name', 'shortcut'],
|
|
770
766
|
}]
|
|
771
767
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
772
768
|
let NvPopover = class NvPopover {
|
|
@@ -1009,6 +1005,8 @@ const DIRECTIVES = [
|
|
|
1009
1005
|
NvAvatar,
|
|
1010
1006
|
NvBadge,
|
|
1011
1007
|
NvBase,
|
|
1008
|
+
NvBreadcrumb,
|
|
1009
|
+
NvBreadcrumbs,
|
|
1012
1010
|
NvButton,
|
|
1013
1011
|
NvCol,
|
|
1014
1012
|
NvDatagrid,
|
|
@@ -1020,8 +1018,6 @@ const DIRECTIVES = [
|
|
|
1020
1018
|
NvFieldcheckbox,
|
|
1021
1019
|
NvFielddropdown,
|
|
1022
1020
|
NvFielddropdownitem,
|
|
1023
|
-
NvFielddropdownitemcheck,
|
|
1024
|
-
NvFieldmultiselect,
|
|
1025
1021
|
NvFieldnumber,
|
|
1026
1022
|
NvFieldpassword,
|
|
1027
1023
|
NvFieldradio,
|
|
@@ -1190,41 +1186,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1190
1186
|
type: HostListener,
|
|
1191
1187
|
args: ['valueChanged', ['$event']]
|
|
1192
1188
|
}] } });
|
|
1193
|
-
class NvFieldmultiselectValueAccessor extends ValueAccessor {
|
|
1194
|
-
constructor(el) {
|
|
1195
|
-
super(el);
|
|
1196
|
-
}
|
|
1197
|
-
handleValueChanged(event) {
|
|
1198
|
-
this.handleChangeEvent(event.target.value);
|
|
1199
|
-
}
|
|
1200
|
-
writeValue(value) {
|
|
1201
|
-
this.el.nativeElement.value = this.lastValue = value;
|
|
1202
|
-
}
|
|
1203
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldmultiselectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1204
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: NvFieldmultiselectValueAccessor, selector: "nv-fieldmultiselect", host: { listeners: { "valueChanged": "handleValueChanged($event)" } }, providers: [
|
|
1205
|
-
{
|
|
1206
|
-
provide: NG_VALUE_ACCESSOR,
|
|
1207
|
-
useExisting: NvFieldmultiselectValueAccessor,
|
|
1208
|
-
multi: true,
|
|
1209
|
-
},
|
|
1210
|
-
], usesInheritance: true, ngImport: i0 }); }
|
|
1211
|
-
}
|
|
1212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NvFieldmultiselectValueAccessor, decorators: [{
|
|
1213
|
-
type: Directive,
|
|
1214
|
-
args: [{
|
|
1215
|
-
selector: 'nv-fieldmultiselect',
|
|
1216
|
-
providers: [
|
|
1217
|
-
{
|
|
1218
|
-
provide: NG_VALUE_ACCESSOR,
|
|
1219
|
-
useExisting: NvFieldmultiselectValueAccessor,
|
|
1220
|
-
multi: true,
|
|
1221
|
-
},
|
|
1222
|
-
],
|
|
1223
|
-
}]
|
|
1224
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleValueChanged: [{
|
|
1225
|
-
type: HostListener,
|
|
1226
|
-
args: ['valueChanged', ['$event']]
|
|
1227
|
-
}] } });
|
|
1228
1189
|
class NvFieldnumberValueAccessor extends ValueAccessor {
|
|
1229
1190
|
constructor(el) {
|
|
1230
1191
|
super(el);
|
|
@@ -1509,7 +1470,6 @@ const VALUE_ACCESSORS = [
|
|
|
1509
1470
|
NvAlertValueAccessor,
|
|
1510
1471
|
NvFieldcheckboxValueAccessor,
|
|
1511
1472
|
NvFielddropdownValueAccessor,
|
|
1512
|
-
NvFieldmultiselectValueAccessor,
|
|
1513
1473
|
NvFieldnumberValueAccessor,
|
|
1514
1474
|
NvFieldpasswordValueAccessor,
|
|
1515
1475
|
NvFieldradioValueAccessor,
|
|
@@ -1534,7 +1494,7 @@ function provideNovaComponents() {
|
|
|
1534
1494
|
}
|
|
1535
1495
|
class NovaComponentsModule {
|
|
1536
1496
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1537
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, declarations: [NvAlert, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFielddropdown, NvFielddropdownitem,
|
|
1497
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, declarations: [NvAlert, NvAvatar, NvBadge, NvBase, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFielddropdown, NvFielddropdownitem, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtoggle, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablebody, NvTablecolumn, NvTabledatacell, NvTablehead, NvTablerow, NvTooltip], exports: [NvAlert, NvAvatar, NvBadge, NvBase, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFielddropdown, NvFielddropdownitem, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldtext, NvFieldtextarea, NvFieldtoggle, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvRow, NvStack, NvTable, NvTablebody, NvTablecolumn, NvTabledatacell, NvTablehead, NvTablerow, NvTooltip] }); }
|
|
1538
1498
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, providers: [provideNovaComponents()] }); }
|
|
1539
1499
|
}
|
|
1540
1500
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsModule, decorators: [{
|
|
@@ -1547,7 +1507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1547
1507
|
}] });
|
|
1548
1508
|
class NovaComponentsValueAccessorModule {
|
|
1549
1509
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1550
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, declarations: [NvAlertValueAccessor, NvFieldcheckboxValueAccessor, NvFielddropdownValueAccessor,
|
|
1510
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, declarations: [NvAlertValueAccessor, NvFieldcheckboxValueAccessor, NvFielddropdownValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtoggleValueAccessor, NvPopoverValueAccessor], exports: [NvAlertValueAccessor, NvFieldcheckboxValueAccessor, NvFielddropdownValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtoggleValueAccessor, NvPopoverValueAccessor] }); }
|
|
1551
1511
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule }); }
|
|
1552
1512
|
}
|
|
1553
1513
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: NovaComponentsValueAccessorModule, decorators: [{
|
|
@@ -1566,5 +1526,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1566
1526
|
* Generated bundle index. Do not edit.
|
|
1567
1527
|
*/
|
|
1568
1528
|
|
|
1569
|
-
export { DIRECTIVES, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBase, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem,
|
|
1529
|
+
export { DIRECTIVES, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBase, NvBreadcrumb, NvBreadcrumbs, NvButton, NvCol, NvDatagrid, NvDatagridbody, NvDatagridcolumn, NvDatagriddatacell, NvDatagridhead, NvDatagridrow, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtoggle, NvFieldtoggleValueAccessor, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvPopover, NvPopoverValueAccessor, NvRow, NvStack, NvTable, NvTablebody, NvTablecolumn, NvTabledatacell, NvTablehead, NvTablerow, NvTooltip, VALUE_ACCESSORS, provideNovaComponents };
|
|
1570
1530
|
//# sourceMappingURL=nova-components.mjs.map
|