@ni/nimble-angular 24.6.4 → 25.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.directive.d.ts +12 -0
  2. package/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.module.d.ts +9 -0
  3. package/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.directive.d.ts +12 -0
  4. package/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.module.d.ts +9 -0
  5. package/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.directive.d.ts +12 -0
  6. package/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.module.d.ts +9 -0
  7. package/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.directive.d.ts +12 -0
  8. package/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.module.d.ts +9 -0
  9. package/directives/icons/calendar-clock/nimble-icon-calendar-clock.directive.d.ts +12 -0
  10. package/directives/icons/calendar-clock/nimble-icon-calendar-clock.module.d.ts +9 -0
  11. package/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.directive.d.ts +12 -0
  12. package/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.module.d.ts +9 -0
  13. package/directives/icons/calendar-days/nimble-icon-calendar-days.directive.d.ts +12 -0
  14. package/directives/icons/calendar-days/nimble-icon-calendar-days.module.d.ts +9 -0
  15. package/directives/icons/calendar-lines/nimble-icon-calendar-lines.directive.d.ts +12 -0
  16. package/directives/icons/calendar-lines/nimble-icon-calendar-lines.module.d.ts +9 -0
  17. package/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.directive.d.ts +12 -0
  18. package/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.module.d.ts +9 -0
  19. package/directives/icons/calendar-week/nimble-icon-calendar-week.directive.d.ts +12 -0
  20. package/directives/icons/calendar-week/nimble-icon-calendar-week.module.d.ts +9 -0
  21. package/directives/icons/index.d.ts +20 -4
  22. package/esm2022/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.directive.mjs +21 -0
  23. package/esm2022/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.module.mjs +21 -0
  24. package/esm2022/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.directive.mjs +21 -0
  25. package/esm2022/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.module.mjs +21 -0
  26. package/esm2022/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.directive.mjs +21 -0
  27. package/esm2022/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.module.mjs +21 -0
  28. package/esm2022/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.directive.mjs +21 -0
  29. package/esm2022/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.module.mjs +21 -0
  30. package/esm2022/directives/icons/calendar-clock/nimble-icon-calendar-clock.directive.mjs +21 -0
  31. package/esm2022/directives/icons/calendar-clock/nimble-icon-calendar-clock.module.mjs +21 -0
  32. package/esm2022/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.directive.mjs +21 -0
  33. package/esm2022/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.module.mjs +21 -0
  34. package/esm2022/directives/icons/calendar-days/nimble-icon-calendar-days.directive.mjs +21 -0
  35. package/esm2022/directives/icons/calendar-days/nimble-icon-calendar-days.module.mjs +21 -0
  36. package/esm2022/directives/icons/calendar-lines/nimble-icon-calendar-lines.directive.mjs +21 -0
  37. package/esm2022/directives/icons/calendar-lines/nimble-icon-calendar-lines.module.mjs +21 -0
  38. package/esm2022/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.directive.mjs +21 -0
  39. package/esm2022/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.module.mjs +21 -0
  40. package/esm2022/directives/icons/calendar-week/nimble-icon-calendar-week.directive.mjs +21 -0
  41. package/esm2022/directives/icons/calendar-week/nimble-icon-calendar-week.module.mjs +21 -0
  42. package/esm2022/directives/icons/index.mjs +21 -5
  43. package/fesm2022/ni-nimble-angular.mjs +306 -42
  44. package/fesm2022/ni-nimble-angular.mjs.map +1 -1
  45. package/package.json +2 -2
  46. package/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.d.ts +0 -12
  47. package/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.d.ts +0 -9
  48. package/directives/icons/calendar/nimble-icon-calendar.directive.d.ts +0 -12
  49. package/directives/icons/calendar/nimble-icon-calendar.module.d.ts +0 -9
  50. package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +0 -21
  51. package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +0 -21
  52. package/esm2022/directives/icons/calendar/nimble-icon-calendar.directive.mjs +0 -21
  53. package/esm2022/directives/icons/calendar/nimble-icon-calendar.module.mjs +0 -21
@@ -0,0 +1,12 @@
1
+ import { type IconArrowRightThin, iconArrowRightThinTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-thin';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconArrowRightThin };
5
+ export { iconArrowRightThinTag };
6
+ /**
7
+ * Directive to provide Angular integration for the arrowRightThin icon element.
8
+ */
9
+ export declare class NimbleIconArrowRightThinDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowRightThinDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconArrowRightThinDirective, "nimble-icon-arrow-right-thin", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/arrow-right-thin';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-arrow-right-thin.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconArrowRightThinModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowRightThinModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconArrowRightThinModule, [typeof i1.NimbleIconArrowRightThinDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconArrowRightThinDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconArrowRightThinModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconArrowULeft, iconArrowULeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-left';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconArrowULeft };
5
+ export { iconArrowULeftTag };
6
+ /**
7
+ * Directive to provide Angular integration for the arrowULeft icon element.
8
+ */
9
+ export declare class NimbleIconArrowULeftDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowULeftDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconArrowULeftDirective, "nimble-icon-arrow-u-left", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/arrow-u-left';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-arrow-u-left.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconArrowULeftModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowULeftModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconArrowULeftModule, [typeof i1.NimbleIconArrowULeftDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconArrowULeftDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconArrowULeftModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconArrowURight, iconArrowURightTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-right';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconArrowURight };
5
+ export { iconArrowURightTag };
6
+ /**
7
+ * Directive to provide Angular integration for the arrowURight icon element.
8
+ */
9
+ export declare class NimbleIconArrowURightDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowURightDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconArrowURightDirective, "nimble-icon-arrow-u-right", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/arrow-u-right';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-arrow-u-right.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconArrowURightModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowURightModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconArrowURightModule, [typeof i1.NimbleIconArrowURightDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconArrowURightDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconArrowURightModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconArrowUUp, iconArrowUUpTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-up';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconArrowUUp };
5
+ export { iconArrowUUpTag };
6
+ /**
7
+ * Directive to provide Angular integration for the arrowUUp icon element.
8
+ */
9
+ export declare class NimbleIconArrowUUpDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowUUpDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconArrowUUpDirective, "nimble-icon-arrow-u-up", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/arrow-u-up';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-arrow-u-up.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconArrowUUpModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconArrowUUpModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconArrowUUpModule, [typeof i1.NimbleIconArrowUUpDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconArrowUUpDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconArrowUUpModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconCalendarClock, iconCalendarClockTag } from '@ni/nimble-components/dist/esm/icons/calendar-clock';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconCalendarClock };
5
+ export { iconCalendarClockTag };
6
+ /**
7
+ * Directive to provide Angular integration for the calendarClock icon element.
8
+ */
9
+ export declare class NimbleIconCalendarClockDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarClockDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconCalendarClockDirective, "nimble-icon-calendar-clock", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/calendar-clock';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-calendar-clock.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconCalendarClockModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarClockModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconCalendarClockModule, [typeof i1.NimbleIconCalendarClockDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconCalendarClockDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconCalendarClockModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconCalendarDayOutline, iconCalendarDayOutlineTag } from '@ni/nimble-components/dist/esm/icons/calendar-day-outline';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconCalendarDayOutline };
5
+ export { iconCalendarDayOutlineTag };
6
+ /**
7
+ * Directive to provide Angular integration for the calendarDayOutline icon element.
8
+ */
9
+ export declare class NimbleIconCalendarDayOutlineDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarDayOutlineDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconCalendarDayOutlineDirective, "nimble-icon-calendar-day-outline", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/calendar-day-outline';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-calendar-day-outline.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconCalendarDayOutlineModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarDayOutlineModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconCalendarDayOutlineModule, [typeof i1.NimbleIconCalendarDayOutlineDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconCalendarDayOutlineDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconCalendarDayOutlineModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconCalendarDays, iconCalendarDaysTag } from '@ni/nimble-components/dist/esm/icons/calendar-days';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconCalendarDays };
5
+ export { iconCalendarDaysTag };
6
+ /**
7
+ * Directive to provide Angular integration for the calendarDays icon element.
8
+ */
9
+ export declare class NimbleIconCalendarDaysDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarDaysDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconCalendarDaysDirective, "nimble-icon-calendar-days", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/calendar-days';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-calendar-days.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconCalendarDaysModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarDaysModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconCalendarDaysModule, [typeof i1.NimbleIconCalendarDaysDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconCalendarDaysDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconCalendarDaysModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconCalendarLines, iconCalendarLinesTag } from '@ni/nimble-components/dist/esm/icons/calendar-lines';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconCalendarLines };
5
+ export { iconCalendarLinesTag };
6
+ /**
7
+ * Directive to provide Angular integration for the calendarLines icon element.
8
+ */
9
+ export declare class NimbleIconCalendarLinesDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarLinesDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconCalendarLinesDirective, "nimble-icon-calendar-lines", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/calendar-lines';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-calendar-lines.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconCalendarLinesModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarLinesModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconCalendarLinesModule, [typeof i1.NimbleIconCalendarLinesDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconCalendarLinesDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconCalendarLinesModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconCalendarRectangle, iconCalendarRectangleTag } from '@ni/nimble-components/dist/esm/icons/calendar-rectangle';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconCalendarRectangle };
5
+ export { iconCalendarRectangleTag };
6
+ /**
7
+ * Directive to provide Angular integration for the calendarRectangle icon element.
8
+ */
9
+ export declare class NimbleIconCalendarRectangleDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarRectangleDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconCalendarRectangleDirective, "nimble-icon-calendar-rectangle", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/calendar-rectangle';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-calendar-rectangle.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconCalendarRectangleModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarRectangleModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconCalendarRectangleModule, [typeof i1.NimbleIconCalendarRectangleDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconCalendarRectangleDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconCalendarRectangleModule>;
9
+ }
@@ -0,0 +1,12 @@
1
+ import { type IconCalendarWeek, iconCalendarWeekTag } from '@ni/nimble-components/dist/esm/icons/calendar-week';
2
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
3
+ import * as i0 from "@angular/core";
4
+ export type { IconCalendarWeek };
5
+ export { iconCalendarWeekTag };
6
+ /**
7
+ * Directive to provide Angular integration for the calendarWeek icon element.
8
+ */
9
+ export declare class NimbleIconCalendarWeekDirective extends NimbleIconBaseDirective {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarWeekDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleIconCalendarWeekDirective, "nimble-icon-calendar-week", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,9 @@
1
+ import '@ni/nimble-components/dist/esm/icons/calendar-week';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./nimble-icon-calendar-week.directive";
4
+ import * as i2 from "@angular/common";
5
+ export declare class NimbleIconCalendarWeekModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimbleIconCalendarWeekModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleIconCalendarWeekModule, [typeof i1.NimbleIconCalendarWeekDirective], [typeof i2.CommonModule], [typeof i1.NimbleIconCalendarWeekDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimbleIconCalendarWeekModule>;
9
+ }
@@ -22,12 +22,18 @@ export * from './arrow-out-circle/nimble-icon-arrow-out-circle.directive';
22
22
  export * from './arrow-out-circle/nimble-icon-arrow-out-circle.module';
23
23
  export * from './arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.directive';
24
24
  export * from './arrow-partial-rotate-left/nimble-icon-arrow-partial-rotate-left.module';
25
+ export * from './arrow-right-thin/nimble-icon-arrow-right-thin.directive';
26
+ export * from './arrow-right-thin/nimble-icon-arrow-right-thin.module';
25
27
  export * from './arrow-right-to-line/nimble-icon-arrow-right-to-line.directive';
26
28
  export * from './arrow-right-to-line/nimble-icon-arrow-right-to-line.module';
27
29
  export * from './arrow-rotate-right/nimble-icon-arrow-rotate-right.directive';
28
30
  export * from './arrow-rotate-right/nimble-icon-arrow-rotate-right.module';
29
- export * from './arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive';
30
- export * from './arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module';
31
+ export * from './arrow-u-left/nimble-icon-arrow-u-left.directive';
32
+ export * from './arrow-u-left/nimble-icon-arrow-u-left.module';
33
+ export * from './arrow-u-right/nimble-icon-arrow-u-right.directive';
34
+ export * from './arrow-u-right/nimble-icon-arrow-u-right.module';
35
+ export * from './arrow-u-up/nimble-icon-arrow-u-up.directive';
36
+ export * from './arrow-u-up/nimble-icon-arrow-u-up.module';
31
37
  export * from './arrow-up/nimble-icon-arrow-up.directive';
32
38
  export * from './arrow-up/nimble-icon-arrow-up.module';
33
39
  export * from './arrow-up-left-and-arrow-down-right/nimble-icon-arrow-up-left-and-arrow-down-right.directive';
@@ -58,12 +64,22 @@ export * from './bold-b/nimble-icon-bold-b.directive';
58
64
  export * from './bold-b/nimble-icon-bold-b.module';
59
65
  export * from './book-magnifying-glass/nimble-icon-book-magnifying-glass.directive';
60
66
  export * from './book-magnifying-glass/nimble-icon-book-magnifying-glass.module';
61
- export * from './calendar/nimble-icon-calendar.directive';
62
- export * from './calendar/nimble-icon-calendar.module';
63
67
  export * from './calendar-check-lines/nimble-icon-calendar-check-lines.directive';
64
68
  export * from './calendar-check-lines/nimble-icon-calendar-check-lines.module';
69
+ export * from './calendar-clock/nimble-icon-calendar-clock.directive';
70
+ export * from './calendar-clock/nimble-icon-calendar-clock.module';
65
71
  export * from './calendar-day/nimble-icon-calendar-day.directive';
66
72
  export * from './calendar-day/nimble-icon-calendar-day.module';
73
+ export * from './calendar-day-outline/nimble-icon-calendar-day-outline.directive';
74
+ export * from './calendar-day-outline/nimble-icon-calendar-day-outline.module';
75
+ export * from './calendar-days/nimble-icon-calendar-days.directive';
76
+ export * from './calendar-days/nimble-icon-calendar-days.module';
77
+ export * from './calendar-lines/nimble-icon-calendar-lines.directive';
78
+ export * from './calendar-lines/nimble-icon-calendar-lines.module';
79
+ export * from './calendar-rectangle/nimble-icon-calendar-rectangle.directive';
80
+ export * from './calendar-rectangle/nimble-icon-calendar-rectangle.module';
81
+ export * from './calendar-week/nimble-icon-calendar-week.directive';
82
+ export * from './calendar-week/nimble-icon-calendar-week.module';
67
83
  export * from './chart-diagram/nimble-icon-chart-diagram.directive';
68
84
  export * from './chart-diagram/nimble-icon-chart-diagram.module';
69
85
  export * from './chart-diagram-child-focus/nimble-icon-chart-diagram-child-focus.directive';
@@ -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 { iconArrowRightThinTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-thin';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconArrowRightThinTag };
8
+ /**
9
+ * Directive to provide Angular integration for the arrowRightThin icon element.
10
+ */
11
+ export class NimbleIconArrowRightThinDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconArrowRightThinDirective, selector: "nimble-icon-arrow-right-thin", usesInheritance: true, ngImport: i0 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-arrow-right-thin'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctcmlnaHQtdGhpbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvdy1yaWdodC10aGluL25pbWJsZS1pY29uLWFycm93LXJpZ2h0LXRoaW4uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQTJCLHFCQUFxQixFQUFFLE1BQU0sdURBQXVELENBQUM7QUFDdkgsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxDQUFDO0FBRWpDOztHQUVHO0FBSUgsTUFBTSxPQUFPLGlDQUFrQyxTQUFRLHVCQUF1QjsrR0FBakUsaUNBQWlDO21HQUFqQyxpQ0FBaUM7OzRGQUFqQyxpQ0FBaUM7a0JBSDdDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDhCQUE4QjtpQkFDM0MiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkFycm93UmlnaHRUaGluLCBpY29uQXJyb3dSaWdodFRoaW5UYWcgfSBmcm9tICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vaWNvbnMvYXJyb3ctcmlnaHQtdGhpbic7XG5pbXBvcnQgeyBOaW1ibGVJY29uQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2ljb24tYmFzZS9uaW1ibGUtaWNvbi1iYXNlLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCB0eXBlIHsgSWNvbkFycm93UmlnaHRUaGluIH07XG5leHBvcnQgeyBpY29uQXJyb3dSaWdodFRoaW5UYWcgfTtcblxuLyoqXG4gKiBEaXJlY3RpdmUgdG8gcHJvdmlkZSBBbmd1bGFyIGludGVncmF0aW9uIGZvciB0aGUgYXJyb3dSaWdodFRoaW4gaWNvbiBlbGVtZW50LlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1pY29uLWFycm93LXJpZ2h0LXRoaW4nXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUljb25BcnJvd1JpZ2h0VGhpbkRpcmVjdGl2ZSBleHRlbmRzIE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIHtcbn1cbiJdfQ==
@@ -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 { NimbleIconArrowRightThinDirective } from './nimble-icon-arrow-right-thin.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/arrow-right-thin';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconArrowRightThinModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, declarations: [NimbleIconArrowRightThinDirective], imports: [CommonModule], exports: [NimbleIconArrowRightThinDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconArrowRightThinDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconArrowRightThinDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctcmlnaHQtdGhpbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvdy1yaWdodC10aGluL25pbWJsZS1pY29uLWFycm93LXJpZ2h0LXRoaW4ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFFN0YsT0FBTyx1REFBdUQsQ0FBQzs7QUFPL0QsTUFBTSxPQUFPLDhCQUE4QjsrR0FBOUIsOEJBQThCO2dIQUE5Qiw4QkFBOEIsaUJBSnhCLGlDQUFpQyxhQUN0QyxZQUFZLGFBQ1osaUNBQWlDO2dIQUVsQyw4QkFBOEIsWUFIN0IsWUFBWTs7NEZBR2IsOEJBQThCO2tCQUwxQyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLGlDQUFpQyxDQUFDO29CQUNqRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLGlDQUFpQyxDQUFDO2lCQUMvQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkFycm93UmlnaHRUaGluRGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtaWNvbi1hcnJvdy1yaWdodC10aGluLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2Fycm93LXJpZ2h0LXRoaW4nO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZUljb25BcnJvd1JpZ2h0VGhpbkRpcmVjdGl2ZV0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW05pbWJsZUljb25BcnJvd1JpZ2h0VGhpbkRpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkFycm93UmlnaHRUaGluTW9kdWxlIHsgfVxuIl19
@@ -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 { iconArrowULeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-left';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconArrowULeftTag };
8
+ /**
9
+ * Directive to provide Angular integration for the arrowULeft icon element.
10
+ */
11
+ export class NimbleIconArrowULeftDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconArrowULeftDirective, selector: "nimble-icon-arrow-u-left", usesInheritance: true, ngImport: i0 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-arrow-u-left'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctdS1sZWZ0LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2ljb25zL2Fycm93LXUtbGVmdC9uaW1ibGUtaWNvbi1hcnJvdy11LWxlZnQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQXVCLGlCQUFpQixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDM0csT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxDQUFDO0FBRTdCOztHQUVHO0FBSUgsTUFBTSxPQUFPLDZCQUE4QixTQUFRLHVCQUF1QjsrR0FBN0QsNkJBQTZCO21HQUE3Qiw2QkFBNkI7OzRGQUE3Qiw2QkFBNkI7a0JBSHpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDBCQUEwQjtpQkFDdkMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkFycm93VUxlZnQsIGljb25BcnJvd1VMZWZ0VGFnIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2Fycm93LXUtbGVmdCc7XG5pbXBvcnQgeyBOaW1ibGVJY29uQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2ljb24tYmFzZS9uaW1ibGUtaWNvbi1iYXNlLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCB0eXBlIHsgSWNvbkFycm93VUxlZnQgfTtcbmV4cG9ydCB7IGljb25BcnJvd1VMZWZ0VGFnIH07XG5cbi8qKlxuICogRGlyZWN0aXZlIHRvIHByb3ZpZGUgQW5ndWxhciBpbnRlZ3JhdGlvbiBmb3IgdGhlIGFycm93VUxlZnQgaWNvbiBlbGVtZW50LlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1pY29uLWFycm93LXUtbGVmdCdcbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkFycm93VUxlZnREaXJlY3RpdmUgZXh0ZW5kcyBOaW1ibGVJY29uQmFzZURpcmVjdGl2ZSB7XG59XG4iXX0=
@@ -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 { NimbleIconArrowULeftDirective } from './nimble-icon-arrow-u-left.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/arrow-u-left';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconArrowULeftModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, declarations: [NimbleIconArrowULeftDirective], imports: [CommonModule], exports: [NimbleIconArrowULeftDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconArrowULeftDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconArrowULeftDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctdS1sZWZ0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL25pbWJsZS1hbmd1bGFyL3NyYy9kaXJlY3RpdmVzL2ljb25zL2Fycm93LXUtbGVmdC9uaW1ibGUtaWNvbi1hcnJvdy11LWxlZnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFFckYsT0FBTyxtREFBbUQsQ0FBQzs7QUFPM0QsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO2dIQUExQiwwQkFBMEIsaUJBSnBCLDZCQUE2QixhQUNsQyxZQUFZLGFBQ1osNkJBQTZCO2dIQUU5QiwwQkFBMEIsWUFIekIsWUFBWTs7NEZBR2IsMEJBQTBCO2tCQUx0QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDZCQUE2QixDQUFDO29CQUM3QyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLDZCQUE2QixDQUFDO2lCQUMzQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkFycm93VUxlZnREaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1pY29uLWFycm93LXUtbGVmdC5kaXJlY3RpdmUnO1xuXG5pbXBvcnQgJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9pY29ucy9hcnJvdy11LWxlZnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZUljb25BcnJvd1VMZWZ0RGlyZWN0aXZlXSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBleHBvcnRzOiBbTmltYmxlSWNvbkFycm93VUxlZnREaXJlY3RpdmVdXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUljb25BcnJvd1VMZWZ0TW9kdWxlIHsgfVxuIl19
@@ -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 { iconArrowURightTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-right';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconArrowURightTag };
8
+ /**
9
+ * Directive to provide Angular integration for the arrowURight icon element.
10
+ */
11
+ export class NimbleIconArrowURightDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconArrowURightDirective, selector: "nimble-icon-arrow-u-right", usesInheritance: true, ngImport: i0 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-arrow-u-right'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctdS1yaWdodC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvdy11LXJpZ2h0L25pbWJsZS1pY29uLWFycm93LXUtcmlnaHQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQXdCLGtCQUFrQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDOUcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxDQUFDO0FBRTlCOztHQUVHO0FBSUgsTUFBTSxPQUFPLDhCQUErQixTQUFRLHVCQUF1QjsrR0FBOUQsOEJBQThCO21HQUE5Qiw4QkFBOEI7OzRGQUE5Qiw4QkFBOEI7a0JBSDFDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDJCQUEyQjtpQkFDeEMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkFycm93VVJpZ2h0LCBpY29uQXJyb3dVUmlnaHRUYWcgfSBmcm9tICdAbmkvbmltYmxlLWNvbXBvbmVudHMvZGlzdC9lc20vaWNvbnMvYXJyb3ctdS1yaWdodCc7XG5pbXBvcnQgeyBOaW1ibGVJY29uQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2ljb24tYmFzZS9uaW1ibGUtaWNvbi1iYXNlLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCB0eXBlIHsgSWNvbkFycm93VVJpZ2h0IH07XG5leHBvcnQgeyBpY29uQXJyb3dVUmlnaHRUYWcgfTtcblxuLyoqXG4gKiBEaXJlY3RpdmUgdG8gcHJvdmlkZSBBbmd1bGFyIGludGVncmF0aW9uIGZvciB0aGUgYXJyb3dVUmlnaHQgaWNvbiBlbGVtZW50LlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1pY29uLWFycm93LXUtcmlnaHQnXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUljb25BcnJvd1VSaWdodERpcmVjdGl2ZSBleHRlbmRzIE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIHtcbn1cbiJdfQ==
@@ -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 { NimbleIconArrowURightDirective } from './nimble-icon-arrow-u-right.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/arrow-u-right';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconArrowURightModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, declarations: [NimbleIconArrowURightDirective], imports: [CommonModule], exports: [NimbleIconArrowURightDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconArrowURightDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconArrowURightDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctdS1yaWdodC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvdy11LXJpZ2h0L25pbWJsZS1pY29uLWFycm93LXUtcmlnaHQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFFdkYsT0FBTyxvREFBb0QsQ0FBQzs7QUFPNUQsTUFBTSxPQUFPLDJCQUEyQjsrR0FBM0IsMkJBQTJCO2dIQUEzQiwyQkFBMkIsaUJBSnJCLDhCQUE4QixhQUNuQyxZQUFZLGFBQ1osOEJBQThCO2dIQUUvQiwyQkFBMkIsWUFIMUIsWUFBWTs7NEZBR2IsMkJBQTJCO2tCQUx2QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDhCQUE4QixDQUFDO29CQUM5QyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLDhCQUE4QixDQUFDO2lCQUM1QyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkFycm93VVJpZ2h0RGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtaWNvbi1hcnJvdy11LXJpZ2h0LmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2Fycm93LXUtcmlnaHQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZUljb25BcnJvd1VSaWdodERpcmVjdGl2ZV0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW05pbWJsZUljb25BcnJvd1VSaWdodERpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkFycm93VVJpZ2h0TW9kdWxlIHsgfVxuIl19
@@ -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 { iconArrowUUpTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-up';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconArrowUUpTag };
8
+ /**
9
+ * Directive to provide Angular integration for the arrowUUp icon element.
10
+ */
11
+ export class NimbleIconArrowUUpDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconArrowUUpDirective, selector: "nimble-icon-arrow-u-up", usesInheritance: true, ngImport: i0 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-arrow-u-up'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctdS11cC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvdy11LXVwL25pbWJsZS1pY29uLWFycm93LXUtdXAuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQXFCLGVBQWUsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQ3JHLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDOztBQUdyRixPQUFPLEVBQUUsZUFBZSxFQUFFLENBQUM7QUFFM0I7O0dBRUc7QUFJSCxNQUFNLE9BQU8sMkJBQTRCLFNBQVEsdUJBQXVCOytHQUEzRCwyQkFBMkI7bUdBQTNCLDJCQUEyQjs7NEZBQTNCLDJCQUEyQjtrQkFIdkMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsd0JBQXdCO2lCQUNyQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdHlwZSBJY29uQXJyb3dVVXAsIGljb25BcnJvd1VVcFRhZyB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9pY29ucy9hcnJvdy11LXVwJztcbmltcG9ydCB7IE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vaWNvbi1iYXNlL25pbWJsZS1pY29uLWJhc2UuZGlyZWN0aXZlJztcblxuZXhwb3J0IHR5cGUgeyBJY29uQXJyb3dVVXAgfTtcbmV4cG9ydCB7IGljb25BcnJvd1VVcFRhZyB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSBhcnJvd1VVcCBpY29uIGVsZW1lbnQuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnbmltYmxlLWljb24tYXJyb3ctdS11cCdcbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkFycm93VVVwRGlyZWN0aXZlIGV4dGVuZHMgTmltYmxlSWNvbkJhc2VEaXJlY3RpdmUge1xufVxuIl19
@@ -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 { NimbleIconArrowUUpDirective } from './nimble-icon-arrow-u-up.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/arrow-u-up';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconArrowUUpModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, declarations: [NimbleIconArrowUUpDirective], imports: [CommonModule], exports: [NimbleIconArrowUUpDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconArrowUUpDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconArrowUUpDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tYXJyb3ctdS11cC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9pY29ucy9hcnJvdy11LXVwL25pbWJsZS1pY29uLWFycm93LXUtdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFFakYsT0FBTyxpREFBaUQsQ0FBQzs7QUFPekQsTUFBTSxPQUFPLHdCQUF3QjsrR0FBeEIsd0JBQXdCO2dIQUF4Qix3QkFBd0IsaUJBSmxCLDJCQUEyQixhQUNoQyxZQUFZLGFBQ1osMkJBQTJCO2dIQUU1Qix3QkFBd0IsWUFIdkIsWUFBWTs7NEZBR2Isd0JBQXdCO2tCQUxwQyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUMzQyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO2lCQUN6QyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkFycm93VVVwRGlyZWN0aXZlIH0gZnJvbSAnLi9uaW1ibGUtaWNvbi1hcnJvdy11LXVwLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2Fycm93LXUtdXAnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW05pbWJsZUljb25BcnJvd1VVcERpcmVjdGl2ZV0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW05pbWJsZUljb25BcnJvd1VVcERpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgTmltYmxlSWNvbkFycm93VVVwTW9kdWxlIHsgfVxuIl19
@@ -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 { iconCalendarClockTag } from '@ni/nimble-components/dist/esm/icons/calendar-clock';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconCalendarClockTag };
8
+ /**
9
+ * Directive to provide Angular integration for the calendarClock icon element.
10
+ */
11
+ export class NimbleIconCalendarClockDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarClockDirective, selector: "nimble-icon-calendar-clock", usesInheritance: true, ngImport: i0 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-calendar-clock'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tY2FsZW5kYXItY2xvY2suZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvaWNvbnMvY2FsZW5kYXItY2xvY2svbmltYmxlLWljb24tY2FsZW5kYXItY2xvY2suZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQTBCLG9CQUFvQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFDbkgsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxDQUFDO0FBRWhDOztHQUVHO0FBSUgsTUFBTSxPQUFPLGdDQUFpQyxTQUFRLHVCQUF1QjsrR0FBaEUsZ0NBQWdDO21HQUFoQyxnQ0FBZ0M7OzRGQUFoQyxnQ0FBZ0M7a0JBSDVDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDRCQUE0QjtpQkFDekMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkNhbGVuZGFyQ2xvY2ssIGljb25DYWxlbmRhckNsb2NrVGFnIH0gZnJvbSAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2NhbGVuZGFyLWNsb2NrJztcbmltcG9ydCB7IE5pbWJsZUljb25CYXNlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vaWNvbi1iYXNlL25pbWJsZS1pY29uLWJhc2UuZGlyZWN0aXZlJztcblxuZXhwb3J0IHR5cGUgeyBJY29uQ2FsZW5kYXJDbG9jayB9O1xuZXhwb3J0IHsgaWNvbkNhbGVuZGFyQ2xvY2tUYWcgfTtcblxuLyoqXG4gKiBEaXJlY3RpdmUgdG8gcHJvdmlkZSBBbmd1bGFyIGludGVncmF0aW9uIGZvciB0aGUgY2FsZW5kYXJDbG9jayBpY29uIGVsZW1lbnQuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnbmltYmxlLWljb24tY2FsZW5kYXItY2xvY2snXG59KVxuZXhwb3J0IGNsYXNzIE5pbWJsZUljb25DYWxlbmRhckNsb2NrRGlyZWN0aXZlIGV4dGVuZHMgTmltYmxlSWNvbkJhc2VEaXJlY3RpdmUge1xufVxuIl19
@@ -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 { NimbleIconCalendarClockDirective } from './nimble-icon-calendar-clock.directive';
6
+ import '@ni/nimble-components/dist/esm/icons/calendar-clock';
7
+ import * as i0 from "@angular/core";
8
+ export class NimbleIconCalendarClockModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, declarations: [NimbleIconCalendarClockDirective], imports: [CommonModule], exports: [NimbleIconCalendarClockDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, imports: [CommonModule] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, decorators: [{
14
+ type: NgModule,
15
+ args: [{
16
+ declarations: [NimbleIconCalendarClockDirective],
17
+ imports: [CommonModule],
18
+ exports: [NimbleIconCalendarClockDirective]
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tY2FsZW5kYXItY2xvY2subW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvaWNvbnMvY2FsZW5kYXItY2xvY2svbmltYmxlLWljb24tY2FsZW5kYXItY2xvY2subW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFFMUYsT0FBTyxxREFBcUQsQ0FBQzs7QUFPN0QsTUFBTSxPQUFPLDZCQUE2QjsrR0FBN0IsNkJBQTZCO2dIQUE3Qiw2QkFBNkIsaUJBSnZCLGdDQUFnQyxhQUNyQyxZQUFZLGFBQ1osZ0NBQWdDO2dIQUVqQyw2QkFBNkIsWUFINUIsWUFBWTs7NEZBR2IsNkJBQTZCO2tCQUx6QyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLGdDQUFnQyxDQUFDO29CQUNoRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLGdDQUFnQyxDQUFDO2lCQUM5QyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEFVVE8tR0VORVJBVEVEIEZJTEUgLSBETyBOT1QgRURJVCBESVJFQ1RMWVxuLy8gU2VlIGdlbmVyYXRpb24gc291cmNlIGluIG5pbWJsZS1hbmd1bGFyL2J1aWxkL2dlbmVyYXRlLWljb25zXG5cbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmltYmxlSWNvbkNhbGVuZGFyQ2xvY2tEaXJlY3RpdmUgfSBmcm9tICcuL25pbWJsZS1pY29uLWNhbGVuZGFyLWNsb2NrLmRpcmVjdGl2ZSc7XG5cbmltcG9ydCAnQG5pL25pbWJsZS1jb21wb25lbnRzL2Rpc3QvZXNtL2ljb25zL2NhbGVuZGFyLWNsb2NrJztcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtOaW1ibGVJY29uQ2FsZW5kYXJDbG9ja0RpcmVjdGl2ZV0sXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW05pbWJsZUljb25DYWxlbmRhckNsb2NrRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVJY29uQ2FsZW5kYXJDbG9ja01vZHVsZSB7IH1cbiJdfQ==
@@ -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 { iconCalendarDayOutlineTag } from '@ni/nimble-components/dist/esm/icons/calendar-day-outline';
5
+ import { NimbleIconBaseDirective } from '../../icon-base/nimble-icon-base.directive';
6
+ import * as i0 from "@angular/core";
7
+ export { iconCalendarDayOutlineTag };
8
+ /**
9
+ * Directive to provide Angular integration for the calendarDayOutline icon element.
10
+ */
11
+ export class NimbleIconCalendarDayOutlineDirective extends NimbleIconBaseDirective {
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
13
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarDayOutlineDirective, selector: "nimble-icon-calendar-day-outline", usesInheritance: true, ngImport: i0 }); }
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: 'nimble-icon-calendar-day-outline'
19
+ }]
20
+ }] });
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmltYmxlLWljb24tY2FsZW5kYXItZGF5LW91dGxpbmUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbmltYmxlLWFuZ3VsYXIvc3JjL2RpcmVjdGl2ZXMvaWNvbnMvY2FsZW5kYXItZGF5LW91dGxpbmUvbmltYmxlLWljb24tY2FsZW5kYXItZGF5LW91dGxpbmUuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QywrREFBK0Q7QUFFL0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQStCLHlCQUF5QixFQUFFLE1BQU0sMkRBQTJELENBQUM7QUFDbkksT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBR3JGLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxDQUFDO0FBRXJDOztHQUVHO0FBSUgsTUFBTSxPQUFPLHFDQUFzQyxTQUFRLHVCQUF1QjsrR0FBckUscUNBQXFDO21HQUFyQyxxQ0FBcUM7OzRGQUFyQyxxQ0FBcUM7a0JBSGpELFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGtDQUFrQztpQkFDL0MiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBVVRPLUdFTkVSQVRFRCBGSUxFIC0gRE8gTk9UIEVESVQgRElSRUNUTFlcbi8vIFNlZSBnZW5lcmF0aW9uIHNvdXJjZSBpbiBuaW1ibGUtYW5ndWxhci9idWlsZC9nZW5lcmF0ZS1pY29uc1xuXG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHR5cGUgSWNvbkNhbGVuZGFyRGF5T3V0bGluZSwgaWNvbkNhbGVuZGFyRGF5T3V0bGluZVRhZyB9IGZyb20gJ0BuaS9uaW1ibGUtY29tcG9uZW50cy9kaXN0L2VzbS9pY29ucy9jYWxlbmRhci1kYXktb3V0bGluZSc7XG5pbXBvcnQgeyBOaW1ibGVJY29uQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2ljb24tYmFzZS9uaW1ibGUtaWNvbi1iYXNlLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCB0eXBlIHsgSWNvbkNhbGVuZGFyRGF5T3V0bGluZSB9O1xuZXhwb3J0IHsgaWNvbkNhbGVuZGFyRGF5T3V0bGluZVRhZyB9O1xuXG4vKipcbiAqIERpcmVjdGl2ZSB0byBwcm92aWRlIEFuZ3VsYXIgaW50ZWdyYXRpb24gZm9yIHRoZSBjYWxlbmRhckRheU91dGxpbmUgaWNvbiBlbGVtZW50LlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ25pbWJsZS1pY29uLWNhbGVuZGFyLWRheS1vdXRsaW5lJ1xufSlcbmV4cG9ydCBjbGFzcyBOaW1ibGVJY29uQ2FsZW5kYXJEYXlPdXRsaW5lRGlyZWN0aXZlIGV4dGVuZHMgTmltYmxlSWNvbkJhc2VEaXJlY3RpdmUge1xufVxuIl19