@ni/nimble-angular 32.0.0 → 32.0.2

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-nimble-angular-card.mjs +7 -7
  2. package/fesm2022/ni-nimble-angular-label-provider-core.mjs +10 -10
  3. package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs +10 -10
  4. package/fesm2022/ni-nimble-angular-label-provider-table.mjs +10 -10
  5. package/fesm2022/ni-nimble-angular-mapping-base.mjs +3 -3
  6. package/fesm2022/ni-nimble-angular-mapping-empty.mjs +7 -7
  7. package/fesm2022/ni-nimble-angular-mapping-icon.mjs +7 -7
  8. package/fesm2022/ni-nimble-angular-mapping-spinner.mjs +7 -7
  9. package/fesm2022/ni-nimble-angular-mapping-text.mjs +7 -7
  10. package/fesm2022/ni-nimble-angular-mapping-user.mjs +7 -7
  11. package/fesm2022/ni-nimble-angular-pipes.mjs +9 -9
  12. package/fesm2022/ni-nimble-angular-rich-text-editor.mjs +7 -7
  13. package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs +7 -7
  14. package/fesm2022/ni-nimble-angular-rich-text-mention.mjs +3 -3
  15. package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs +7 -7
  16. package/fesm2022/ni-nimble-angular-table-column-anchor.mjs +10 -10
  17. package/fesm2022/ni-nimble-angular-table-column-date-text.mjs +7 -7
  18. package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs +7 -7
  19. package/fesm2022/ni-nimble-angular-table-column-mapping.mjs +7 -7
  20. package/fesm2022/ni-nimble-angular-table-column-menu-button.mjs +7 -7
  21. package/fesm2022/ni-nimble-angular-table-column-number-text.mjs +7 -7
  22. package/fesm2022/ni-nimble-angular-table-column-text.mjs +7 -7
  23. package/fesm2022/ni-nimble-angular-table-column.mjs +3 -3
  24. package/fesm2022/ni-nimble-angular-table.mjs +7 -7
  25. package/fesm2022/ni-nimble-angular-unit-byte.mjs +7 -7
  26. package/fesm2022/ni-nimble-angular-unit-celsius.mjs +7 -7
  27. package/fesm2022/ni-nimble-angular-unit-fahrenheit.mjs +7 -7
  28. package/fesm2022/ni-nimble-angular-unit-volt.mjs +7 -7
  29. package/fesm2022/ni-nimble-angular.mjs +2005 -2005
  30. package/package.json +22 -21
@@ -7,10 +7,10 @@ import { CommonModule } from '@angular/common';
7
7
  * Directive to provide Angular integration for the card.
8
8
  */
9
9
  class NimbleCardDirective {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleCardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleCardDirective, isStandalone: false, selector: "nimble-card", ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleCardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleCardDirective, isStandalone: false, selector: "nimble-card", ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleCardDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleCardDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: 'nimble-card',
@@ -19,11 +19,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
19
19
  }] });
20
20
 
21
21
  class NimbleCardModule {
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleCardModule, declarations: [NimbleCardDirective], imports: [CommonModule], exports: [NimbleCardDirective] }); }
24
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleCardModule, imports: [CommonModule] }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleCardModule, declarations: [NimbleCardDirective], imports: [CommonModule], exports: [NimbleCardDirective] }); }
24
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleCardModule, imports: [CommonModule] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleCardModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleCardModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [NimbleCardDirective],
@@ -78,10 +78,10 @@ class NimbleLabelProviderCoreDirective {
78
78
  set scrollForward(value) {
79
79
  this.renderer.setProperty(this.elementRef.nativeElement, 'scrollForward', value);
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
82
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleLabelProviderCoreDirective, isStandalone: false, selector: "nimble-label-provider-core", inputs: { popupDismiss: ["popup-dismiss", "popupDismiss"], numericDecrement: ["numeric-decrement", "numericDecrement"], numericIncrement: ["numeric-increment", "numericIncrement"], popupIconError: ["popup-icon-error", "popupIconError"], popupIconWarning: ["popup-icon-warning", "popupIconWarning"], popupIconInformation: ["popup-icon-information", "popupIconInformation"], filterSearch: ["filter-search", "filterSearch"], filterNoResults: ["filter-no-results", "filterNoResults"], loading: "loading", scrollBackward: "scrollBackward", scrollForward: "scrollForward" }, ngImport: i0 }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
82
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleLabelProviderCoreDirective, isStandalone: false, selector: "nimble-label-provider-core", inputs: { popupDismiss: ["popup-dismiss", "popupDismiss"], numericDecrement: ["numeric-decrement", "numericDecrement"], numericIncrement: ["numeric-increment", "numericIncrement"], popupIconError: ["popup-icon-error", "popupIconError"], popupIconWarning: ["popup-icon-warning", "popupIconWarning"], popupIconInformation: ["popup-icon-information", "popupIconInformation"], filterSearch: ["filter-search", "filterSearch"], filterNoResults: ["filter-no-results", "filterNoResults"], loading: "loading", scrollBackward: "scrollBackward", scrollForward: "scrollForward" }, ngImport: i0 }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreDirective, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreDirective, decorators: [{
85
85
  type: Directive,
86
86
  args: [{
87
87
  selector: 'nimble-label-provider-core',
@@ -142,10 +142,10 @@ class NimbleLabelProviderCoreWithDefaultsDirective {
142
142
  this.elementRef.nativeElement.scrollBackward = $localize `:Nimble scroll backward|:Scroll backward`;
143
143
  this.elementRef.nativeElement.scrollForward = $localize `:Nimble scroll forward|:Scroll forward`;
144
144
  }
145
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
146
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleLabelProviderCoreWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-core[withDefaults]", ngImport: i0 }); }
145
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
146
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleLabelProviderCoreWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-core[withDefaults]", ngImport: i0 }); }
147
147
  }
148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, decorators: [{
148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, decorators: [{
149
149
  type: Directive,
150
150
  args: [{
151
151
  selector: 'nimble-label-provider-core[withDefaults]',
@@ -154,11 +154,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
154
154
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }] });
155
155
 
156
156
  class NimbleLabelProviderCoreModule {
157
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
158
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreModule, declarations: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective] }); }
159
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreModule, imports: [CommonModule] }); }
157
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
158
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreModule, declarations: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective] }); }
159
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreModule, imports: [CommonModule] }); }
160
160
  }
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderCoreModule, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderCoreModule, decorators: [{
162
162
  type: NgModule,
163
163
  args: [{
164
164
  declarations: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective],
@@ -36,10 +36,10 @@ class NimbleLabelProviderRichTextDirective {
36
36
  set toggleNumberedList(value) {
37
37
  this.renderer.setProperty(this.elementRef.nativeElement, 'toggleNumberedList', value);
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
40
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleLabelProviderRichTextDirective, isStandalone: false, selector: "nimble-label-provider-rich-text", inputs: { toggleBold: ["toggle-bold", "toggleBold"], toggleItalics: ["toggle-italics", "toggleItalics"], toggleBulletedList: ["toggle-bulleted-list", "toggleBulletedList"], toggleNumberedList: ["toggle-numbered-list", "toggleNumberedList"] }, ngImport: i0 }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
40
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleLabelProviderRichTextDirective, isStandalone: false, selector: "nimble-label-provider-rich-text", inputs: { toggleBold: ["toggle-bold", "toggleBold"], toggleItalics: ["toggle-italics", "toggleItalics"], toggleBulletedList: ["toggle-bulleted-list", "toggleBulletedList"], toggleNumberedList: ["toggle-numbered-list", "toggleNumberedList"] }, ngImport: i0 }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextDirective, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextDirective, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  selector: 'nimble-label-provider-rich-text',
@@ -72,10 +72,10 @@ class NimbleLabelProviderRichTextWithDefaultsDirective {
72
72
  this.elementRef.nativeElement.toggleBulletedList = $localize `:Nimble rich text - toggle bulleted list|:Bulleted List`;
73
73
  this.elementRef.nativeElement.toggleNumberedList = $localize `:Nimble rich text - toggle numbered list|:Numbered List`;
74
74
  }
75
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
76
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleLabelProviderRichTextWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-rich-text[withDefaults]", ngImport: i0 }); }
75
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
76
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleLabelProviderRichTextWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-rich-text[withDefaults]", ngImport: i0 }); }
77
77
  }
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextWithDefaultsDirective, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextWithDefaultsDirective, decorators: [{
79
79
  type: Directive,
80
80
  args: [{
81
81
  selector: 'nimble-label-provider-rich-text[withDefaults]',
@@ -84,11 +84,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
84
84
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }] });
85
85
 
86
86
  class NimbleLabelProviderRichTextModule {
87
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
88
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextModule, declarations: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective] }); }
89
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextModule, imports: [CommonModule] }); }
87
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
88
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextModule, declarations: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective] }); }
89
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextModule, imports: [CommonModule] }); }
90
90
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderRichTextModule, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderRichTextModule, decorators: [{
92
92
  type: NgModule,
93
93
  args: [{
94
94
  declarations: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective],
@@ -109,10 +109,10 @@ class NimbleLabelProviderTableDirective {
109
109
  set groupRowPlaceholderEmpty(value) {
110
110
  this.renderer.setProperty(this.elementRef.nativeElement, 'groupRowPlaceholderEmpty', value);
111
111
  }
112
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
113
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleLabelProviderTableDirective, isStandalone: false, selector: "nimble-label-provider-table", inputs: { groupCollapse: ["group-collapse", "groupCollapse"], groupExpand: ["group-expand", "groupExpand"], rowCollapse: ["row-collapse", "rowCollapse"], rowExpand: ["row-expand", "rowExpand"], collapseAll: ["collapse-all", "collapseAll"], cellActionMenu: ["cell-action-menu", "cellActionMenu"], columnHeaderGrouped: ["column-header-grouped", "columnHeaderGrouped"], columnHeaderSortedAscending: ["column-header-sorted-ascending", "columnHeaderSortedAscending"], columnHeaderSortedDescending: ["column-header-sorted-descending", "columnHeaderSortedDescending"], selectAll: ["select-all", "selectAll"], groupSelectAll: ["group-select-all", "groupSelectAll"], rowSelect: ["row-select", "rowSelect"], rowOperationColumn: ["row-operation-column", "rowOperationColumn"], rowLoading: ["row-loading", "rowLoading"], groupRowPlaceholderNoValue: ["group-row-placeholder-no-value", "groupRowPlaceholderNoValue"], groupRowPlaceholderEmpty: ["group-row-placeholder-empty", "groupRowPlaceholderEmpty"] }, ngImport: i0 }); }
112
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
113
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleLabelProviderTableDirective, isStandalone: false, selector: "nimble-label-provider-table", inputs: { groupCollapse: ["group-collapse", "groupCollapse"], groupExpand: ["group-expand", "groupExpand"], rowCollapse: ["row-collapse", "rowCollapse"], rowExpand: ["row-expand", "rowExpand"], collapseAll: ["collapse-all", "collapseAll"], cellActionMenu: ["cell-action-menu", "cellActionMenu"], columnHeaderGrouped: ["column-header-grouped", "columnHeaderGrouped"], columnHeaderSortedAscending: ["column-header-sorted-ascending", "columnHeaderSortedAscending"], columnHeaderSortedDescending: ["column-header-sorted-descending", "columnHeaderSortedDescending"], selectAll: ["select-all", "selectAll"], groupSelectAll: ["group-select-all", "groupSelectAll"], rowSelect: ["row-select", "rowSelect"], rowOperationColumn: ["row-operation-column", "rowOperationColumn"], rowLoading: ["row-loading", "rowLoading"], groupRowPlaceholderNoValue: ["group-row-placeholder-no-value", "groupRowPlaceholderNoValue"], groupRowPlaceholderEmpty: ["group-row-placeholder-empty", "groupRowPlaceholderEmpty"] }, ngImport: i0 }); }
114
114
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableDirective, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableDirective, decorators: [{
116
116
  type: Directive,
117
117
  args: [{
118
118
  selector: 'nimble-label-provider-table',
@@ -193,10 +193,10 @@ class NimbleLabelProviderTableWithDefaultsDirective {
193
193
  this.elementRef.nativeElement.groupRowPlaceholderNoValue = $localize `:Nimble table - group row placeholder no value|:No value`;
194
194
  this.elementRef.nativeElement.groupRowPlaceholderEmpty = $localize `:Nimble table - group row placeholder empty|:Empty`;
195
195
  }
196
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
197
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleLabelProviderTableWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-table[withDefaults]", ngImport: i0 }); }
196
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
197
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleLabelProviderTableWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-table[withDefaults]", ngImport: i0 }); }
198
198
  }
199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableWithDefaultsDirective, decorators: [{
199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableWithDefaultsDirective, decorators: [{
200
200
  type: Directive,
201
201
  args: [{
202
202
  selector: 'nimble-label-provider-table[withDefaults]',
@@ -205,11 +205,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
205
205
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }] });
206
206
 
207
207
  class NimbleLabelProviderTableModule {
208
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
209
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableModule, declarations: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective] }); }
210
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableModule, imports: [CommonModule] }); }
208
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
209
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableModule, declarations: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective] }); }
210
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableModule, imports: [CommonModule] }); }
211
211
  }
212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleLabelProviderTableModule, decorators: [{
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleLabelProviderTableModule, decorators: [{
213
213
  type: NgModule,
214
214
  args: [{
215
215
  declarations: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective],
@@ -15,10 +15,10 @@ class NimbleMappingDirective {
15
15
  this.renderer = renderer;
16
16
  this.elementRef = elementRef;
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleMappingDirective, isStandalone: true, inputs: { key: "key" }, ngImport: i0 }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
19
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleMappingDirective, isStandalone: true, inputs: { key: "key" }, ngImport: i0 }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingDirective, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingDirective, decorators: [{
22
22
  type: Directive
23
23
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }], propDecorators: { key: [{
24
24
  type: Input
@@ -19,10 +19,10 @@ class NimbleMappingEmptyDirective extends NimbleMappingDirective {
19
19
  this.renderer = renderer;
20
20
  this.elementRef = elementRef;
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingEmptyDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleMappingEmptyDirective, isStandalone: false, selector: "nimble-mapping-empty", inputs: { text: "text" }, usesInheritance: true, ngImport: i0 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingEmptyDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleMappingEmptyDirective, isStandalone: false, selector: "nimble-mapping-empty", inputs: { text: "text" }, usesInheritance: true, ngImport: i0 }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingEmptyDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingEmptyDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: 'nimble-mapping-empty',
@@ -33,11 +33,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
33
33
  }] } });
34
34
 
35
35
  class NimbleMappingEmptyModule {
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingEmptyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingEmptyModule, declarations: [NimbleMappingEmptyDirective], imports: [CommonModule], exports: [NimbleMappingEmptyDirective] }); }
38
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingEmptyModule, imports: [CommonModule] }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingEmptyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingEmptyModule, declarations: [NimbleMappingEmptyDirective], imports: [CommonModule], exports: [NimbleMappingEmptyDirective] }); }
38
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingEmptyModule, imports: [CommonModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingEmptyModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingEmptyModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  declarations: [NimbleMappingEmptyDirective],
@@ -38,10 +38,10 @@ class NimbleMappingIconDirective extends NimbleMappingDirective {
38
38
  this.renderer = renderer;
39
39
  this.elementRef = elementRef;
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingIconDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
42
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleMappingIconDirective, isStandalone: false, selector: "nimble-mapping-icon", inputs: { text: "text", icon: "icon", severity: "severity", textHidden: ["text-hidden", "textHidden"] }, usesInheritance: true, ngImport: i0 }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingIconDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
42
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleMappingIconDirective, isStandalone: false, selector: "nimble-mapping-icon", inputs: { text: "text", icon: "icon", severity: "severity", textHidden: ["text-hidden", "textHidden"] }, usesInheritance: true, ngImport: i0 }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingIconDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingIconDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  selector: 'nimble-mapping-icon',
@@ -59,11 +59,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
59
59
  }] } });
60
60
 
61
61
  class NimbleMappingIconModule {
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
63
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingIconModule, declarations: [NimbleMappingIconDirective], imports: [CommonModule], exports: [NimbleMappingIconDirective] }); }
64
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingIconModule, imports: [CommonModule] }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
63
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingIconModule, declarations: [NimbleMappingIconDirective], imports: [CommonModule], exports: [NimbleMappingIconDirective] }); }
64
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingIconModule, imports: [CommonModule] }); }
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingIconModule, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingIconModule, decorators: [{
67
67
  type: NgModule,
68
68
  args: [{
69
69
  declarations: [NimbleMappingIconDirective],
@@ -26,10 +26,10 @@ class NimbleMappingSpinnerDirective extends NimbleMappingDirective {
26
26
  this.renderer = renderer;
27
27
  this.elementRef = elementRef;
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingSpinnerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
30
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleMappingSpinnerDirective, isStandalone: false, selector: "nimble-mapping-spinner", inputs: { text: "text", textHidden: ["text-hidden", "textHidden"] }, usesInheritance: true, ngImport: i0 }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingSpinnerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
30
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleMappingSpinnerDirective, isStandalone: false, selector: "nimble-mapping-spinner", inputs: { text: "text", textHidden: ["text-hidden", "textHidden"] }, usesInheritance: true, ngImport: i0 }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingSpinnerDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingSpinnerDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: 'nimble-mapping-spinner',
@@ -43,11 +43,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
43
43
  }] } });
44
44
 
45
45
  class NimbleMappingSpinnerModule {
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
47
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingSpinnerModule, declarations: [NimbleMappingSpinnerDirective], imports: [CommonModule], exports: [NimbleMappingSpinnerDirective] }); }
48
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingSpinnerModule, imports: [CommonModule] }); }
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
47
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingSpinnerModule, declarations: [NimbleMappingSpinnerDirective], imports: [CommonModule], exports: [NimbleMappingSpinnerDirective] }); }
48
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingSpinnerModule, imports: [CommonModule] }); }
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingSpinnerModule, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingSpinnerModule, decorators: [{
51
51
  type: NgModule,
52
52
  args: [{
53
53
  declarations: [NimbleMappingSpinnerDirective],
@@ -19,10 +19,10 @@ class NimbleMappingTextDirective extends NimbleMappingDirective {
19
19
  this.renderer = renderer;
20
20
  this.elementRef = elementRef;
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingTextDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleMappingTextDirective, isStandalone: false, selector: "nimble-mapping-text", inputs: { text: "text" }, usesInheritance: true, ngImport: i0 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingTextDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleMappingTextDirective, isStandalone: false, selector: "nimble-mapping-text", inputs: { text: "text" }, usesInheritance: true, ngImport: i0 }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingTextDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingTextDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: 'nimble-mapping-text',
@@ -33,11 +33,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
33
33
  }] } });
34
34
 
35
35
  class NimbleMappingTextModule {
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingTextModule, declarations: [NimbleMappingTextDirective], imports: [CommonModule], exports: [NimbleMappingTextDirective] }); }
38
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingTextModule, imports: [CommonModule] }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingTextModule, declarations: [NimbleMappingTextDirective], imports: [CommonModule], exports: [NimbleMappingTextDirective] }); }
38
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingTextModule, imports: [CommonModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingTextModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingTextModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  declarations: [NimbleMappingTextDirective],
@@ -19,10 +19,10 @@ class NimbleMappingUserDirective extends NimbleMappingDirective {
19
19
  this.renderer = renderer;
20
20
  this.elementRef = elementRef;
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingUserDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleMappingUserDirective, isStandalone: false, selector: "nimble-mapping-user", inputs: { displayName: ["display-name", "displayName"] }, usesInheritance: true, ngImport: i0 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingUserDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
23
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleMappingUserDirective, isStandalone: false, selector: "nimble-mapping-user", inputs: { displayName: ["display-name", "displayName"] }, usesInheritance: true, ngImport: i0 }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingUserDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingUserDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  selector: 'nimble-mapping-user',
@@ -34,11 +34,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
34
34
  }] } });
35
35
 
36
36
  class NimbleMappingUserModule {
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingUserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
38
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingUserModule, declarations: [NimbleMappingUserDirective], imports: [CommonModule], exports: [NimbleMappingUserDirective] }); }
39
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingUserModule, imports: [CommonModule] }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingUserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
38
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingUserModule, declarations: [NimbleMappingUserDirective], imports: [CommonModule], exports: [NimbleMappingUserDirective] }); }
39
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingUserModule, imports: [CommonModule] }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleMappingUserModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleMappingUserModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  declarations: [NimbleMappingUserDirective],
@@ -17,10 +17,10 @@ class DiacriticInsensitivePipe {
17
17
  transform(value) {
18
18
  return diacriticInsensitiveStringNormalizer(value);
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiacriticInsensitivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: DiacriticInsensitivePipe, isStandalone: true, name: "diacritic-insensitive" }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DiacriticInsensitivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: DiacriticInsensitivePipe, isStandalone: true, name: "diacritic-insensitive" }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DiacriticInsensitivePipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DiacriticInsensitivePipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{
26
26
  name: 'diacritic-insensitive',
@@ -42,10 +42,10 @@ class DurationPipe {
42
42
  parseDuration(duration) {
43
43
  return typeof duration === 'string' ? parseFloat(duration) : duration;
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DurationPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
46
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: DurationPipe, isStandalone: true, name: "duration" }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DurationPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
46
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: DurationPipe, isStandalone: true, name: "duration" }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DurationPipe, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DurationPipe, decorators: [{
49
49
  type: Pipe,
50
50
  args: [{
51
51
  name: 'duration',
@@ -69,10 +69,10 @@ class NumberTextPipe {
69
69
  }
70
70
  return this.unitFormatNumberText.format(value);
71
71
  }
72
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NumberTextPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
73
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NumberTextPipe, isStandalone: true, name: "numberText" }); }
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NumberTextPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
73
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NumberTextPipe, isStandalone: true, name: "numberText" }); }
74
74
  }
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NumberTextPipe, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NumberTextPipe, decorators: [{
76
76
  type: Pipe,
77
77
  args: [{
78
78
  name: 'numberText',
@@ -66,10 +66,10 @@ class NimbleRichTextEditorDirective {
66
66
  this.inputEvent.emit();
67
67
  }
68
68
  }
69
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextEditorDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
70
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleRichTextEditorDirective, isStandalone: false, selector: "nimble-rich-text-editor", inputs: { disabled: "disabled", footerHidden: ["footer-hidden", "footerHidden"], errorVisible: ["error-visible", "errorVisible"], errorText: ["error-text", "errorText"], placeholder: "placeholder" }, outputs: { inputEvent: "inputEvent" }, host: { listeners: { "input": "onInput($event)" } }, ngImport: i0 }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextEditorDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
70
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleRichTextEditorDirective, isStandalone: false, selector: "nimble-rich-text-editor", inputs: { disabled: "disabled", footerHidden: ["footer-hidden", "footerHidden"], errorVisible: ["error-visible", "errorVisible"], errorText: ["error-text", "errorText"], placeholder: "placeholder" }, outputs: { inputEvent: "inputEvent" }, host: { listeners: { "input": "onInput($event)" } }, ngImport: i0 }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextEditorDirective, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextEditorDirective, decorators: [{
73
73
  type: Directive,
74
74
  args: [{
75
75
  selector: 'nimble-rich-text-editor',
@@ -96,11 +96,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
96
96
  }] } });
97
97
 
98
98
  class NimbleRichTextEditorModule {
99
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
100
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextEditorModule, declarations: [NimbleRichTextEditorDirective], imports: [CommonModule], exports: [NimbleRichTextEditorDirective] }); }
101
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextEditorModule, imports: [CommonModule] }); }
99
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
100
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextEditorModule, declarations: [NimbleRichTextEditorDirective], imports: [CommonModule], exports: [NimbleRichTextEditorDirective] }); }
101
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextEditorModule, imports: [CommonModule] }); }
102
102
  }
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextEditorModule, decorators: [{
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextEditorModule, decorators: [{
104
104
  type: NgModule,
105
105
  args: [{
106
106
  declarations: [NimbleRichTextEditorDirective],
@@ -9,10 +9,10 @@ import '@ni/nimble-components/dist/esm/rich-text-mention/users/';
9
9
  * Directive to provide Angular integration for the rich text mention users element.
10
10
  */
11
11
  class NimbleRichTextMentionUsersDirective extends NimbleRichTextMentionDirective {
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionUsersDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleRichTextMentionUsersDirective, isStandalone: false, selector: "nimble-rich-text-mention-users", usesInheritance: true, ngImport: i0 }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionUsersDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleRichTextMentionUsersDirective, isStandalone: false, selector: "nimble-rich-text-mention-users", usesInheritance: true, ngImport: i0 }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionUsersDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionUsersDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: 'nimble-rich-text-mention-users',
@@ -21,11 +21,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
21
21
  }] });
22
22
 
23
23
  class NimbleRichTextMentionUsersModule {
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionUsersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
25
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionUsersModule, declarations: [NimbleRichTextMentionUsersDirective], imports: [CommonModule], exports: [NimbleRichTextMentionUsersDirective] }); }
26
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionUsersModule, imports: [CommonModule] }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionUsersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
25
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionUsersModule, declarations: [NimbleRichTextMentionUsersDirective], imports: [CommonModule], exports: [NimbleRichTextMentionUsersDirective] }); }
26
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionUsersModule, imports: [CommonModule] }); }
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionUsersModule, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionUsersModule, decorators: [{
29
29
  type: NgModule,
30
30
  args: [{
31
31
  declarations: [NimbleRichTextMentionUsersDirective],
@@ -27,10 +27,10 @@ class NimbleRichTextMentionDirective {
27
27
  get validity() {
28
28
  return this.elementRef.nativeElement.validity;
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleRichTextMentionDirective, isStandalone: true, inputs: { pattern: "pattern", buttonLabel: ["button-label", "buttonLabel"] }, ngImport: i0 }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
31
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleRichTextMentionDirective, isStandalone: true, inputs: { pattern: "pattern", buttonLabel: ["button-label", "buttonLabel"] }, ngImport: i0 }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextMentionDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextMentionDirective, decorators: [{
34
34
  type: Directive
35
35
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }], propDecorators: { pattern: [{
36
36
  type: Input
@@ -26,10 +26,10 @@ class NimbleRichTextViewerDirective {
26
26
  checkValidity() {
27
27
  return this.elementRef.nativeElement.checkValidity();
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextViewerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
30
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleRichTextViewerDirective, isStandalone: false, selector: "nimble-rich-text-viewer", inputs: { markdown: "markdown" }, ngImport: i0 }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextViewerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
30
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleRichTextViewerDirective, isStandalone: false, selector: "nimble-rich-text-viewer", inputs: { markdown: "markdown" }, ngImport: i0 }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextViewerDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextViewerDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: 'nimble-rich-text-viewer',
@@ -40,11 +40,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
40
40
  }] } });
41
41
 
42
42
  class NimbleRichTextViewerModule {
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextViewerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
44
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextViewerModule, declarations: [NimbleRichTextViewerDirective], imports: [CommonModule], exports: [NimbleRichTextViewerDirective] }); }
45
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextViewerModule, imports: [CommonModule] }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextViewerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
44
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextViewerModule, declarations: [NimbleRichTextViewerDirective], imports: [CommonModule], exports: [NimbleRichTextViewerDirective] }); }
45
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextViewerModule, imports: [CommonModule] }); }
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleRichTextViewerModule, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleRichTextViewerModule, decorators: [{
48
48
  type: NgModule,
49
49
  args: [{
50
50
  declarations: [NimbleRichTextViewerDirective],
@@ -38,10 +38,10 @@ class NimbleTableColumnAnchorNavigationGuardDirective {
38
38
  clickEvent.preventDefault();
39
39
  }
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorNavigationGuardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
42
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleTableColumnAnchorNavigationGuardDirective, isStandalone: false, selector: "nimble-table-column-anchor[navigationGuard]", inputs: { navigationGuard: "navigationGuard" }, host: { listeners: { "delegated-event": "onDelegatedEvent($event.detail.originalEvent,$event.detail.recordId)" } }, ngImport: i0 }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorNavigationGuardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
42
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleTableColumnAnchorNavigationGuardDirective, isStandalone: false, selector: "nimble-table-column-anchor[navigationGuard]", inputs: { navigationGuard: "navigationGuard" }, host: { listeners: { "delegated-event": "onDelegatedEvent($event.detail.originalEvent,$event.detail.recordId)" } }, ngImport: i0 }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorNavigationGuardDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorNavigationGuardDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  selector: 'nimble-table-column-anchor[navigationGuard]',
@@ -181,10 +181,10 @@ class NimbleTableColumnAnchorDirective extends NimbleTableColumnBaseDirective {
181
181
  constructor(renderer, elementRef) {
182
182
  super(renderer, elementRef);
183
183
  }
184
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
185
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.17", type: NimbleTableColumnAnchorDirective, isStandalone: false, selector: "nimble-table-column-anchor", inputs: { labelFieldName: ["label-field-name", "labelFieldName"], hrefFieldName: ["href-field-name", "hrefFieldName"], placeholder: "placeholder", appearance: "appearance", underlineHidden: ["underline-hidden", "underlineHidden"], hreflang: "hreflang", ping: "ping", referrerpolicy: "referrerpolicy", rel: "rel", target: "target", type: "type", download: "download", fractionalWidth: ["fractional-width", "fractionalWidth"], minPixelWidth: ["min-pixel-width", "minPixelWidth"], groupIndex: ["group-index", "groupIndex"], groupingDisabled: ["grouping-disabled", "groupingDisabled"], sortingDisabled: ["sorting-disabled", "sortingDisabled"], sortDirection: ["sort-direction", "sortDirection"], sortIndex: ["sort-index", "sortIndex"], sortByFieldName: ["sort-by-field-name", "sortByFieldName"] }, usesInheritance: true, ngImport: i0 }); }
184
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
185
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: NimbleTableColumnAnchorDirective, isStandalone: false, selector: "nimble-table-column-anchor", inputs: { labelFieldName: ["label-field-name", "labelFieldName"], hrefFieldName: ["href-field-name", "hrefFieldName"], placeholder: "placeholder", appearance: "appearance", underlineHidden: ["underline-hidden", "underlineHidden"], hreflang: "hreflang", ping: "ping", referrerpolicy: "referrerpolicy", rel: "rel", target: "target", type: "type", download: "download", fractionalWidth: ["fractional-width", "fractionalWidth"], minPixelWidth: ["min-pixel-width", "minPixelWidth"], groupIndex: ["group-index", "groupIndex"], groupingDisabled: ["grouping-disabled", "groupingDisabled"], sortingDisabled: ["sorting-disabled", "sortingDisabled"], sortDirection: ["sort-direction", "sortDirection"], sortIndex: ["sort-index", "sortIndex"], sortByFieldName: ["sort-by-field-name", "sortByFieldName"] }, usesInheritance: true, ngImport: i0 }); }
186
186
  }
187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorDirective, decorators: [{
187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorDirective, decorators: [{
188
188
  type: Directive,
189
189
  args: [{
190
190
  selector: 'nimble-table-column-anchor',
@@ -244,11 +244,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
244
244
  }] } });
245
245
 
246
246
  class NimbleTableColumnAnchorModule {
247
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
248
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorModule, declarations: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorNavigationGuardDirective], imports: [CommonModule], exports: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorNavigationGuardDirective] }); }
249
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorModule, imports: [CommonModule] }); }
247
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
248
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorModule, declarations: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorNavigationGuardDirective], imports: [CommonModule], exports: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorNavigationGuardDirective] }); }
249
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorModule, imports: [CommonModule] }); }
250
250
  }
251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: NimbleTableColumnAnchorModule, decorators: [{
251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NimbleTableColumnAnchorModule, decorators: [{
252
252
  type: NgModule,
253
253
  args: [{
254
254
  declarations: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorNavigationGuardDirective],