@ni/nimble-angular 24.6.4 → 25.0.1
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.
- package/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.directive.d.ts +12 -0
- package/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.module.d.ts +9 -0
- package/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.directive.d.ts +12 -0
- package/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.module.d.ts +9 -0
- package/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.directive.d.ts +12 -0
- package/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.module.d.ts +9 -0
- package/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.directive.d.ts +12 -0
- package/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.module.d.ts +9 -0
- package/directives/icons/calendar-clock/nimble-icon-calendar-clock.directive.d.ts +12 -0
- package/directives/icons/calendar-clock/nimble-icon-calendar-clock.module.d.ts +9 -0
- package/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.directive.d.ts +12 -0
- package/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.module.d.ts +9 -0
- package/directives/icons/calendar-days/nimble-icon-calendar-days.directive.d.ts +12 -0
- package/directives/icons/calendar-days/nimble-icon-calendar-days.module.d.ts +9 -0
- package/directives/icons/calendar-lines/nimble-icon-calendar-lines.directive.d.ts +12 -0
- package/directives/icons/calendar-lines/nimble-icon-calendar-lines.module.d.ts +9 -0
- package/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.directive.d.ts +12 -0
- package/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.module.d.ts +9 -0
- package/directives/icons/calendar-week/nimble-icon-calendar-week.directive.d.ts +12 -0
- package/directives/icons/calendar-week/nimble-icon-calendar-week.module.d.ts +9 -0
- package/directives/icons/index.d.ts +20 -4
- package/esm2022/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-thin/nimble-icon-arrow-right-thin.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-left/nimble-icon-arrow-u-left.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-right/nimble-icon-arrow-u-right.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-u-up/nimble-icon-arrow-u-up.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-clock/nimble-icon-calendar-clock.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-clock/nimble-icon-calendar-clock.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-day-outline/nimble-icon-calendar-day-outline.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-days/nimble-icon-calendar-days.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-days/nimble-icon-calendar-days.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-lines/nimble-icon-calendar-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-lines/nimble-icon-calendar-lines.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-rectangle/nimble-icon-calendar-rectangle.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-week/nimble-icon-calendar-week.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-week/nimble-icon-calendar-week.module.mjs +21 -0
- package/esm2022/directives/icons/index.mjs +21 -5
- package/fesm2022/ni-nimble-angular.mjs +306 -42
- package/fesm2022/ni-nimble-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.d.ts +0 -12
- package/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.d.ts +0 -9
- package/directives/icons/calendar/nimble-icon-calendar.directive.d.ts +0 -12
- package/directives/icons/calendar/nimble-icon-calendar.module.d.ts +0 -9
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.directive.mjs +0 -21
- package/esm2022/directives/icons/arrow-u-rotate-left/nimble-icon-arrow-u-rotate-left.module.mjs +0 -21
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.directive.mjs +0 -21
- package/esm2022/directives/icons/calendar/nimble-icon-calendar.module.mjs +0 -21
|
@@ -39,9 +39,12 @@ export { iconArrowInCircleTag } from '@ni/nimble-components/dist/esm/icons/arrow
|
|
|
39
39
|
export { iconArrowLeftFromLineTag } from '@ni/nimble-components/dist/esm/icons/arrow-left-from-line';
|
|
40
40
|
export { iconArrowOutCircleTag } from '@ni/nimble-components/dist/esm/icons/arrow-out-circle';
|
|
41
41
|
export { iconArrowPartialRotateLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-partial-rotate-left';
|
|
42
|
+
export { iconArrowRightThinTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-thin';
|
|
42
43
|
export { iconArrowRightToLineTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-to-line';
|
|
43
44
|
export { iconArrowRotateRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-rotate-right';
|
|
44
|
-
export {
|
|
45
|
+
export { iconArrowULeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-left';
|
|
46
|
+
export { iconArrowURightTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-right';
|
|
47
|
+
export { iconArrowUUpTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-up';
|
|
45
48
|
export { iconArrowUpTag } from '@ni/nimble-components/dist/esm/icons/arrow-up';
|
|
46
49
|
export { iconArrowUpLeftAndArrowDownRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-left-and-arrow-down-right';
|
|
47
50
|
export { iconArrowUpRightAndArrowDownLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-right-and-arrow-down-left';
|
|
@@ -57,9 +60,14 @@ export { iconBellSolidCircleTag } from '@ni/nimble-components/dist/esm/icons/bel
|
|
|
57
60
|
export { iconBlockWithRibbonTag } from '@ni/nimble-components/dist/esm/icons/block-with-ribbon';
|
|
58
61
|
export { iconBoldBTag } from '@ni/nimble-components/dist/esm/icons/bold-b';
|
|
59
62
|
export { iconBookMagnifyingGlassTag } from '@ni/nimble-components/dist/esm/icons/book-magnifying-glass';
|
|
60
|
-
export { iconCalendarTag } from '@ni/nimble-components/dist/esm/icons/calendar';
|
|
61
63
|
export { iconCalendarCheckLinesTag } from '@ni/nimble-components/dist/esm/icons/calendar-check-lines';
|
|
64
|
+
export { iconCalendarClockTag } from '@ni/nimble-components/dist/esm/icons/calendar-clock';
|
|
62
65
|
export { iconCalendarDayTag } from '@ni/nimble-components/dist/esm/icons/calendar-day';
|
|
66
|
+
export { iconCalendarDayOutlineTag } from '@ni/nimble-components/dist/esm/icons/calendar-day-outline';
|
|
67
|
+
export { iconCalendarDaysTag } from '@ni/nimble-components/dist/esm/icons/calendar-days';
|
|
68
|
+
export { iconCalendarLinesTag } from '@ni/nimble-components/dist/esm/icons/calendar-lines';
|
|
69
|
+
export { iconCalendarRectangleTag } from '@ni/nimble-components/dist/esm/icons/calendar-rectangle';
|
|
70
|
+
export { iconCalendarWeekTag } from '@ni/nimble-components/dist/esm/icons/calendar-week';
|
|
63
71
|
export { iconChartDiagramTag } from '@ni/nimble-components/dist/esm/icons/chart-diagram';
|
|
64
72
|
export { iconChartDiagramChildFocusTag } from '@ni/nimble-components/dist/esm/icons/chart-diagram-child-focus';
|
|
65
73
|
export { iconChartDiagramParentFocusTag } from '@ni/nimble-components/dist/esm/icons/chart-diagram-parent-focus';
|
|
@@ -2725,6 +2733,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2725
2733
|
}]
|
|
2726
2734
|
}] });
|
|
2727
2735
|
|
|
2736
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2737
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
2738
|
+
/**
|
|
2739
|
+
* Directive to provide Angular integration for the arrowRightThin icon element.
|
|
2740
|
+
*/
|
|
2741
|
+
class NimbleIconArrowRightThinDirective extends NimbleIconBaseDirective {
|
|
2742
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2743
|
+
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 }); }
|
|
2744
|
+
}
|
|
2745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinDirective, decorators: [{
|
|
2746
|
+
type: Directive,
|
|
2747
|
+
args: [{
|
|
2748
|
+
selector: 'nimble-icon-arrow-right-thin'
|
|
2749
|
+
}]
|
|
2750
|
+
}] });
|
|
2751
|
+
|
|
2752
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2753
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
2754
|
+
class NimbleIconArrowRightThinModule {
|
|
2755
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2756
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, declarations: [NimbleIconArrowRightThinDirective], imports: [CommonModule], exports: [NimbleIconArrowRightThinDirective] }); }
|
|
2757
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, imports: [CommonModule] }); }
|
|
2758
|
+
}
|
|
2759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowRightThinModule, decorators: [{
|
|
2760
|
+
type: NgModule,
|
|
2761
|
+
args: [{
|
|
2762
|
+
declarations: [NimbleIconArrowRightThinDirective],
|
|
2763
|
+
imports: [CommonModule],
|
|
2764
|
+
exports: [NimbleIconArrowRightThinDirective]
|
|
2765
|
+
}]
|
|
2766
|
+
}] });
|
|
2767
|
+
|
|
2728
2768
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2729
2769
|
// See generation source in nimble-angular/build/generate-icons
|
|
2730
2770
|
/**
|
|
@@ -2792,32 +2832,96 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2792
2832
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2793
2833
|
// See generation source in nimble-angular/build/generate-icons
|
|
2794
2834
|
/**
|
|
2795
|
-
* Directive to provide Angular integration for the
|
|
2835
|
+
* Directive to provide Angular integration for the arrowULeft icon element.
|
|
2796
2836
|
*/
|
|
2797
|
-
class
|
|
2798
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
2799
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type:
|
|
2837
|
+
class NimbleIconArrowULeftDirective extends NimbleIconBaseDirective {
|
|
2838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2839
|
+
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 }); }
|
|
2800
2840
|
}
|
|
2801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
2841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftDirective, decorators: [{
|
|
2802
2842
|
type: Directive,
|
|
2803
2843
|
args: [{
|
|
2804
|
-
selector: 'nimble-icon-arrow-u-
|
|
2844
|
+
selector: 'nimble-icon-arrow-u-left'
|
|
2805
2845
|
}]
|
|
2806
2846
|
}] });
|
|
2807
2847
|
|
|
2808
2848
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2809
2849
|
// See generation source in nimble-angular/build/generate-icons
|
|
2810
|
-
class
|
|
2811
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
2812
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type:
|
|
2813
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
2850
|
+
class NimbleIconArrowULeftModule {
|
|
2851
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2852
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, declarations: [NimbleIconArrowULeftDirective], imports: [CommonModule], exports: [NimbleIconArrowULeftDirective] }); }
|
|
2853
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, imports: [CommonModule] }); }
|
|
2814
2854
|
}
|
|
2815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
2855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowULeftModule, decorators: [{
|
|
2816
2856
|
type: NgModule,
|
|
2817
2857
|
args: [{
|
|
2818
|
-
declarations: [
|
|
2858
|
+
declarations: [NimbleIconArrowULeftDirective],
|
|
2819
2859
|
imports: [CommonModule],
|
|
2820
|
-
exports: [
|
|
2860
|
+
exports: [NimbleIconArrowULeftDirective]
|
|
2861
|
+
}]
|
|
2862
|
+
}] });
|
|
2863
|
+
|
|
2864
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2865
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
2866
|
+
/**
|
|
2867
|
+
* Directive to provide Angular integration for the arrowURight icon element.
|
|
2868
|
+
*/
|
|
2869
|
+
class NimbleIconArrowURightDirective extends NimbleIconBaseDirective {
|
|
2870
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2871
|
+
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 }); }
|
|
2872
|
+
}
|
|
2873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightDirective, decorators: [{
|
|
2874
|
+
type: Directive,
|
|
2875
|
+
args: [{
|
|
2876
|
+
selector: 'nimble-icon-arrow-u-right'
|
|
2877
|
+
}]
|
|
2878
|
+
}] });
|
|
2879
|
+
|
|
2880
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2881
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
2882
|
+
class NimbleIconArrowURightModule {
|
|
2883
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2884
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, declarations: [NimbleIconArrowURightDirective], imports: [CommonModule], exports: [NimbleIconArrowURightDirective] }); }
|
|
2885
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, imports: [CommonModule] }); }
|
|
2886
|
+
}
|
|
2887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowURightModule, decorators: [{
|
|
2888
|
+
type: NgModule,
|
|
2889
|
+
args: [{
|
|
2890
|
+
declarations: [NimbleIconArrowURightDirective],
|
|
2891
|
+
imports: [CommonModule],
|
|
2892
|
+
exports: [NimbleIconArrowURightDirective]
|
|
2893
|
+
}]
|
|
2894
|
+
}] });
|
|
2895
|
+
|
|
2896
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2897
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
2898
|
+
/**
|
|
2899
|
+
* Directive to provide Angular integration for the arrowUUp icon element.
|
|
2900
|
+
*/
|
|
2901
|
+
class NimbleIconArrowUUpDirective extends NimbleIconBaseDirective {
|
|
2902
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2903
|
+
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 }); }
|
|
2904
|
+
}
|
|
2905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpDirective, decorators: [{
|
|
2906
|
+
type: Directive,
|
|
2907
|
+
args: [{
|
|
2908
|
+
selector: 'nimble-icon-arrow-u-up'
|
|
2909
|
+
}]
|
|
2910
|
+
}] });
|
|
2911
|
+
|
|
2912
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2913
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
2914
|
+
class NimbleIconArrowUUpModule {
|
|
2915
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2916
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, declarations: [NimbleIconArrowUUpDirective], imports: [CommonModule], exports: [NimbleIconArrowUUpDirective] }); }
|
|
2917
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, imports: [CommonModule] }); }
|
|
2918
|
+
}
|
|
2919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconArrowUUpModule, decorators: [{
|
|
2920
|
+
type: NgModule,
|
|
2921
|
+
args: [{
|
|
2922
|
+
declarations: [NimbleIconArrowUUpDirective],
|
|
2923
|
+
imports: [CommonModule],
|
|
2924
|
+
exports: [NimbleIconArrowUUpDirective]
|
|
2821
2925
|
}]
|
|
2822
2926
|
}] });
|
|
2823
2927
|
|
|
@@ -3304,64 +3408,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3304
3408
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3305
3409
|
// See generation source in nimble-angular/build/generate-icons
|
|
3306
3410
|
/**
|
|
3307
|
-
* Directive to provide Angular integration for the
|
|
3411
|
+
* Directive to provide Angular integration for the calendarCheckLines icon element.
|
|
3308
3412
|
*/
|
|
3309
|
-
class
|
|
3310
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3311
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type:
|
|
3413
|
+
class NimbleIconCalendarCheckLinesDirective extends NimbleIconBaseDirective {
|
|
3414
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarCheckLinesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3415
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarCheckLinesDirective, selector: "nimble-icon-calendar-check-lines", usesInheritance: true, ngImport: i0 }); }
|
|
3312
3416
|
}
|
|
3313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarCheckLinesDirective, decorators: [{
|
|
3314
3418
|
type: Directive,
|
|
3315
3419
|
args: [{
|
|
3316
|
-
selector: 'nimble-icon-calendar'
|
|
3420
|
+
selector: 'nimble-icon-calendar-check-lines'
|
|
3317
3421
|
}]
|
|
3318
3422
|
}] });
|
|
3319
3423
|
|
|
3320
3424
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3321
3425
|
// See generation source in nimble-angular/build/generate-icons
|
|
3322
|
-
class
|
|
3323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3324
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3325
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3426
|
+
class NimbleIconCalendarCheckLinesModule {
|
|
3427
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarCheckLinesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3428
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarCheckLinesModule, declarations: [NimbleIconCalendarCheckLinesDirective], imports: [CommonModule], exports: [NimbleIconCalendarCheckLinesDirective] }); }
|
|
3429
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarCheckLinesModule, imports: [CommonModule] }); }
|
|
3326
3430
|
}
|
|
3327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarCheckLinesModule, decorators: [{
|
|
3328
3432
|
type: NgModule,
|
|
3329
3433
|
args: [{
|
|
3330
|
-
declarations: [
|
|
3434
|
+
declarations: [NimbleIconCalendarCheckLinesDirective],
|
|
3331
3435
|
imports: [CommonModule],
|
|
3332
|
-
exports: [
|
|
3436
|
+
exports: [NimbleIconCalendarCheckLinesDirective]
|
|
3333
3437
|
}]
|
|
3334
3438
|
}] });
|
|
3335
3439
|
|
|
3336
3440
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3337
3441
|
// See generation source in nimble-angular/build/generate-icons
|
|
3338
3442
|
/**
|
|
3339
|
-
* Directive to provide Angular integration for the
|
|
3443
|
+
* Directive to provide Angular integration for the calendarClock icon element.
|
|
3340
3444
|
*/
|
|
3341
|
-
class
|
|
3342
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3343
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type:
|
|
3445
|
+
class NimbleIconCalendarClockDirective extends NimbleIconBaseDirective {
|
|
3446
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3447
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarClockDirective, selector: "nimble-icon-calendar-clock", usesInheritance: true, ngImport: i0 }); }
|
|
3344
3448
|
}
|
|
3345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockDirective, decorators: [{
|
|
3346
3450
|
type: Directive,
|
|
3347
3451
|
args: [{
|
|
3348
|
-
selector: 'nimble-icon-calendar-
|
|
3452
|
+
selector: 'nimble-icon-calendar-clock'
|
|
3349
3453
|
}]
|
|
3350
3454
|
}] });
|
|
3351
3455
|
|
|
3352
3456
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3353
3457
|
// See generation source in nimble-angular/build/generate-icons
|
|
3354
|
-
class
|
|
3355
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3356
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3357
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3458
|
+
class NimbleIconCalendarClockModule {
|
|
3459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3460
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, declarations: [NimbleIconCalendarClockDirective], imports: [CommonModule], exports: [NimbleIconCalendarClockDirective] }); }
|
|
3461
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, imports: [CommonModule] }); }
|
|
3358
3462
|
}
|
|
3359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
3463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarClockModule, decorators: [{
|
|
3360
3464
|
type: NgModule,
|
|
3361
3465
|
args: [{
|
|
3362
|
-
declarations: [
|
|
3466
|
+
declarations: [NimbleIconCalendarClockDirective],
|
|
3363
3467
|
imports: [CommonModule],
|
|
3364
|
-
exports: [
|
|
3468
|
+
exports: [NimbleIconCalendarClockDirective]
|
|
3365
3469
|
}]
|
|
3366
3470
|
}] });
|
|
3367
3471
|
|
|
@@ -3397,6 +3501,166 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3397
3501
|
}]
|
|
3398
3502
|
}] });
|
|
3399
3503
|
|
|
3504
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3505
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3506
|
+
/**
|
|
3507
|
+
* Directive to provide Angular integration for the calendarDayOutline icon element.
|
|
3508
|
+
*/
|
|
3509
|
+
class NimbleIconCalendarDayOutlineDirective extends NimbleIconBaseDirective {
|
|
3510
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3511
|
+
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 }); }
|
|
3512
|
+
}
|
|
3513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineDirective, decorators: [{
|
|
3514
|
+
type: Directive,
|
|
3515
|
+
args: [{
|
|
3516
|
+
selector: 'nimble-icon-calendar-day-outline'
|
|
3517
|
+
}]
|
|
3518
|
+
}] });
|
|
3519
|
+
|
|
3520
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3521
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3522
|
+
class NimbleIconCalendarDayOutlineModule {
|
|
3523
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3524
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineModule, declarations: [NimbleIconCalendarDayOutlineDirective], imports: [CommonModule], exports: [NimbleIconCalendarDayOutlineDirective] }); }
|
|
3525
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineModule, imports: [CommonModule] }); }
|
|
3526
|
+
}
|
|
3527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDayOutlineModule, decorators: [{
|
|
3528
|
+
type: NgModule,
|
|
3529
|
+
args: [{
|
|
3530
|
+
declarations: [NimbleIconCalendarDayOutlineDirective],
|
|
3531
|
+
imports: [CommonModule],
|
|
3532
|
+
exports: [NimbleIconCalendarDayOutlineDirective]
|
|
3533
|
+
}]
|
|
3534
|
+
}] });
|
|
3535
|
+
|
|
3536
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3537
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3538
|
+
/**
|
|
3539
|
+
* Directive to provide Angular integration for the calendarDays icon element.
|
|
3540
|
+
*/
|
|
3541
|
+
class NimbleIconCalendarDaysDirective extends NimbleIconBaseDirective {
|
|
3542
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDaysDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3543
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarDaysDirective, selector: "nimble-icon-calendar-days", usesInheritance: true, ngImport: i0 }); }
|
|
3544
|
+
}
|
|
3545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDaysDirective, decorators: [{
|
|
3546
|
+
type: Directive,
|
|
3547
|
+
args: [{
|
|
3548
|
+
selector: 'nimble-icon-calendar-days'
|
|
3549
|
+
}]
|
|
3550
|
+
}] });
|
|
3551
|
+
|
|
3552
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3553
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3554
|
+
class NimbleIconCalendarDaysModule {
|
|
3555
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDaysModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3556
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDaysModule, declarations: [NimbleIconCalendarDaysDirective], imports: [CommonModule], exports: [NimbleIconCalendarDaysDirective] }); }
|
|
3557
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDaysModule, imports: [CommonModule] }); }
|
|
3558
|
+
}
|
|
3559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarDaysModule, decorators: [{
|
|
3560
|
+
type: NgModule,
|
|
3561
|
+
args: [{
|
|
3562
|
+
declarations: [NimbleIconCalendarDaysDirective],
|
|
3563
|
+
imports: [CommonModule],
|
|
3564
|
+
exports: [NimbleIconCalendarDaysDirective]
|
|
3565
|
+
}]
|
|
3566
|
+
}] });
|
|
3567
|
+
|
|
3568
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3569
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3570
|
+
/**
|
|
3571
|
+
* Directive to provide Angular integration for the calendarLines icon element.
|
|
3572
|
+
*/
|
|
3573
|
+
class NimbleIconCalendarLinesDirective extends NimbleIconBaseDirective {
|
|
3574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarLinesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3575
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarLinesDirective, selector: "nimble-icon-calendar-lines", usesInheritance: true, ngImport: i0 }); }
|
|
3576
|
+
}
|
|
3577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarLinesDirective, decorators: [{
|
|
3578
|
+
type: Directive,
|
|
3579
|
+
args: [{
|
|
3580
|
+
selector: 'nimble-icon-calendar-lines'
|
|
3581
|
+
}]
|
|
3582
|
+
}] });
|
|
3583
|
+
|
|
3584
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3585
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3586
|
+
class NimbleIconCalendarLinesModule {
|
|
3587
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarLinesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3588
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarLinesModule, declarations: [NimbleIconCalendarLinesDirective], imports: [CommonModule], exports: [NimbleIconCalendarLinesDirective] }); }
|
|
3589
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarLinesModule, imports: [CommonModule] }); }
|
|
3590
|
+
}
|
|
3591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarLinesModule, decorators: [{
|
|
3592
|
+
type: NgModule,
|
|
3593
|
+
args: [{
|
|
3594
|
+
declarations: [NimbleIconCalendarLinesDirective],
|
|
3595
|
+
imports: [CommonModule],
|
|
3596
|
+
exports: [NimbleIconCalendarLinesDirective]
|
|
3597
|
+
}]
|
|
3598
|
+
}] });
|
|
3599
|
+
|
|
3600
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3601
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3602
|
+
/**
|
|
3603
|
+
* Directive to provide Angular integration for the calendarRectangle icon element.
|
|
3604
|
+
*/
|
|
3605
|
+
class NimbleIconCalendarRectangleDirective extends NimbleIconBaseDirective {
|
|
3606
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarRectangleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3607
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarRectangleDirective, selector: "nimble-icon-calendar-rectangle", usesInheritance: true, ngImport: i0 }); }
|
|
3608
|
+
}
|
|
3609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarRectangleDirective, decorators: [{
|
|
3610
|
+
type: Directive,
|
|
3611
|
+
args: [{
|
|
3612
|
+
selector: 'nimble-icon-calendar-rectangle'
|
|
3613
|
+
}]
|
|
3614
|
+
}] });
|
|
3615
|
+
|
|
3616
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3617
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3618
|
+
class NimbleIconCalendarRectangleModule {
|
|
3619
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarRectangleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3620
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarRectangleModule, declarations: [NimbleIconCalendarRectangleDirective], imports: [CommonModule], exports: [NimbleIconCalendarRectangleDirective] }); }
|
|
3621
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarRectangleModule, imports: [CommonModule] }); }
|
|
3622
|
+
}
|
|
3623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarRectangleModule, decorators: [{
|
|
3624
|
+
type: NgModule,
|
|
3625
|
+
args: [{
|
|
3626
|
+
declarations: [NimbleIconCalendarRectangleDirective],
|
|
3627
|
+
imports: [CommonModule],
|
|
3628
|
+
exports: [NimbleIconCalendarRectangleDirective]
|
|
3629
|
+
}]
|
|
3630
|
+
}] });
|
|
3631
|
+
|
|
3632
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3633
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3634
|
+
/**
|
|
3635
|
+
* Directive to provide Angular integration for the calendarWeek icon element.
|
|
3636
|
+
*/
|
|
3637
|
+
class NimbleIconCalendarWeekDirective extends NimbleIconBaseDirective {
|
|
3638
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarWeekDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3639
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NimbleIconCalendarWeekDirective, selector: "nimble-icon-calendar-week", usesInheritance: true, ngImport: i0 }); }
|
|
3640
|
+
}
|
|
3641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarWeekDirective, decorators: [{
|
|
3642
|
+
type: Directive,
|
|
3643
|
+
args: [{
|
|
3644
|
+
selector: 'nimble-icon-calendar-week'
|
|
3645
|
+
}]
|
|
3646
|
+
}] });
|
|
3647
|
+
|
|
3648
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3649
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
3650
|
+
class NimbleIconCalendarWeekModule {
|
|
3651
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarWeekModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3652
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarWeekModule, declarations: [NimbleIconCalendarWeekDirective], imports: [CommonModule], exports: [NimbleIconCalendarWeekDirective] }); }
|
|
3653
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarWeekModule, imports: [CommonModule] }); }
|
|
3654
|
+
}
|
|
3655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NimbleIconCalendarWeekModule, decorators: [{
|
|
3656
|
+
type: NgModule,
|
|
3657
|
+
args: [{
|
|
3658
|
+
declarations: [NimbleIconCalendarWeekDirective],
|
|
3659
|
+
imports: [CommonModule],
|
|
3660
|
+
exports: [NimbleIconCalendarWeekDirective]
|
|
3661
|
+
}]
|
|
3662
|
+
}] });
|
|
3663
|
+
|
|
3400
3664
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
3401
3665
|
// See generation source in nimble-angular/build/generate-icons
|
|
3402
3666
|
/**
|
|
@@ -10917,5 +11181,5 @@ const waitForUpdatesAsync = waitForUpdatesAsync$1;
|
|
|
10917
11181
|
* Generated bundle index. Do not edit.
|
|
10918
11182
|
*/
|
|
10919
11183
|
|
|
10920
|
-
export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowURotateLeftDirective, NimbleIconArrowURotateLeftModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconAtDirective, NimbleIconAtModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBoldBDirective, NimbleIconBoldBModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, NimbleIconCalendarCheckLinesDirective, NimbleIconCalendarCheckLinesModule, NimbleIconCalendarDayDirective, NimbleIconCalendarDayModule, NimbleIconCalendarDirective, NimbleIconCalendarModule, NimbleIconChartDiagramChildFocusDirective, NimbleIconChartDiagramChildFocusModule, NimbleIconChartDiagramDirective, NimbleIconChartDiagramModule, NimbleIconChartDiagramParentFocusDirective, NimbleIconChartDiagramParentFocusModule, NimbleIconChartDiagramParentFocusTwoChildDirective, NimbleIconChartDiagramParentFocusTwoChildModule, NimbleIconCheckDirective, NimbleIconCheckDotDirective, NimbleIconCheckDotModule, NimbleIconCheckLargeDirective, NimbleIconCheckLargeModule, NimbleIconCheckModule, NimbleIconCircleBrokenDirective, NimbleIconCircleBrokenModule, NimbleIconCircleCheckDirective, NimbleIconCircleCheckModule, NimbleIconCircleDirective, NimbleIconCircleFilledDirective, NimbleIconCircleFilledModule, NimbleIconCircleModule, NimbleIconCirclePartialBrokenDirective, NimbleIconCirclePartialBrokenModule, NimbleIconCircleSlashDirective, NimbleIconCircleSlashModule, NimbleIconCircleXDirective, NimbleIconCircleXModule, NimbleIconClipboardDirective, NimbleIconClipboardModule, NimbleIconClockCogDirective, NimbleIconClockCogModule, NimbleIconClockDirective, NimbleIconClockExclamationDirective, NimbleIconClockExclamationModule, NimbleIconClockModule, NimbleIconClockTriangleDirective, NimbleIconClockTriangleModule, NimbleIconCloneDirective, NimbleIconCloneModule, NimbleIconCloudDirective, NimbleIconCloudModule, NimbleIconCloudUploadDirective, NimbleIconCloudUploadModule, NimbleIconCloudWithArrowDirective, NimbleIconCloudWithArrowModule, NimbleIconCogDatabaseDirective, NimbleIconCogDatabaseInsetDirective, NimbleIconCogDatabaseInsetModule, NimbleIconCogDatabaseModule, NimbleIconCogDirective, NimbleIconCogModule, NimbleIconCogSmallCogDirective, NimbleIconCogSmallCogModule, NimbleIconCogZoomedDirective, NimbleIconCogZoomedModule, NimbleIconCommentDirective, NimbleIconCommentModule, NimbleIconComputerAndMonitorDirective, NimbleIconComputerAndMonitorModule, NimbleIconCopyDirective, NimbleIconCopyModule, NimbleIconCopyTextDirective, NimbleIconCopyTextModule, NimbleIconDashboardBuilderDirective, NimbleIconDashboardBuilderLegendDirective, NimbleIconDashboardBuilderLegendModule, NimbleIconDashboardBuilderModule, NimbleIconDashboardBuilderTemplatesDirective, NimbleIconDashboardBuilderTemplatesModule, NimbleIconDashboardBuilderTileDirective, NimbleIconDashboardBuilderTileModule, NimbleIconDatabaseCheckDirective, NimbleIconDatabaseCheckModule, NimbleIconDatabaseDirective, NimbleIconDatabaseModule, NimbleIconDebugDirective, NimbleIconDebugModule, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDashDirective, NimbleIconEyeDashModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, NimbleIconFloppyDiskPenDirective, NimbleIconFloppyDiskPenModule, NimbleIconFloppyDiskStarArrowRightDirective, NimbleIconFloppyDiskStarArrowRightModule, NimbleIconFloppyDiskThreeDotsDirective, NimbleIconFloppyDiskThreeDotsModule, NimbleIconFolderDirective, NimbleIconFolderModule, NimbleIconFolderOpenDirective, NimbleIconFolderOpenModule, NimbleIconForwardSlashDirective, NimbleIconForwardSlashModule, NimbleIconFourDotsSquareDirective, NimbleIconFourDotsSquareModule, NimbleIconFunctionDirective, NimbleIconFunctionModule, NimbleIconGaugeSimpleDirective, NimbleIconGaugeSimpleModule, NimbleIconGridThreeByThreeDirective, NimbleIconGridThreeByThreeModule, NimbleIconGridTwoByTwoDirective, NimbleIconGridTwoByTwoModule, NimbleIconHammerDirective, NimbleIconHammerModule, NimbleIconHashtagDirective, NimbleIconHashtagModule, NimbleIconHomeDirective, NimbleIconHomeModule, NimbleIconHorizontalTriangleOutlineDirective, NimbleIconHorizontalTriangleOutlineModule, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndentDirective, NimbleIconIndentModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, NimbleIconInwardSquaresThreeDirective, NimbleIconInwardSquaresThreeModule, NimbleIconItalicIDirective, NimbleIconItalicIModule, NimbleIconKeyDirective, NimbleIconKeyModule, NimbleIconLaptopDirective, NimbleIconLaptopModule, NimbleIconLayerGroupDirective, NimbleIconLayerGroupModule, NimbleIconLightningBoltDirective, NimbleIconLightningBoltModule, NimbleIconLinkCancelDirective, NimbleIconLinkCancelModule, NimbleIconLinkDirective, NimbleIconLinkModule, NimbleIconListDirective, NimbleIconListModule, NimbleIconListTreeDatabaseDirective, NimbleIconListTreeDatabaseModule, NimbleIconListTreeDirective, NimbleIconListTreeModule, NimbleIconLockDirective, NimbleIconLockModule, NimbleIconMagnifyingGlassDirective, NimbleIconMagnifyingGlassModule, NimbleIconMarkdownDirective, NimbleIconMarkdownModule, NimbleIconMinusDirective, NimbleIconMinusModule, NimbleIconMinusWideDirective, NimbleIconMinusWideModule, NimbleIconMobileDirective, NimbleIconMobileModule, NimbleIconNiDirective, NimbleIconNiModule, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconNumberListDirective, NimbleIconNumberListModule, NimbleIconOutdentDirective, NimbleIconOutdentModule, NimbleIconOutwardSquaresThreeDirective, NimbleIconOutwardSquaresThreeModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPauseDirective, NimbleIconPauseModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPlayDirective, NimbleIconPlayModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRectangleCheckLinesDirective, NimbleIconRectangleCheckLinesModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconScreenCheckLinesCalendarDirective, NimbleIconScreenCheckLinesCalendarModule, NimbleIconScreenCheckLinesDirective, NimbleIconScreenCheckLinesModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSparkleSwirlsDirective, NimbleIconSparkleSwirlsModule, NimbleIconSparklesDirective, NimbleIconSparklesModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconSquareXDirective, NimbleIconSquareXModule, NimbleIconStopSquareDirective, NimbleIconStopSquareModule, NimbleIconSystemlinkDirective, NimbleIconSystemlinkModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, NimbleIconThreeCirclesAscendingContainerDirective, NimbleIconThreeCirclesAscendingContainerModule, NimbleIconThreeDotsLineDirective, NimbleIconThreeDotsLineModule, NimbleIconThreeVerticalLinesDirective, NimbleIconThreeVerticalLinesModule, NimbleIconThumbtackDirective, NimbleIconThumbtackModule, NimbleIconTileSizeDirective, NimbleIconTileSizeModule, NimbleIconTimesDirective, NimbleIconTimesModule, NimbleIconTrashDirective, NimbleIconTrashModule, NimbleIconTriangleDirective, NimbleIconTriangleFilledDirective, NimbleIconTriangleFilledModule, NimbleIconTriangleModule, NimbleIconTriangleTwoLinesHorizontalDirective, NimbleIconTriangleTwoLinesHorizontalModule, NimbleIconTrueFalseRectangleDirective, NimbleIconTrueFalseRectangleModule, NimbleIconTwoSquaresInBracketsDirective, NimbleIconTwoSquaresInBracketsModule, NimbleIconTwoTrianglesBetweenLinesDirective, NimbleIconTwoTrianglesBetweenLinesModule, NimbleIconUnlinkDirective, NimbleIconUnlinkModule, NimbleIconUnlockDirective, NimbleIconUnlockModule, NimbleIconUpRightFromSquareDirective, NimbleIconUpRightFromSquareModule, NimbleIconUploadDirective, NimbleIconUploadModule, NimbleIconUserDirective, NimbleIconUserModule, NimbleIconWatchDirective, NimbleIconWatchModule, NimbleIconWaveformDirective, NimbleIconWaveformModule, NimbleIconWebviCustomDirective, NimbleIconWebviCustomModule, NimbleIconWebviHostDirective, NimbleIconWebviHostModule, NimbleIconWindowCodeDirective, NimbleIconWindowCodeModule, NimbleIconWindowTextDirective, NimbleIconWindowTextModule, NimbleIconWrenchHammerDirective, NimbleIconWrenchHammerModule, NimbleIconXmarkCheckDirective, NimbleIconXmarkCheckModule, NimbleIconXmarkDirective, NimbleIconXmarkModule, NimbleListOptionDirective, NimbleListOptionGroupDirective, NimbleListOptionGroupModule, NimbleListOptionModule, NimbleMenuButtonDirective, NimbleMenuButtonModule, NimbleMenuDirective, NimbleMenuItemDirective, NimbleMenuItemModule, NimbleMenuModule, NimbleNumberFieldControlValueAccessorDirective, NimbleNumberFieldDirective, NimbleNumberFieldModule, NimbleRadioControlValueAccessorDirective, NimbleRadioDirective, NimbleRadioGroupDirective, NimbleRadioGroupModule, NimbleRadioModule, NimbleSelectControlValueAccessorDirective, NimbleSelectDirective, NimbleSelectListOptionDirective, NimbleSelectModule, NimbleSpinnerDirective, NimbleSpinnerModule, NimbleSwitchControlValueAccessorDirective, NimbleSwitchDirective, NimbleSwitchModule, NimbleTabDirective, NimbleTabModule, NimbleTabPanelDirective, NimbleTabPanelModule, NimbleTabsDirective, NimbleTabsModule, NimbleTabsToolbarDirective, NimbleTabsToolbarModule, NimbleTextAreaControlValueAccessorDirective, NimbleTextAreaDirective, NimbleTextAreaModule, NimbleTextFieldControlValueAccessorDirective, NimbleTextFieldDirective, NimbleTextFieldModule, NimbleThemeProviderDirective, NimbleThemeProviderModule, NimbleToggleButtonControlValueAccessorDirective, NimbleToggleButtonDirective, NimbleToggleButtonModule, NimbleToolbarDirective, NimbleToolbarModule, NimbleTooltipDirective, NimbleTooltipModule, NimbleTreeItemDirective, NimbleTreeItemModule, NimbleTreeViewDirective, NimbleTreeViewModule, OPTION_NOT_FOUND, waitForUpdatesAsync };
|
|
11184
|
+
export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightThinDirective, NimbleIconArrowRightThinModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowULeftDirective, NimbleIconArrowULeftModule, NimbleIconArrowURightDirective, NimbleIconArrowURightModule, NimbleIconArrowUUpDirective, NimbleIconArrowUUpModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconAtDirective, NimbleIconAtModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBoldBDirective, NimbleIconBoldBModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, NimbleIconCalendarCheckLinesDirective, NimbleIconCalendarCheckLinesModule, NimbleIconCalendarClockDirective, NimbleIconCalendarClockModule, NimbleIconCalendarDayDirective, NimbleIconCalendarDayModule, NimbleIconCalendarDayOutlineDirective, NimbleIconCalendarDayOutlineModule, NimbleIconCalendarDaysDirective, NimbleIconCalendarDaysModule, NimbleIconCalendarLinesDirective, NimbleIconCalendarLinesModule, NimbleIconCalendarRectangleDirective, NimbleIconCalendarRectangleModule, NimbleIconCalendarWeekDirective, NimbleIconCalendarWeekModule, NimbleIconChartDiagramChildFocusDirective, NimbleIconChartDiagramChildFocusModule, NimbleIconChartDiagramDirective, NimbleIconChartDiagramModule, NimbleIconChartDiagramParentFocusDirective, NimbleIconChartDiagramParentFocusModule, NimbleIconChartDiagramParentFocusTwoChildDirective, NimbleIconChartDiagramParentFocusTwoChildModule, NimbleIconCheckDirective, NimbleIconCheckDotDirective, NimbleIconCheckDotModule, NimbleIconCheckLargeDirective, NimbleIconCheckLargeModule, NimbleIconCheckModule, NimbleIconCircleBrokenDirective, NimbleIconCircleBrokenModule, NimbleIconCircleCheckDirective, NimbleIconCircleCheckModule, NimbleIconCircleDirective, NimbleIconCircleFilledDirective, NimbleIconCircleFilledModule, NimbleIconCircleModule, NimbleIconCirclePartialBrokenDirective, NimbleIconCirclePartialBrokenModule, NimbleIconCircleSlashDirective, NimbleIconCircleSlashModule, NimbleIconCircleXDirective, NimbleIconCircleXModule, NimbleIconClipboardDirective, NimbleIconClipboardModule, NimbleIconClockCogDirective, NimbleIconClockCogModule, NimbleIconClockDirective, NimbleIconClockExclamationDirective, NimbleIconClockExclamationModule, NimbleIconClockModule, NimbleIconClockTriangleDirective, NimbleIconClockTriangleModule, NimbleIconCloneDirective, NimbleIconCloneModule, NimbleIconCloudDirective, NimbleIconCloudModule, NimbleIconCloudUploadDirective, NimbleIconCloudUploadModule, NimbleIconCloudWithArrowDirective, NimbleIconCloudWithArrowModule, NimbleIconCogDatabaseDirective, NimbleIconCogDatabaseInsetDirective, NimbleIconCogDatabaseInsetModule, NimbleIconCogDatabaseModule, NimbleIconCogDirective, NimbleIconCogModule, NimbleIconCogSmallCogDirective, NimbleIconCogSmallCogModule, NimbleIconCogZoomedDirective, NimbleIconCogZoomedModule, NimbleIconCommentDirective, NimbleIconCommentModule, NimbleIconComputerAndMonitorDirective, NimbleIconComputerAndMonitorModule, NimbleIconCopyDirective, NimbleIconCopyModule, NimbleIconCopyTextDirective, NimbleIconCopyTextModule, NimbleIconDashboardBuilderDirective, NimbleIconDashboardBuilderLegendDirective, NimbleIconDashboardBuilderLegendModule, NimbleIconDashboardBuilderModule, NimbleIconDashboardBuilderTemplatesDirective, NimbleIconDashboardBuilderTemplatesModule, NimbleIconDashboardBuilderTileDirective, NimbleIconDashboardBuilderTileModule, NimbleIconDatabaseCheckDirective, NimbleIconDatabaseCheckModule, NimbleIconDatabaseDirective, NimbleIconDatabaseModule, NimbleIconDebugDirective, NimbleIconDebugModule, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDashDirective, NimbleIconEyeDashModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, NimbleIconFloppyDiskPenDirective, NimbleIconFloppyDiskPenModule, NimbleIconFloppyDiskStarArrowRightDirective, NimbleIconFloppyDiskStarArrowRightModule, NimbleIconFloppyDiskThreeDotsDirective, NimbleIconFloppyDiskThreeDotsModule, NimbleIconFolderDirective, NimbleIconFolderModule, NimbleIconFolderOpenDirective, NimbleIconFolderOpenModule, NimbleIconForwardSlashDirective, NimbleIconForwardSlashModule, NimbleIconFourDotsSquareDirective, NimbleIconFourDotsSquareModule, NimbleIconFunctionDirective, NimbleIconFunctionModule, NimbleIconGaugeSimpleDirective, NimbleIconGaugeSimpleModule, NimbleIconGridThreeByThreeDirective, NimbleIconGridThreeByThreeModule, NimbleIconGridTwoByTwoDirective, NimbleIconGridTwoByTwoModule, NimbleIconHammerDirective, NimbleIconHammerModule, NimbleIconHashtagDirective, NimbleIconHashtagModule, NimbleIconHomeDirective, NimbleIconHomeModule, NimbleIconHorizontalTriangleOutlineDirective, NimbleIconHorizontalTriangleOutlineModule, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndentDirective, NimbleIconIndentModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, NimbleIconInwardSquaresThreeDirective, NimbleIconInwardSquaresThreeModule, NimbleIconItalicIDirective, NimbleIconItalicIModule, NimbleIconKeyDirective, NimbleIconKeyModule, NimbleIconLaptopDirective, NimbleIconLaptopModule, NimbleIconLayerGroupDirective, NimbleIconLayerGroupModule, NimbleIconLightningBoltDirective, NimbleIconLightningBoltModule, NimbleIconLinkCancelDirective, NimbleIconLinkCancelModule, NimbleIconLinkDirective, NimbleIconLinkModule, NimbleIconListDirective, NimbleIconListModule, NimbleIconListTreeDatabaseDirective, NimbleIconListTreeDatabaseModule, NimbleIconListTreeDirective, NimbleIconListTreeModule, NimbleIconLockDirective, NimbleIconLockModule, NimbleIconMagnifyingGlassDirective, NimbleIconMagnifyingGlassModule, NimbleIconMarkdownDirective, NimbleIconMarkdownModule, NimbleIconMinusDirective, NimbleIconMinusModule, NimbleIconMinusWideDirective, NimbleIconMinusWideModule, NimbleIconMobileDirective, NimbleIconMobileModule, NimbleIconNiDirective, NimbleIconNiModule, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconNumberListDirective, NimbleIconNumberListModule, NimbleIconOutdentDirective, NimbleIconOutdentModule, NimbleIconOutwardSquaresThreeDirective, NimbleIconOutwardSquaresThreeModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPauseDirective, NimbleIconPauseModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPlayDirective, NimbleIconPlayModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRectangleCheckLinesDirective, NimbleIconRectangleCheckLinesModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconScreenCheckLinesCalendarDirective, NimbleIconScreenCheckLinesCalendarModule, NimbleIconScreenCheckLinesDirective, NimbleIconScreenCheckLinesModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSparkleSwirlsDirective, NimbleIconSparkleSwirlsModule, NimbleIconSparklesDirective, NimbleIconSparklesModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconSquareXDirective, NimbleIconSquareXModule, NimbleIconStopSquareDirective, NimbleIconStopSquareModule, NimbleIconSystemlinkDirective, NimbleIconSystemlinkModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, NimbleIconThreeCirclesAscendingContainerDirective, NimbleIconThreeCirclesAscendingContainerModule, NimbleIconThreeDotsLineDirective, NimbleIconThreeDotsLineModule, NimbleIconThreeVerticalLinesDirective, NimbleIconThreeVerticalLinesModule, NimbleIconThumbtackDirective, NimbleIconThumbtackModule, NimbleIconTileSizeDirective, NimbleIconTileSizeModule, NimbleIconTimesDirective, NimbleIconTimesModule, NimbleIconTrashDirective, NimbleIconTrashModule, NimbleIconTriangleDirective, NimbleIconTriangleFilledDirective, NimbleIconTriangleFilledModule, NimbleIconTriangleModule, NimbleIconTriangleTwoLinesHorizontalDirective, NimbleIconTriangleTwoLinesHorizontalModule, NimbleIconTrueFalseRectangleDirective, NimbleIconTrueFalseRectangleModule, NimbleIconTwoSquaresInBracketsDirective, NimbleIconTwoSquaresInBracketsModule, NimbleIconTwoTrianglesBetweenLinesDirective, NimbleIconTwoTrianglesBetweenLinesModule, NimbleIconUnlinkDirective, NimbleIconUnlinkModule, NimbleIconUnlockDirective, NimbleIconUnlockModule, NimbleIconUpRightFromSquareDirective, NimbleIconUpRightFromSquareModule, NimbleIconUploadDirective, NimbleIconUploadModule, NimbleIconUserDirective, NimbleIconUserModule, NimbleIconWatchDirective, NimbleIconWatchModule, NimbleIconWaveformDirective, NimbleIconWaveformModule, NimbleIconWebviCustomDirective, NimbleIconWebviCustomModule, NimbleIconWebviHostDirective, NimbleIconWebviHostModule, NimbleIconWindowCodeDirective, NimbleIconWindowCodeModule, NimbleIconWindowTextDirective, NimbleIconWindowTextModule, NimbleIconWrenchHammerDirective, NimbleIconWrenchHammerModule, NimbleIconXmarkCheckDirective, NimbleIconXmarkCheckModule, NimbleIconXmarkDirective, NimbleIconXmarkModule, NimbleListOptionDirective, NimbleListOptionGroupDirective, NimbleListOptionGroupModule, NimbleListOptionModule, NimbleMenuButtonDirective, NimbleMenuButtonModule, NimbleMenuDirective, NimbleMenuItemDirective, NimbleMenuItemModule, NimbleMenuModule, NimbleNumberFieldControlValueAccessorDirective, NimbleNumberFieldDirective, NimbleNumberFieldModule, NimbleRadioControlValueAccessorDirective, NimbleRadioDirective, NimbleRadioGroupDirective, NimbleRadioGroupModule, NimbleRadioModule, NimbleSelectControlValueAccessorDirective, NimbleSelectDirective, NimbleSelectListOptionDirective, NimbleSelectModule, NimbleSpinnerDirective, NimbleSpinnerModule, NimbleSwitchControlValueAccessorDirective, NimbleSwitchDirective, NimbleSwitchModule, NimbleTabDirective, NimbleTabModule, NimbleTabPanelDirective, NimbleTabPanelModule, NimbleTabsDirective, NimbleTabsModule, NimbleTabsToolbarDirective, NimbleTabsToolbarModule, NimbleTextAreaControlValueAccessorDirective, NimbleTextAreaDirective, NimbleTextAreaModule, NimbleTextFieldControlValueAccessorDirective, NimbleTextFieldDirective, NimbleTextFieldModule, NimbleThemeProviderDirective, NimbleThemeProviderModule, NimbleToggleButtonControlValueAccessorDirective, NimbleToggleButtonDirective, NimbleToggleButtonModule, NimbleToolbarDirective, NimbleToolbarModule, NimbleTooltipDirective, NimbleTooltipModule, NimbleTreeItemDirective, NimbleTreeItemModule, NimbleTreeViewDirective, NimbleTreeViewModule, OPTION_NOT_FOUND, waitForUpdatesAsync };
|
|
10921
11185
|
//# sourceMappingURL=ni-nimble-angular.mjs.map
|