@ni/ok-angular 2.4.19 → 2.5.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.
@@ -0,0 +1,104 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Input, Directive, NgModule } from '@angular/core';
3
+ export { fvMasterDetailListItemTag } from '@ni/ok-components/dist/esm/fv/master-detail-list-item';
4
+ import { toBooleanProperty } from '@ni/nimble-angular/internal-utilities';
5
+ import { CommonModule } from '@angular/common';
6
+
7
+ /**
8
+ * Directive to provide Angular integration for the master-detail list item.
9
+ */
10
+ class OkFvMasterDetailListItemDirective {
11
+ get titleText() {
12
+ return this.elementRef.nativeElement.titleText;
13
+ }
14
+ set titleText(value) {
15
+ this.renderer.setProperty(this.elementRef.nativeElement, 'titleText', value);
16
+ }
17
+ get subtitle() {
18
+ return this.elementRef.nativeElement.subtitle;
19
+ }
20
+ set subtitle(value) {
21
+ this.renderer.setProperty(this.elementRef.nativeElement, 'subtitle', value);
22
+ }
23
+ get value() {
24
+ return this.elementRef.nativeElement.value;
25
+ }
26
+ set value(value) {
27
+ this.renderer.setProperty(this.elementRef.nativeElement, 'value', value);
28
+ }
29
+ get compact() {
30
+ return this.elementRef.nativeElement.compact;
31
+ }
32
+ set compact(value) {
33
+ this.renderer.setProperty(this.elementRef.nativeElement, 'compact', toBooleanProperty(value));
34
+ }
35
+ get selected() {
36
+ return this.elementRef.nativeElement.selected;
37
+ }
38
+ set selected(value) {
39
+ this.renderer.setProperty(this.elementRef.nativeElement, 'selected', toBooleanProperty(value));
40
+ }
41
+ get statusColor() {
42
+ return this.elementRef.nativeElement.statusColor;
43
+ }
44
+ set statusColor(value) {
45
+ this.renderer.setProperty(this.elementRef.nativeElement, 'statusColor', value);
46
+ }
47
+ get statusLabel() {
48
+ return this.elementRef.nativeElement.statusLabel;
49
+ }
50
+ set statusLabel(value) {
51
+ this.renderer.setProperty(this.elementRef.nativeElement, 'statusLabel', value);
52
+ }
53
+ constructor(elementRef, renderer) {
54
+ this.elementRef = elementRef;
55
+ this.renderer = renderer;
56
+ }
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
58
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: OkFvMasterDetailListItemDirective, isStandalone: false, selector: "ok-fv-master-detail-list-item", inputs: { titleText: ["title-text", "titleText"], subtitle: "subtitle", value: "value", compact: "compact", selected: "selected", statusColor: ["status-color", "statusColor"], statusLabel: ["status-label", "statusLabel"] }, ngImport: i0 }); }
59
+ }
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListItemDirective, decorators: [{
61
+ type: Directive,
62
+ args: [{
63
+ selector: 'ok-fv-master-detail-list-item',
64
+ standalone: false
65
+ }]
66
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { titleText: [{
67
+ type: Input,
68
+ args: ['title-text']
69
+ }], subtitle: [{
70
+ type: Input
71
+ }], value: [{
72
+ type: Input
73
+ }], compact: [{
74
+ type: Input
75
+ }], selected: [{
76
+ type: Input
77
+ }], statusColor: [{
78
+ type: Input,
79
+ args: ['status-color']
80
+ }], statusLabel: [{
81
+ type: Input,
82
+ args: ['status-label']
83
+ }] } });
84
+
85
+ class OkFvMasterDetailListItemModule {
86
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
87
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListItemModule, declarations: [OkFvMasterDetailListItemDirective], imports: [CommonModule], exports: [OkFvMasterDetailListItemDirective] }); }
88
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListItemModule, imports: [CommonModule] }); }
89
+ }
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListItemModule, decorators: [{
91
+ type: NgModule,
92
+ args: [{
93
+ declarations: [OkFvMasterDetailListItemDirective],
94
+ imports: [CommonModule],
95
+ exports: [OkFvMasterDetailListItemDirective]
96
+ }]
97
+ }] });
98
+
99
+ /**
100
+ * Generated bundle index. Do not edit.
101
+ */
102
+
103
+ export { OkFvMasterDetailListItemDirective, OkFvMasterDetailListItemModule };
104
+ //# sourceMappingURL=ni-ok-angular-fv-master-detail-list-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ni-ok-angular-fv-master-detail-list-item.mjs","sources":["../../../ok-angular/fv/master-detail-list-item/ok-fv-master-detail-list-item.directive.ts","../../../ok-angular/fv/master-detail-list-item/ok-fv-master-detail-list-item.module.ts","../../../ok-angular/fv/master-detail-list-item/ni-ok-angular-fv-master-detail-list-item.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { FvMasterDetailListItem } from '@ni/ok-components/dist/esm/fv/master-detail-list-item';\nimport { fvMasterDetailListItemTag } from '@ni/ok-components/dist/esm/fv/master-detail-list-item';\nimport { type BooleanValueOrAttribute, toBooleanProperty } from '@ni/nimble-angular/internal-utilities';\n\nexport type { FvMasterDetailListItem };\nexport { fvMasterDetailListItemTag };\n\n/**\n * Directive to provide Angular integration for the master-detail list item.\n */\n@Directive({\n selector: 'ok-fv-master-detail-list-item',\n standalone: false\n})\nexport class OkFvMasterDetailListItemDirective {\n public get titleText(): string {\n return this.elementRef.nativeElement.titleText;\n }\n\n @Input('title-text')\n public set titleText(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'titleText', value);\n }\n\n public get subtitle(): string {\n return this.elementRef.nativeElement.subtitle;\n }\n\n @Input()\n public set subtitle(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'subtitle', value);\n }\n\n public get value(): string {\n return this.elementRef.nativeElement.value;\n }\n\n @Input()\n public set value(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'value', value);\n }\n\n public get compact(): boolean {\n return this.elementRef.nativeElement.compact;\n }\n\n @Input()\n public set compact(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'compact', toBooleanProperty(value));\n }\n\n public get selected(): boolean {\n return this.elementRef.nativeElement.selected;\n }\n\n @Input()\n public set selected(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'selected', toBooleanProperty(value));\n }\n\n public get statusColor(): string {\n return this.elementRef.nativeElement.statusColor;\n }\n\n @Input('status-color')\n public set statusColor(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'statusColor', value);\n }\n\n public get statusLabel(): string {\n return this.elementRef.nativeElement.statusLabel;\n }\n\n @Input('status-label')\n public set statusLabel(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'statusLabel', value);\n }\n\n public constructor(\n private readonly elementRef: ElementRef<FvMasterDetailListItem>,\n private readonly renderer: Renderer2\n ) {}\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { OkFvMasterDetailListItemDirective } from './ok-fv-master-detail-list-item.directive';\n\nimport '@ni/ok-components/dist/esm/fv/master-detail-list-item';\n\n@NgModule({\n declarations: [OkFvMasterDetailListItemDirective],\n imports: [CommonModule],\n exports: [OkFvMasterDetailListItemDirective]\n})\nexport class OkFvMasterDetailListItemModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,52 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Input, Directive, NgModule } from '@angular/core';
3
+ export { fvMasterDetailListTag } from '@ni/ok-components/dist/esm/fv/master-detail-list';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ /**
7
+ * Directive to provide Angular integration for the master-detail list.
8
+ */
9
+ class OkFvMasterDetailListDirective {
10
+ get placeholder() {
11
+ return this.elementRef.nativeElement.placeholder;
12
+ }
13
+ set placeholder(value) {
14
+ this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);
15
+ }
16
+ constructor(elementRef, renderer) {
17
+ this.elementRef = elementRef;
18
+ this.renderer = renderer;
19
+ }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
21
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: OkFvMasterDetailListDirective, isStandalone: false, selector: "ok-fv-master-detail-list", inputs: { placeholder: "placeholder" }, ngImport: i0 }); }
22
+ }
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListDirective, decorators: [{
24
+ type: Directive,
25
+ args: [{
26
+ selector: 'ok-fv-master-detail-list',
27
+ standalone: false
28
+ }]
29
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { placeholder: [{
30
+ type: Input
31
+ }] } });
32
+
33
+ class OkFvMasterDetailListModule {
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
35
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListModule, declarations: [OkFvMasterDetailListDirective], imports: [CommonModule], exports: [OkFvMasterDetailListDirective] }); }
36
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListModule, imports: [CommonModule] }); }
37
+ }
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: OkFvMasterDetailListModule, decorators: [{
39
+ type: NgModule,
40
+ args: [{
41
+ declarations: [OkFvMasterDetailListDirective],
42
+ imports: [CommonModule],
43
+ exports: [OkFvMasterDetailListDirective]
44
+ }]
45
+ }] });
46
+
47
+ /**
48
+ * Generated bundle index. Do not edit.
49
+ */
50
+
51
+ export { OkFvMasterDetailListDirective, OkFvMasterDetailListModule };
52
+ //# sourceMappingURL=ni-ok-angular-fv-master-detail-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ni-ok-angular-fv-master-detail-list.mjs","sources":["../../../ok-angular/fv/master-detail-list/ok-fv-master-detail-list.directive.ts","../../../ok-angular/fv/master-detail-list/ok-fv-master-detail-list.module.ts","../../../ok-angular/fv/master-detail-list/ni-ok-angular-fv-master-detail-list.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { FvMasterDetailList } from '@ni/ok-components/dist/esm/fv/master-detail-list';\nimport { fvMasterDetailListTag } from '@ni/ok-components/dist/esm/fv/master-detail-list';\n\nexport type { FvMasterDetailList };\nexport { fvMasterDetailListTag };\n\n/**\n * Directive to provide Angular integration for the master-detail list.\n */\n@Directive({\n selector: 'ok-fv-master-detail-list',\n standalone: false\n})\nexport class OkFvMasterDetailListDirective {\n public get placeholder(): string {\n return this.elementRef.nativeElement.placeholder;\n }\n\n @Input()\n public set placeholder(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);\n }\n\n public constructor(\n private readonly elementRef: ElementRef<FvMasterDetailList>,\n private readonly renderer: Renderer2\n ) {}\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { OkFvMasterDetailListDirective } from './ok-fv-master-detail-list.directive';\n\nimport '@ni/ok-components/dist/esm/fv/master-detail-list';\n\n@NgModule({\n declarations: [OkFvMasterDetailListDirective],\n imports: [CommonModule],\n exports: [OkFvMasterDetailListDirective]\n})\nexport class OkFvMasterDetailListModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAOA;;AAEG;MAKU,6BAA6B,CAAA;AACtC,IAAA,IAAW,WAAW,GAAA;AAClB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW;IACpD;IAEA,IACW,WAAW,CAAC,KAAa,EAAA;AAChC,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,aAAa,EAAE,KAAK,CAAC;IAClF;IAEA,WAAA,CACqB,UAA0C,EAC1C,QAAmB,EAAA;QADnB,IAAA,CAAA,UAAU,GAAV,UAAU;QACV,IAAA,CAAA,QAAQ,GAAR,QAAQ;IAC1B;+GAbM,6BAA6B,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAA7B,6BAA6B,EAAA,YAAA,EAAA,KAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAA7B,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAJzC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,UAAU,EAAE;AACf,iBAAA;;sBAMI;;;MCRQ,0BAA0B,CAAA;+GAA1B,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,EAAA,YAAA,EAAA,CAJpB,6BAA6B,CAAA,EAAA,OAAA,EAAA,CAClC,YAAY,aACZ,6BAA6B,CAAA,EAAA,CAAA,CAAA;AAE9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,0BAA0B,YAHzB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAGb,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBALtC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,YAAY,EAAE,CAAC,6BAA6B,CAAC;oBAC7C,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,6BAA6B;AAC1C,iBAAA;;;ACVD;;AAEG;;;;"}
@@ -0,0 +1,26 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ElementRef, Renderer2 } from '@angular/core';
3
+ import { FvMasterDetailList } from '@ni/ok-components/dist/esm/fv/master-detail-list';
4
+ export { FvMasterDetailList, fvMasterDetailListTag } from '@ni/ok-components/dist/esm/fv/master-detail-list';
5
+ import * as i2 from '@angular/common';
6
+
7
+ /**
8
+ * Directive to provide Angular integration for the master-detail list.
9
+ */
10
+ declare class OkFvMasterDetailListDirective {
11
+ private readonly elementRef;
12
+ private readonly renderer;
13
+ get placeholder(): string;
14
+ set placeholder(value: string);
15
+ constructor(elementRef: ElementRef<FvMasterDetailList>, renderer: Renderer2);
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<OkFvMasterDetailListDirective, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OkFvMasterDetailListDirective, "ok-fv-master-detail-list", never, { "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
18
+ }
19
+
20
+ declare class OkFvMasterDetailListModule {
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<OkFvMasterDetailListModule, never>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OkFvMasterDetailListModule, [typeof OkFvMasterDetailListDirective], [typeof i2.CommonModule], [typeof OkFvMasterDetailListDirective]>;
23
+ static ɵinj: i0.ɵɵInjectorDeclaration<OkFvMasterDetailListModule>;
24
+ }
25
+
26
+ export { OkFvMasterDetailListDirective, OkFvMasterDetailListModule };
@@ -0,0 +1,39 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ElementRef, Renderer2 } from '@angular/core';
3
+ import { FvMasterDetailListItem } from '@ni/ok-components/dist/esm/fv/master-detail-list-item';
4
+ export { FvMasterDetailListItem, fvMasterDetailListItemTag } from '@ni/ok-components/dist/esm/fv/master-detail-list-item';
5
+ import { BooleanValueOrAttribute } from '@ni/nimble-angular/internal-utilities';
6
+ import * as i2 from '@angular/common';
7
+
8
+ /**
9
+ * Directive to provide Angular integration for the master-detail list item.
10
+ */
11
+ declare class OkFvMasterDetailListItemDirective {
12
+ private readonly elementRef;
13
+ private readonly renderer;
14
+ get titleText(): string;
15
+ set titleText(value: string);
16
+ get subtitle(): string;
17
+ set subtitle(value: string);
18
+ get value(): string;
19
+ set value(value: string);
20
+ get compact(): boolean;
21
+ set compact(value: BooleanValueOrAttribute);
22
+ get selected(): boolean;
23
+ set selected(value: BooleanValueOrAttribute);
24
+ get statusColor(): string;
25
+ set statusColor(value: string);
26
+ get statusLabel(): string;
27
+ set statusLabel(value: string);
28
+ constructor(elementRef: ElementRef<FvMasterDetailListItem>, renderer: Renderer2);
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<OkFvMasterDetailListItemDirective, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OkFvMasterDetailListItemDirective, "ok-fv-master-detail-list-item", never, { "titleText": { "alias": "title-text"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "value": { "alias": "value"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "statusColor": { "alias": "status-color"; "required": false; }; "statusLabel": { "alias": "status-label"; "required": false; }; }, {}, never, never, false, never>;
31
+ }
32
+
33
+ declare class OkFvMasterDetailListItemModule {
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<OkFvMasterDetailListItemModule, never>;
35
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OkFvMasterDetailListItemModule, [typeof OkFvMasterDetailListItemDirective], [typeof i2.CommonModule], [typeof OkFvMasterDetailListItemDirective]>;
36
+ static ɵinj: i0.ɵɵInjectorDeclaration<OkFvMasterDetailListItemModule>;
37
+ }
38
+
39
+ export { OkFvMasterDetailListItemDirective, OkFvMasterDetailListItemModule };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/ok-angular",
3
- "version": "2.4.19",
3
+ "version": "2.5.0",
4
4
  "description": "Angular components for NI OK Components",
5
5
  "type": "module",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "@angular/common": "^20.3.19",
26
26
  "@angular/core": "^20.3.19",
27
27
  "@angular/localize": "^20.3.19",
28
- "@ni/ok-components": "^1.6.4"
28
+ "@ni/ok-components": "^1.6.5"
29
29
  },
30
30
  "module": "fesm2022/ni-ok-angular.mjs",
31
31
  "typings": "index.d.ts",
@@ -57,6 +57,14 @@
57
57
  "types": "./fv/context-help/index.d.ts",
58
58
  "default": "./fesm2022/ni-ok-angular-fv-context-help.mjs"
59
59
  },
60
+ "./fv/master-detail-list": {
61
+ "types": "./fv/master-detail-list/index.d.ts",
62
+ "default": "./fesm2022/ni-ok-angular-fv-master-detail-list.mjs"
63
+ },
64
+ "./fv/master-detail-list-item": {
65
+ "types": "./fv/master-detail-list-item/index.d.ts",
66
+ "default": "./fesm2022/ni-ok-angular-fv-master-detail-list-item.mjs"
67
+ },
60
68
  "./fv/search-input": {
61
69
  "types": "./fv/search-input/index.d.ts",
62
70
  "default": "./fesm2022/ni-ok-angular-fv-search-input.mjs"