@ni/ok-angular 2.7.3 → 3.0.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.
Files changed (31) hide show
  1. package/fesm2022/ni-ok-angular-ex-button.mjs +7 -7
  2. package/fesm2022/ni-ok-angular-fv-accordion-item.mjs +7 -7
  3. package/fesm2022/ni-ok-angular-fv-card.mjs +7 -7
  4. package/fesm2022/ni-ok-angular-fv-chip-selector.mjs +7 -7
  5. package/fesm2022/ni-ok-angular-fv-context-help.mjs +7 -7
  6. package/fesm2022/ni-ok-angular-fv-master-detail-list-item.mjs +7 -7
  7. package/fesm2022/ni-ok-angular-fv-master-detail-list.mjs +7 -7
  8. package/fesm2022/ni-ok-angular-fv-search-input.mjs +7 -7
  9. package/fesm2022/ni-ok-angular-fv-split-button-anchor.mjs +7 -7
  10. package/fesm2022/ni-ok-angular-fv-split-button.mjs +7 -7
  11. package/fesm2022/ni-ok-angular-fv-splitter.mjs +126 -0
  12. package/fesm2022/ni-ok-angular-fv-splitter.mjs.map +1 -0
  13. package/fesm2022/ni-ok-angular-fv-sticky-header.mjs +7 -7
  14. package/fesm2022/ni-ok-angular-fv-summary-panel-tile.mjs +7 -7
  15. package/fesm2022/ni-ok-angular-fv-summary-panel.mjs +7 -7
  16. package/package.json +24 -20
  17. package/types/ni-ok-angular-fv-splitter.d.ts +43 -0
  18. /package/{ex/button/index.d.ts → types/ni-ok-angular-ex-button.d.ts} +0 -0
  19. /package/{fv/accordion-item/index.d.ts → types/ni-ok-angular-fv-accordion-item.d.ts} +0 -0
  20. /package/{fv/card/index.d.ts → types/ni-ok-angular-fv-card.d.ts} +0 -0
  21. /package/{fv/chip-selector/index.d.ts → types/ni-ok-angular-fv-chip-selector.d.ts} +0 -0
  22. /package/{fv/context-help/index.d.ts → types/ni-ok-angular-fv-context-help.d.ts} +0 -0
  23. /package/{fv/master-detail-list-item/index.d.ts → types/ni-ok-angular-fv-master-detail-list-item.d.ts} +0 -0
  24. /package/{fv/master-detail-list/index.d.ts → types/ni-ok-angular-fv-master-detail-list.d.ts} +0 -0
  25. /package/{fv/search-input/index.d.ts → types/ni-ok-angular-fv-search-input.d.ts} +0 -0
  26. /package/{fv/split-button-anchor/index.d.ts → types/ni-ok-angular-fv-split-button-anchor.d.ts} +0 -0
  27. /package/{fv/split-button/index.d.ts → types/ni-ok-angular-fv-split-button.d.ts} +0 -0
  28. /package/{fv/sticky-header/index.d.ts → types/ni-ok-angular-fv-sticky-header.d.ts} +0 -0
  29. /package/{fv/summary-panel-tile/index.d.ts → types/ni-ok-angular-fv-summary-panel-tile.d.ts} +0 -0
  30. /package/{fv/summary-panel/index.d.ts → types/ni-ok-angular-fv-summary-panel.d.ts} +0 -0
  31. /package/{index.d.ts → types/ni-ok-angular.d.ts} +0 -0
@@ -7,10 +7,10 @@ import { CommonModule } from '@angular/common';
7
7
  * Directive to provide Angular integration for the button.
8
8
  */
9
9
  class OkExButtonDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkExButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkExButtonDirective, isStandalone: false, selector: "ok-ex-button", ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkExButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkExButtonDirective, isStandalone: false, selector: "ok-ex-button", ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkExButtonDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkExButtonDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'ok-ex-button',
@@ -19,11 +19,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
19
19
  }] });
20
20
 
21
21
  class OkExButtonModule {
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkExButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkExButtonModule, declarations: [OkExButtonDirective], imports: [CommonModule], exports: [OkExButtonDirective] }); }
24
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkExButtonModule, imports: [CommonModule] }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkExButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkExButtonModule, declarations: [OkExButtonDirective], imports: [CommonModule], exports: [OkExButtonDirective] }); }
24
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkExButtonModule, imports: [CommonModule] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkExButtonModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkExButtonModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [OkExButtonDirective],
@@ -31,10 +31,10 @@ class OkFvAccordionItemDirective {
31
31
  this.elementRef = elementRef;
32
32
  this.renderer = renderer;
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvAccordionItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
35
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvAccordionItemDirective, isStandalone: false, selector: "ok-fv-accordion-item", inputs: { header: "header", expanded: "expanded", appearance: "appearance" }, ngImport: i0 }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvAccordionItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
35
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvAccordionItemDirective, isStandalone: false, selector: "ok-fv-accordion-item", inputs: { header: "header", expanded: "expanded", appearance: "appearance" }, ngImport: i0 }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvAccordionItemDirective, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvAccordionItemDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: 'ok-fv-accordion-item',
@@ -49,11 +49,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
49
49
  }] } });
50
50
 
51
51
  class OkFvAccordionItemModule {
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvAccordionItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
53
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvAccordionItemModule, declarations: [OkFvAccordionItemDirective], imports: [CommonModule], exports: [OkFvAccordionItemDirective] }); }
54
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvAccordionItemModule, imports: [CommonModule] }); }
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvAccordionItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
53
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvAccordionItemModule, declarations: [OkFvAccordionItemDirective], imports: [CommonModule], exports: [OkFvAccordionItemDirective] }); }
54
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvAccordionItemModule, imports: [CommonModule] }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvAccordionItemModule, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvAccordionItemModule, decorators: [{
57
57
  type: NgModule,
58
58
  args: [{
59
59
  declarations: [OkFvAccordionItemDirective],
@@ -55,10 +55,10 @@ class OkFvCardDirective {
55
55
  this.elementRef = elementRef;
56
56
  this.renderer = renderer;
57
57
  }
58
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvCardDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
59
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvCardDirective, isStandalone: false, selector: "ok-fv-card", inputs: { title: ["card-title", "title"], subtitle: "subtitle", description: "description", appearance: "appearance", interactionMode: ["interaction-mode", "interactionMode"], disabled: "disabled", initials: "initials" }, ngImport: i0 }); }
58
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvCardDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
59
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvCardDirective, isStandalone: false, selector: "ok-fv-card", inputs: { title: ["card-title", "title"], subtitle: "subtitle", description: "description", appearance: "appearance", interactionMode: ["interaction-mode", "interactionMode"], disabled: "disabled", initials: "initials" }, ngImport: i0 }); }
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvCardDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvCardDirective, decorators: [{
62
62
  type: Directive,
63
63
  args: [{
64
64
  selector: 'ok-fv-card',
@@ -83,11 +83,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
83
83
  }] } });
84
84
 
85
85
  class OkFvCardModule {
86
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
87
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvCardModule, declarations: [OkFvCardDirective], imports: [CommonModule], exports: [OkFvCardDirective] }); }
88
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvCardModule, imports: [CommonModule] }); }
86
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
87
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvCardModule, declarations: [OkFvCardDirective], imports: [CommonModule], exports: [OkFvCardDirective] }); }
88
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvCardModule, imports: [CommonModule] }); }
89
89
  }
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvCardModule, decorators: [{
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvCardModule, decorators: [{
91
91
  type: NgModule,
92
92
  args: [{
93
93
  declarations: [OkFvCardDirective],
@@ -54,10 +54,10 @@ class OkFvChipSelectorDirective {
54
54
  this.elementRef = elementRef;
55
55
  this.renderer = renderer;
56
56
  }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvChipSelectorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
58
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvChipSelectorDirective, isStandalone: false, selector: "ok-fv-chip-selector", inputs: { disabled: "disabled", open: "open", label: "label", selectedValues: ["selected-values", "selectedValues"], options: "options", placeholder: "placeholder", allowCustomValues: ["allow-custom-values", "allowCustomValues"] }, ngImport: i0 }); }
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvChipSelectorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
58
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvChipSelectorDirective, isStandalone: false, selector: "ok-fv-chip-selector", inputs: { disabled: "disabled", open: "open", label: "label", selectedValues: ["selected-values", "selectedValues"], options: "options", placeholder: "placeholder", allowCustomValues: ["allow-custom-values", "allowCustomValues"] }, ngImport: i0 }); }
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvChipSelectorDirective, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvChipSelectorDirective, decorators: [{
61
61
  type: Directive,
62
62
  args: [{
63
63
  selector: 'ok-fv-chip-selector',
@@ -82,11 +82,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
82
82
  }] } });
83
83
 
84
84
  class OkFvChipSelectorModule {
85
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvChipSelectorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvChipSelectorModule, declarations: [OkFvChipSelectorDirective], imports: [CommonModule], exports: [OkFvChipSelectorDirective] }); }
87
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvChipSelectorModule, imports: [CommonModule] }); }
85
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvChipSelectorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvChipSelectorModule, declarations: [OkFvChipSelectorDirective], imports: [CommonModule], exports: [OkFvChipSelectorDirective] }); }
87
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvChipSelectorModule, imports: [CommonModule] }); }
88
88
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvChipSelectorModule, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvChipSelectorModule, decorators: [{
90
90
  type: NgModule,
91
91
  args: [{
92
92
  declarations: [OkFvChipSelectorDirective],
@@ -36,10 +36,10 @@ class OkFvContextHelpDirective {
36
36
  this.elementRef = elementRef;
37
37
  this.renderer = renderer;
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvContextHelpDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
40
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvContextHelpDirective, isStandalone: false, selector: "ok-fv-context-help", inputs: { text: "text", triggerLabel: ["trigger-label", "triggerLabel"], severity: "severity", iconVisible: ["icon-visible", "iconVisible"] }, ngImport: i0 }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvContextHelpDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
40
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvContextHelpDirective, isStandalone: false, selector: "ok-fv-context-help", inputs: { text: "text", triggerLabel: ["trigger-label", "triggerLabel"], severity: "severity", iconVisible: ["icon-visible", "iconVisible"] }, ngImport: i0 }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvContextHelpDirective, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvContextHelpDirective, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  selector: 'ok-fv-context-help',
@@ -58,11 +58,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
58
58
  }] } });
59
59
 
60
60
  class OkFvContextHelpModule {
61
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvContextHelpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
62
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvContextHelpModule, declarations: [OkFvContextHelpDirective], imports: [CommonModule], exports: [OkFvContextHelpDirective] }); }
63
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvContextHelpModule, imports: [CommonModule] }); }
61
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvContextHelpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
62
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvContextHelpModule, declarations: [OkFvContextHelpDirective], imports: [CommonModule], exports: [OkFvContextHelpDirective] }); }
63
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvContextHelpModule, imports: [CommonModule] }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvContextHelpModule, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvContextHelpModule, decorators: [{
66
66
  type: NgModule,
67
67
  args: [{
68
68
  declarations: [OkFvContextHelpDirective],
@@ -54,10 +54,10 @@ class OkFvMasterDetailListItemDirective {
54
54
  this.elementRef = elementRef;
55
55
  this.renderer = renderer;
56
56
  }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", 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 }); }
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", 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: "21.2.23", 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
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListItemDirective, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListItemDirective, decorators: [{
61
61
  type: Directive,
62
62
  args: [{
63
63
  selector: 'ok-fv-master-detail-list-item',
@@ -83,11 +83,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
83
83
  }] } });
84
84
 
85
85
  class OkFvMasterDetailListItemModule {
86
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
87
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListItemModule, declarations: [OkFvMasterDetailListItemDirective], imports: [CommonModule], exports: [OkFvMasterDetailListItemDirective] }); }
88
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListItemModule, imports: [CommonModule] }); }
86
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
87
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListItemModule, declarations: [OkFvMasterDetailListItemDirective], imports: [CommonModule], exports: [OkFvMasterDetailListItemDirective] }); }
88
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListItemModule, imports: [CommonModule] }); }
89
89
  }
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListItemModule, decorators: [{
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListItemModule, decorators: [{
91
91
  type: NgModule,
92
92
  args: [{
93
93
  declarations: [OkFvMasterDetailListItemDirective],
@@ -17,10 +17,10 @@ class OkFvMasterDetailListDirective {
17
17
  this.elementRef = elementRef;
18
18
  this.renderer = renderer;
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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.30", type: OkFvMasterDetailListDirective, isStandalone: false, selector: "ok-fv-master-detail-list", inputs: { placeholder: "placeholder" }, ngImport: i0 }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", 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: "21.2.23", type: OkFvMasterDetailListDirective, isStandalone: false, selector: "ok-fv-master-detail-list", inputs: { placeholder: "placeholder" }, ngImport: i0 }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListDirective, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: 'ok-fv-master-detail-list',
@@ -31,11 +31,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
31
31
  }] } });
32
32
 
33
33
  class OkFvMasterDetailListModule {
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
35
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListModule, declarations: [OkFvMasterDetailListDirective], imports: [CommonModule], exports: [OkFvMasterDetailListDirective] }); }
36
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListModule, imports: [CommonModule] }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
35
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListModule, declarations: [OkFvMasterDetailListDirective], imports: [CommonModule], exports: [OkFvMasterDetailListDirective] }); }
36
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListModule, imports: [CommonModule] }); }
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvMasterDetailListModule, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvMasterDetailListModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  declarations: [OkFvMasterDetailListDirective],
@@ -30,10 +30,10 @@ class OkFvSearchInputDirective {
30
30
  this.elementRef = elementRef;
31
31
  this.renderer = renderer;
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSearchInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvSearchInputDirective, isStandalone: false, selector: "ok-fv-search-input", inputs: { appearance: "appearance", placeholder: "placeholder", value: "value" }, ngImport: i0 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSearchInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
34
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvSearchInputDirective, isStandalone: false, selector: "ok-fv-search-input", inputs: { appearance: "appearance", placeholder: "placeholder", value: "value" }, ngImport: i0 }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSearchInputDirective, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSearchInputDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: 'ok-fv-search-input',
@@ -48,11 +48,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
48
48
  }] } });
49
49
 
50
50
  class OkFvSearchInputModule {
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSearchInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
52
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvSearchInputModule, declarations: [OkFvSearchInputDirective], imports: [CommonModule], exports: [OkFvSearchInputDirective] }); }
53
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSearchInputModule, imports: [CommonModule] }); }
51
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSearchInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
52
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvSearchInputModule, declarations: [OkFvSearchInputDirective], imports: [CommonModule], exports: [OkFvSearchInputDirective] }); }
53
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSearchInputModule, imports: [CommonModule] }); }
54
54
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSearchInputModule, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSearchInputModule, decorators: [{
56
56
  type: NgModule,
57
57
  args: [{
58
58
  declarations: [OkFvSearchInputDirective],
@@ -67,10 +67,10 @@ class OkFvSplitButtonAnchorDirective {
67
67
  this.elementRef = elementRef;
68
68
  this.renderer = renderer;
69
69
  }
70
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonAnchorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
71
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvSplitButtonAnchorDirective, isStandalone: false, selector: "ok-fv-split-button-anchor", inputs: { label: "label", href: "href", target: "target", rel: "rel", download: "download", disabled: "disabled", open: "open", appearance: "appearance", appearanceVariant: ["appearance-variant", "appearanceVariant"] }, ngImport: i0 }); }
70
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonAnchorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
71
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvSplitButtonAnchorDirective, isStandalone: false, selector: "ok-fv-split-button-anchor", inputs: { label: "label", href: "href", target: "target", rel: "rel", download: "download", disabled: "disabled", open: "open", appearance: "appearance", appearanceVariant: ["appearance-variant", "appearanceVariant"] }, ngImport: i0 }); }
72
72
  }
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonAnchorDirective, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonAnchorDirective, decorators: [{
74
74
  type: Directive,
75
75
  args: [{
76
76
  selector: 'ok-fv-split-button-anchor',
@@ -98,11 +98,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
98
98
  }] } });
99
99
 
100
100
  class OkFvSplitButtonAnchorModule {
101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
102
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonAnchorModule, declarations: [OkFvSplitButtonAnchorDirective], imports: [CommonModule], exports: [OkFvSplitButtonAnchorDirective] }); }
103
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonAnchorModule, imports: [CommonModule] }); }
101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
102
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonAnchorModule, declarations: [OkFvSplitButtonAnchorDirective], imports: [CommonModule], exports: [OkFvSplitButtonAnchorDirective] }); }
103
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonAnchorModule, imports: [CommonModule] }); }
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonAnchorModule, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonAnchorModule, decorators: [{
106
106
  type: NgModule,
107
107
  args: [{
108
108
  declarations: [OkFvSplitButtonAnchorDirective],
@@ -43,10 +43,10 @@ class OkFvSplitButtonDirective {
43
43
  this.elementRef = elementRef;
44
44
  this.renderer = renderer;
45
45
  }
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
47
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvSplitButtonDirective, isStandalone: false, selector: "ok-fv-split-button", inputs: { label: "label", disabled: "disabled", open: "open", appearance: "appearance", appearanceVariant: ["appearance-variant", "appearanceVariant"] }, ngImport: i0 }); }
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
47
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvSplitButtonDirective, isStandalone: false, selector: "ok-fv-split-button", inputs: { label: "label", disabled: "disabled", open: "open", appearance: "appearance", appearanceVariant: ["appearance-variant", "appearanceVariant"] }, ngImport: i0 }); }
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonDirective, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: 'ok-fv-split-button',
@@ -66,11 +66,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
66
66
  }] } });
67
67
 
68
68
  class OkFvSplitButtonModule {
69
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
70
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonModule, declarations: [OkFvSplitButtonDirective], imports: [CommonModule], exports: [OkFvSplitButtonDirective] }); }
71
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonModule, imports: [CommonModule] }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
70
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonModule, declarations: [OkFvSplitButtonDirective], imports: [CommonModule], exports: [OkFvSplitButtonDirective] }); }
71
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonModule, imports: [CommonModule] }); }
72
72
  }
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitButtonModule, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitButtonModule, decorators: [{
74
74
  type: NgModule,
75
75
  args: [{
76
76
  declarations: [OkFvSplitButtonDirective],
@@ -0,0 +1,126 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, HostListener, Output, Input, Directive, NgModule } from '@angular/core';
3
+ export { fvSplitterTag } from '@ni/ok-components/dist/esm/fv/splitter';
4
+ import { toNumberProperty } from '@ni/nimble-angular/internal-utilities';
5
+ import { CommonModule } from '@angular/common';
6
+
7
+ /**
8
+ * Directive to provide Angular integration for the FV splitter.
9
+ */
10
+ class OkFvSplitterDirective {
11
+ get ariaLabel() {
12
+ return this.elementRef.nativeElement.ariaLabel;
13
+ }
14
+ set ariaLabel(value) {
15
+ this.renderer.setProperty(this.elementRef.nativeElement, 'ariaLabel', value);
16
+ }
17
+ get ariaLabelledby() {
18
+ return this.elementRef.nativeElement.ariaLabelledby;
19
+ }
20
+ set ariaLabelledby(value) {
21
+ this.renderer.setProperty(this.elementRef.nativeElement, 'ariaLabelledby', value);
22
+ }
23
+ get ariaControls() {
24
+ return this.elementRef.nativeElement.ariaControls;
25
+ }
26
+ set ariaControls(value) {
27
+ this.renderer.setProperty(this.elementRef.nativeElement, 'ariaControls', value);
28
+ }
29
+ get position() {
30
+ return this.elementRef.nativeElement.position;
31
+ }
32
+ set position(value) {
33
+ this.renderer.setProperty(this.elementRef.nativeElement, 'position', toNumberProperty(value));
34
+ }
35
+ get min() {
36
+ return this.elementRef.nativeElement.min;
37
+ }
38
+ set min(value) {
39
+ this.renderer.setProperty(this.elementRef.nativeElement, 'min', toNumberProperty(value));
40
+ }
41
+ get max() {
42
+ return this.elementRef.nativeElement.max;
43
+ }
44
+ set max(value) {
45
+ this.renderer.setProperty(this.elementRef.nativeElement, 'max', toNumberProperty(value));
46
+ }
47
+ get step() {
48
+ return this.elementRef.nativeElement.step;
49
+ }
50
+ set step(value) {
51
+ this.renderer.setProperty(this.elementRef.nativeElement, 'step', toNumberProperty(value));
52
+ }
53
+ constructor(elementRef, renderer) {
54
+ this.elementRef = elementRef;
55
+ this.renderer = renderer;
56
+ this.inputEvent = new EventEmitter();
57
+ this.changeEvent = new EventEmitter();
58
+ }
59
+ onInput(event) {
60
+ if (event.target === this.elementRef.nativeElement) {
61
+ this.inputEvent.emit(event);
62
+ }
63
+ }
64
+ onChange(event) {
65
+ if (event.target === this.elementRef.nativeElement) {
66
+ this.changeEvent.emit(event);
67
+ }
68
+ }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
70
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvSplitterDirective, isStandalone: false, selector: "ok-fv-splitter", inputs: { ariaLabel: ["aria-label", "ariaLabel"], ariaLabelledby: ["aria-labelledby", "ariaLabelledby"], ariaControls: ["aria-controls", "ariaControls"], position: "position", min: "min", max: "max", step: "step" }, outputs: { inputEvent: "inputEvent", changeEvent: "changeEvent" }, host: { listeners: { "input": "onInput($event)", "change": "onChange($event)" } }, ngImport: i0 }); }
71
+ }
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterDirective, decorators: [{
73
+ type: Directive,
74
+ args: [{
75
+ selector: 'ok-fv-splitter',
76
+ standalone: false
77
+ }]
78
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { ariaLabel: [{
79
+ type: Input,
80
+ args: ['aria-label']
81
+ }], ariaLabelledby: [{
82
+ type: Input,
83
+ args: ['aria-labelledby']
84
+ }], ariaControls: [{
85
+ type: Input,
86
+ args: ['aria-controls']
87
+ }], position: [{
88
+ type: Input
89
+ }], min: [{
90
+ type: Input
91
+ }], max: [{
92
+ type: Input
93
+ }], step: [{
94
+ type: Input
95
+ }], inputEvent: [{
96
+ type: Output
97
+ }], changeEvent: [{
98
+ type: Output
99
+ }], onInput: [{
100
+ type: HostListener,
101
+ args: ['input', ['$event']]
102
+ }], onChange: [{
103
+ type: HostListener,
104
+ args: ['change', ['$event']]
105
+ }] } });
106
+
107
+ class OkFvSplitterModule {
108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
109
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterModule, declarations: [OkFvSplitterDirective], imports: [CommonModule], exports: [OkFvSplitterDirective] }); }
110
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterModule, imports: [CommonModule] }); }
111
+ }
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterModule, decorators: [{
113
+ type: NgModule,
114
+ args: [{
115
+ declarations: [OkFvSplitterDirective],
116
+ imports: [CommonModule],
117
+ exports: [OkFvSplitterDirective]
118
+ }]
119
+ }] });
120
+
121
+ /**
122
+ * Generated bundle index. Do not edit.
123
+ */
124
+
125
+ export { OkFvSplitterDirective, OkFvSplitterModule };
126
+ //# sourceMappingURL=ni-ok-angular-fv-splitter.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ni-ok-angular-fv-splitter.mjs","sources":["../../../ok-angular/fv/splitter/ok-fv-splitter.directive.ts","../../../ok-angular/fv/splitter/ok-fv-splitter.module.ts","../../../ok-angular/fv/splitter/ni-ok-angular-fv-splitter.ts"],"sourcesContent":["import { Directive, ElementRef, EventEmitter, HostListener, Input, Output, Renderer2 } from '@angular/core';\nimport type { FvSplitter } from '@ni/ok-components/dist/esm/fv/splitter';\nimport { fvSplitterTag } from '@ni/ok-components/dist/esm/fv/splitter';\nimport { type NumberValueOrAttribute, toNumberProperty } from '@ni/nimble-angular/internal-utilities';\n\nexport type { FvSplitter };\nexport { fvSplitterTag };\n\n/**\n * Directive to provide Angular integration for the FV splitter.\n */\n@Directive({\n selector: 'ok-fv-splitter',\n standalone: false\n})\nexport class OkFvSplitterDirective {\n public get ariaLabel(): string {\n return this.elementRef.nativeElement.ariaLabel;\n }\n\n @Input('aria-label')\n public set ariaLabel(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'ariaLabel', value);\n }\n\n public get ariaLabelledby(): string | undefined {\n return this.elementRef.nativeElement.ariaLabelledby;\n }\n\n @Input('aria-labelledby')\n public set ariaLabelledby(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'ariaLabelledby', value);\n }\n\n public get ariaControls(): string | undefined {\n return this.elementRef.nativeElement.ariaControls;\n }\n\n @Input('aria-controls')\n public set ariaControls(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'ariaControls', value);\n }\n\n public get position(): number {\n return this.elementRef.nativeElement.position;\n }\n\n @Input()\n public set position(value: NumberValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'position', toNumberProperty(value));\n }\n\n public get min(): number {\n return this.elementRef.nativeElement.min;\n }\n\n @Input()\n public set min(value: NumberValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'min', toNumberProperty(value));\n }\n\n public get max(): number {\n return this.elementRef.nativeElement.max;\n }\n\n @Input()\n public set max(value: NumberValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'max', toNumberProperty(value));\n }\n\n public get step(): number {\n return this.elementRef.nativeElement.step;\n }\n\n @Input()\n public set step(value: NumberValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'step', toNumberProperty(value));\n }\n\n @Output()\n public inputEvent = new EventEmitter<Event>();\n\n @Output()\n public changeEvent = new EventEmitter<Event>();\n\n public constructor(\n private readonly elementRef: ElementRef<FvSplitter>,\n private readonly renderer: Renderer2\n ) {}\n\n @HostListener('input', ['$event'])\n public onInput(event: Event): void {\n if (event.target === this.elementRef.nativeElement) {\n this.inputEvent.emit(event);\n }\n }\n\n @HostListener('change', ['$event'])\n public onChange(event: Event): void {\n if (event.target === this.elementRef.nativeElement) {\n this.changeEvent.emit(event);\n }\n }\n}","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { OkFvSplitterDirective } from './ok-fv-splitter.directive';\n\nimport '@ni/ok-components/dist/esm/fv/splitter';\n\n@NgModule({\n declarations: [OkFvSplitterDirective],\n imports: [CommonModule],\n exports: [OkFvSplitterDirective]\n})\nexport class OkFvSplitterModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -10,10 +10,10 @@ class OkFvStickyHeaderDirective {
10
10
  constructor(elementRef) {
11
11
  this.elementRef = elementRef;
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvStickyHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvStickyHeaderDirective, isStandalone: false, selector: "ok-fv-sticky-header", ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvStickyHeaderDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvStickyHeaderDirective, isStandalone: false, selector: "ok-fv-sticky-header", ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvStickyHeaderDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvStickyHeaderDirective, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: 'ok-fv-sticky-header',
@@ -22,11 +22,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
22
22
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
23
23
 
24
24
  class OkFvStickyHeaderModule {
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvStickyHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
26
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvStickyHeaderModule, declarations: [OkFvStickyHeaderDirective], imports: [CommonModule], exports: [OkFvStickyHeaderDirective] }); }
27
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvStickyHeaderModule, imports: [CommonModule] }); }
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvStickyHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
26
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvStickyHeaderModule, declarations: [OkFvStickyHeaderDirective], imports: [CommonModule], exports: [OkFvStickyHeaderDirective] }); }
27
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvStickyHeaderModule, imports: [CommonModule] }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvStickyHeaderModule, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvStickyHeaderModule, decorators: [{
30
30
  type: NgModule,
31
31
  args: [{
32
32
  declarations: [OkFvStickyHeaderDirective],
@@ -50,10 +50,10 @@ class OkFvSummaryPanelTileDirective {
50
50
  this.elementRef = elementRef;
51
51
  this.renderer = renderer;
52
52
  }
53
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelTileDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
54
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvSummaryPanelTileDirective, isStandalone: false, selector: "ok-fv-summary-panel-tile", inputs: { count: "count", label: "label", legacyStyle: ["legacy-style", "legacyStyle"], size: "size", selected: "selected", textPosition: ["text-position", "textPosition"] }, ngImport: i0 }); }
53
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelTileDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
54
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvSummaryPanelTileDirective, isStandalone: false, selector: "ok-fv-summary-panel-tile", inputs: { count: "count", label: "label", legacyStyle: ["legacy-style", "legacyStyle"], size: "size", selected: "selected", textPosition: ["text-position", "textPosition"] }, ngImport: i0 }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelTileDirective, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelTileDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: 'ok-fv-summary-panel-tile',
@@ -76,11 +76,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
76
76
  }] } });
77
77
 
78
78
  class OkFvSummaryPanelTileModule {
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelTileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
80
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelTileModule, declarations: [OkFvSummaryPanelTileDirective], imports: [CommonModule], exports: [OkFvSummaryPanelTileDirective] }); }
81
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelTileModule, imports: [CommonModule] }); }
79
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelTileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
80
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelTileModule, declarations: [OkFvSummaryPanelTileDirective], imports: [CommonModule], exports: [OkFvSummaryPanelTileDirective] }); }
81
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelTileModule, imports: [CommonModule] }); }
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelTileModule, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelTileModule, decorators: [{
84
84
  type: NgModule,
85
85
  args: [{
86
86
  declarations: [OkFvSummaryPanelTileDirective],
@@ -37,10 +37,10 @@ class OkFvSummaryPanelDirective {
37
37
  this.elementRef = elementRef;
38
38
  this.renderer = renderer;
39
39
  }
40
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
41
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: OkFvSummaryPanelDirective, isStandalone: false, selector: "ok-fv-summary-panel", inputs: { showEditItemsButton: ["show-edit-items-button", "showEditItemsButton"], legacyStyle: ["legacy-style", "legacyStyle"], size: "size", editItemsButtonLabel: ["edit-items-button-label", "editItemsButtonLabel"] }, ngImport: i0 }); }
40
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
41
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: OkFvSummaryPanelDirective, isStandalone: false, selector: "ok-fv-summary-panel", inputs: { showEditItemsButton: ["show-edit-items-button", "showEditItemsButton"], legacyStyle: ["legacy-style", "legacyStyle"], size: "size", editItemsButtonLabel: ["edit-items-button-label", "editItemsButtonLabel"] }, ngImport: i0 }); }
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelDirective, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelDirective, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
46
  selector: 'ok-fv-summary-panel',
@@ -60,11 +60,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
60
60
  }] } });
61
61
 
62
62
  class OkFvSummaryPanelModule {
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
64
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelModule, declarations: [OkFvSummaryPanelDirective], imports: [CommonModule], exports: [OkFvSummaryPanelDirective] }); }
65
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelModule, imports: [CommonModule] }); }
63
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
64
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelModule, declarations: [OkFvSummaryPanelDirective], imports: [CommonModule], exports: [OkFvSummaryPanelDirective] }); }
65
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelModule, imports: [CommonModule] }); }
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSummaryPanelModule, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSummaryPanelModule, decorators: [{
68
68
  type: NgModule,
69
69
  args: [{
70
70
  declarations: [OkFvSummaryPanelDirective],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/ok-angular",
3
- "version": "2.7.3",
3
+ "version": "3.0.0",
4
4
  "description": "Angular components for NI OK Components",
5
5
  "type": "module",
6
6
  "repository": {
@@ -22,71 +22,75 @@
22
22
  "tslib": "^2.2.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@angular/common": "^20.3.19",
26
- "@angular/core": "^20.3.19",
27
- "@angular/localize": "^20.3.19",
28
- "@ni/ok-components": "^1.8.3"
25
+ "@angular/common": "^21.2.21",
26
+ "@angular/core": "^21.2.21",
27
+ "@angular/localize": "^21.2.21",
28
+ "@ni/ok-components": "^1.9.1"
29
29
  },
30
30
  "module": "fesm2022/ni-ok-angular.mjs",
31
- "typings": "index.d.ts",
31
+ "typings": "types/ni-ok-angular.d.ts",
32
32
  "exports": {
33
33
  "./package.json": {
34
34
  "default": "./package.json"
35
35
  },
36
36
  ".": {
37
- "types": "./index.d.ts",
37
+ "types": "./types/ni-ok-angular.d.ts",
38
38
  "default": "./fesm2022/ni-ok-angular.mjs"
39
39
  },
40
40
  "./ex/button": {
41
- "types": "./ex/button/index.d.ts",
41
+ "types": "./types/ni-ok-angular-ex-button.d.ts",
42
42
  "default": "./fesm2022/ni-ok-angular-ex-button.mjs"
43
43
  },
44
44
  "./fv/accordion-item": {
45
- "types": "./fv/accordion-item/index.d.ts",
45
+ "types": "./types/ni-ok-angular-fv-accordion-item.d.ts",
46
46
  "default": "./fesm2022/ni-ok-angular-fv-accordion-item.mjs"
47
47
  },
48
48
  "./fv/card": {
49
- "types": "./fv/card/index.d.ts",
49
+ "types": "./types/ni-ok-angular-fv-card.d.ts",
50
50
  "default": "./fesm2022/ni-ok-angular-fv-card.mjs"
51
51
  },
52
52
  "./fv/chip-selector": {
53
- "types": "./fv/chip-selector/index.d.ts",
53
+ "types": "./types/ni-ok-angular-fv-chip-selector.d.ts",
54
54
  "default": "./fesm2022/ni-ok-angular-fv-chip-selector.mjs"
55
55
  },
56
56
  "./fv/context-help": {
57
- "types": "./fv/context-help/index.d.ts",
57
+ "types": "./types/ni-ok-angular-fv-context-help.d.ts",
58
58
  "default": "./fesm2022/ni-ok-angular-fv-context-help.mjs"
59
59
  },
60
60
  "./fv/master-detail-list": {
61
- "types": "./fv/master-detail-list/index.d.ts",
61
+ "types": "./types/ni-ok-angular-fv-master-detail-list.d.ts",
62
62
  "default": "./fesm2022/ni-ok-angular-fv-master-detail-list.mjs"
63
63
  },
64
64
  "./fv/master-detail-list-item": {
65
- "types": "./fv/master-detail-list-item/index.d.ts",
65
+ "types": "./types/ni-ok-angular-fv-master-detail-list-item.d.ts",
66
66
  "default": "./fesm2022/ni-ok-angular-fv-master-detail-list-item.mjs"
67
67
  },
68
68
  "./fv/search-input": {
69
- "types": "./fv/search-input/index.d.ts",
69
+ "types": "./types/ni-ok-angular-fv-search-input.d.ts",
70
70
  "default": "./fesm2022/ni-ok-angular-fv-search-input.mjs"
71
71
  },
72
72
  "./fv/split-button": {
73
- "types": "./fv/split-button/index.d.ts",
73
+ "types": "./types/ni-ok-angular-fv-split-button.d.ts",
74
74
  "default": "./fesm2022/ni-ok-angular-fv-split-button.mjs"
75
75
  },
76
76
  "./fv/split-button-anchor": {
77
- "types": "./fv/split-button-anchor/index.d.ts",
77
+ "types": "./types/ni-ok-angular-fv-split-button-anchor.d.ts",
78
78
  "default": "./fesm2022/ni-ok-angular-fv-split-button-anchor.mjs"
79
79
  },
80
+ "./fv/splitter": {
81
+ "types": "./types/ni-ok-angular-fv-splitter.d.ts",
82
+ "default": "./fesm2022/ni-ok-angular-fv-splitter.mjs"
83
+ },
80
84
  "./fv/sticky-header": {
81
- "types": "./fv/sticky-header/index.d.ts",
85
+ "types": "./types/ni-ok-angular-fv-sticky-header.d.ts",
82
86
  "default": "./fesm2022/ni-ok-angular-fv-sticky-header.mjs"
83
87
  },
84
88
  "./fv/summary-panel": {
85
- "types": "./fv/summary-panel/index.d.ts",
89
+ "types": "./types/ni-ok-angular-fv-summary-panel.d.ts",
86
90
  "default": "./fesm2022/ni-ok-angular-fv-summary-panel.mjs"
87
91
  },
88
92
  "./fv/summary-panel-tile": {
89
- "types": "./fv/summary-panel-tile/index.d.ts",
93
+ "types": "./types/ni-ok-angular-fv-summary-panel-tile.d.ts",
90
94
  "default": "./fesm2022/ni-ok-angular-fv-summary-panel-tile.mjs"
91
95
  }
92
96
  },
@@ -0,0 +1,43 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, ElementRef, Renderer2 } from '@angular/core';
3
+ import { FvSplitter } from '@ni/ok-components/dist/esm/fv/splitter';
4
+ export { FvSplitter, fvSplitterTag } from '@ni/ok-components/dist/esm/fv/splitter';
5
+ import { NumberValueOrAttribute } from '@ni/nimble-angular/internal-utilities';
6
+ import * as i2 from '@angular/common';
7
+
8
+ /**
9
+ * Directive to provide Angular integration for the FV splitter.
10
+ */
11
+ declare class OkFvSplitterDirective {
12
+ private readonly elementRef;
13
+ private readonly renderer;
14
+ get ariaLabel(): string;
15
+ set ariaLabel(value: string);
16
+ get ariaLabelledby(): string | undefined;
17
+ set ariaLabelledby(value: string | undefined);
18
+ get ariaControls(): string | undefined;
19
+ set ariaControls(value: string | undefined);
20
+ get position(): number;
21
+ set position(value: NumberValueOrAttribute);
22
+ get min(): number;
23
+ set min(value: NumberValueOrAttribute);
24
+ get max(): number;
25
+ set max(value: NumberValueOrAttribute);
26
+ get step(): number;
27
+ set step(value: NumberValueOrAttribute);
28
+ inputEvent: EventEmitter<Event>;
29
+ changeEvent: EventEmitter<Event>;
30
+ constructor(elementRef: ElementRef<FvSplitter>, renderer: Renderer2);
31
+ onInput(event: Event): void;
32
+ onChange(event: Event): void;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<OkFvSplitterDirective, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OkFvSplitterDirective, "ok-fv-splitter", never, { "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "ariaControls": { "alias": "aria-controls"; "required": false; }; "position": { "alias": "position"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; }, { "inputEvent": "inputEvent"; "changeEvent": "changeEvent"; }, never, never, false, never>;
35
+ }
36
+
37
+ declare class OkFvSplitterModule {
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<OkFvSplitterModule, never>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OkFvSplitterModule, [typeof OkFvSplitterDirective], [typeof i2.CommonModule], [typeof OkFvSplitterDirective]>;
40
+ static ɵinj: i0.ɵɵInjectorDeclaration<OkFvSplitterModule>;
41
+ }
42
+
43
+ export { OkFvSplitterDirective, OkFvSplitterModule };
File without changes