@ni/nimble-angular 30.5.4 → 30.7.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 (33) hide show
  1. package/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.directive.d.ts +12 -0
  2. package/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.module.d.ts +9 -0
  3. package/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.directive.d.ts +12 -0
  4. package/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.module.d.ts +9 -0
  5. package/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.directive.d.ts +12 -0
  6. package/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.module.d.ts +9 -0
  7. package/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.directive.d.ts +12 -0
  8. package/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.module.d.ts +9 -0
  9. package/directives/icons/index.d.ts +14 -0
  10. package/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.directive.d.ts +12 -0
  11. package/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.module.d.ts +9 -0
  12. package/directives/icons/print/nimble-icon-print.directive.d.ts +12 -0
  13. package/directives/icons/print/nimble-icon-print.module.d.ts +9 -0
  14. package/directives/icons/qrcode-read/nimble-icon-qrcode-read.directive.d.ts +12 -0
  15. package/directives/icons/qrcode-read/nimble-icon-qrcode-read.module.d.ts +9 -0
  16. package/esm2022/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.directive.mjs +21 -0
  17. package/esm2022/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.module.mjs +21 -0
  18. package/esm2022/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.directive.mjs +21 -0
  19. package/esm2022/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.module.mjs +21 -0
  20. package/esm2022/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.directive.mjs +21 -0
  21. package/esm2022/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.module.mjs +21 -0
  22. package/esm2022/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.directive.mjs +21 -0
  23. package/esm2022/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.module.mjs +21 -0
  24. package/esm2022/directives/icons/index.mjs +15 -1
  25. package/esm2022/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.directive.mjs +21 -0
  26. package/esm2022/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.module.mjs +21 -0
  27. package/esm2022/directives/icons/print/nimble-icon-print.directive.mjs +21 -0
  28. package/esm2022/directives/icons/print/nimble-icon-print.module.mjs +21 -0
  29. package/esm2022/directives/icons/qrcode-read/nimble-icon-qrcode-read.directive.mjs +21 -0
  30. package/esm2022/directives/icons/qrcode-read/nimble-icon-qrcode-read.module.mjs +21 -0
  31. package/fesm2022/ni-nimble-angular.mjs +232 -1
  32. package/fesm2022/ni-nimble-angular.mjs.map +1 -1
  33. package/package.json +32 -32
@@ -33,16 +33,19 @@ export { iconArrowDownTag } from '@ni/nimble-components/dist/esm/icons/arrow-dow
33
33
  export { iconArrowDownLeftAndArrowUpRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-left-and-arrow-up-right';
34
34
  export { iconArrowDownRectangleTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-rectangle';
35
35
  export { iconArrowDownRightAndArrowUpLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-right-and-arrow-up-left';
36
+ export { iconArrowDownTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-two-rectangles';
36
37
  export { iconArrowExpanderDownTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-down';
37
38
  export { iconArrowExpanderLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-left';
38
39
  export { iconArrowExpanderRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-right';
39
40
  export { iconArrowExpanderUpTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-up';
40
41
  export { iconArrowInCircleTag } from '@ni/nimble-components/dist/esm/icons/arrow-in-circle';
41
42
  export { iconArrowLeftFromLineTag } from '@ni/nimble-components/dist/esm/icons/arrow-left-from-line';
43
+ export { iconArrowLeftTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-left-two-rectangles';
42
44
  export { iconArrowOutCircleTag } from '@ni/nimble-components/dist/esm/icons/arrow-out-circle';
43
45
  export { iconArrowPartialRotateLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-partial-rotate-left';
44
46
  export { iconArrowRightThinTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-thin';
45
47
  export { iconArrowRightToLineTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-to-line';
48
+ export { iconArrowRightTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-two-rectangles';
46
49
  export { iconArrowRotateRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-rotate-right';
47
50
  export { iconArrowULeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-left';
48
51
  export { iconArrowURightTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-right';
@@ -52,6 +55,7 @@ export { iconArrowUpLeftAndArrowDownRightTag } from '@ni/nimble-components/dist/
52
55
  export { iconArrowUpRectangleTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-rectangle';
53
56
  export { iconArrowUpRightAndArrowDownLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-right-and-arrow-down-left';
54
57
  export { iconArrowUpRightFromSquareTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-right-from-square';
58
+ export { iconArrowUpTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-two-rectangles';
55
59
  export { iconArrowsMaximizeTag } from '@ni/nimble-components/dist/esm/icons/arrows-maximize';
56
60
  export { iconArrowsRepeatTag } from '@ni/nimble-components/dist/esm/icons/arrows-repeat';
57
61
  export { iconArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/arrows-rotate-reverse-dot';
@@ -188,8 +192,11 @@ export { iconPaperclipTag } from '@ni/nimble-components/dist/esm/icons/paperclip
188
192
  export { iconPasteTag } from '@ni/nimble-components/dist/esm/icons/paste';
189
193
  export { iconPauseTag } from '@ni/nimble-components/dist/esm/icons/pause';
190
194
  export { iconPencilTag } from '@ni/nimble-components/dist/esm/icons/pencil';
195
+ export { iconPencilToRectangleTag } from '@ni/nimble-components/dist/esm/icons/pencil-to-rectangle';
191
196
  export { iconPlayTag } from '@ni/nimble-components/dist/esm/icons/play';
192
197
  export { iconPotWithLidTag } from '@ni/nimble-components/dist/esm/icons/pot-with-lid';
198
+ export { iconPrintTag } from '@ni/nimble-components/dist/esm/icons/print';
199
+ export { iconQrcodeReadTag } from '@ni/nimble-components/dist/esm/icons/qrcode-read';
193
200
  export { iconQuestionTag } from '@ni/nimble-components/dist/esm/icons/question';
194
201
  export { iconRectangleCheckLinesTag } from '@ni/nimble-components/dist/esm/icons/rectangle-check-lines';
195
202
  export { iconRectangleLinesTag } from '@ni/nimble-components/dist/esm/icons/rectangle-lines';
@@ -2634,6 +2641,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2634
2641
  }]
2635
2642
  }] });
2636
2643
 
2644
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2645
+ // See generation source in nimble-angular/build/generate-icons
2646
+ /**
2647
+ * Directive to provide Angular integration for the arrowDownTwoRectangles icon element.
2648
+ */
2649
+ class NimbleIconArrowDownTwoRectanglesDirective extends NimbleIconBaseDirective {
2650
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2651
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowDownTwoRectanglesDirective, selector: "nimble-icon-arrow-down-two-rectangles", usesInheritance: true, ngImport: i0 }); }
2652
+ }
2653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesDirective, decorators: [{
2654
+ type: Directive,
2655
+ args: [{
2656
+ selector: 'nimble-icon-arrow-down-two-rectangles'
2657
+ }]
2658
+ }] });
2659
+
2660
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2661
+ // See generation source in nimble-angular/build/generate-icons
2662
+ class NimbleIconArrowDownTwoRectanglesModule {
2663
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2664
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, declarations: [NimbleIconArrowDownTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowDownTwoRectanglesDirective] }); }
2665
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, imports: [CommonModule] }); }
2666
+ }
2667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, decorators: [{
2668
+ type: NgModule,
2669
+ args: [{
2670
+ declarations: [NimbleIconArrowDownTwoRectanglesDirective],
2671
+ imports: [CommonModule],
2672
+ exports: [NimbleIconArrowDownTwoRectanglesDirective]
2673
+ }]
2674
+ }] });
2675
+
2637
2676
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2638
2677
  // See generation source in nimble-angular/build/generate-icons
2639
2678
  /**
@@ -2826,6 +2865,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2826
2865
  }]
2827
2866
  }] });
2828
2867
 
2868
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2869
+ // See generation source in nimble-angular/build/generate-icons
2870
+ /**
2871
+ * Directive to provide Angular integration for the arrowLeftTwoRectangles icon element.
2872
+ */
2873
+ class NimbleIconArrowLeftTwoRectanglesDirective extends NimbleIconBaseDirective {
2874
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2875
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowLeftTwoRectanglesDirective, selector: "nimble-icon-arrow-left-two-rectangles", usesInheritance: true, ngImport: i0 }); }
2876
+ }
2877
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesDirective, decorators: [{
2878
+ type: Directive,
2879
+ args: [{
2880
+ selector: 'nimble-icon-arrow-left-two-rectangles'
2881
+ }]
2882
+ }] });
2883
+
2884
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2885
+ // See generation source in nimble-angular/build/generate-icons
2886
+ class NimbleIconArrowLeftTwoRectanglesModule {
2887
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2888
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, declarations: [NimbleIconArrowLeftTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowLeftTwoRectanglesDirective] }); }
2889
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, imports: [CommonModule] }); }
2890
+ }
2891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, decorators: [{
2892
+ type: NgModule,
2893
+ args: [{
2894
+ declarations: [NimbleIconArrowLeftTwoRectanglesDirective],
2895
+ imports: [CommonModule],
2896
+ exports: [NimbleIconArrowLeftTwoRectanglesDirective]
2897
+ }]
2898
+ }] });
2899
+
2829
2900
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2830
2901
  // See generation source in nimble-angular/build/generate-icons
2831
2902
  /**
@@ -2954,6 +3025,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2954
3025
  }]
2955
3026
  }] });
2956
3027
 
3028
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3029
+ // See generation source in nimble-angular/build/generate-icons
3030
+ /**
3031
+ * Directive to provide Angular integration for the arrowRightTwoRectangles icon element.
3032
+ */
3033
+ class NimbleIconArrowRightTwoRectanglesDirective extends NimbleIconBaseDirective {
3034
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3035
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowRightTwoRectanglesDirective, selector: "nimble-icon-arrow-right-two-rectangles", usesInheritance: true, ngImport: i0 }); }
3036
+ }
3037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesDirective, decorators: [{
3038
+ type: Directive,
3039
+ args: [{
3040
+ selector: 'nimble-icon-arrow-right-two-rectangles'
3041
+ }]
3042
+ }] });
3043
+
3044
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3045
+ // See generation source in nimble-angular/build/generate-icons
3046
+ class NimbleIconArrowRightTwoRectanglesModule {
3047
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3048
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, declarations: [NimbleIconArrowRightTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowRightTwoRectanglesDirective] }); }
3049
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, imports: [CommonModule] }); }
3050
+ }
3051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, decorators: [{
3052
+ type: NgModule,
3053
+ args: [{
3054
+ declarations: [NimbleIconArrowRightTwoRectanglesDirective],
3055
+ imports: [CommonModule],
3056
+ exports: [NimbleIconArrowRightTwoRectanglesDirective]
3057
+ }]
3058
+ }] });
3059
+
2957
3060
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2958
3061
  // See generation source in nimble-angular/build/generate-icons
2959
3062
  /**
@@ -3242,6 +3345,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3242
3345
  }]
3243
3346
  }] });
3244
3347
 
3348
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3349
+ // See generation source in nimble-angular/build/generate-icons
3350
+ /**
3351
+ * Directive to provide Angular integration for the arrowUpTwoRectangles icon element.
3352
+ */
3353
+ class NimbleIconArrowUpTwoRectanglesDirective extends NimbleIconBaseDirective {
3354
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3355
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowUpTwoRectanglesDirective, selector: "nimble-icon-arrow-up-two-rectangles", usesInheritance: true, ngImport: i0 }); }
3356
+ }
3357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesDirective, decorators: [{
3358
+ type: Directive,
3359
+ args: [{
3360
+ selector: 'nimble-icon-arrow-up-two-rectangles'
3361
+ }]
3362
+ }] });
3363
+
3364
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3365
+ // See generation source in nimble-angular/build/generate-icons
3366
+ class NimbleIconArrowUpTwoRectanglesModule {
3367
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3368
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, declarations: [NimbleIconArrowUpTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowUpTwoRectanglesDirective] }); }
3369
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, imports: [CommonModule] }); }
3370
+ }
3371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, decorators: [{
3372
+ type: NgModule,
3373
+ args: [{
3374
+ declarations: [NimbleIconArrowUpTwoRectanglesDirective],
3375
+ imports: [CommonModule],
3376
+ exports: [NimbleIconArrowUpTwoRectanglesDirective]
3377
+ }]
3378
+ }] });
3379
+
3245
3380
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3246
3381
  // See generation source in nimble-angular/build/generate-icons
3247
3382
  /**
@@ -7594,6 +7729,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
7594
7729
  }]
7595
7730
  }] });
7596
7731
 
7732
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7733
+ // See generation source in nimble-angular/build/generate-icons
7734
+ /**
7735
+ * Directive to provide Angular integration for the pencilToRectangle icon element.
7736
+ */
7737
+ class NimbleIconPencilToRectangleDirective extends NimbleIconBaseDirective {
7738
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
7739
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconPencilToRectangleDirective, selector: "nimble-icon-pencil-to-rectangle", usesInheritance: true, ngImport: i0 }); }
7740
+ }
7741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleDirective, decorators: [{
7742
+ type: Directive,
7743
+ args: [{
7744
+ selector: 'nimble-icon-pencil-to-rectangle'
7745
+ }]
7746
+ }] });
7747
+
7748
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7749
+ // See generation source in nimble-angular/build/generate-icons
7750
+ class NimbleIconPencilToRectangleModule {
7751
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7752
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, declarations: [NimbleIconPencilToRectangleDirective], imports: [CommonModule], exports: [NimbleIconPencilToRectangleDirective] }); }
7753
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, imports: [CommonModule] }); }
7754
+ }
7755
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, decorators: [{
7756
+ type: NgModule,
7757
+ args: [{
7758
+ declarations: [NimbleIconPencilToRectangleDirective],
7759
+ imports: [CommonModule],
7760
+ exports: [NimbleIconPencilToRectangleDirective]
7761
+ }]
7762
+ }] });
7763
+
7597
7764
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7598
7765
  // See generation source in nimble-angular/build/generate-icons
7599
7766
  /**
@@ -7658,6 +7825,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
7658
7825
  }]
7659
7826
  }] });
7660
7827
 
7828
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7829
+ // See generation source in nimble-angular/build/generate-icons
7830
+ /**
7831
+ * Directive to provide Angular integration for the print icon element.
7832
+ */
7833
+ class NimbleIconPrintDirective extends NimbleIconBaseDirective {
7834
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPrintDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
7835
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconPrintDirective, selector: "nimble-icon-print", usesInheritance: true, ngImport: i0 }); }
7836
+ }
7837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPrintDirective, decorators: [{
7838
+ type: Directive,
7839
+ args: [{
7840
+ selector: 'nimble-icon-print'
7841
+ }]
7842
+ }] });
7843
+
7844
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7845
+ // See generation source in nimble-angular/build/generate-icons
7846
+ class NimbleIconPrintModule {
7847
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPrintModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7848
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPrintModule, declarations: [NimbleIconPrintDirective], imports: [CommonModule], exports: [NimbleIconPrintDirective] }); }
7849
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPrintModule, imports: [CommonModule] }); }
7850
+ }
7851
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPrintModule, decorators: [{
7852
+ type: NgModule,
7853
+ args: [{
7854
+ declarations: [NimbleIconPrintDirective],
7855
+ imports: [CommonModule],
7856
+ exports: [NimbleIconPrintDirective]
7857
+ }]
7858
+ }] });
7859
+
7860
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7861
+ // See generation source in nimble-angular/build/generate-icons
7862
+ /**
7863
+ * Directive to provide Angular integration for the qrcodeRead icon element.
7864
+ */
7865
+ class NimbleIconQrcodeReadDirective extends NimbleIconBaseDirective {
7866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconQrcodeReadDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
7867
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconQrcodeReadDirective, selector: "nimble-icon-qrcode-read", usesInheritance: true, ngImport: i0 }); }
7868
+ }
7869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconQrcodeReadDirective, decorators: [{
7870
+ type: Directive,
7871
+ args: [{
7872
+ selector: 'nimble-icon-qrcode-read'
7873
+ }]
7874
+ }] });
7875
+
7876
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7877
+ // See generation source in nimble-angular/build/generate-icons
7878
+ class NimbleIconQrcodeReadModule {
7879
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconQrcodeReadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7880
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconQrcodeReadModule, declarations: [NimbleIconQrcodeReadDirective], imports: [CommonModule], exports: [NimbleIconQrcodeReadDirective] }); }
7881
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconQrcodeReadModule, imports: [CommonModule] }); }
7882
+ }
7883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconQrcodeReadModule, decorators: [{
7884
+ type: NgModule,
7885
+ args: [{
7886
+ declarations: [NimbleIconQrcodeReadDirective],
7887
+ imports: [CommonModule],
7888
+ exports: [NimbleIconQrcodeReadDirective]
7889
+ }]
7890
+ }] });
7891
+
7661
7892
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7662
7893
  // See generation source in nimble-angular/build/generate-icons
7663
7894
  /**
@@ -12184,5 +12415,5 @@ const waitForUpdatesAsync = waitForUpdatesAsync$1;
12184
12415
  * Generated bundle index. Do not edit.
12185
12416
  */
12186
12417
 
12187
- export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRectangleDirective, NimbleIconArrowDownRectangleModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightThinDirective, NimbleIconArrowRightThinModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowULeftDirective, NimbleIconArrowULeftModule, NimbleIconArrowURightDirective, NimbleIconArrowURightModule, NimbleIconArrowUUpDirective, NimbleIconArrowUUpModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRectangleDirective, NimbleIconArrowUpRectangleModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconArrowsRotateReverseDotDirective, NimbleIconArrowsRotateReverseDotModule, NimbleIconAsteriskDirective, NimbleIconAsteriskModule, NimbleIconAtDirective, NimbleIconAtModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellAndMessageDirective, NimbleIconBellAndMessageModule, NimbleIconBellCheckDirective, NimbleIconBellCheckModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellOnDirective, NimbleIconBellOnModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBoldBDirective, NimbleIconBoldBModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, NimbleIconCalendarArrowsRotateReverseDotDirective, NimbleIconCalendarArrowsRotateReverseDotModule, NimbleIconCalendarCheckLinesDirective, NimbleIconCalendarCheckLinesModule, NimbleIconCalendarCircleExclamationDirective, NimbleIconCalendarCircleExclamationModule, NimbleIconCalendarClockDirective, NimbleIconCalendarClockModule, NimbleIconCalendarDayDirective, NimbleIconCalendarDayModule, NimbleIconCalendarDayOutlineDirective, NimbleIconCalendarDayOutlineModule, NimbleIconCalendarDaysDirective, NimbleIconCalendarDaysModule, NimbleIconCalendarLinesDirective, NimbleIconCalendarLinesModule, NimbleIconCalendarRectangleDirective, NimbleIconCalendarRectangleModule, NimbleIconCalendarWeekDirective, NimbleIconCalendarWeekModule, NimbleIconChartDiagramChildFocusDirective, NimbleIconChartDiagramChildFocusModule, NimbleIconChartDiagramDirective, NimbleIconChartDiagramModule, NimbleIconChartDiagramParentFocusDirective, NimbleIconChartDiagramParentFocusModule, NimbleIconChartDiagramParentFocusTwoChildDirective, NimbleIconChartDiagramParentFocusTwoChildModule, NimbleIconCheckDirective, NimbleIconCheckDotDirective, NimbleIconCheckDotModule, NimbleIconCheckModule, NimbleIconCircleBrokenDirective, NimbleIconCircleBrokenModule, NimbleIconCircleCheckDirective, NimbleIconCircleCheckModule, NimbleIconCircleDirective, NimbleIconCircleFilledDirective, NimbleIconCircleFilledModule, NimbleIconCircleMinusDirective, NimbleIconCircleMinusModule, NimbleIconCircleModule, NimbleIconCirclePartialBrokenDirective, NimbleIconCirclePartialBrokenModule, NimbleIconCircleSlashDirective, NimbleIconCircleSlashModule, NimbleIconCircleXDirective, NimbleIconCircleXModule, NimbleIconClipboardDirective, NimbleIconClipboardModule, NimbleIconClockCogDirective, NimbleIconClockCogModule, NimbleIconClockDirective, NimbleIconClockExclamationDirective, NimbleIconClockExclamationModule, NimbleIconClockModule, NimbleIconClockTriangleDirective, NimbleIconClockTriangleModule, NimbleIconCloneDirective, NimbleIconCloneModule, NimbleIconCloudDirective, NimbleIconCloudModule, NimbleIconCloudUploadDirective, NimbleIconCloudUploadModule, NimbleIconCloudWithArrowDirective, NimbleIconCloudWithArrowModule, NimbleIconCogDatabaseDirective, NimbleIconCogDatabaseInsetDirective, NimbleIconCogDatabaseInsetModule, NimbleIconCogDatabaseModule, NimbleIconCogDirective, NimbleIconCogModule, NimbleIconCogSmallCogDirective, NimbleIconCogSmallCogModule, NimbleIconCogZoomedDirective, NimbleIconCogZoomedModule, NimbleIconCommentDirective, NimbleIconCommentModule, NimbleIconComputerAndMonitorDirective, NimbleIconComputerAndMonitorModule, NimbleIconCopyDirective, NimbleIconCopyModule, NimbleIconCopyTextDirective, NimbleIconCopyTextModule, NimbleIconDashboardBuilderDirective, NimbleIconDashboardBuilderLegendDirective, NimbleIconDashboardBuilderLegendModule, NimbleIconDashboardBuilderModule, NimbleIconDashboardBuilderTemplatesDirective, NimbleIconDashboardBuilderTemplatesModule, NimbleIconDashboardBuilderTileDirective, NimbleIconDashboardBuilderTileModule, NimbleIconDatabaseCheckDirective, NimbleIconDatabaseCheckModule, NimbleIconDatabaseDirective, NimbleIconDatabaseModule, NimbleIconDebugDirective, NimbleIconDebugModule, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDashDirective, NimbleIconEyeDashModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, NimbleIconFloppyDiskPenDirective, NimbleIconFloppyDiskPenModule, NimbleIconFloppyDiskStarArrowRightDirective, NimbleIconFloppyDiskStarArrowRightModule, NimbleIconFloppyDiskThreeDotsDirective, NimbleIconFloppyDiskThreeDotsModule, NimbleIconFolderDirective, NimbleIconFolderModule, NimbleIconFolderOpenDirective, NimbleIconFolderOpenModule, NimbleIconForwardSlashDirective, NimbleIconForwardSlashModule, NimbleIconFourDotsSquareDirective, NimbleIconFourDotsSquareModule, NimbleIconFunctionDirective, NimbleIconFunctionModule, NimbleIconGaugeSimpleDirective, NimbleIconGaugeSimpleModule, NimbleIconGridThreeByThreeDirective, NimbleIconGridThreeByThreeModule, NimbleIconGridTwoByTwoDirective, NimbleIconGridTwoByTwoModule, NimbleIconHammerDirective, NimbleIconHammerModule, NimbleIconHashtagDirective, NimbleIconHashtagModule, NimbleIconHomeDirective, NimbleIconHomeModule, NimbleIconHorizontalTriangleOutlineDirective, NimbleIconHorizontalTriangleOutlineModule, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndentDirective, NimbleIconIndentModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, NimbleIconInwardSquaresThreeDirective, NimbleIconInwardSquaresThreeModule, NimbleIconItalicIDirective, NimbleIconItalicIModule, NimbleIconKeyDirective, NimbleIconKeyModule, NimbleIconLaptopDirective, NimbleIconLaptopModule, NimbleIconLayerGroupDirective, NimbleIconLayerGroupModule, NimbleIconLightbulbDirective, NimbleIconLightbulbModule, NimbleIconLightningBoltDirective, NimbleIconLightningBoltModule, NimbleIconLinkCancelDirective, NimbleIconLinkCancelModule, NimbleIconLinkDirective, NimbleIconLinkModule, NimbleIconListDirective, NimbleIconListModule, NimbleIconListTreeDatabaseDirective, NimbleIconListTreeDatabaseModule, NimbleIconListTreeDirective, NimbleIconListTreeModule, NimbleIconLockDirective, NimbleIconLockModule, NimbleIconMagnifyingGlassDirective, NimbleIconMagnifyingGlassModule, NimbleIconMarkdownDirective, NimbleIconMarkdownModule, NimbleIconMessageBotDirective, NimbleIconMessageBotModule, NimbleIconMessageDirective, NimbleIconMessageModule, NimbleIconMessagesSparkleDirective, NimbleIconMessagesSparkleModule, NimbleIconMicrophoneDirective, NimbleIconMicrophoneModule, NimbleIconMinusDirective, NimbleIconMinusModule, NimbleIconMinusWideDirective, NimbleIconMinusWideModule, NimbleIconMobileDirective, NimbleIconMobileModule, NimbleIconMountainSunDirective, NimbleIconMountainSunModule, NimbleIconNiDirective, NimbleIconNiModule, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconNumberListDirective, NimbleIconNumberListModule, NimbleIconOutdentDirective, NimbleIconOutdentModule, NimbleIconOutwardSquaresThreeDirective, NimbleIconOutwardSquaresThreeModule, NimbleIconPaperPlaneDirective, NimbleIconPaperPlaneModule, NimbleIconPaperclipDirective, NimbleIconPaperclipModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPauseDirective, NimbleIconPauseModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPlayDirective, NimbleIconPlayModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRectangleCheckLinesDirective, NimbleIconRectangleCheckLinesModule, NimbleIconRectangleLinesDirective, NimbleIconRectangleLinesModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconScreenCheckLinesCalendarDirective, NimbleIconScreenCheckLinesCalendarModule, NimbleIconScreenCheckLinesDirective, NimbleIconScreenCheckLinesModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSparkleSwirlsDirective, NimbleIconSparkleSwirlsModule, NimbleIconSparklesDirective, NimbleIconSparklesModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareListCogDirective, NimbleIconSquareListCogModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconSquareXDirective, NimbleIconSquareXModule, NimbleIconStar8PointDirective, NimbleIconStar8PointModule, NimbleIconStopSquareDirective, NimbleIconStopSquareModule, NimbleIconSystemlinkDirective, NimbleIconSystemlinkModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, NimbleIconThreeCirclesAscendingContainerDirective, NimbleIconThreeCirclesAscendingContainerModule, NimbleIconThreeDotsLineDirective, NimbleIconThreeDotsLineModule, NimbleIconThreeVerticalLinesDirective, NimbleIconThreeVerticalLinesModule, NimbleIconThumbDownDirective, NimbleIconThumbDownModule, NimbleIconThumbUpDirective, NimbleIconThumbUpModule, NimbleIconThumbtackDirective, NimbleIconThumbtackModule, NimbleIconTileSizeDirective, NimbleIconTileSizeModule, NimbleIconTimesDirective, NimbleIconTimesModule, NimbleIconTrashDirective, NimbleIconTrashModule, NimbleIconTriangleDirective, NimbleIconTriangleFilledDirective, NimbleIconTriangleFilledModule, NimbleIconTriangleModule, NimbleIconTriangleTwoLinesHorizontalDirective, NimbleIconTriangleTwoLinesHorizontalModule, NimbleIconTrueFalseRectangleDirective, NimbleIconTrueFalseRectangleModule, NimbleIconTwoSquaresInBracketsDirective, NimbleIconTwoSquaresInBracketsModule, NimbleIconTwoTrianglesBetweenLinesDirective, NimbleIconTwoTrianglesBetweenLinesModule, NimbleIconUnlinkDirective, NimbleIconUnlinkModule, NimbleIconUnlockDirective, NimbleIconUnlockModule, NimbleIconUpRightFromSquareDirective, NimbleIconUpRightFromSquareModule, NimbleIconUploadDirective, NimbleIconUploadModule, NimbleIconUserDirective, NimbleIconUserModule, NimbleIconWatchDirective, NimbleIconWatchModule, NimbleIconWaveformDirective, NimbleIconWaveformModule, NimbleIconWebviCustomDirective, NimbleIconWebviCustomModule, NimbleIconWebviHostDirective, NimbleIconWebviHostModule, NimbleIconWindowCodeDirective, NimbleIconWindowCodeModule, NimbleIconWindowDockDirective, NimbleIconWindowDockModule, NimbleIconWindowRestoreDirective, NimbleIconWindowRestoreModule, NimbleIconWindowTextDirective, NimbleIconWindowTextModule, NimbleIconWrenchHammerDirective, NimbleIconWrenchHammerModule, NimbleIconXmarkCheckDirective, NimbleIconXmarkCheckModule, NimbleIconXmarkDirective, NimbleIconXmarkModule, NimbleListOptionDirective, NimbleListOptionGroupDirective, NimbleListOptionGroupModule, NimbleListOptionModule, NimbleMenuButtonDirective, NimbleMenuButtonModule, NimbleMenuDirective, NimbleMenuItemDirective, NimbleMenuItemModule, NimbleMenuModule, NimbleNumberFieldControlValueAccessorDirective, NimbleNumberFieldDirective, NimbleNumberFieldModule, NimbleRadioControlValueAccessorDirective, NimbleRadioDirective, NimbleRadioGroupDirective, NimbleRadioGroupModule, NimbleRadioModule, NimbleSelectControlValueAccessorDirective, NimbleSelectDirective, NimbleSelectListOptionDirective, NimbleSelectModule, NimbleSpinnerDirective, NimbleSpinnerModule, NimbleSwitchControlValueAccessorDirective, NimbleSwitchDirective, NimbleSwitchModule, NimbleTabDirective, NimbleTabModule, NimbleTabPanelDirective, NimbleTabPanelModule, NimbleTabsDirective, NimbleTabsModule, NimbleTabsToolbarDirective, NimbleTabsToolbarModule, NimbleTextAreaControlValueAccessorDirective, NimbleTextAreaDirective, NimbleTextAreaModule, NimbleTextFieldControlValueAccessorDirective, NimbleTextFieldDirective, NimbleTextFieldModule, NimbleThemeProviderDirective, NimbleThemeProviderModule, NimbleToggleButtonControlValueAccessorDirective, NimbleToggleButtonDirective, NimbleToggleButtonModule, NimbleToolbarDirective, NimbleToolbarModule, NimbleTooltipDirective, NimbleTooltipModule, NimbleTreeItemDirective, NimbleTreeItemModule, NimbleTreeViewDirective, NimbleTreeViewModule, OPTION_NOT_FOUND, waitForUpdatesAsync };
12418
+ export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRectangleDirective, NimbleIconArrowDownRectangleModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowDownTwoRectanglesDirective, NimbleIconArrowDownTwoRectanglesModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowLeftTwoRectanglesDirective, NimbleIconArrowLeftTwoRectanglesModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightThinDirective, NimbleIconArrowRightThinModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRightTwoRectanglesDirective, NimbleIconArrowRightTwoRectanglesModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowULeftDirective, NimbleIconArrowULeftModule, NimbleIconArrowURightDirective, NimbleIconArrowURightModule, NimbleIconArrowUUpDirective, NimbleIconArrowUUpModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRectangleDirective, NimbleIconArrowUpRectangleModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowUpTwoRectanglesDirective, NimbleIconArrowUpTwoRectanglesModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconArrowsRotateReverseDotDirective, NimbleIconArrowsRotateReverseDotModule, NimbleIconAsteriskDirective, NimbleIconAsteriskModule, NimbleIconAtDirective, NimbleIconAtModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellAndMessageDirective, NimbleIconBellAndMessageModule, NimbleIconBellCheckDirective, NimbleIconBellCheckModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellOnDirective, NimbleIconBellOnModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBoldBDirective, NimbleIconBoldBModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, NimbleIconCalendarArrowsRotateReverseDotDirective, NimbleIconCalendarArrowsRotateReverseDotModule, NimbleIconCalendarCheckLinesDirective, NimbleIconCalendarCheckLinesModule, NimbleIconCalendarCircleExclamationDirective, NimbleIconCalendarCircleExclamationModule, NimbleIconCalendarClockDirective, NimbleIconCalendarClockModule, NimbleIconCalendarDayDirective, NimbleIconCalendarDayModule, NimbleIconCalendarDayOutlineDirective, NimbleIconCalendarDayOutlineModule, NimbleIconCalendarDaysDirective, NimbleIconCalendarDaysModule, NimbleIconCalendarLinesDirective, NimbleIconCalendarLinesModule, NimbleIconCalendarRectangleDirective, NimbleIconCalendarRectangleModule, NimbleIconCalendarWeekDirective, NimbleIconCalendarWeekModule, NimbleIconChartDiagramChildFocusDirective, NimbleIconChartDiagramChildFocusModule, NimbleIconChartDiagramDirective, NimbleIconChartDiagramModule, NimbleIconChartDiagramParentFocusDirective, NimbleIconChartDiagramParentFocusModule, NimbleIconChartDiagramParentFocusTwoChildDirective, NimbleIconChartDiagramParentFocusTwoChildModule, NimbleIconCheckDirective, NimbleIconCheckDotDirective, NimbleIconCheckDotModule, NimbleIconCheckModule, NimbleIconCircleBrokenDirective, NimbleIconCircleBrokenModule, NimbleIconCircleCheckDirective, NimbleIconCircleCheckModule, NimbleIconCircleDirective, NimbleIconCircleFilledDirective, NimbleIconCircleFilledModule, NimbleIconCircleMinusDirective, NimbleIconCircleMinusModule, NimbleIconCircleModule, NimbleIconCirclePartialBrokenDirective, NimbleIconCirclePartialBrokenModule, NimbleIconCircleSlashDirective, NimbleIconCircleSlashModule, NimbleIconCircleXDirective, NimbleIconCircleXModule, NimbleIconClipboardDirective, NimbleIconClipboardModule, NimbleIconClockCogDirective, NimbleIconClockCogModule, NimbleIconClockDirective, NimbleIconClockExclamationDirective, NimbleIconClockExclamationModule, NimbleIconClockModule, NimbleIconClockTriangleDirective, NimbleIconClockTriangleModule, NimbleIconCloneDirective, NimbleIconCloneModule, NimbleIconCloudDirective, NimbleIconCloudModule, NimbleIconCloudUploadDirective, NimbleIconCloudUploadModule, NimbleIconCloudWithArrowDirective, NimbleIconCloudWithArrowModule, NimbleIconCogDatabaseDirective, NimbleIconCogDatabaseInsetDirective, NimbleIconCogDatabaseInsetModule, NimbleIconCogDatabaseModule, NimbleIconCogDirective, NimbleIconCogModule, NimbleIconCogSmallCogDirective, NimbleIconCogSmallCogModule, NimbleIconCogZoomedDirective, NimbleIconCogZoomedModule, NimbleIconCommentDirective, NimbleIconCommentModule, NimbleIconComputerAndMonitorDirective, NimbleIconComputerAndMonitorModule, NimbleIconCopyDirective, NimbleIconCopyModule, NimbleIconCopyTextDirective, NimbleIconCopyTextModule, NimbleIconDashboardBuilderDirective, NimbleIconDashboardBuilderLegendDirective, NimbleIconDashboardBuilderLegendModule, NimbleIconDashboardBuilderModule, NimbleIconDashboardBuilderTemplatesDirective, NimbleIconDashboardBuilderTemplatesModule, NimbleIconDashboardBuilderTileDirective, NimbleIconDashboardBuilderTileModule, NimbleIconDatabaseCheckDirective, NimbleIconDatabaseCheckModule, NimbleIconDatabaseDirective, NimbleIconDatabaseModule, NimbleIconDebugDirective, NimbleIconDebugModule, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDashDirective, NimbleIconEyeDashModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, NimbleIconFloppyDiskPenDirective, NimbleIconFloppyDiskPenModule, NimbleIconFloppyDiskStarArrowRightDirective, NimbleIconFloppyDiskStarArrowRightModule, NimbleIconFloppyDiskThreeDotsDirective, NimbleIconFloppyDiskThreeDotsModule, NimbleIconFolderDirective, NimbleIconFolderModule, NimbleIconFolderOpenDirective, NimbleIconFolderOpenModule, NimbleIconForwardSlashDirective, NimbleIconForwardSlashModule, NimbleIconFourDotsSquareDirective, NimbleIconFourDotsSquareModule, NimbleIconFunctionDirective, NimbleIconFunctionModule, NimbleIconGaugeSimpleDirective, NimbleIconGaugeSimpleModule, NimbleIconGridThreeByThreeDirective, NimbleIconGridThreeByThreeModule, NimbleIconGridTwoByTwoDirective, NimbleIconGridTwoByTwoModule, NimbleIconHammerDirective, NimbleIconHammerModule, NimbleIconHashtagDirective, NimbleIconHashtagModule, NimbleIconHomeDirective, NimbleIconHomeModule, NimbleIconHorizontalTriangleOutlineDirective, NimbleIconHorizontalTriangleOutlineModule, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndentDirective, NimbleIconIndentModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, NimbleIconInwardSquaresThreeDirective, NimbleIconInwardSquaresThreeModule, NimbleIconItalicIDirective, NimbleIconItalicIModule, NimbleIconKeyDirective, NimbleIconKeyModule, NimbleIconLaptopDirective, NimbleIconLaptopModule, NimbleIconLayerGroupDirective, NimbleIconLayerGroupModule, NimbleIconLightbulbDirective, NimbleIconLightbulbModule, NimbleIconLightningBoltDirective, NimbleIconLightningBoltModule, NimbleIconLinkCancelDirective, NimbleIconLinkCancelModule, NimbleIconLinkDirective, NimbleIconLinkModule, NimbleIconListDirective, NimbleIconListModule, NimbleIconListTreeDatabaseDirective, NimbleIconListTreeDatabaseModule, NimbleIconListTreeDirective, NimbleIconListTreeModule, NimbleIconLockDirective, NimbleIconLockModule, NimbleIconMagnifyingGlassDirective, NimbleIconMagnifyingGlassModule, NimbleIconMarkdownDirective, NimbleIconMarkdownModule, NimbleIconMessageBotDirective, NimbleIconMessageBotModule, NimbleIconMessageDirective, NimbleIconMessageModule, NimbleIconMessagesSparkleDirective, NimbleIconMessagesSparkleModule, NimbleIconMicrophoneDirective, NimbleIconMicrophoneModule, NimbleIconMinusDirective, NimbleIconMinusModule, NimbleIconMinusWideDirective, NimbleIconMinusWideModule, NimbleIconMobileDirective, NimbleIconMobileModule, NimbleIconMountainSunDirective, NimbleIconMountainSunModule, NimbleIconNiDirective, NimbleIconNiModule, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconNumberListDirective, NimbleIconNumberListModule, NimbleIconOutdentDirective, NimbleIconOutdentModule, NimbleIconOutwardSquaresThreeDirective, NimbleIconOutwardSquaresThreeModule, NimbleIconPaperPlaneDirective, NimbleIconPaperPlaneModule, NimbleIconPaperclipDirective, NimbleIconPaperclipModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPauseDirective, NimbleIconPauseModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPencilToRectangleDirective, NimbleIconPencilToRectangleModule, NimbleIconPlayDirective, NimbleIconPlayModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconPrintDirective, NimbleIconPrintModule, NimbleIconQrcodeReadDirective, NimbleIconQrcodeReadModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRectangleCheckLinesDirective, NimbleIconRectangleCheckLinesModule, NimbleIconRectangleLinesDirective, NimbleIconRectangleLinesModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconScreenCheckLinesCalendarDirective, NimbleIconScreenCheckLinesCalendarModule, NimbleIconScreenCheckLinesDirective, NimbleIconScreenCheckLinesModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSparkleSwirlsDirective, NimbleIconSparkleSwirlsModule, NimbleIconSparklesDirective, NimbleIconSparklesModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareListCogDirective, NimbleIconSquareListCogModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconSquareXDirective, NimbleIconSquareXModule, NimbleIconStar8PointDirective, NimbleIconStar8PointModule, NimbleIconStopSquareDirective, NimbleIconStopSquareModule, NimbleIconSystemlinkDirective, NimbleIconSystemlinkModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, NimbleIconThreeCirclesAscendingContainerDirective, NimbleIconThreeCirclesAscendingContainerModule, NimbleIconThreeDotsLineDirective, NimbleIconThreeDotsLineModule, NimbleIconThreeVerticalLinesDirective, NimbleIconThreeVerticalLinesModule, NimbleIconThumbDownDirective, NimbleIconThumbDownModule, NimbleIconThumbUpDirective, NimbleIconThumbUpModule, NimbleIconThumbtackDirective, NimbleIconThumbtackModule, NimbleIconTileSizeDirective, NimbleIconTileSizeModule, NimbleIconTimesDirective, NimbleIconTimesModule, NimbleIconTrashDirective, NimbleIconTrashModule, NimbleIconTriangleDirective, NimbleIconTriangleFilledDirective, NimbleIconTriangleFilledModule, NimbleIconTriangleModule, NimbleIconTriangleTwoLinesHorizontalDirective, NimbleIconTriangleTwoLinesHorizontalModule, NimbleIconTrueFalseRectangleDirective, NimbleIconTrueFalseRectangleModule, NimbleIconTwoSquaresInBracketsDirective, NimbleIconTwoSquaresInBracketsModule, NimbleIconTwoTrianglesBetweenLinesDirective, NimbleIconTwoTrianglesBetweenLinesModule, NimbleIconUnlinkDirective, NimbleIconUnlinkModule, NimbleIconUnlockDirective, NimbleIconUnlockModule, NimbleIconUpRightFromSquareDirective, NimbleIconUpRightFromSquareModule, NimbleIconUploadDirective, NimbleIconUploadModule, NimbleIconUserDirective, NimbleIconUserModule, NimbleIconWatchDirective, NimbleIconWatchModule, NimbleIconWaveformDirective, NimbleIconWaveformModule, NimbleIconWebviCustomDirective, NimbleIconWebviCustomModule, NimbleIconWebviHostDirective, NimbleIconWebviHostModule, NimbleIconWindowCodeDirective, NimbleIconWindowCodeModule, NimbleIconWindowDockDirective, NimbleIconWindowDockModule, NimbleIconWindowRestoreDirective, NimbleIconWindowRestoreModule, NimbleIconWindowTextDirective, NimbleIconWindowTextModule, NimbleIconWrenchHammerDirective, NimbleIconWrenchHammerModule, NimbleIconXmarkCheckDirective, NimbleIconXmarkCheckModule, NimbleIconXmarkDirective, NimbleIconXmarkModule, NimbleListOptionDirective, NimbleListOptionGroupDirective, NimbleListOptionGroupModule, NimbleListOptionModule, NimbleMenuButtonDirective, NimbleMenuButtonModule, NimbleMenuDirective, NimbleMenuItemDirective, NimbleMenuItemModule, NimbleMenuModule, NimbleNumberFieldControlValueAccessorDirective, NimbleNumberFieldDirective, NimbleNumberFieldModule, NimbleRadioControlValueAccessorDirective, NimbleRadioDirective, NimbleRadioGroupDirective, NimbleRadioGroupModule, NimbleRadioModule, NimbleSelectControlValueAccessorDirective, NimbleSelectDirective, NimbleSelectListOptionDirective, NimbleSelectModule, NimbleSpinnerDirective, NimbleSpinnerModule, NimbleSwitchControlValueAccessorDirective, NimbleSwitchDirective, NimbleSwitchModule, NimbleTabDirective, NimbleTabModule, NimbleTabPanelDirective, NimbleTabPanelModule, NimbleTabsDirective, NimbleTabsModule, NimbleTabsToolbarDirective, NimbleTabsToolbarModule, NimbleTextAreaControlValueAccessorDirective, NimbleTextAreaDirective, NimbleTextAreaModule, NimbleTextFieldControlValueAccessorDirective, NimbleTextFieldDirective, NimbleTextFieldModule, NimbleThemeProviderDirective, NimbleThemeProviderModule, NimbleToggleButtonControlValueAccessorDirective, NimbleToggleButtonDirective, NimbleToggleButtonModule, NimbleToolbarDirective, NimbleToolbarModule, NimbleTooltipDirective, NimbleTooltipModule, NimbleTreeItemDirective, NimbleTreeItemModule, NimbleTreeViewDirective, NimbleTreeViewModule, OPTION_NOT_FOUND, waitForUpdatesAsync };
12188
12419
  //# sourceMappingURL=ni-nimble-angular.mjs.map