@ni/ok-angular 2.7.4 → 3.0.1

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 (30) 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 +7 -7
  12. package/fesm2022/ni-ok-angular-fv-sticky-header.mjs +7 -7
  13. package/fesm2022/ni-ok-angular-fv-summary-panel-tile.mjs +7 -7
  14. package/fesm2022/ni-ok-angular-fv-summary-panel.mjs +7 -7
  15. package/package.json +21 -21
  16. /package/{ex/button/index.d.ts → types/ni-ok-angular-ex-button.d.ts} +0 -0
  17. /package/{fv/accordion-item/index.d.ts → types/ni-ok-angular-fv-accordion-item.d.ts} +0 -0
  18. /package/{fv/card/index.d.ts → types/ni-ok-angular-fv-card.d.ts} +0 -0
  19. /package/{fv/chip-selector/index.d.ts → types/ni-ok-angular-fv-chip-selector.d.ts} +0 -0
  20. /package/{fv/context-help/index.d.ts → types/ni-ok-angular-fv-context-help.d.ts} +0 -0
  21. /package/{fv/master-detail-list-item/index.d.ts → types/ni-ok-angular-fv-master-detail-list-item.d.ts} +0 -0
  22. /package/{fv/master-detail-list/index.d.ts → types/ni-ok-angular-fv-master-detail-list.d.ts} +0 -0
  23. /package/{fv/search-input/index.d.ts → types/ni-ok-angular-fv-search-input.d.ts} +0 -0
  24. /package/{fv/split-button-anchor/index.d.ts → types/ni-ok-angular-fv-split-button-anchor.d.ts} +0 -0
  25. /package/{fv/split-button/index.d.ts → types/ni-ok-angular-fv-split-button.d.ts} +0 -0
  26. /package/{fv/splitter/index.d.ts → types/ni-ok-angular-fv-splitter.d.ts} +0 -0
  27. /package/{fv/sticky-header/index.d.ts → types/ni-ok-angular-fv-sticky-header.d.ts} +0 -0
  28. /package/{fv/summary-panel-tile/index.d.ts → types/ni-ok-angular-fv-summary-panel-tile.d.ts} +0 -0
  29. /package/{fv/summary-panel/index.d.ts → types/ni-ok-angular-fv-summary-panel.d.ts} +0 -0
  30. /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],
@@ -66,10 +66,10 @@ class OkFvSplitterDirective {
66
66
  this.changeEvent.emit(event);
67
67
  }
68
68
  }
69
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", 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: "20.3.30", 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 }); }
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
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitterDirective, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterDirective, decorators: [{
73
73
  type: Directive,
74
74
  args: [{
75
75
  selector: 'ok-fv-splitter',
@@ -105,11 +105,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
105
105
  }] } });
106
106
 
107
107
  class OkFvSplitterModule {
108
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
109
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitterModule, declarations: [OkFvSplitterDirective], imports: [CommonModule], exports: [OkFvSplitterDirective] }); }
110
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitterModule, imports: [CommonModule] }); }
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
111
  }
112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: OkFvSplitterModule, decorators: [{
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: OkFvSplitterModule, decorators: [{
113
113
  type: NgModule,
114
114
  args: [{
115
115
  declarations: [OkFvSplitterDirective],
@@ -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.4",
3
+ "version": "3.0.1",
4
4
  "description": "Angular components for NI OK Components",
5
5
  "type": "module",
6
6
  "repository": {
@@ -22,75 +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.9.0"
25
+ "@angular/common": "^21.2.21",
26
+ "@angular/core": "^21.2.21",
27
+ "@angular/localize": "^21.2.21",
28
+ "@ni/ok-components": "^1.9.2"
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
80
  "./fv/splitter": {
81
- "types": "./fv/splitter/index.d.ts",
81
+ "types": "./types/ni-ok-angular-fv-splitter.d.ts",
82
82
  "default": "./fesm2022/ni-ok-angular-fv-splitter.mjs"
83
83
  },
84
84
  "./fv/sticky-header": {
85
- "types": "./fv/sticky-header/index.d.ts",
85
+ "types": "./types/ni-ok-angular-fv-sticky-header.d.ts",
86
86
  "default": "./fesm2022/ni-ok-angular-fv-sticky-header.mjs"
87
87
  },
88
88
  "./fv/summary-panel": {
89
- "types": "./fv/summary-panel/index.d.ts",
89
+ "types": "./types/ni-ok-angular-fv-summary-panel.d.ts",
90
90
  "default": "./fesm2022/ni-ok-angular-fv-summary-panel.mjs"
91
91
  },
92
92
  "./fv/summary-panel-tile": {
93
- "types": "./fv/summary-panel-tile/index.d.ts",
93
+ "types": "./types/ni-ok-angular-fv-summary-panel-tile.d.ts",
94
94
  "default": "./fesm2022/ni-ok-angular-fv-summary-panel-tile.mjs"
95
95
  }
96
96
  },
File without changes