@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
@@ -0,0 +1,12 @@
1
+ import { type IconArrowsRotateReverseDot, iconArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/arrows-rotate-reverse-dot';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconArrowsRotateReverseDot };
5
+ export { iconArrowsRotateReverseDotTag };
6
+ /**
7
+ * Directive to provide Angular integration for the arrowsRotateReverseDot icon element.
8
+ */
9
+ export declare class NimbleIconArrowsRotateReverseDotDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowsRotateReverseDotDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconArrowsRotateReverseDotDirective, "nimble-icon-arrows-rotate-reverse-dot", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/arrows-rotate-reverse-dot';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-arrows-rotate-reverse-dot.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconArrowsRotateReverseDotModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowsRotateReverseDotModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconArrowsRotateReverseDotModule, [typeof i1.NimbleIconArrowsRotateReverseDotDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconArrowsRotateReverseDotDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconArrowsRotateReverseDotModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconBellAndMessage, iconBellAndMessageTag } from '@ni/nimble-components/dist/esm/icons/bell-and-message';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconBellAndMessage };
5
+ export { iconBellAndMessageTag };
6
+ /**
7
+ * Directive to provide Angular integration for the bellAndMessage icon element.
8
+ */
9
+ export declare class NimbleIconBellAndMessageDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconBellAndMessageDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconBellAndMessageDirective, "nimble-icon-bell-and-message", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/bell-and-message';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-bell-and-message.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconBellAndMessageModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconBellAndMessageModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconBellAndMessageModule, [typeof i1.NimbleIconBellAndMessageDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconBellAndMessageDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconBellAndMessageModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconCalendarArrowsRotateReverseDot, iconCalendarArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/calendar-arrows-rotate-reverse-dot';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconCalendarArrowsRotateReverseDot };
5
+ export { iconCalendarArrowsRotateReverseDotTag };
6
+ /**
7
+ * Directive to provide Angular integration for the calendarArrowsRotateReverseDot icon element.
8
+ */
9
+ export declare class NimbleIconCalendarArrowsRotateReverseDotDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarArrowsRotateReverseDotDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconCalendarArrowsRotateReverseDotDirective, "nimble-icon-calendar-arrows-rotate-reverse-dot", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/calendar-arrows-rotate-reverse-dot';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-calendar-arrows-rotate-reverse-dot.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconCalendarArrowsRotateReverseDotModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarArrowsRotateReverseDotModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconCalendarArrowsRotateReverseDotModule, [typeof i1.NimbleIconCalendarArrowsRotateReverseDotDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconCalendarArrowsRotateReverseDotDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconCalendarArrowsRotateReverseDotModule>;
9
+ }
@@ -50,6 +50,8 @@ export * from './arrows-maximize/nimble-icon-arrows-maximize.directive';
50
50
  export * from './arrows-maximize/nimble-icon-arrows-maximize.module';
51
51
  export * from './arrows-repeat/nimble-icon-arrows-repeat.directive';
52
52
  export * from './arrows-repeat/nimble-icon-arrows-repeat.module';
53
+ export * from './arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.directive';
54
+ export * from './arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.module';
53
55
  export * from './asterisk/nimble-icon-asterisk.directive';
54
56
  export * from './asterisk/nimble-icon-asterisk.module';
55
57
  export * from './at/nimble-icon-at.directive';
@@ -60,6 +62,8 @@ export * from './bell/nimble-icon-bell.directive';
60
62
  export * from './bell/nimble-icon-bell.module';
61
63
  export * from './bell-and-comment/nimble-icon-bell-and-comment.directive';
62
64
  export * from './bell-and-comment/nimble-icon-bell-and-comment.module';
65
+ export * from './bell-and-message/nimble-icon-bell-and-message.directive';
66
+ export * from './bell-and-message/nimble-icon-bell-and-message.module';
63
67
  export * from './bell-check/nimble-icon-bell-check.directive';
64
68
  export * from './bell-check/nimble-icon-bell-check.module';
65
69
  export * from './bell-circle/nimble-icon-bell-circle.directive';
@@ -74,6 +78,8 @@ export * from './bold-b/nimble-icon-bold-b.directive';
74
78
  export * from './bold-b/nimble-icon-bold-b.module';
75
79
  export * from './book-magnifying-glass/nimble-icon-book-magnifying-glass.directive';
76
80
  export * from './book-magnifying-glass/nimble-icon-book-magnifying-glass.module';
81
+ export * from './calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.directive';
82
+ export * from './calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.module';
77
83
  export * from './calendar-check-lines/nimble-icon-calendar-check-lines.directive';
78
84
  export * from './calendar-check-lines/nimble-icon-calendar-check-lines.module';
79
85
  export * from './calendar-clock/nimble-icon-calendar-clock.directive';
@@ -274,8 +280,12 @@ export * from './magnifying-glass/nimble-icon-magnifying-glass.directive';
274
280
  export * from './magnifying-glass/nimble-icon-magnifying-glass.module';
275
281
  export * from './markdown/nimble-icon-markdown.directive';
276
282
  export * from './markdown/nimble-icon-markdown.module';
283
+ export * from './message/nimble-icon-message.directive';
284
+ export * from './message/nimble-icon-message.module';
277
285
  export * from './message-bot/nimble-icon-message-bot.directive';
278
286
  export * from './message-bot/nimble-icon-message-bot.module';
287
+ export * from './messages-sparkle/nimble-icon-messages-sparkle.directive';
288
+ export * from './messages-sparkle/nimble-icon-messages-sparkle.module';
279
289
  export * from './microphone/nimble-icon-microphone.directive';
280
290
  export * from './microphone/nimble-icon-microphone.module';
281
291
  export * from './minus/nimble-icon-minus.directive';
@@ -344,6 +354,8 @@ export * from './spinner/nimble-icon-spinner.directive';
344
354
  export * from './spinner/nimble-icon-spinner.module';
345
355
  export * from './square-check/nimble-icon-square-check.directive';
346
356
  export * from './square-check/nimble-icon-square-check.module';
357
+ export * from './square-list-cog/nimble-icon-square-list-cog.directive';
358
+ export * from './square-list-cog/nimble-icon-square-list-cog.module';
347
359
  export * from './square-t/nimble-icon-square-t.directive';
348
360
  export * from './square-t/nimble-icon-square-t.module';
349
361
  export * from './square-x/nimble-icon-square-x.directive';
@@ -416,6 +428,10 @@ export * from './webvi-host/nimble-icon-webvi-host.directive';
416
428
  export * from './webvi-host/nimble-icon-webvi-host.module';
417
429
  export * from './window-code/nimble-icon-window-code.directive';
418
430
  export * from './window-code/nimble-icon-window-code.module';
431
+ export * from './window-dock/nimble-icon-window-dock.directive';
432
+ export * from './window-dock/nimble-icon-window-dock.module';
433
+ export * from './window-restore/nimble-icon-window-restore.directive';
434
+ export * from './window-restore/nimble-icon-window-restore.module';
419
435
  export * from './window-text/nimble-icon-window-text.directive';
420
436
  export * from './window-text/nimble-icon-window-text.module';
421
437
  export * from './wrench-hammer/nimble-icon-wrench-hammer.directive';
@@ -0,0 +1,12 @@
1
+ import { type IconMessage, iconMessageTag } from '@ni/nimble-components/dist/esm/icons/message';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconMessage };
5
+ export { iconMessageTag };
6
+ /**
7
+ * Directive to provide Angular integration for the message icon element.
8
+ */
9
+ export declare class NimbleIconMessageDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconMessageDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconMessageDirective, "nimble-icon-message", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/message';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-message.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconMessageModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconMessageModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconMessageModule, [typeof i1.NimbleIconMessageDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconMessageDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconMessageModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconMessagesSparkle, iconMessagesSparkleTag } from '@ni/nimble-components/dist/esm/icons/messages-sparkle';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconMessagesSparkle };
5
+ export { iconMessagesSparkleTag };
6
+ /**
7
+ * Directive to provide Angular integration for the messagesSparkle icon element.
8
+ */
9
+ export declare class NimbleIconMessagesSparkleDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconMessagesSparkleDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconMessagesSparkleDirective, "nimble-icon-messages-sparkle", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/messages-sparkle';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-messages-sparkle.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconMessagesSparkleModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconMessagesSparkleModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconMessagesSparkleModule, [typeof i1.NimbleIconMessagesSparkleDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconMessagesSparkleDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconMessagesSparkleModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconSquareListCog, iconSquareListCogTag } from '@ni/nimble-components/dist/esm/icons/square-list-cog';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconSquareListCog };
5
+ export { iconSquareListCogTag };
6
+ /**
7
+ * Directive to provide Angular integration for the squareListCog icon element.
8
+ */
9
+ export declare class NimbleIconSquareListCogDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconSquareListCogDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconSquareListCogDirective, "nimble-icon-square-list-cog", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/square-list-cog';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-square-list-cog.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconSquareListCogModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconSquareListCogModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconSquareListCogModule, [typeof i1.NimbleIconSquareListCogDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconSquareListCogDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconSquareListCogModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconWindowDock, iconWindowDockTag } from '@ni/nimble-components/dist/esm/icons/window-dock';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconWindowDock };
5
+ export { iconWindowDockTag };
6
+ /**
7
+ * Directive to provide Angular integration for the windowDock icon element.
8
+ */
9
+ export declare class NimbleIconWindowDockDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconWindowDockDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconWindowDockDirective, "nimble-icon-window-dock", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/window-dock';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-window-dock.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconWindowDockModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconWindowDockModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconWindowDockModule, [typeof i1.NimbleIconWindowDockDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconWindowDockDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconWindowDockModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconWindowRestore, iconWindowRestoreTag } from '@ni/nimble-components/dist/esm/icons/window-restore';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconWindowRestore };
5
+ export { iconWindowRestoreTag };
6
+ /**
7
+ * Directive to provide Angular integration for the windowRestore icon element.
8
+ */
9
+ export declare class NimbleIconWindowRestoreDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconWindowRestoreDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconWindowRestoreDirective, "nimble-icon-window-restore", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/window-restore';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-window-restore.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconWindowRestoreModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconWindowRestoreModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconWindowRestoreModule, [typeof i1.NimbleIconWindowRestoreDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconWindowRestoreDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconWindowRestoreModule>;
9
+ }
@@ -0,0 +1,21 @@
1
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2
+ // See generation source in nimble-angular/build/generate-icons
3
+ import { Directive } from '@angular/core';
4
+ import { iconArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/arrows-rotate-reverse-dot';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconArrowsRotateReverseDotTag };
8
+ /**
9
+ * Directive to provide Angular integration for the arrowsRotateReverseDot icon element.
10
+ */
11
+ export class NimbleIconArrowsRotateReverseDotDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ 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 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-arrows-rotate-reverse-dot'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3dzLXJvdGF0ZS1yZXZlcnNlLWRvdC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvd3Mtcm90YXRlLXJldmVyc2UtZG90L25pbWJsZS1pY29uLWFycm93cy1yb3RhdGUtcmV2ZXJzZS1kb3QuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQW1DLDZCQUE2QixFQUFFLE1BQU0sZ0VBQWdFLENBQUM7QUFDaEosT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxDQUFDO0FBRXpDOztHQUVHO0FBSUgsTUFBTSxPQUFPLHlDQUEwQyxTQUFRLHVCQUF1QjsrR0FBekUseUNBQXlDO21HQUF6Qyx5Q0FBeUM7OzRGQUF6Qyx5Q0FBeUM7a0JBSHJELFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHVDQUF1QztpQkFDcEQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkFycm93c1JvdGF0ZVJldmVyc2VEb3QsIGljb25BcnJvd3NSb3RhdGVSZXZlcnNlRG90VGFnIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2Fycm93cy1yb3RhdGUtcmV2ZXJzZS1kb3QnO1xuaW1wb3J0IHsgTmltYmxlSWNvbkJhc2VEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9pY29uLWJhc2UvbmltYmxlLWljb24tYmFzZS5kaXJlY3RpdmUnO1xuXG5leHBvcnQgdHlwZSB7IEljb25BcnJvd3NSb3RhdGVSZXZlcnNlRG90IH07XG5leHBvcnQgeyBpY29uQXJyb3dzUm90YXRlUmV2ZXJzZURvdFRhZyB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSBhcnJvd3NSb3RhdGVSZXZlcnNlRG90IGljb24gZWxlbWVudC5cbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICduaW1ibGUtaWNvbi1hcnJvd3Mtcm90YXRlLXJldmVyc2UtZG90J1xufSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVJY29uQXJyb3dzUm90YXRlUmV2ZXJzZURvdERpcmVjdGl2ZSBleHRlbmRzIE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIHtcbn1cbiJdfQ==
@@ -0,0 +1,21 @@
1
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2
+ // See generation source in nimble-angular/build/generate-icons
3
+ import { NgModule } from '@angular/core';
4
+ import { CommonModule } from '@angular/common';
5
+ import { NimbleIconArrowsRotateReverseDotDirective } from './nimble-icon-arrows-rotate-reverse-dot.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/arrows-rotate-reverse-dot';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconArrowsRotateReverseDotModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, declarations: [NimbleIconArrowsRotateReverseDotDirective], imports: [CommonModule], exports: [NimbleIconArrowsRotateReverseDotDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowsRotateReverseDotModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconArrowsRotateReverseDotDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconArrowsRotateReverseDotDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3dzLXJvdGF0ZS1yZXZlcnNlLWRvdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvd3Mtcm90YXRlLXJldmVyc2UtZG90L25pbWJsZS1pY29uLWFycm93cy1yb3RhdGUtcmV2ZXJzZS1kb3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHlDQUF5QyxFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFFOUcsT0FBTyxnRUFBZ0UsQ0FBQzs7QUFPeEUsTUFBTSxPQUFPLHNDQUFzQzsrR0FBdEMsc0NBQXNDO2dIQUF0QyxzQ0FBc0MsaUJBSmhDLHlDQUF5QyxhQUM5QyxZQUFZLGFBQ1oseUNBQXlDO2dIQUUxQyxzQ0FBc0MsWUFIckMsWUFBWTs7NEZBR2Isc0NBQXNDO2tCQUxsRCxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLHlDQUF5QyxDQUFDO29CQUN6RCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLHlDQUF5QyxDQUFDO2lCQUN2RCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkFycm93c1JvdGF0ZVJldmVyc2VEb3REaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1pY29uLWFycm93cy1yb3RhdGUtcmV2ZXJzZS1kb3QuZGlyZWN0aXZlJztcblxuaW1wb3J0ICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vaWNvbnMvYXJyb3dzLXJvdGF0ZS1yZXZlcnNlLWRvdCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbTmltYmxlSWNvbkFycm93c1JvdGF0ZVJldmVyc2VEb3REaXJlY3RpdmVdLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtOaW1ibGVJY29uQXJyb3dzUm90YXRlUmV2ZXJzZURvdERpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkFycm93c1JvdGF0ZVJldmVyc2VEb3RNb2R1bGUgeyB9XG4iXX0=
@@ -0,0 +1,21 @@
1
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2
+ // See generation source in nimble-angular/build/generate-icons
3
+ import { Directive } from '@angular/core';
4
+ import { iconBellAndMessageTag } from '@ni/nimble-components/dist/esm/icons/bell-and-message';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconBellAndMessageTag };
8
+ /**
9
+ * Directive to provide Angular integration for the bellAndMessage icon element.
10
+ */
11
+ export class NimbleIconBellAndMessageDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ 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 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-bell-and-message'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYmVsbC1hbmQtbWVzc2FnZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9iZWxsLWFuZC1tZXNzYWdlL25pbWJsZS1pY29uLWJlbGwtYW5kLW1lc3NhZ2UuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQTJCLHFCQUFxQixFQUFFLE1BQU0sdURBQXVELENBQUM7QUFDdkgsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxDQUFDO0FBRWpDOztHQUVHO0FBSUgsTUFBTSxPQUFPLGlDQUFrQyxTQUFRLHVCQUF1QjsrR0FBakUsaUNBQWlDO21HQUFqQyxpQ0FBaUM7OzRGQUFqQyxpQ0FBaUM7a0JBSDdDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDhCQUE4QjtpQkFDM0MiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkJlbGxBbmRNZXNzYWdlLCBpY29uQmVsbEFuZE1lc3NhZ2VUYWcgfSBmcm9tICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vaWNvbnMvYmVsbC1hbmQtbWVzc2FnZSc7XG5pbXBvcnQgeyBOaW1ibGVJY29uQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2ljb24tYmFzZS9uaW1ibGUtaWNvbi1iYXNlLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCB0eXBlIHsgSWNvbkJlbGxBbmRNZXNzYWdlIH07XG5leHBvcnQgeyBpY29uQmVsbEFuZE1lc3NhZ2VUYWcgfTtcblxuLyoqXG4gKiBEaXJlY3RpdmUgdG8gcHJvdmlkZSBBbmd1bGFyIGludGVncmF0aW9uIGZvciB0aGUgYmVsbEFuZE1lc3NhZ2UgaWNvbiBlbGVtZW50LlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1pY29uLWJlbGwtYW5kLW1lc3NhZ2UnXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUljb25CZWxsQW5kTWVzc2FnZURpcmVjdGl2ZSBleHRlbmRzIE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIHtcbn1cbiJdfQ==
@@ -0,0 +1,21 @@
1
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2
+ // See generation source in nimble-angular/build/generate-icons
3
+ import { NgModule } from '@angular/core';
4
+ import { CommonModule } from '@angular/common';
5
+ import { NimbleIconBellAndMessageDirective } from './nimble-icon-bell-and-message.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/bell-and-message';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconBellAndMessageModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, declarations: [NimbleIconBellAndMessageDirective], imports: [CommonModule], exports: [NimbleIconBellAndMessageDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconBellAndMessageModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconBellAndMessageDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconBellAndMessageDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYmVsbC1hbmQtbWVzc2FnZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9iZWxsLWFuZC1tZXNzYWdlL25pbWJsZS1pY29uLWJlbGwtYW5kLW1lc3NhZ2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFFN0YsT0FBTyx1REFBdUQsQ0FBQzs7QUFPL0QsTUFBTSxPQUFPLDhCQUE4QjsrR0FBOUIsOEJBQThCO2dIQUE5Qiw4QkFBOEIsaUJBSnhCLGlDQUFpQyxhQUN0QyxZQUFZLGFBQ1osaUNBQWlDO2dIQUVsQyw4QkFBOEIsWUFIN0IsWUFBWTs7NEZBR2IsOEJBQThCO2tCQUwxQyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLGlDQUFpQyxDQUFDO29CQUNqRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLGlDQUFpQyxDQUFDO2lCQUMvQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkJlbGxBbmRNZXNzYWdlRGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtaWNvbi1iZWxsLWFuZC1tZXNzYWdlLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2JlbGwtYW5kLW1lc3NhZ2UnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZUljb25CZWxsQW5kTWVzc2FnZURpcmVjdGl2ZV0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW05pbWJsZUljb25CZWxsQW5kTWVzc2FnZURpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkJlbGxBbmRNZXNzYWdlTW9kdWxlIHsgfVxuIl19
@@ -0,0 +1,21 @@
1
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2
+ // See generation source in nimble-angular/build/generate-icons
3
+ import { Directive } from '@angular/core';
4
+ import { iconCalendarArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/calendar-arrows-rotate-reverse-dot';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconCalendarArrowsRotateReverseDotTag };
8
+ /**
9
+ * Directive to provide Angular integration for the calendarArrowsRotateReverseDot icon element.
10
+ */
11
+ export class NimbleIconCalendarArrowsRotateReverseDotDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ 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 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-calendar-arrows-rotate-reverse-dot'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tY2FsZW5kYXItYXJyb3dzLXJvdGF0ZS1yZXZlcnNlLWRvdC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9jYWxlbmRhci1hcnJvd3Mtcm90YXRlLXJldmVyc2UtZG90L25pbWJsZS1pY29uLWNhbGVuZGFyLWFycm93cy1yb3RhdGUtcmV2ZXJzZS1kb3QuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQTJDLHFDQUFxQyxFQUFFLE1BQU0seUVBQXlFLENBQUM7QUFDekssT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxDQUFDO0FBRWpEOztHQUVHO0FBSUgsTUFBTSxPQUFPLGlEQUFrRCxTQUFRLHVCQUF1QjsrR0FBakYsaURBQWlEO21HQUFqRCxpREFBaUQ7OzRGQUFqRCxpREFBaUQ7a0JBSDdELFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGdEQUFnRDtpQkFDN0QiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkNhbGVuZGFyQXJyb3dzUm90YXRlUmV2ZXJzZURvdCwgaWNvbkNhbGVuZGFyQXJyb3dzUm90YXRlUmV2ZXJzZURvdFRhZyB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9pY29ucy9jYWxlbmRhci1hcnJvd3Mtcm90YXRlLXJldmVyc2UtZG90JztcbmltcG9ydCB7IE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vaWNvbi1iYXNlL25pbWJsZS1pY29uLWJhc2UuZGlyZWN0aXZlJztcblxuZXhwb3J0IHR5cGUgeyBJY29uQ2FsZW5kYXJBcnJvd3NSb3RhdGVSZXZlcnNlRG90IH07XG5leHBvcnQgeyBpY29uQ2FsZW5kYXJBcnJvd3NSb3RhdGVSZXZlcnNlRG90VGFnIH07XG5cbi8qKlxuICogRGlyZWN0aXZlIHRvIHByb3ZpZGUgQW5ndWxhciBpbnRlZ3JhdGlvbiBmb3IgdGhlIGNhbGVuZGFyQXJyb3dzUm90YXRlUmV2ZXJzZURvdCBpY29uIGVsZW1lbnQuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnbmltYmxlLWljb24tY2FsZW5kYXItYXJyb3dzLXJvdGF0ZS1yZXZlcnNlLWRvdCdcbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkNhbGVuZGFyQXJyb3dzUm90YXRlUmV2ZXJzZURvdERpcmVjdGl2ZSBleHRlbmRzIE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIHtcbn1cbiJdfQ==
@@ -0,0 +1,21 @@
1
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2
+ // See generation source in nimble-angular/build/generate-icons
3
+ import { NgModule } from '@angular/core';
4
+ import { CommonModule } from '@angular/common';
5
+ import { NimbleIconCalendarArrowsRotateReverseDotDirective } from './nimble-icon-calendar-arrows-rotate-reverse-dot.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/calendar-arrows-rotate-reverse-dot';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconCalendarArrowsRotateReverseDotModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, declarations: [NimbleIconCalendarArrowsRotateReverseDotDirective], imports: [CommonModule], exports: [NimbleIconCalendarArrowsRotateReverseDotDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconCalendarArrowsRotateReverseDotModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconCalendarArrowsRotateReverseDotDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconCalendarArrowsRotateReverseDotDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tY2FsZW5kYXItYXJyb3dzLXJvdGF0ZS1yZXZlcnNlLWRvdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9jYWxlbmRhci1hcnJvd3Mtcm90YXRlLXJldmVyc2UtZG90L25pbWJsZS1pY29uLWNhbGVuZGFyLWFycm93cy1yb3RhdGUtcmV2ZXJzZS1kb3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlEQUFpRCxFQUFFLE1BQU0sNERBQTRELENBQUM7QUFFL0gsT0FBTyx5RUFBeUUsQ0FBQzs7QUFPakYsTUFBTSxPQUFPLDhDQUE4QzsrR0FBOUMsOENBQThDO2dIQUE5Qyw4Q0FBOEMsaUJBSnhDLGlEQUFpRCxhQUN0RCxZQUFZLGFBQ1osaURBQWlEO2dIQUVsRCw4Q0FBOEMsWUFIN0MsWUFBWTs7NEZBR2IsOENBQThDO2tCQUwxRCxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLGlEQUFpRCxDQUFDO29CQUNqRSxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLGlEQUFpRCxDQUFDO2lCQUMvRCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkNhbGVuZGFyQXJyb3dzUm90YXRlUmV2ZXJzZURvdERpcmVjdGl2ZSB9IGZyb20gJy4vbmltYmxlLWljb24tY2FsZW5kYXItYXJyb3dzLXJvdGF0ZS1yZXZlcnNlLWRvdC5kaXJlY3RpdmUnO1xuXG5pbXBvcnQgJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9pY29ucy9jYWxlbmRhci1hcnJvd3Mtcm90YXRlLXJldmVyc2UtZG90JztcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtOaW1ibGVJY29uQ2FsZW5kYXJBcnJvd3NSb3RhdGVSZXZlcnNlRG90RGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbTmltYmxlSWNvbkNhbGVuZGFyQXJyb3dzUm90YXRlUmV2ZXJzZURvdERpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkNhbGVuZGFyQXJyb3dzUm90YXRlUmV2ZXJzZURvdE1vZHVsZSB7IH1cbiJdfQ==