@ni/nimble-angular 33.6.2 → 34.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/README.md +1 -1
  2. package/fesm2022/ni-nimble-angular-anchor-step.mjs +13 -13
  3. package/fesm2022/ni-nimble-angular-card.mjs +7 -7
  4. package/fesm2022/ni-nimble-angular-chip.mjs +7 -7
  5. package/fesm2022/ni-nimble-angular-label-provider-core.mjs +10 -10
  6. package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs +10 -10
  7. package/fesm2022/ni-nimble-angular-label-provider-table.mjs +10 -10
  8. package/fesm2022/ni-nimble-angular-mapping-base.mjs +3 -3
  9. package/fesm2022/ni-nimble-angular-mapping-empty.mjs +7 -7
  10. package/fesm2022/ni-nimble-angular-mapping-icon.mjs +7 -7
  11. package/fesm2022/ni-nimble-angular-mapping-spinner.mjs +7 -7
  12. package/fesm2022/ni-nimble-angular-mapping-text.mjs +7 -7
  13. package/fesm2022/ni-nimble-angular-mapping-user.mjs +7 -7
  14. package/fesm2022/ni-nimble-angular-pipes.mjs +9 -9
  15. package/fesm2022/ni-nimble-angular-rich-text-editor.mjs +7 -7
  16. package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs +7 -7
  17. package/fesm2022/ni-nimble-angular-rich-text-mention.mjs +3 -3
  18. package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs +7 -7
  19. package/fesm2022/ni-nimble-angular-step.mjs +7 -7
  20. package/fesm2022/ni-nimble-angular-stepper.mjs +7 -7
  21. package/fesm2022/ni-nimble-angular-table-column-anchor.mjs +10 -10
  22. package/fesm2022/ni-nimble-angular-table-column-date-text.mjs +7 -7
  23. package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs +7 -7
  24. package/fesm2022/ni-nimble-angular-table-column-mapping.mjs +7 -7
  25. package/fesm2022/ni-nimble-angular-table-column-menu-button.mjs +7 -7
  26. package/fesm2022/ni-nimble-angular-table-column-number-text.mjs +7 -7
  27. package/fesm2022/ni-nimble-angular-table-column-text.mjs +7 -7
  28. package/fesm2022/ni-nimble-angular-table-column.mjs +3 -3
  29. package/fesm2022/ni-nimble-angular-table.mjs +7 -7
  30. package/fesm2022/ni-nimble-angular-unit-byte.mjs +7 -7
  31. package/fesm2022/ni-nimble-angular-unit-celsius.mjs +7 -7
  32. package/fesm2022/ni-nimble-angular-unit-fahrenheit.mjs +7 -7
  33. package/fesm2022/ni-nimble-angular-unit-volt.mjs +7 -7
  34. package/fesm2022/ni-nimble-angular.mjs +2055 -2058
  35. package/fesm2022/ni-nimble-angular.mjs.map +1 -1
  36. package/package.json +56 -56
  37. package/{index.d.ts → types/ni-nimble-angular.d.ts} +3 -3
  38. /package/{anchor-step/index.d.ts → types/ni-nimble-angular-anchor-step.d.ts} +0 -0
  39. /package/{breadcrumb/testing/index.d.ts → types/ni-nimble-angular-breadcrumb-testing.d.ts} +0 -0
  40. /package/{card/index.d.ts → types/ni-nimble-angular-card.d.ts} +0 -0
  41. /package/{chip/testing/index.d.ts → types/ni-nimble-angular-chip-testing.d.ts} +0 -0
  42. /package/{chip/index.d.ts → types/ni-nimble-angular-chip.d.ts} +0 -0
  43. /package/{combobox/testing/index.d.ts → types/ni-nimble-angular-combobox-testing.d.ts} +0 -0
  44. /package/{internal-utilities/index.d.ts → types/ni-nimble-angular-internal-utilities.d.ts} +0 -0
  45. /package/{label-provider/core/index.d.ts → types/ni-nimble-angular-label-provider-core.d.ts} +0 -0
  46. /package/{label-provider/rich-text/index.d.ts → types/ni-nimble-angular-label-provider-rich-text.d.ts} +0 -0
  47. /package/{label-provider/table/index.d.ts → types/ni-nimble-angular-label-provider-table.d.ts} +0 -0
  48. /package/{mapping/base/index.d.ts → types/ni-nimble-angular-mapping-base.d.ts} +0 -0
  49. /package/{mapping/empty/index.d.ts → types/ni-nimble-angular-mapping-empty.d.ts} +0 -0
  50. /package/{mapping/icon/index.d.ts → types/ni-nimble-angular-mapping-icon.d.ts} +0 -0
  51. /package/{mapping/spinner/index.d.ts → types/ni-nimble-angular-mapping-spinner.d.ts} +0 -0
  52. /package/{mapping/text/index.d.ts → types/ni-nimble-angular-mapping-text.d.ts} +0 -0
  53. /package/{mapping/user/index.d.ts → types/ni-nimble-angular-mapping-user.d.ts} +0 -0
  54. /package/{menu-button/testing/index.d.ts → types/ni-nimble-angular-menu-button-testing.d.ts} +0 -0
  55. /package/{number-field/testing/index.d.ts → types/ni-nimble-angular-number-field-testing.d.ts} +0 -0
  56. /package/{pipes/index.d.ts → types/ni-nimble-angular-pipes.d.ts} +0 -0
  57. /package/{rich-text/editor/testing/index.d.ts → types/ni-nimble-angular-rich-text-editor-testing.d.ts} +0 -0
  58. /package/{rich-text/editor/index.d.ts → types/ni-nimble-angular-rich-text-editor.d.ts} +0 -0
  59. /package/{rich-text-mention/users/index.d.ts → types/ni-nimble-angular-rich-text-mention-users.d.ts} +0 -0
  60. /package/{rich-text-mention/index.d.ts → types/ni-nimble-angular-rich-text-mention.d.ts} +0 -0
  61. /package/{rich-text/viewer/testing/index.d.ts → types/ni-nimble-angular-rich-text-viewer-testing.d.ts} +0 -0
  62. /package/{rich-text/viewer/index.d.ts → types/ni-nimble-angular-rich-text-viewer.d.ts} +0 -0
  63. /package/{select/testing/index.d.ts → types/ni-nimble-angular-select-testing.d.ts} +0 -0
  64. /package/{step/index.d.ts → types/ni-nimble-angular-step.d.ts} +0 -0
  65. /package/{stepper/index.d.ts → types/ni-nimble-angular-stepper.d.ts} +0 -0
  66. /package/{table-column/anchor/index.d.ts → types/ni-nimble-angular-table-column-anchor.d.ts} +0 -0
  67. /package/{table-column/date-text/testing/index.d.ts → types/ni-nimble-angular-table-column-date-text-testing.d.ts} +0 -0
  68. /package/{table-column/date-text/index.d.ts → types/ni-nimble-angular-table-column-date-text.d.ts} +0 -0
  69. /package/{table-column/duration-text/testing/index.d.ts → types/ni-nimble-angular-table-column-duration-text-testing.d.ts} +0 -0
  70. /package/{table-column/duration-text/index.d.ts → types/ni-nimble-angular-table-column-duration-text.d.ts} +0 -0
  71. /package/{table-column/mapping/testing/index.d.ts → types/ni-nimble-angular-table-column-mapping-testing.d.ts} +0 -0
  72. /package/{table-column/mapping/index.d.ts → types/ni-nimble-angular-table-column-mapping.d.ts} +0 -0
  73. /package/{table-column/menu-button/testing/index.d.ts → types/ni-nimble-angular-table-column-menu-button-testing.d.ts} +0 -0
  74. /package/{table-column/menu-button/index.d.ts → types/ni-nimble-angular-table-column-menu-button.d.ts} +0 -0
  75. /package/{table-column/number-text/index.d.ts → types/ni-nimble-angular-table-column-number-text.d.ts} +0 -0
  76. /package/{table-column/text/index.d.ts → types/ni-nimble-angular-table-column-text.d.ts} +0 -0
  77. /package/{table-column/index.d.ts → types/ni-nimble-angular-table-column.d.ts} +0 -0
  78. /package/{table/testing/index.d.ts → types/ni-nimble-angular-table-testing.d.ts} +0 -0
  79. /package/{table/index.d.ts → types/ni-nimble-angular-table.d.ts} +0 -0
  80. /package/{unit/byte/index.d.ts → types/ni-nimble-angular-unit-byte.d.ts} +0 -0
  81. /package/{unit/celsius/index.d.ts → types/ni-nimble-angular-unit-celsius.d.ts} +0 -0
  82. /package/{unit/fahrenheit/index.d.ts → types/ni-nimble-angular-unit-fahrenheit.d.ts} +0 -0
  83. /package/{unit/volt/index.d.ts → types/ni-nimble-angular-unit-volt.d.ts} +0 -0
package/README.md CHANGED
@@ -143,7 +143,7 @@ To avoid this, call `processUpdates()` after each `fakeAsync` test. This will sy
143
143
 
144
144
  ## Angular Support Policy
145
145
 
146
- `@ni/nimble-angular` supports Angular 20. To see the exact version it's tested against, view the library's `package.json`.
146
+ `@ni/nimble-angular` supports Angular 21. To see the exact version it's tested against, view the library's `package.json`.
147
147
 
148
148
  If your application uses an older Angular version you can temporarily use an older version of `@ni/nimble-angular` (versions exist back to Angular 12) but it will not contain the latest features so it's preferable to update the application's Angular dependency.
149
149
 
@@ -15,10 +15,10 @@ class NimbleAnchorStepRouterLinkWithHrefDirective extends DisableableRouterLinkW
15
15
  set nimbleRouterLink(commands) {
16
16
  this.routerLink = commands;
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepRouterLinkWithHrefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: NimbleAnchorStepRouterLinkWithHrefDirective, isStandalone: false, selector: "nimble-anchor-step[nimbleRouterLink]", inputs: { nimbleRouterLink: "nimbleRouterLink" }, usesInheritance: true, ngImport: i0 }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepRouterLinkWithHrefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
19
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: NimbleAnchorStepRouterLinkWithHrefDirective, isStandalone: false, selector: "nimble-anchor-step[nimbleRouterLink]", inputs: { nimbleRouterLink: "nimbleRouterLink" }, usesInheritance: true, ngImport: i0 }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepRouterLinkWithHrefDirective, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepRouterLinkWithHrefDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: 'nimble-anchor-step[nimbleRouterLink]',
@@ -37,10 +37,10 @@ class NimbleAnchorStepRouterLinkDirective {
37
37
  constructor() {
38
38
  throw new Error('Use [nimbleRouterLink] instead of [routerLink].');
39
39
  }
40
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
41
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: NimbleAnchorStepRouterLinkDirective, isStandalone: false, selector: "nimble-anchor-step[routerLink]", ngImport: i0 }); }
40
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
41
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: NimbleAnchorStepRouterLinkDirective, isStandalone: false, selector: "nimble-anchor-step[routerLink]", ngImport: i0 }); }
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepRouterLinkDirective, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepRouterLinkDirective, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
46
  selector: 'nimble-anchor-step[routerLink]',
@@ -87,10 +87,10 @@ class NimbleAnchorStepDirective extends NimbleAnchorBaseDirective {
87
87
  constructor(renderer, elementRef) {
88
88
  super(renderer, elementRef);
89
89
  }
90
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
91
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: NimbleAnchorStepDirective, isStandalone: false, selector: "nimble-anchor-step", inputs: { severity: "severity", severityText: ["severity-text", "severityText"], disabled: "disabled", readOnly: ["readonly", "readOnly"], selected: "selected" }, usesInheritance: true, ngImport: i0 }); }
90
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
91
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: NimbleAnchorStepDirective, isStandalone: false, selector: "nimble-anchor-step", inputs: { severity: "severity", severityText: ["severity-text", "severityText"], disabled: "disabled", readOnly: ["readonly", "readOnly"], selected: "selected" }, usesInheritance: true, ngImport: i0 }); }
92
92
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepDirective, decorators: [{
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepDirective, decorators: [{
94
94
  type: Directive,
95
95
  args: [{
96
96
  selector: 'nimble-anchor-step',
@@ -111,11 +111,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
111
111
  }] } });
112
112
 
113
113
  class NimbleAnchorStepModule {
114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
115
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepModule, declarations: [NimbleAnchorStepDirective, NimbleAnchorStepRouterLinkDirective, NimbleAnchorStepRouterLinkWithHrefDirective], imports: [CommonModule], exports: [NimbleAnchorStepDirective, NimbleAnchorStepRouterLinkDirective, NimbleAnchorStepRouterLinkWithHrefDirective] }); }
116
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepModule, imports: [CommonModule] }); }
114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
115
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepModule, declarations: [NimbleAnchorStepDirective, NimbleAnchorStepRouterLinkDirective, NimbleAnchorStepRouterLinkWithHrefDirective], imports: [CommonModule], exports: [NimbleAnchorStepDirective, NimbleAnchorStepRouterLinkDirective, NimbleAnchorStepRouterLinkWithHrefDirective] }); }
116
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepModule, imports: [CommonModule] }); }
117
117
  }
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleAnchorStepModule, decorators: [{
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleAnchorStepModule, decorators: [{
119
119
  type: NgModule,
120
120
  args: [{
121
121
  declarations: [NimbleAnchorStepDirective, NimbleAnchorStepRouterLinkDirective, NimbleAnchorStepRouterLinkWithHrefDirective],
@@ -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: "20.3.30", ngImport: i0, type: NimbleCardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: NimbleCardDirective, isStandalone: false, selector: "nimble-card", ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleCardDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: NimbleCardDirective, isStandalone: false, selector: "nimble-card", ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleCardDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImpo
19
19
  }] });
20
20
 
21
21
  class NimbleCardModule {
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleCardModule, declarations: [NimbleCardDirective], imports: [CommonModule], exports: [NimbleCardDirective] }); }
24
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleCardModule, imports: [CommonModule] }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleCardModule, declarations: [NimbleCardDirective], imports: [CommonModule], exports: [NimbleCardDirective] }); }
24
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleCardModule, imports: [CommonModule] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleCardModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleCardModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [NimbleCardDirective],
@@ -31,10 +31,10 @@ class NimbleChipDirective {
31
31
  this.renderer = renderer;
32
32
  this.elementRef = elementRef;
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleChipDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
35
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: NimbleChipDirective, isStandalone: false, selector: "nimble-chip", inputs: { removable: "removable", disabled: "disabled", appearance: "appearance" }, ngImport: i0 }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleChipDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
35
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: NimbleChipDirective, isStandalone: false, selector: "nimble-chip", inputs: { removable: "removable", disabled: "disabled", appearance: "appearance" }, ngImport: i0 }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleChipDirective, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleChipDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: 'nimble-chip',
@@ -49,11 +49,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
49
49
  }] } });
50
50
 
51
51
  class NimbleChipModule {
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleChipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
53
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleChipModule, declarations: [NimbleChipDirective], imports: [CommonModule], exports: [NimbleChipDirective] }); }
54
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleChipModule, imports: [CommonModule] }); }
52
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleChipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
53
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleChipModule, declarations: [NimbleChipDirective], imports: [CommonModule], exports: [NimbleChipDirective] }); }
54
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleChipModule, imports: [CommonModule] }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleChipModule, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleChipModule, decorators: [{
57
57
  type: NgModule,
58
58
  args: [{
59
59
  declarations: [NimbleChipDirective],
@@ -96,10 +96,10 @@ class NimbleLabelProviderCoreDirective {
96
96
  set itemRemove(value) {
97
97
  this.renderer.setProperty(this.elementRef.nativeElement, 'itemRemove', value);
98
98
  }
99
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
100
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", 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"], popupIconCompleted: ["popup-icon-completed", "popupIconCompleted"], popupIconCurrent: ["popup-icon-current", "popupIconCurrent"], popupIconInformation: ["popup-icon-information", "popupIconInformation"], filterSearch: ["filter-search", "filterSearch"], filterNoResults: ["filter-no-results", "filterNoResults"], loading: "loading", scrollBackward: ["scroll-backward", "scrollBackward"], scrollForward: ["scroll-forward", "scrollForward"], itemRemove: ["item-remove", "itemRemove"] }, ngImport: i0 }); }
99
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
100
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", 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"], popupIconCompleted: ["popup-icon-completed", "popupIconCompleted"], popupIconCurrent: ["popup-icon-current", "popupIconCurrent"], popupIconInformation: ["popup-icon-information", "popupIconInformation"], filterSearch: ["filter-search", "filterSearch"], filterNoResults: ["filter-no-results", "filterNoResults"], loading: "loading", scrollBackward: ["scroll-backward", "scrollBackward"], scrollForward: ["scroll-forward", "scrollForward"], itemRemove: ["item-remove", "itemRemove"] }, ngImport: i0 }); }
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreDirective, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreDirective, decorators: [{
103
103
  type: Directive,
104
104
  args: [{
105
105
  selector: 'nimble-label-provider-core',
@@ -172,10 +172,10 @@ class NimbleLabelProviderCoreWithDefaultsDirective {
172
172
  this.elementRef.nativeElement.scrollForward = $localize `:Nimble scroll forward|:Scroll forward`;
173
173
  this.elementRef.nativeElement.itemRemove = $localize `:Nimble item - remove|:Remove`;
174
174
  }
175
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
176
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.30", type: NimbleLabelProviderCoreWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-core[withDefaults]", ngImport: i0 }); }
175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
176
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.23", type: NimbleLabelProviderCoreWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-core[withDefaults]", ngImport: i0 }); }
177
177
  }
178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, decorators: [{
179
179
  type: Directive,
180
180
  args: [{
181
181
  selector: 'nimble-label-provider-core[withDefaults]',
@@ -184,11 +184,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
184
184
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }] });
185
185
 
186
186
  class NimbleLabelProviderCoreModule {
187
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
188
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreModule, declarations: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective] }); }
189
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreModule, imports: [CommonModule] }); }
187
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
188
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreModule, declarations: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective] }); }
189
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreModule, imports: [CommonModule] }); }
190
190
  }
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderCoreModule, decorators: [{
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderCoreModule, decorators: [{
192
192
  type: NgModule,
193
193
  args: [{
194
194
  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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleLabelProviderRichTextDirective, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", type: NimbleLabelProviderRichTextWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-rich-text[withDefaults]", ngImport: i0 }); }
75
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", 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: "21.2.23", type: NimbleLabelProviderRichTextWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-rich-text[withDefaults]", ngImport: i0 }); }
77
77
  }
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderRichTextWithDefaultsDirective, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", ngImport: i0, type: NimbleLabelProviderRichTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
88
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderRichTextModule, declarations: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective] }); }
89
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderRichTextModule, imports: [CommonModule] }); }
87
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderRichTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
88
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderRichTextModule, declarations: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderRichTextDirective, NimbleLabelProviderRichTextWithDefaultsDirective] }); }
89
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderRichTextModule, imports: [CommonModule] }); }
90
90
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderRichTextModule, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleLabelProviderTableDirective, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", type: NimbleLabelProviderTableWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-table[withDefaults]", ngImport: i0 }); }
196
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", 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: "21.2.23", type: NimbleLabelProviderTableWithDefaultsDirective, isStandalone: false, selector: "nimble-label-provider-table[withDefaults]", ngImport: i0 }); }
198
198
  }
199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderTableWithDefaultsDirective, decorators: [{
199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", ngImport: i0, type: NimbleLabelProviderTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
209
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderTableModule, declarations: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective] }); }
210
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderTableModule, imports: [CommonModule] }); }
208
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
209
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderTableModule, declarations: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective], imports: [CommonModule], exports: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective] }); }
210
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleLabelProviderTableModule, imports: [CommonModule] }); }
211
211
  }
212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleLabelProviderTableModule, decorators: [{
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", type: NimbleMappingDirective, isStandalone: true, inputs: { key: "key" }, ngImport: i0 }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", 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: "21.2.23", type: NimbleMappingDirective, isStandalone: true, inputs: { key: "key" }, ngImport: i0 }); }
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingDirective, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleMappingEmptyDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImpo
33
33
  }] } });
34
34
 
35
35
  class NimbleMappingEmptyModule {
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingEmptyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingEmptyModule, declarations: [NimbleMappingEmptyDirective], imports: [CommonModule], exports: [NimbleMappingEmptyDirective] }); }
38
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingEmptyModule, imports: [CommonModule] }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingEmptyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingEmptyModule, declarations: [NimbleMappingEmptyDirective], imports: [CommonModule], exports: [NimbleMappingEmptyDirective] }); }
38
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingEmptyModule, imports: [CommonModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingEmptyModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleMappingIconDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImpo
59
59
  }] } });
60
60
 
61
61
  class NimbleMappingIconModule {
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
63
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingIconModule, declarations: [NimbleMappingIconDirective], imports: [CommonModule], exports: [NimbleMappingIconDirective] }); }
64
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingIconModule, imports: [CommonModule] }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
63
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingIconModule, declarations: [NimbleMappingIconDirective], imports: [CommonModule], exports: [NimbleMappingIconDirective] }); }
64
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingIconModule, imports: [CommonModule] }); }
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingIconModule, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleMappingSpinnerDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImpo
43
43
  }] } });
44
44
 
45
45
  class NimbleMappingSpinnerModule {
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
47
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingSpinnerModule, declarations: [NimbleMappingSpinnerDirective], imports: [CommonModule], exports: [NimbleMappingSpinnerDirective] }); }
48
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingSpinnerModule, imports: [CommonModule] }); }
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
47
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingSpinnerModule, declarations: [NimbleMappingSpinnerDirective], imports: [CommonModule], exports: [NimbleMappingSpinnerDirective] }); }
48
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingSpinnerModule, imports: [CommonModule] }); }
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingSpinnerModule, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleMappingTextDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImpo
33
33
  }] } });
34
34
 
35
35
  class NimbleMappingTextModule {
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingTextModule, declarations: [NimbleMappingTextDirective], imports: [CommonModule], exports: [NimbleMappingTextDirective] }); }
38
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingTextModule, imports: [CommonModule] }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingTextModule, declarations: [NimbleMappingTextDirective], imports: [CommonModule], exports: [NimbleMappingTextDirective] }); }
38
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingTextModule, imports: [CommonModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingTextModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleMappingUserDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImpo
34
34
  }] } });
35
35
 
36
36
  class NimbleMappingUserModule {
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingUserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
38
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingUserModule, declarations: [NimbleMappingUserDirective], imports: [CommonModule], exports: [NimbleMappingUserDirective] }); }
39
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingUserModule, imports: [CommonModule] }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingUserModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
38
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingUserModule, declarations: [NimbleMappingUserDirective], imports: [CommonModule], exports: [NimbleMappingUserDirective] }); }
39
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleMappingUserModule, imports: [CommonModule] }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleMappingUserModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImport: i0, type: DiacriticInsensitivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: DiacriticInsensitivePipe, isStandalone: true, name: "diacritic-insensitive" }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: DiacriticInsensitivePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
21
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: DiacriticInsensitivePipe, isStandalone: true, name: "diacritic-insensitive" }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: DiacriticInsensitivePipe, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImport: i0, type: DurationPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
46
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: DurationPipe, isStandalone: true, name: "duration" }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: DurationPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
46
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: DurationPipe, isStandalone: true, name: "duration" }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: DurationPipe, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImport: i0, type: NumberTextPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
73
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NumberTextPipe, isStandalone: true, name: "numberText" }); }
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NumberTextPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
73
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NumberTextPipe, isStandalone: true, name: "numberText" }); }
74
74
  }
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NumberTextPipe, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", 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: "20.3.30", 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: "21.2.23", 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: "21.2.23", 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: "20.3.30", ngImport: i0, type: NimbleRichTextEditorDirective, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", 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: "20.3.30", ngImpo
96
96
  }] } });
97
97
 
98
98
  class NimbleRichTextEditorModule {
99
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleRichTextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
100
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.30", ngImport: i0, type: NimbleRichTextEditorModule, declarations: [NimbleRichTextEditorDirective], imports: [CommonModule], exports: [NimbleRichTextEditorDirective] }); }
101
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleRichTextEditorModule, imports: [CommonModule] }); }
99
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleRichTextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
100
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.23", ngImport: i0, type: NimbleRichTextEditorModule, declarations: [NimbleRichTextEditorDirective], imports: [CommonModule], exports: [NimbleRichTextEditorDirective] }); }
101
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleRichTextEditorModule, imports: [CommonModule] }); }
102
102
  }
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImport: i0, type: NimbleRichTextEditorModule, decorators: [{
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.23", ngImport: i0, type: NimbleRichTextEditorModule, decorators: [{
104
104
  type: NgModule,
105
105
  args: [{
106
106
  declarations: [NimbleRichTextEditorDirective],