@ni/nimble-angular 30.1.6 → 30.2.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 (37) hide show
  1. package/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.directive.d.ts +12 -0
  2. package/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.module.d.ts +9 -0
  3. package/directives/icons/bell-and-message/nimble-icon-bell-and-message.directive.d.ts +12 -0
  4. package/directives/icons/bell-and-message/nimble-icon-bell-and-message.module.d.ts +9 -0
  5. package/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.directive.d.ts +12 -0
  6. package/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.module.d.ts +9 -0
  7. package/directives/icons/index.d.ts +16 -0
  8. package/directives/icons/message/nimble-icon-message.directive.d.ts +12 -0
  9. package/directives/icons/message/nimble-icon-message.module.d.ts +9 -0
  10. package/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.directive.d.ts +12 -0
  11. package/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.module.d.ts +9 -0
  12. package/directives/icons/square-list-cog/nimble-icon-square-list-cog.directive.d.ts +12 -0
  13. package/directives/icons/square-list-cog/nimble-icon-square-list-cog.module.d.ts +9 -0
  14. package/directives/icons/window-dock/nimble-icon-window-dock.directive.d.ts +12 -0
  15. package/directives/icons/window-dock/nimble-icon-window-dock.module.d.ts +9 -0
  16. package/directives/icons/window-restore/nimble-icon-window-restore.directive.d.ts +12 -0
  17. package/directives/icons/window-restore/nimble-icon-window-restore.module.d.ts +9 -0
  18. package/esm2022/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.directive.mjs +21 -0
  19. package/esm2022/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.module.mjs +21 -0
  20. package/esm2022/directives/icons/bell-and-message/nimble-icon-bell-and-message.directive.mjs +21 -0
  21. package/esm2022/directives/icons/bell-and-message/nimble-icon-bell-and-message.module.mjs +21 -0
  22. package/esm2022/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.directive.mjs +21 -0
  23. package/esm2022/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.module.mjs +21 -0
  24. package/esm2022/directives/icons/index.mjs +17 -1
  25. package/esm2022/directives/icons/message/nimble-icon-message.directive.mjs +21 -0
  26. package/esm2022/directives/icons/message/nimble-icon-message.module.mjs +21 -0
  27. package/esm2022/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.directive.mjs +21 -0
  28. package/esm2022/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.module.mjs +21 -0
  29. package/esm2022/directives/icons/square-list-cog/nimble-icon-square-list-cog.directive.mjs +21 -0
  30. package/esm2022/directives/icons/square-list-cog/nimble-icon-square-list-cog.module.mjs +21 -0
  31. package/esm2022/directives/icons/window-dock/nimble-icon-window-dock.directive.mjs +21 -0
  32. package/esm2022/directives/icons/window-dock/nimble-icon-window-dock.module.mjs +21 -0
  33. package/esm2022/directives/icons/window-restore/nimble-icon-window-restore.directive.mjs +21 -0
  34. package/esm2022/directives/icons/window-restore/nimble-icon-window-restore.module.mjs +21 -0
  35. package/fesm2022/ni-nimble-angular.mjs +265 -1
  36. package/fesm2022/ni-nimble-angular.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -54,11 +54,13 @@ export { iconArrowUpRightAndArrowDownLeftTag } from '@ni/nimble-components/dist/
54
54
  export { iconArrowUpRightFromSquareTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-right-from-square';
55
55
  export { iconArrowsMaximizeTag } from '@ni/nimble-components/dist/esm/icons/arrows-maximize';
56
56
  export { iconArrowsRepeatTag } from '@ni/nimble-components/dist/esm/icons/arrows-repeat';
57
+ export { iconArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/arrows-rotate-reverse-dot';
57
58
  export { iconAsteriskTag } from '@ni/nimble-components/dist/esm/icons/asterisk';
58
59
  export { iconAtTag } from '@ni/nimble-components/dist/esm/icons/at';
59
60
  export { iconBarsTag } from '@ni/nimble-components/dist/esm/icons/bars';
60
61
  export { iconBellTag } from '@ni/nimble-components/dist/esm/icons/bell';
61
62
  export { iconBellAndCommentTag } from '@ni/nimble-components/dist/esm/icons/bell-and-comment';
63
+ export { iconBellAndMessageTag } from '@ni/nimble-components/dist/esm/icons/bell-and-message';
62
64
  export { iconBellCheckTag } from '@ni/nimble-components/dist/esm/icons/bell-check';
63
65
  export { iconBellCircleTag } from '@ni/nimble-components/dist/esm/icons/bell-circle';
64
66
  export { iconBellOnTag } from '@ni/nimble-components/dist/esm/icons/bell-on';
@@ -66,6 +68,7 @@ export { iconBellSolidCircleTag } from '@ni/nimble-components/dist/esm/icons/bel
66
68
  export { iconBlockWithRibbonTag } from '@ni/nimble-components/dist/esm/icons/block-with-ribbon';
67
69
  export { iconBoldBTag } from '@ni/nimble-components/dist/esm/icons/bold-b';
68
70
  export { iconBookMagnifyingGlassTag } from '@ni/nimble-components/dist/esm/icons/book-magnifying-glass';
71
+ export { iconCalendarArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/calendar-arrows-rotate-reverse-dot';
69
72
  export { iconCalendarCheckLinesTag } from '@ni/nimble-components/dist/esm/icons/calendar-check-lines';
70
73
  export { iconCalendarClockTag } from '@ni/nimble-components/dist/esm/icons/calendar-clock';
71
74
  export { iconCalendarDayTag } from '@ni/nimble-components/dist/esm/icons/calendar-day';
@@ -166,7 +169,9 @@ export { iconListTreeDatabaseTag } from '@ni/nimble-components/dist/esm/icons/li
166
169
  export { iconLockTag } from '@ni/nimble-components/dist/esm/icons/lock';
167
170
  export { iconMagnifyingGlassTag } from '@ni/nimble-components/dist/esm/icons/magnifying-glass';
168
171
  export { iconMarkdownTag } from '@ni/nimble-components/dist/esm/icons/markdown';
172
+ export { iconMessageTag } from '@ni/nimble-components/dist/esm/icons/message';
169
173
  export { iconMessageBotTag } from '@ni/nimble-components/dist/esm/icons/message-bot';
174
+ export { iconMessagesSparkleTag } from '@ni/nimble-components/dist/esm/icons/messages-sparkle';
170
175
  export { iconMicrophoneTag } from '@ni/nimble-components/dist/esm/icons/microphone';
171
176
  export { iconMinusTag } from '@ni/nimble-components/dist/esm/icons/minus';
172
177
  export { iconMinusWideTag } from '@ni/nimble-components/dist/esm/icons/minus-wide';
@@ -201,6 +206,7 @@ export { iconSparkleSwirlsTag } from '@ni/nimble-components/dist/esm/icons/spark
201
206
  export { iconSparklesTag } from '@ni/nimble-components/dist/esm/icons/sparkles';
202
207
  export { iconSpinnerTag } from '@ni/nimble-components/dist/esm/icons/spinner';
203
208
  export { iconSquareCheckTag } from '@ni/nimble-components/dist/esm/icons/square-check';
209
+ export { iconSquareListCogTag } from '@ni/nimble-components/dist/esm/icons/square-list-cog';
204
210
  export { iconSquareTTag } from '@ni/nimble-components/dist/esm/icons/square-t';
205
211
  export { iconSquareXTag } from '@ni/nimble-components/dist/esm/icons/square-x';
206
212
  export { iconStar8PointTag } from '@ni/nimble-components/dist/esm/icons/star-8-point';
@@ -237,6 +243,8 @@ export { iconWaveformTag } from '@ni/nimble-components/dist/esm/icons/waveform';
237
243
  export { iconWebviCustomTag } from '@ni/nimble-components/dist/esm/icons/webvi-custom';
238
244
  export { iconWebviHostTag } from '@ni/nimble-components/dist/esm/icons/webvi-host';
239
245
  export { iconWindowCodeTag } from '@ni/nimble-components/dist/esm/icons/window-code';
246
+ export { iconWindowDockTag } from '@ni/nimble-components/dist/esm/icons/window-dock';
247
+ export { iconWindowRestoreTag } from '@ni/nimble-components/dist/esm/icons/window-restore';
240
248
  export { iconWindowTextTag } from '@ni/nimble-components/dist/esm/icons/window-text';
241
249
  export { iconWrenchHammerTag } from '@ni/nimble-components/dist/esm/icons/wrench-hammer';
242
250
  export { iconXmarkTag } from '@ni/nimble-components/dist/esm/icons/xmark';
@@ -3279,6 +3287,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3279
3287
  }]
3280
3288
  }] });
3281
3289
 
3290
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3291
+ // See generation source in nimble-angular/build/generate-icons
3292
+ /**
3293
+ * Directive to provide Angular integration for the arrowsRotateReverseDot icon element.
3294
+ */
3295
+ class NimbleIconArrowsRotateReverseDotDirective extends NimbleIconBaseDirective {
3296
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3297
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowsRotateReverseDotDirective, selector: "nimble-icon-arrows-rotate-reverse-dot", usesInheritance: true, ngImport: i0 }); }
3298
+ }
3299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotDirective, decorators: [{
3300
+ type: Directive,
3301
+ args: [{
3302
+ selector: 'nimble-icon-arrows-rotate-reverse-dot'
3303
+ }]
3304
+ }] });
3305
+
3306
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3307
+ // See generation source in nimble-angular/build/generate-icons
3308
+ class NimbleIconArrowsRotateReverseDotModule {
3309
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3310
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, declarations: [NimbleIconArrowsRotateReverseDotDirective], imports: [CommonModule], exports: [NimbleIconArrowsRotateReverseDotDirective] }); }
3311
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, imports: [CommonModule] }); }
3312
+ }
3313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, decorators: [{
3314
+ type: NgModule,
3315
+ args: [{
3316
+ declarations: [NimbleIconArrowsRotateReverseDotDirective],
3317
+ imports: [CommonModule],
3318
+ exports: [NimbleIconArrowsRotateReverseDotDirective]
3319
+ }]
3320
+ }] });
3321
+
3282
3322
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3283
3323
  // See generation source in nimble-angular/build/generate-icons
3284
3324
  /**
@@ -3439,6 +3479,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3439
3479
  }]
3440
3480
  }] });
3441
3481
 
3482
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3483
+ // See generation source in nimble-angular/build/generate-icons
3484
+ /**
3485
+ * Directive to provide Angular integration for the bellAndMessage icon element.
3486
+ */
3487
+ class NimbleIconBellAndMessageDirective extends NimbleIconBaseDirective {
3488
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3489
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconBellAndMessageDirective, selector: "nimble-icon-bell-and-message", usesInheritance: true, ngImport: i0 }); }
3490
+ }
3491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageDirective, decorators: [{
3492
+ type: Directive,
3493
+ args: [{
3494
+ selector: 'nimble-icon-bell-and-message'
3495
+ }]
3496
+ }] });
3497
+
3498
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3499
+ // See generation source in nimble-angular/build/generate-icons
3500
+ class NimbleIconBellAndMessageModule {
3501
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3502
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, declarations: [NimbleIconBellAndMessageDirective], imports: [CommonModule], exports: [NimbleIconBellAndMessageDirective] }); }
3503
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, imports: [CommonModule] }); }
3504
+ }
3505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, decorators: [{
3506
+ type: NgModule,
3507
+ args: [{
3508
+ declarations: [NimbleIconBellAndMessageDirective],
3509
+ imports: [CommonModule],
3510
+ exports: [NimbleIconBellAndMessageDirective]
3511
+ }]
3512
+ }] });
3513
+
3442
3514
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3443
3515
  // See generation source in nimble-angular/build/generate-icons
3444
3516
  /**
@@ -3663,6 +3735,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3663
3735
  }]
3664
3736
  }] });
3665
3737
 
3738
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3739
+ // See generation source in nimble-angular/build/generate-icons
3740
+ /**
3741
+ * Directive to provide Angular integration for the calendarArrowsRotateReverseDot icon element.
3742
+ */
3743
+ class NimbleIconCalendarArrowsRotateReverseDotDirective extends NimbleIconBaseDirective {
3744
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3745
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconCalendarArrowsRotateReverseDotDirective, selector: "nimble-icon-calendar-arrows-rotate-reverse-dot", usesInheritance: true, ngImport: i0 }); }
3746
+ }
3747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotDirective, decorators: [{
3748
+ type: Directive,
3749
+ args: [{
3750
+ selector: 'nimble-icon-calendar-arrows-rotate-reverse-dot'
3751
+ }]
3752
+ }] });
3753
+
3754
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3755
+ // See generation source in nimble-angular/build/generate-icons
3756
+ class NimbleIconCalendarArrowsRotateReverseDotModule {
3757
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3758
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, declarations: [NimbleIconCalendarArrowsRotateReverseDotDirective], imports: [CommonModule], exports: [NimbleIconCalendarArrowsRotateReverseDotDirective] }); }
3759
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, imports: [CommonModule] }); }
3760
+ }
3761
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, decorators: [{
3762
+ type: NgModule,
3763
+ args: [{
3764
+ declarations: [NimbleIconCalendarArrowsRotateReverseDotDirective],
3765
+ imports: [CommonModule],
3766
+ exports: [NimbleIconCalendarArrowsRotateReverseDotDirective]
3767
+ }]
3768
+ }] });
3769
+
3666
3770
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3667
3771
  // See generation source in nimble-angular/build/generate-icons
3668
3772
  /**
@@ -6863,6 +6967,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
6863
6967
  }]
6864
6968
  }] });
6865
6969
 
6970
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
6971
+ // See generation source in nimble-angular/build/generate-icons
6972
+ /**
6973
+ * Directive to provide Angular integration for the message icon element.
6974
+ */
6975
+ class NimbleIconMessageDirective extends NimbleIconBaseDirective {
6976
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
6977
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconMessageDirective, selector: "nimble-icon-message", usesInheritance: true, ngImport: i0 }); }
6978
+ }
6979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessageDirective, decorators: [{
6980
+ type: Directive,
6981
+ args: [{
6982
+ selector: 'nimble-icon-message'
6983
+ }]
6984
+ }] });
6985
+
6986
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
6987
+ // See generation source in nimble-angular/build/generate-icons
6988
+ class NimbleIconMessageModule {
6989
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6990
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessageModule, declarations: [NimbleIconMessageDirective], imports: [CommonModule], exports: [NimbleIconMessageDirective] }); }
6991
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessageModule, imports: [CommonModule] }); }
6992
+ }
6993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessageModule, decorators: [{
6994
+ type: NgModule,
6995
+ args: [{
6996
+ declarations: [NimbleIconMessageDirective],
6997
+ imports: [CommonModule],
6998
+ exports: [NimbleIconMessageDirective]
6999
+ }]
7000
+ }] });
7001
+
6866
7002
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
6867
7003
  // See generation source in nimble-angular/build/generate-icons
6868
7004
  /**
@@ -6895,6 +7031,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
6895
7031
  }]
6896
7032
  }] });
6897
7033
 
7034
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7035
+ // See generation source in nimble-angular/build/generate-icons
7036
+ /**
7037
+ * Directive to provide Angular integration for the messagesSparkle icon element.
7038
+ */
7039
+ class NimbleIconMessagesSparkleDirective extends NimbleIconBaseDirective {
7040
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessagesSparkleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
7041
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconMessagesSparkleDirective, selector: "nimble-icon-messages-sparkle", usesInheritance: true, ngImport: i0 }); }
7042
+ }
7043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessagesSparkleDirective, decorators: [{
7044
+ type: Directive,
7045
+ args: [{
7046
+ selector: 'nimble-icon-messages-sparkle'
7047
+ }]
7048
+ }] });
7049
+
7050
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7051
+ // See generation source in nimble-angular/build/generate-icons
7052
+ class NimbleIconMessagesSparkleModule {
7053
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessagesSparkleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7054
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessagesSparkleModule, declarations: [NimbleIconMessagesSparkleDirective], imports: [CommonModule], exports: [NimbleIconMessagesSparkleDirective] }); }
7055
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessagesSparkleModule, imports: [CommonModule] }); }
7056
+ }
7057
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconMessagesSparkleModule, decorators: [{
7058
+ type: NgModule,
7059
+ args: [{
7060
+ declarations: [NimbleIconMessagesSparkleDirective],
7061
+ imports: [CommonModule],
7062
+ exports: [NimbleIconMessagesSparkleDirective]
7063
+ }]
7064
+ }] });
7065
+
6898
7066
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
6899
7067
  // See generation source in nimble-angular/build/generate-icons
6900
7068
  /**
@@ -7983,6 +8151,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
7983
8151
  }]
7984
8152
  }] });
7985
8153
 
8154
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
8155
+ // See generation source in nimble-angular/build/generate-icons
8156
+ /**
8157
+ * Directive to provide Angular integration for the squareListCog icon element.
8158
+ */
8159
+ class NimbleIconSquareListCogDirective extends NimbleIconBaseDirective {
8160
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconSquareListCogDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
8161
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconSquareListCogDirective, selector: "nimble-icon-square-list-cog", usesInheritance: true, ngImport: i0 }); }
8162
+ }
8163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconSquareListCogDirective, decorators: [{
8164
+ type: Directive,
8165
+ args: [{
8166
+ selector: 'nimble-icon-square-list-cog'
8167
+ }]
8168
+ }] });
8169
+
8170
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
8171
+ // See generation source in nimble-angular/build/generate-icons
8172
+ class NimbleIconSquareListCogModule {
8173
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconSquareListCogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8174
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconSquareListCogModule, declarations: [NimbleIconSquareListCogDirective], imports: [CommonModule], exports: [NimbleIconSquareListCogDirective] }); }
8175
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconSquareListCogModule, imports: [CommonModule] }); }
8176
+ }
8177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconSquareListCogModule, decorators: [{
8178
+ type: NgModule,
8179
+ args: [{
8180
+ declarations: [NimbleIconSquareListCogDirective],
8181
+ imports: [CommonModule],
8182
+ exports: [NimbleIconSquareListCogDirective]
8183
+ }]
8184
+ }] });
8185
+
7986
8186
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7987
8187
  // See generation source in nimble-angular/build/generate-icons
7988
8188
  /**
@@ -9135,6 +9335,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
9135
9335
  }]
9136
9336
  }] });
9137
9337
 
9338
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
9339
+ // See generation source in nimble-angular/build/generate-icons
9340
+ /**
9341
+ * Directive to provide Angular integration for the windowDock icon element.
9342
+ */
9343
+ class NimbleIconWindowDockDirective extends NimbleIconBaseDirective {
9344
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowDockDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
9345
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconWindowDockDirective, selector: "nimble-icon-window-dock", usesInheritance: true, ngImport: i0 }); }
9346
+ }
9347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowDockDirective, decorators: [{
9348
+ type: Directive,
9349
+ args: [{
9350
+ selector: 'nimble-icon-window-dock'
9351
+ }]
9352
+ }] });
9353
+
9354
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
9355
+ // See generation source in nimble-angular/build/generate-icons
9356
+ class NimbleIconWindowDockModule {
9357
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowDockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9358
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowDockModule, declarations: [NimbleIconWindowDockDirective], imports: [CommonModule], exports: [NimbleIconWindowDockDirective] }); }
9359
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowDockModule, imports: [CommonModule] }); }
9360
+ }
9361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowDockModule, decorators: [{
9362
+ type: NgModule,
9363
+ args: [{
9364
+ declarations: [NimbleIconWindowDockDirective],
9365
+ imports: [CommonModule],
9366
+ exports: [NimbleIconWindowDockDirective]
9367
+ }]
9368
+ }] });
9369
+
9370
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
9371
+ // See generation source in nimble-angular/build/generate-icons
9372
+ /**
9373
+ * Directive to provide Angular integration for the windowRestore icon element.
9374
+ */
9375
+ class NimbleIconWindowRestoreDirective extends NimbleIconBaseDirective {
9376
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowRestoreDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
9377
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconWindowRestoreDirective, selector: "nimble-icon-window-restore", usesInheritance: true, ngImport: i0 }); }
9378
+ }
9379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowRestoreDirective, decorators: [{
9380
+ type: Directive,
9381
+ args: [{
9382
+ selector: 'nimble-icon-window-restore'
9383
+ }]
9384
+ }] });
9385
+
9386
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
9387
+ // See generation source in nimble-angular/build/generate-icons
9388
+ class NimbleIconWindowRestoreModule {
9389
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowRestoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9390
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowRestoreModule, declarations: [NimbleIconWindowRestoreDirective], imports: [CommonModule], exports: [NimbleIconWindowRestoreDirective] }); }
9391
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowRestoreModule, imports: [CommonModule] }); }
9392
+ }
9393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconWindowRestoreModule, decorators: [{
9394
+ type: NgModule,
9395
+ args: [{
9396
+ declarations: [NimbleIconWindowRestoreDirective],
9397
+ imports: [CommonModule],
9398
+ exports: [NimbleIconWindowRestoreDirective]
9399
+ }]
9400
+ }] });
9401
+
9138
9402
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
9139
9403
  // See generation source in nimble-angular/build/generate-icons
9140
9404
  /**
@@ -11815,5 +12079,5 @@ const waitForUpdatesAsync = waitForUpdatesAsync$1;
11815
12079
  * Generated bundle index. Do not edit.
11816
12080
  */
11817
12081
 
11818
- 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, NimbleIconAsteriskDirective, NimbleIconAsteriskModule, NimbleIconAtDirective, NimbleIconAtModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellCheckDirective, NimbleIconBellCheckModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellOnDirective, NimbleIconBellOnModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBoldBDirective, NimbleIconBoldBModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, NimbleIconCalendarCheckLinesDirective, NimbleIconCalendarCheckLinesModule, 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, 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, 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, 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 };
12082
+ 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, 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 };
11819
12083
  //# sourceMappingURL=ni-nimble-angular.mjs.map