@ni/nimble-angular 28.4.4 → 28.5.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.
- package/directives/icons/index.d.ts +14 -0
- package/directives/icons/lightbulb/nimble-icon-lightbulb.directive.d.ts +12 -0
- package/directives/icons/lightbulb/nimble-icon-lightbulb.module.d.ts +9 -0
- package/directives/icons/microphone/nimble-icon-microphone.directive.d.ts +12 -0
- package/directives/icons/microphone/nimble-icon-microphone.module.d.ts +9 -0
- package/directives/icons/mountain-sun/nimble-icon-mountain-sun.directive.d.ts +12 -0
- package/directives/icons/mountain-sun/nimble-icon-mountain-sun.module.d.ts +9 -0
- package/directives/icons/paper-plane/nimble-icon-paper-plane.directive.d.ts +12 -0
- package/directives/icons/paper-plane/nimble-icon-paper-plane.module.d.ts +9 -0
- package/directives/icons/paperclip/nimble-icon-paperclip.directive.d.ts +12 -0
- package/directives/icons/paperclip/nimble-icon-paperclip.module.d.ts +9 -0
- package/directives/icons/rectangle-lines/nimble-icon-rectangle-lines.directive.d.ts +12 -0
- package/directives/icons/rectangle-lines/nimble-icon-rectangle-lines.module.d.ts +9 -0
- package/directives/icons/star-8-point/nimble-icon-star-8-point.directive.d.ts +12 -0
- package/directives/icons/star-8-point/nimble-icon-star-8-point.module.d.ts +9 -0
- package/esm2022/directives/icons/index.mjs +15 -1
- package/esm2022/directives/icons/lightbulb/nimble-icon-lightbulb.directive.mjs +21 -0
- package/esm2022/directives/icons/lightbulb/nimble-icon-lightbulb.module.mjs +21 -0
- package/esm2022/directives/icons/microphone/nimble-icon-microphone.directive.mjs +21 -0
- package/esm2022/directives/icons/microphone/nimble-icon-microphone.module.mjs +21 -0
- package/esm2022/directives/icons/mountain-sun/nimble-icon-mountain-sun.directive.mjs +21 -0
- package/esm2022/directives/icons/mountain-sun/nimble-icon-mountain-sun.module.mjs +21 -0
- package/esm2022/directives/icons/paper-plane/nimble-icon-paper-plane.directive.mjs +21 -0
- package/esm2022/directives/icons/paper-plane/nimble-icon-paper-plane.module.mjs +21 -0
- package/esm2022/directives/icons/paperclip/nimble-icon-paperclip.directive.mjs +21 -0
- package/esm2022/directives/icons/paperclip/nimble-icon-paperclip.module.mjs +21 -0
- package/esm2022/directives/icons/rectangle-lines/nimble-icon-rectangle-lines.directive.mjs +21 -0
- package/esm2022/directives/icons/rectangle-lines/nimble-icon-rectangle-lines.module.mjs +21 -0
- package/esm2022/directives/icons/star-8-point/nimble-icon-star-8-point.directive.mjs +21 -0
- package/esm2022/directives/icons/star-8-point/nimble-icon-star-8-point.module.mjs +21 -0
- package/fesm2022/ni-nimble-angular.mjs +232 -1
- package/fesm2022/ni-nimble-angular.mjs.map +1 -1
- package/package.json +8 -8
|
@@ -151,6 +151,7 @@ export { iconItalicITag } from '@ni/nimble-components/dist/esm/icons/italic-i';
|
|
|
151
151
|
export { iconKeyTag } from '@ni/nimble-components/dist/esm/icons/key';
|
|
152
152
|
export { iconLaptopTag } from '@ni/nimble-components/dist/esm/icons/laptop';
|
|
153
153
|
export { iconLayerGroupTag } from '@ni/nimble-components/dist/esm/icons/layer-group';
|
|
154
|
+
export { iconLightbulbTag } from '@ni/nimble-components/dist/esm/icons/lightbulb';
|
|
154
155
|
export { iconLightningBoltTag } from '@ni/nimble-components/dist/esm/icons/lightning-bolt';
|
|
155
156
|
export { iconLinkTag } from '@ni/nimble-components/dist/esm/icons/link';
|
|
156
157
|
export { iconLinkCancelTag } from '@ni/nimble-components/dist/esm/icons/link-cancel';
|
|
@@ -160,14 +161,18 @@ export { iconListTreeDatabaseTag } from '@ni/nimble-components/dist/esm/icons/li
|
|
|
160
161
|
export { iconLockTag } from '@ni/nimble-components/dist/esm/icons/lock';
|
|
161
162
|
export { iconMagnifyingGlassTag } from '@ni/nimble-components/dist/esm/icons/magnifying-glass';
|
|
162
163
|
export { iconMarkdownTag } from '@ni/nimble-components/dist/esm/icons/markdown';
|
|
164
|
+
export { iconMicrophoneTag } from '@ni/nimble-components/dist/esm/icons/microphone';
|
|
163
165
|
export { iconMinusTag } from '@ni/nimble-components/dist/esm/icons/minus';
|
|
164
166
|
export { iconMinusWideTag } from '@ni/nimble-components/dist/esm/icons/minus-wide';
|
|
165
167
|
export { iconMobileTag } from '@ni/nimble-components/dist/esm/icons/mobile';
|
|
168
|
+
export { iconMountainSunTag } from '@ni/nimble-components/dist/esm/icons/mountain-sun';
|
|
166
169
|
export { iconNiTag } from '@ni/nimble-components/dist/esm/icons/ni';
|
|
167
170
|
export { iconNotebookTag } from '@ni/nimble-components/dist/esm/icons/notebook';
|
|
168
171
|
export { iconNumberListTag } from '@ni/nimble-components/dist/esm/icons/number-list';
|
|
169
172
|
export { iconOutdentTag } from '@ni/nimble-components/dist/esm/icons/outdent';
|
|
170
173
|
export { iconOutwardSquaresThreeTag } from '@ni/nimble-components/dist/esm/icons/outward-squares-three';
|
|
174
|
+
export { iconPaperPlaneTag } from '@ni/nimble-components/dist/esm/icons/paper-plane';
|
|
175
|
+
export { iconPaperclipTag } from '@ni/nimble-components/dist/esm/icons/paperclip';
|
|
171
176
|
export { iconPasteTag } from '@ni/nimble-components/dist/esm/icons/paste';
|
|
172
177
|
export { iconPauseTag } from '@ni/nimble-components/dist/esm/icons/pause';
|
|
173
178
|
export { iconPencilTag } from '@ni/nimble-components/dist/esm/icons/pencil';
|
|
@@ -175,6 +180,7 @@ export { iconPlayTag } from '@ni/nimble-components/dist/esm/icons/play';
|
|
|
175
180
|
export { iconPotWithLidTag } from '@ni/nimble-components/dist/esm/icons/pot-with-lid';
|
|
176
181
|
export { iconQuestionTag } from '@ni/nimble-components/dist/esm/icons/question';
|
|
177
182
|
export { iconRectangleCheckLinesTag } from '@ni/nimble-components/dist/esm/icons/rectangle-check-lines';
|
|
183
|
+
export { iconRectangleLinesTag } from '@ni/nimble-components/dist/esm/icons/rectangle-lines';
|
|
178
184
|
export { iconRunningArrowTag } from '@ni/nimble-components/dist/esm/icons/running-arrow';
|
|
179
185
|
export { iconScreenCheckLinesTag } from '@ni/nimble-components/dist/esm/icons/screen-check-lines';
|
|
180
186
|
export { iconScreenCheckLinesCalendarTag } from '@ni/nimble-components/dist/esm/icons/screen-check-lines-calendar';
|
|
@@ -191,6 +197,7 @@ export { iconSpinnerTag } from '@ni/nimble-components/dist/esm/icons/spinner';
|
|
|
191
197
|
export { iconSquareCheckTag } from '@ni/nimble-components/dist/esm/icons/square-check';
|
|
192
198
|
export { iconSquareTTag } from '@ni/nimble-components/dist/esm/icons/square-t';
|
|
193
199
|
export { iconSquareXTag } from '@ni/nimble-components/dist/esm/icons/square-x';
|
|
200
|
+
export { iconStar8PointTag } from '@ni/nimble-components/dist/esm/icons/star-8-point';
|
|
194
201
|
export { iconStopSquareTag } from '@ni/nimble-components/dist/esm/icons/stop-square';
|
|
195
202
|
export { iconSystemlinkTag } from '@ni/nimble-components/dist/esm/icons/systemlink';
|
|
196
203
|
export { iconTTag } from '@ni/nimble-components/dist/esm/icons/t';
|
|
@@ -6334,6 +6341,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6334
6341
|
}]
|
|
6335
6342
|
}] });
|
|
6336
6343
|
|
|
6344
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6345
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
6346
|
+
/**
|
|
6347
|
+
* Directive to provide Angular integration for the lightbulb icon element.
|
|
6348
|
+
*/
|
|
6349
|
+
class NimbleIconLightbulbDirective extends NimbleIconBaseDirective {
|
|
6350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconLightbulbDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6351
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NimbleIconLightbulbDirective, selector: "nimble-icon-lightbulb", usesInheritance: true, ngImport: i0 }); }
|
|
6352
|
+
}
|
|
6353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconLightbulbDirective, decorators: [{
|
|
6354
|
+
type: Directive,
|
|
6355
|
+
args: [{
|
|
6356
|
+
selector: 'nimble-icon-lightbulb'
|
|
6357
|
+
}]
|
|
6358
|
+
}] });
|
|
6359
|
+
|
|
6360
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6361
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
6362
|
+
class NimbleIconLightbulbModule {
|
|
6363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconLightbulbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6364
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconLightbulbModule, declarations: [NimbleIconLightbulbDirective], imports: [CommonModule], exports: [NimbleIconLightbulbDirective] }); }
|
|
6365
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconLightbulbModule, imports: [CommonModule] }); }
|
|
6366
|
+
}
|
|
6367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconLightbulbModule, decorators: [{
|
|
6368
|
+
type: NgModule,
|
|
6369
|
+
args: [{
|
|
6370
|
+
declarations: [NimbleIconLightbulbDirective],
|
|
6371
|
+
imports: [CommonModule],
|
|
6372
|
+
exports: [NimbleIconLightbulbDirective]
|
|
6373
|
+
}]
|
|
6374
|
+
}] });
|
|
6375
|
+
|
|
6337
6376
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6338
6377
|
// See generation source in nimble-angular/build/generate-icons
|
|
6339
6378
|
/**
|
|
@@ -6622,6 +6661,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6622
6661
|
}]
|
|
6623
6662
|
}] });
|
|
6624
6663
|
|
|
6664
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6665
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
6666
|
+
/**
|
|
6667
|
+
* Directive to provide Angular integration for the microphone icon element.
|
|
6668
|
+
*/
|
|
6669
|
+
class NimbleIconMicrophoneDirective extends NimbleIconBaseDirective {
|
|
6670
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMicrophoneDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6671
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NimbleIconMicrophoneDirective, selector: "nimble-icon-microphone", usesInheritance: true, ngImport: i0 }); }
|
|
6672
|
+
}
|
|
6673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMicrophoneDirective, decorators: [{
|
|
6674
|
+
type: Directive,
|
|
6675
|
+
args: [{
|
|
6676
|
+
selector: 'nimble-icon-microphone'
|
|
6677
|
+
}]
|
|
6678
|
+
}] });
|
|
6679
|
+
|
|
6680
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6681
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
6682
|
+
class NimbleIconMicrophoneModule {
|
|
6683
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMicrophoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6684
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMicrophoneModule, declarations: [NimbleIconMicrophoneDirective], imports: [CommonModule], exports: [NimbleIconMicrophoneDirective] }); }
|
|
6685
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMicrophoneModule, imports: [CommonModule] }); }
|
|
6686
|
+
}
|
|
6687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMicrophoneModule, decorators: [{
|
|
6688
|
+
type: NgModule,
|
|
6689
|
+
args: [{
|
|
6690
|
+
declarations: [NimbleIconMicrophoneDirective],
|
|
6691
|
+
imports: [CommonModule],
|
|
6692
|
+
exports: [NimbleIconMicrophoneDirective]
|
|
6693
|
+
}]
|
|
6694
|
+
}] });
|
|
6695
|
+
|
|
6625
6696
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6626
6697
|
// See generation source in nimble-angular/build/generate-icons
|
|
6627
6698
|
/**
|
|
@@ -6718,6 +6789,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6718
6789
|
}]
|
|
6719
6790
|
}] });
|
|
6720
6791
|
|
|
6792
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6793
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
6794
|
+
/**
|
|
6795
|
+
* Directive to provide Angular integration for the mountainSun icon element.
|
|
6796
|
+
*/
|
|
6797
|
+
class NimbleIconMountainSunDirective extends NimbleIconBaseDirective {
|
|
6798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMountainSunDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6799
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NimbleIconMountainSunDirective, selector: "nimble-icon-mountain-sun", usesInheritance: true, ngImport: i0 }); }
|
|
6800
|
+
}
|
|
6801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMountainSunDirective, decorators: [{
|
|
6802
|
+
type: Directive,
|
|
6803
|
+
args: [{
|
|
6804
|
+
selector: 'nimble-icon-mountain-sun'
|
|
6805
|
+
}]
|
|
6806
|
+
}] });
|
|
6807
|
+
|
|
6808
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6809
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
6810
|
+
class NimbleIconMountainSunModule {
|
|
6811
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMountainSunModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6812
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMountainSunModule, declarations: [NimbleIconMountainSunDirective], imports: [CommonModule], exports: [NimbleIconMountainSunDirective] }); }
|
|
6813
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMountainSunModule, imports: [CommonModule] }); }
|
|
6814
|
+
}
|
|
6815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconMountainSunModule, decorators: [{
|
|
6816
|
+
type: NgModule,
|
|
6817
|
+
args: [{
|
|
6818
|
+
declarations: [NimbleIconMountainSunDirective],
|
|
6819
|
+
imports: [CommonModule],
|
|
6820
|
+
exports: [NimbleIconMountainSunDirective]
|
|
6821
|
+
}]
|
|
6822
|
+
}] });
|
|
6823
|
+
|
|
6721
6824
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6722
6825
|
// See generation source in nimble-angular/build/generate-icons
|
|
6723
6826
|
/**
|
|
@@ -6878,6 +6981,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6878
6981
|
}]
|
|
6879
6982
|
}] });
|
|
6880
6983
|
|
|
6984
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6985
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
6986
|
+
/**
|
|
6987
|
+
* Directive to provide Angular integration for the paperPlane icon element.
|
|
6988
|
+
*/
|
|
6989
|
+
class NimbleIconPaperPlaneDirective extends NimbleIconBaseDirective {
|
|
6990
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperPlaneDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6991
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NimbleIconPaperPlaneDirective, selector: "nimble-icon-paper-plane", usesInheritance: true, ngImport: i0 }); }
|
|
6992
|
+
}
|
|
6993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperPlaneDirective, decorators: [{
|
|
6994
|
+
type: Directive,
|
|
6995
|
+
args: [{
|
|
6996
|
+
selector: 'nimble-icon-paper-plane'
|
|
6997
|
+
}]
|
|
6998
|
+
}] });
|
|
6999
|
+
|
|
7000
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7001
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
7002
|
+
class NimbleIconPaperPlaneModule {
|
|
7003
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperPlaneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7004
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperPlaneModule, declarations: [NimbleIconPaperPlaneDirective], imports: [CommonModule], exports: [NimbleIconPaperPlaneDirective] }); }
|
|
7005
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperPlaneModule, imports: [CommonModule] }); }
|
|
7006
|
+
}
|
|
7007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperPlaneModule, decorators: [{
|
|
7008
|
+
type: NgModule,
|
|
7009
|
+
args: [{
|
|
7010
|
+
declarations: [NimbleIconPaperPlaneDirective],
|
|
7011
|
+
imports: [CommonModule],
|
|
7012
|
+
exports: [NimbleIconPaperPlaneDirective]
|
|
7013
|
+
}]
|
|
7014
|
+
}] });
|
|
7015
|
+
|
|
7016
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7017
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
7018
|
+
/**
|
|
7019
|
+
* Directive to provide Angular integration for the paperclip icon element.
|
|
7020
|
+
*/
|
|
7021
|
+
class NimbleIconPaperclipDirective extends NimbleIconBaseDirective {
|
|
7022
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperclipDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
7023
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NimbleIconPaperclipDirective, selector: "nimble-icon-paperclip", usesInheritance: true, ngImport: i0 }); }
|
|
7024
|
+
}
|
|
7025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperclipDirective, decorators: [{
|
|
7026
|
+
type: Directive,
|
|
7027
|
+
args: [{
|
|
7028
|
+
selector: 'nimble-icon-paperclip'
|
|
7029
|
+
}]
|
|
7030
|
+
}] });
|
|
7031
|
+
|
|
7032
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7033
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
7034
|
+
class NimbleIconPaperclipModule {
|
|
7035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperclipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7036
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperclipModule, declarations: [NimbleIconPaperclipDirective], imports: [CommonModule], exports: [NimbleIconPaperclipDirective] }); }
|
|
7037
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperclipModule, imports: [CommonModule] }); }
|
|
7038
|
+
}
|
|
7039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconPaperclipModule, decorators: [{
|
|
7040
|
+
type: NgModule,
|
|
7041
|
+
args: [{
|
|
7042
|
+
declarations: [NimbleIconPaperclipDirective],
|
|
7043
|
+
imports: [CommonModule],
|
|
7044
|
+
exports: [NimbleIconPaperclipDirective]
|
|
7045
|
+
}]
|
|
7046
|
+
}] });
|
|
7047
|
+
|
|
6881
7048
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
6882
7049
|
// See generation source in nimble-angular/build/generate-icons
|
|
6883
7050
|
/**
|
|
@@ -7102,6 +7269,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7102
7269
|
}]
|
|
7103
7270
|
}] });
|
|
7104
7271
|
|
|
7272
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7273
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
7274
|
+
/**
|
|
7275
|
+
* Directive to provide Angular integration for the rectangleLines icon element.
|
|
7276
|
+
*/
|
|
7277
|
+
class NimbleIconRectangleLinesDirective extends NimbleIconBaseDirective {
|
|
7278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconRectangleLinesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
7279
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NimbleIconRectangleLinesDirective, selector: "nimble-icon-rectangle-lines", usesInheritance: true, ngImport: i0 }); }
|
|
7280
|
+
}
|
|
7281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconRectangleLinesDirective, decorators: [{
|
|
7282
|
+
type: Directive,
|
|
7283
|
+
args: [{
|
|
7284
|
+
selector: 'nimble-icon-rectangle-lines'
|
|
7285
|
+
}]
|
|
7286
|
+
}] });
|
|
7287
|
+
|
|
7288
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7289
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
7290
|
+
class NimbleIconRectangleLinesModule {
|
|
7291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconRectangleLinesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7292
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconRectangleLinesModule, declarations: [NimbleIconRectangleLinesDirective], imports: [CommonModule], exports: [NimbleIconRectangleLinesDirective] }); }
|
|
7293
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconRectangleLinesModule, imports: [CommonModule] }); }
|
|
7294
|
+
}
|
|
7295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconRectangleLinesModule, decorators: [{
|
|
7296
|
+
type: NgModule,
|
|
7297
|
+
args: [{
|
|
7298
|
+
declarations: [NimbleIconRectangleLinesDirective],
|
|
7299
|
+
imports: [CommonModule],
|
|
7300
|
+
exports: [NimbleIconRectangleLinesDirective]
|
|
7301
|
+
}]
|
|
7302
|
+
}] });
|
|
7303
|
+
|
|
7105
7304
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7106
7305
|
// See generation source in nimble-angular/build/generate-icons
|
|
7107
7306
|
/**
|
|
@@ -7614,6 +7813,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7614
7813
|
}]
|
|
7615
7814
|
}] });
|
|
7616
7815
|
|
|
7816
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7817
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
7818
|
+
/**
|
|
7819
|
+
* Directive to provide Angular integration for the star8Point icon element.
|
|
7820
|
+
*/
|
|
7821
|
+
class NimbleIconStar8PointDirective extends NimbleIconBaseDirective {
|
|
7822
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconStar8PointDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
7823
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NimbleIconStar8PointDirective, selector: "nimble-icon-star-8-point", usesInheritance: true, ngImport: i0 }); }
|
|
7824
|
+
}
|
|
7825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconStar8PointDirective, decorators: [{
|
|
7826
|
+
type: Directive,
|
|
7827
|
+
args: [{
|
|
7828
|
+
selector: 'nimble-icon-star-8-point'
|
|
7829
|
+
}]
|
|
7830
|
+
}] });
|
|
7831
|
+
|
|
7832
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7833
|
+
// See generation source in nimble-angular/build/generate-icons
|
|
7834
|
+
class NimbleIconStar8PointModule {
|
|
7835
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconStar8PointModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7836
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconStar8PointModule, declarations: [NimbleIconStar8PointDirective], imports: [CommonModule], exports: [NimbleIconStar8PointDirective] }); }
|
|
7837
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconStar8PointModule, imports: [CommonModule] }); }
|
|
7838
|
+
}
|
|
7839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NimbleIconStar8PointModule, decorators: [{
|
|
7840
|
+
type: NgModule,
|
|
7841
|
+
args: [{
|
|
7842
|
+
declarations: [NimbleIconStar8PointDirective],
|
|
7843
|
+
imports: [CommonModule],
|
|
7844
|
+
exports: [NimbleIconStar8PointDirective]
|
|
7845
|
+
}]
|
|
7846
|
+
}] });
|
|
7847
|
+
|
|
7617
7848
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
7618
7849
|
// See generation source in nimble-angular/build/generate-icons
|
|
7619
7850
|
/**
|
|
@@ -11235,5 +11466,5 @@ const waitForUpdatesAsync = waitForUpdatesAsync$1;
|
|
|
11235
11466
|
* Generated bundle index. Do not edit.
|
|
11236
11467
|
*/
|
|
11237
11468
|
|
|
11238
|
-
export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRectangleDirective, NimbleIconArrowDownRectangleModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightThinDirective, NimbleIconArrowRightThinModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowULeftDirective, NimbleIconArrowULeftModule, NimbleIconArrowURightDirective, NimbleIconArrowURightModule, NimbleIconArrowUUpDirective, NimbleIconArrowUUpModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRectangleDirective, NimbleIconArrowUpRectangleModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, 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, 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 };
|
|
11469
|
+
export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRectangleDirective, NimbleIconArrowDownRectangleModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightThinDirective, NimbleIconArrowRightThinModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowULeftDirective, NimbleIconArrowULeftModule, NimbleIconArrowURightDirective, NimbleIconArrowURightModule, NimbleIconArrowUUpDirective, NimbleIconArrowUUpModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRectangleDirective, NimbleIconArrowUpRectangleModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, 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, 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, NimbleIconLightbulbDirective, NimbleIconLightbulbModule, NimbleIconLightningBoltDirective, NimbleIconLightningBoltModule, NimbleIconLinkCancelDirective, NimbleIconLinkCancelModule, NimbleIconLinkDirective, NimbleIconLinkModule, NimbleIconListDirective, NimbleIconListModule, NimbleIconListTreeDatabaseDirective, NimbleIconListTreeDatabaseModule, NimbleIconListTreeDirective, NimbleIconListTreeModule, NimbleIconLockDirective, NimbleIconLockModule, NimbleIconMagnifyingGlassDirective, NimbleIconMagnifyingGlassModule, NimbleIconMarkdownDirective, NimbleIconMarkdownModule, NimbleIconMicrophoneDirective, NimbleIconMicrophoneModule, NimbleIconMinusDirective, NimbleIconMinusModule, NimbleIconMinusWideDirective, NimbleIconMinusWideModule, NimbleIconMobileDirective, NimbleIconMobileModule, NimbleIconMountainSunDirective, NimbleIconMountainSunModule, NimbleIconNiDirective, NimbleIconNiModule, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconNumberListDirective, NimbleIconNumberListModule, NimbleIconOutdentDirective, NimbleIconOutdentModule, NimbleIconOutwardSquaresThreeDirective, NimbleIconOutwardSquaresThreeModule, NimbleIconPaperPlaneDirective, NimbleIconPaperPlaneModule, NimbleIconPaperclipDirective, NimbleIconPaperclipModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPauseDirective, NimbleIconPauseModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPlayDirective, NimbleIconPlayModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRectangleCheckLinesDirective, NimbleIconRectangleCheckLinesModule, NimbleIconRectangleLinesDirective, NimbleIconRectangleLinesModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconScreenCheckLinesCalendarDirective, NimbleIconScreenCheckLinesCalendarModule, NimbleIconScreenCheckLinesDirective, NimbleIconScreenCheckLinesModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSparkleSwirlsDirective, NimbleIconSparkleSwirlsModule, NimbleIconSparklesDirective, NimbleIconSparklesModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconSquareXDirective, NimbleIconSquareXModule, NimbleIconStar8PointDirective, NimbleIconStar8PointModule, NimbleIconStopSquareDirective, NimbleIconStopSquareModule, NimbleIconSystemlinkDirective, NimbleIconSystemlinkModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, NimbleIconThreeCirclesAscendingContainerDirective, NimbleIconThreeCirclesAscendingContainerModule, NimbleIconThreeDotsLineDirective, NimbleIconThreeDotsLineModule, NimbleIconThreeVerticalLinesDirective, NimbleIconThreeVerticalLinesModule, 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 };
|
|
11239
11470
|
//# sourceMappingURL=ni-nimble-angular.mjs.map
|