@ni/nimble-angular 16.5.31 → 16.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/directives/anchor/nimble-anchor.directive.d.ts +1 -1
  2. package/directives/anchor-button/nimble-anchor-button.directive.d.ts +1 -1
  3. package/directives/anchor-menu-item/nimble-anchor-menu-item.directive.d.ts +1 -1
  4. package/directives/anchor-tab/nimble-anchor-tab.directive.d.ts +1 -1
  5. package/directives/anchor-tree-item/nimble-anchor-tree-item.directive.d.ts +1 -1
  6. package/directives/banner/nimble-banner.directive.d.ts +1 -1
  7. package/directives/button/nimble-button.directive.d.ts +1 -1
  8. package/directives/card-button/nimble-card-button.directive.d.ts +1 -1
  9. package/directives/checkbox/nimble-checkbox.directive.d.ts +1 -1
  10. package/directives/combobox/nimble-combobox.directive.d.ts +1 -1
  11. package/directives/dialog/nimble-dialog.directive.d.ts +1 -1
  12. package/directives/drawer/nimble-drawer.directive.d.ts +1 -1
  13. package/directives/list-option/nimble-combobox-list-option.directive.d.ts +1 -1
  14. package/directives/list-option/nimble-select-list-option.directive.d.ts +1 -1
  15. package/directives/menu-button/nimble-menu-button.directive.d.ts +1 -1
  16. package/directives/menu-item/nimble-menu-item.directive.d.ts +1 -1
  17. package/directives/number-field/nimble-number-field.directive.d.ts +1 -1
  18. package/directives/radio/nimble-radio.directive.d.ts +1 -1
  19. package/directives/radio-group/nimble-radio-group.directive.d.ts +1 -1
  20. package/directives/select/nimble-select.directive.d.ts +1 -1
  21. package/directives/switch/nimble-switch.directive.d.ts +1 -1
  22. package/directives/tab/nimble-tab.directive.d.ts +1 -1
  23. package/directives/text-area/nimble-text-area.directive.d.ts +1 -1
  24. package/directives/text-field/nimble-text-field.directive.d.ts +1 -1
  25. package/directives/toggle-button/nimble-toggle-button.directive.d.ts +1 -1
  26. package/directives/tooltip/nimble-tooltip.directive.d.ts +1 -1
  27. package/directives/tree-item/nimble-tree-item.directive.d.ts +1 -1
  28. package/esm2020/directives/anchor/nimble-anchor.directive.mjs +2 -2
  29. package/esm2020/directives/anchor-button/nimble-anchor-button.directive.mjs +2 -2
  30. package/esm2020/directives/anchor-menu-item/nimble-anchor-menu-item.directive.mjs +2 -2
  31. package/esm2020/directives/anchor-tab/nimble-anchor-tab.directive.mjs +2 -2
  32. package/esm2020/directives/anchor-tree-item/nimble-anchor-tree-item.directive.mjs +2 -2
  33. package/esm2020/directives/banner/nimble-banner.directive.mjs +2 -2
  34. package/esm2020/directives/button/nimble-button.directive.mjs +2 -2
  35. package/esm2020/directives/card-button/nimble-card-button.directive.mjs +2 -2
  36. package/esm2020/directives/checkbox/nimble-checkbox.directive.mjs +2 -2
  37. package/esm2020/directives/combobox/nimble-combobox.directive.mjs +2 -2
  38. package/esm2020/directives/dialog/nimble-dialog.directive.mjs +2 -2
  39. package/esm2020/directives/drawer/nimble-drawer.directive.mjs +2 -2
  40. package/esm2020/directives/list-option/nimble-combobox-list-option.directive.mjs +2 -2
  41. package/esm2020/directives/list-option/nimble-select-list-option.directive.mjs +2 -2
  42. package/esm2020/directives/menu-button/nimble-menu-button.directive.mjs +2 -2
  43. package/esm2020/directives/menu-item/nimble-menu-item.directive.mjs +2 -2
  44. package/esm2020/directives/number-field/nimble-number-field.directive.mjs +2 -2
  45. package/esm2020/directives/radio/nimble-radio.directive.mjs +2 -2
  46. package/esm2020/directives/radio-group/nimble-radio-group.directive.mjs +2 -2
  47. package/esm2020/directives/select/nimble-select.directive.mjs +2 -2
  48. package/esm2020/directives/switch/nimble-switch.directive.mjs +2 -2
  49. package/esm2020/directives/tab/nimble-tab.directive.mjs +2 -2
  50. package/esm2020/directives/text-area/nimble-text-area.directive.mjs +2 -2
  51. package/esm2020/directives/text-field/nimble-text-field.directive.mjs +2 -2
  52. package/esm2020/directives/toggle-button/nimble-toggle-button.directive.mjs +2 -2
  53. package/esm2020/directives/tooltip/nimble-tooltip.directive.mjs +2 -2
  54. package/esm2020/directives/tree-item/nimble-tree-item.directive.mjs +2 -2
  55. package/esm2020/internal-utilities/ni-nimble-angular-internal-utilities.mjs +5 -0
  56. package/esm2020/internal-utilities/public-api.mjs +2 -0
  57. package/esm2020/internal-utilities/template-value-helpers.mjs +47 -0
  58. package/esm2020/public-api.mjs +1 -9
  59. package/esm2020/table/ni-nimble-angular-table.mjs +5 -0
  60. package/esm2020/table/nimble-table.directive.mjs +76 -0
  61. package/esm2020/{directives/table → table}/nimble-table.module.mjs +1 -1
  62. package/esm2020/table/public-api.mjs +3 -0
  63. package/esm2020/table/testing/ni-nimble-angular-table-testing.mjs +5 -0
  64. package/esm2020/table/testing/public-api.mjs +2 -0
  65. package/esm2020/table/testing/table.pageobject.mjs +3 -0
  66. package/esm2020/table-column/anchor/ni-nimble-angular-table-column-anchor.mjs +5 -0
  67. package/esm2020/table-column/anchor/nimble-table-column-anchor-router-link-with-href.directive.mjs +41 -0
  68. package/esm2020/{directives/table-column → table-column}/anchor/nimble-table-column-anchor-router-link.directive.mjs +1 -1
  69. package/esm2020/table-column/anchor/nimble-table-column-anchor.directive.mjs +172 -0
  70. package/esm2020/table-column/anchor/nimble-table-column-anchor.module.mjs +21 -0
  71. package/esm2020/table-column/anchor/public-api.mjs +5 -0
  72. package/esm2020/table-column/ni-nimble-angular-table-column.mjs +5 -0
  73. package/esm2020/table-column/nimble-table-column-base.directive.mjs +86 -0
  74. package/esm2020/table-column/public-api.mjs +2 -0
  75. package/esm2020/table-column/text/ni-nimble-angular-table-column-text.mjs +5 -0
  76. package/esm2020/table-column/text/nimble-table-column-text.directive.mjs +82 -0
  77. package/esm2020/{directives/table-column → table-column}/text/nimble-table-column-text.module.mjs +1 -1
  78. package/esm2020/table-column/text/public-api.mjs +3 -0
  79. package/fesm2015/ni-nimble-angular-internal-utilities.mjs +53 -0
  80. package/fesm2015/ni-nimble-angular-internal-utilities.mjs.map +1 -0
  81. package/fesm2015/ni-nimble-angular-table-column-anchor.mjs +250 -0
  82. package/fesm2015/ni-nimble-angular-table-column-anchor.mjs.map +1 -0
  83. package/fesm2015/ni-nimble-angular-table-column-text.mjs +105 -0
  84. package/fesm2015/ni-nimble-angular-table-column-text.mjs.map +1 -0
  85. package/fesm2015/ni-nimble-angular-table-column.mjs +92 -0
  86. package/fesm2015/ni-nimble-angular-table-column.mjs.map +1 -0
  87. package/fesm2015/ni-nimble-angular-table-testing.mjs +6 -0
  88. package/fesm2015/ni-nimble-angular-table-testing.mjs.map +1 -0
  89. package/fesm2015/ni-nimble-angular-table.mjs +107 -0
  90. package/fesm2015/ni-nimble-angular-table.mjs.map +1 -0
  91. package/fesm2015/ni-nimble-angular.mjs +2 -555
  92. package/fesm2015/ni-nimble-angular.mjs.map +1 -1
  93. package/fesm2020/ni-nimble-angular-internal-utilities.mjs +53 -0
  94. package/fesm2020/ni-nimble-angular-internal-utilities.mjs.map +1 -0
  95. package/fesm2020/ni-nimble-angular-table-column-anchor.mjs +250 -0
  96. package/fesm2020/ni-nimble-angular-table-column-anchor.mjs.map +1 -0
  97. package/fesm2020/ni-nimble-angular-table-column-text.mjs +105 -0
  98. package/fesm2020/ni-nimble-angular-table-column-text.mjs.map +1 -0
  99. package/fesm2020/ni-nimble-angular-table-column.mjs +92 -0
  100. package/fesm2020/ni-nimble-angular-table-column.mjs.map +1 -0
  101. package/fesm2020/ni-nimble-angular-table-testing.mjs +6 -0
  102. package/fesm2020/ni-nimble-angular-table-testing.mjs.map +1 -0
  103. package/fesm2020/ni-nimble-angular-table.mjs +98 -0
  104. package/fesm2020/ni-nimble-angular-table.mjs.map +1 -0
  105. package/fesm2020/ni-nimble-angular.mjs +2 -547
  106. package/fesm2020/ni-nimble-angular.mjs.map +1 -1
  107. package/internal-utilities/index.d.ts +5 -0
  108. package/internal-utilities/public-api.d.ts +1 -0
  109. package/package.json +49 -1
  110. package/public-api.d.ts +0 -8
  111. package/table/index.d.ts +5 -0
  112. package/table/public-api.d.ts +2 -0
  113. package/table/testing/index.d.ts +5 -0
  114. package/table/testing/public-api.d.ts +1 -0
  115. package/table/testing/table.pageobject.d.ts +2 -0
  116. package/table-column/anchor/index.d.ts +5 -0
  117. package/{directives/table-column → table-column}/anchor/nimble-table-column-anchor.directive.d.ts +3 -2
  118. package/table-column/anchor/public-api.d.ts +4 -0
  119. package/table-column/index.d.ts +5 -0
  120. package/{directives/table-column/base → table-column}/nimble-table-column-base.directive.d.ts +1 -1
  121. package/table-column/public-api.d.ts +1 -0
  122. package/table-column/text/index.d.ts +5 -0
  123. package/{directives/table-column → table-column}/text/nimble-table-column-text.directive.d.ts +2 -2
  124. package/table-column/text/public-api.d.ts +2 -0
  125. package/esm2020/directives/table/nimble-table.directive.mjs +0 -76
  126. package/esm2020/directives/table-column/anchor/nimble-table-column-anchor-router-link-with-href.directive.mjs +0 -41
  127. package/esm2020/directives/table-column/anchor/nimble-table-column-anchor.directive.mjs +0 -170
  128. package/esm2020/directives/table-column/anchor/nimble-table-column-anchor.module.mjs +0 -21
  129. package/esm2020/directives/table-column/base/nimble-table-column-base.directive.mjs +0 -86
  130. package/esm2020/directives/table-column/text/nimble-table-column-text.directive.mjs +0 -82
  131. package/esm2020/directives/utilities/template-value-helpers.mjs +0 -47
  132. /package/{directives/utilities → internal-utilities}/template-value-helpers.d.ts +0 -0
  133. /package/{directives/table → table}/nimble-table.directive.d.ts +0 -0
  134. /package/{directives/table → table}/nimble-table.module.d.ts +0 -0
  135. /package/{directives/table-column → table-column}/anchor/nimble-table-column-anchor-router-link-with-href.directive.d.ts +0 -0
  136. /package/{directives/table-column → table-column}/anchor/nimble-table-column-anchor-router-link.directive.d.ts +0 -0
  137. /package/{directives/table-column → table-column}/anchor/nimble-table-column-anchor.module.d.ts +0 -0
  138. /package/{directives/table-column → table-column}/text/nimble-table-column-text.module.d.ts +0 -0
@@ -2,6 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { Directive, Input, NgModule, EventEmitter, Output, HostListener, forwardRef, Inject, Optional, Host, Injectable } from '@angular/core';
3
3
  import { RouterLinkWithHref, Router, ActivatedRoute } from '@angular/router';
4
4
  export { AnchorAppearance } from '@ni/nimble-components/dist/esm/anchor/types';
5
+ import { toBooleanProperty, toNumberProperty, toBooleanAriaAttribute } from '@ni/nimble-angular/internal-utilities';
5
6
  import { CommonModule, LocationStrategy } from '@angular/common';
6
7
  import '@ni/nimble-components/dist/esm/anchor';
7
8
  import '@ni/nimble-components/dist/esm/anchor-button';
@@ -195,10 +196,6 @@ import '@ni/nimble-components/dist/esm/spinner';
195
196
  import '@ni/nimble-components/dist/esm/switch';
196
197
  import '@ni/nimble-components/dist/esm/tab';
197
198
  import '@ni/nimble-components/dist/esm/tab-panel';
198
- export { TableRowSelectionMode } from '@ni/nimble-components/dist/esm/table/types';
199
- import '@ni/nimble-components/dist/esm/table';
200
- import '@ni/nimble-components/dist/esm/table-column/anchor';
201
- import '@ni/nimble-components/dist/esm/table-column/text';
202
199
  import '@ni/nimble-components/dist/esm/tabs';
203
200
  import '@ni/nimble-components/dist/esm/tabs-toolbar';
204
201
  export { TextAreaAppearance, TextAreaResize } from '@ni/nimble-components/dist/esm/text-area/types';
@@ -334,53 +331,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
334
331
  type: Input
335
332
  }] } });
336
333
 
337
- /**
338
- * Conversion helpers for values coming from template attributes or property bindings
339
- */
340
- /**
341
- * Converts values from templates (empty string or null) or boolean bindings to a boolean property representation
342
- */
343
- const toBooleanProperty = (value) => {
344
- if (value === false || value === null) {
345
- return false;
346
- }
347
- // For boolean attributes the empty string value is true
348
- return true;
349
- };
350
- /**
351
- * Converts values from templates (empty string or null) or boolean bindings to an Aria boolean
352
- * attribute representation (the strings "true" or "false")
353
- */
354
- const toBooleanAriaAttribute = (value) => {
355
- if (value === false || value === null) {
356
- return 'false';
357
- }
358
- // For boolean attributes the empty string value is true
359
- return 'true';
360
- };
361
- /**
362
- * Converts values from templates (number representation as a string) or number bindings to a number property representation
363
- */
364
- const toNumberProperty = (value) => {
365
- // Angular: https://github.com/angular/angular/blob/2664bc2b3ef4ee5fd671f915828cfcc274a36c77/packages/forms/src/directives/number_value_accessor.ts#L67
366
- // And Fast: https://github.com/microsoft/fast/blob/46bb6d9aab2c37105f4434db3795e176c2354a4f/packages/web-components/fast-element/src/components/attributes.ts#L100
367
- // Handle numeric conversions from the view differently
368
- // Since Number(val) https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value
369
- // and val * 1 https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator
370
- // Are identical (use ToNumeric algorithm), went with Number() for clarity
371
- return Number(value);
372
- };
373
- /**
374
- * Converts values from templates (number representation as a string) or number bindings to a number property representation.
375
- * The values of `null` and `undefined` are also supported, and they are not converted.
376
- */
377
- const toNullableNumberProperty = (value) => {
378
- if (value === undefined || value === null) {
379
- return value;
380
- }
381
- return toNumberProperty(value);
382
- };
383
-
384
334
  /**
385
335
  * Directive to provide Angular integration for the anchor.
386
336
  */
@@ -7644,501 +7594,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
7644
7594
  }]
7645
7595
  }] });
7646
7596
 
7647
- /**
7648
- * Directive to provide Angular integration for the table element.
7649
- */
7650
- class NimbleTableDirective {
7651
- constructor(renderer, elementRef) {
7652
- this.renderer = renderer;
7653
- this.elementRef = elementRef;
7654
- }
7655
- get data$() {
7656
- return this.dataObservable;
7657
- }
7658
- set data$(value) {
7659
- this.dataSubscription?.unsubscribe();
7660
- this.dataObservable = value;
7661
- if (value) {
7662
- this.dataSubscription = value.subscribe(next => {
7663
- void this.setData(next);
7664
- });
7665
- }
7666
- }
7667
- get idFieldName() {
7668
- return this.elementRef.nativeElement.idFieldName;
7669
- }
7670
- // Renaming because property should have camel casing, but attribute should not
7671
- // eslint-disable-next-line @angular-eslint/no-input-rename
7672
- set idFieldName(value) {
7673
- this.renderer.setProperty(this.elementRef.nativeElement, 'idFieldName', value);
7674
- }
7675
- get selectionMode() {
7676
- return this.elementRef.nativeElement.selectionMode;
7677
- }
7678
- // Renaming because property should have camel casing, but attribute should not
7679
- // eslint-disable-next-line @angular-eslint/no-input-rename
7680
- set selectionMode(value) {
7681
- this.renderer.setProperty(this.elementRef.nativeElement, 'selectionMode', value);
7682
- }
7683
- get validity() {
7684
- return this.elementRef.nativeElement.validity;
7685
- }
7686
- ngOnDestroy() {
7687
- this.dataSubscription?.unsubscribe();
7688
- }
7689
- checkValidity() {
7690
- return this.elementRef.nativeElement.checkValidity();
7691
- }
7692
- async setData(data) {
7693
- return this.elementRef.nativeElement.setData(data);
7694
- }
7695
- async getSelectedRecordIds() {
7696
- return this.elementRef.nativeElement.getSelectedRecordIds();
7697
- }
7698
- async setSelectedRecordIds(recordIds) {
7699
- return this.elementRef.nativeElement.setSelectedRecordIds(recordIds);
7700
- }
7701
- }
7702
- NimbleTableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
7703
- NimbleTableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: NimbleTableDirective, selector: "nimble-table", inputs: { data$: "data$", idFieldName: ["id-field-name", "idFieldName"], selectionMode: ["selection-mode", "selectionMode"] }, ngImport: i0 });
7704
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableDirective, decorators: [{
7705
- type: Directive,
7706
- args: [{
7707
- selector: 'nimble-table'
7708
- }]
7709
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { data$: [{
7710
- type: Input
7711
- }], idFieldName: [{
7712
- type: Input,
7713
- args: ['id-field-name']
7714
- }], selectionMode: [{
7715
- type: Input,
7716
- args: ['selection-mode']
7717
- }] } });
7718
-
7719
- class NimbleTableModule {
7720
- }
7721
- NimbleTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7722
- NimbleTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, declarations: [NimbleTableDirective], imports: [CommonModule], exports: [NimbleTableDirective] });
7723
- NimbleTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, imports: [CommonModule] });
7724
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, decorators: [{
7725
- type: NgModule,
7726
- args: [{
7727
- declarations: [NimbleTableDirective],
7728
- imports: [CommonModule],
7729
- exports: [NimbleTableDirective]
7730
- }]
7731
- }] });
7732
-
7733
- /**
7734
- * Directive to handle nimble-table-column-anchor RouterLink support.
7735
- * Note: Clients need to use [nimbleRouterLink] instead of [routerLink], so that there
7736
- * won't also be an active RouterLink directive incorrectly handling navigation.
7737
- */
7738
- class NimbleTableColumnAnchorRouterLinkWithHrefDirective extends RouterLinkWithHref {
7739
- set routerLink(_commands) {
7740
- throw new Error('Directly configuring the routerLink url is not supported. The router url is configured via the href-field-name of the column.');
7741
- }
7742
- onDelegatedEvent(delegatedEvent) {
7743
- if (delegatedEvent.type !== 'click') {
7744
- return;
7745
- }
7746
- const clickEvent = delegatedEvent;
7747
- const href = delegatedEvent.target.cellRecord.href;
7748
- if (!href) {
7749
- return;
7750
- }
7751
- // Let the router handle this navigation
7752
- super.routerLink = href;
7753
- if (!this.onClick(clickEvent.button, clickEvent.ctrlKey, clickEvent.shiftKey, clickEvent.altKey, clickEvent.metaKey)) {
7754
- clickEvent.preventDefault();
7755
- }
7756
- super.routerLink = null;
7757
- }
7758
- }
7759
- NimbleTableColumnAnchorRouterLinkWithHrefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkWithHrefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
7760
- NimbleTableColumnAnchorRouterLinkWithHrefDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: NimbleTableColumnAnchorRouterLinkWithHrefDirective, selector: "nimble-table-column-anchor[nimbleRouterLink]", host: { listeners: { "delegated-event": "onDelegatedEvent($event.detail.originalEvent)" } }, usesInheritance: true, ngImport: i0 });
7761
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkWithHrefDirective, decorators: [{
7762
- type: Directive,
7763
- args: [{
7764
- selector: 'nimble-table-column-anchor[nimbleRouterLink]'
7765
- }]
7766
- }], propDecorators: { onDelegatedEvent: [{
7767
- type: HostListener,
7768
- args: ['delegated-event', ['$event.detail.originalEvent']]
7769
- }] } });
7770
-
7771
- /**
7772
- * Directive used solely to point consumers to use [nimbleRouterLink] / NimbleTableColumnAnchorRouterLinkWithHrefDirective.
7773
- *
7774
- * @see NimbleTableColumnAnchorRouterLinkWithHrefDirective
7775
- */
7776
- class NimbleTableColumnAnchorRouterLinkDirective {
7777
- constructor() {
7778
- throw new Error('Use [nimbleRouterLink] instead of [routerLink].');
7779
- }
7780
- }
7781
- NimbleTableColumnAnchorRouterLinkDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7782
- NimbleTableColumnAnchorRouterLinkDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: NimbleTableColumnAnchorRouterLinkDirective, selector: "nimble-table-column-anchor[routerLink]", ngImport: i0 });
7783
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkDirective, decorators: [{
7784
- type: Directive,
7785
- args: [{ selector: 'nimble-table-column-anchor[routerLink]' }]
7786
- }], ctorParameters: function () { return []; } });
7787
-
7788
- /**
7789
- * Directive to provide Angular integration for the table column element for links.
7790
- */
7791
- class NimbleTableColumnAnchorDirective {
7792
- constructor(renderer, elementRef) {
7793
- this.renderer = renderer;
7794
- this.elementRef = elementRef;
7795
- }
7796
- get labelFieldName() {
7797
- return this.elementRef.nativeElement.labelFieldName;
7798
- }
7799
- // Renaming because property should have camel casing, but attribute should not
7800
- // eslint-disable-next-line @angular-eslint/no-input-rename
7801
- set labelFieldName(value) {
7802
- this.renderer.setProperty(this.elementRef.nativeElement, 'labelFieldName', value);
7803
- }
7804
- get hrefFieldName() {
7805
- return this.elementRef.nativeElement.hrefFieldName;
7806
- }
7807
- // Renaming because property should have camel casing, but attribute should not
7808
- // eslint-disable-next-line @angular-eslint/no-input-rename
7809
- set hrefFieldName(value) {
7810
- this.renderer.setProperty(this.elementRef.nativeElement, 'hrefFieldName', value);
7811
- }
7812
- get placeholder() {
7813
- return this.elementRef.nativeElement.placeholder;
7814
- }
7815
- set placeholder(value) {
7816
- this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);
7817
- }
7818
- get appearance() {
7819
- return this.elementRef.nativeElement.appearance;
7820
- }
7821
- set appearance(value) {
7822
- this.renderer.setProperty(this.elementRef.nativeElement, 'appearance', value);
7823
- }
7824
- get underlineHidden() {
7825
- return this.elementRef.nativeElement.underlineHidden;
7826
- }
7827
- // Renaming because property should have camel casing, but attribute should not
7828
- // eslint-disable-next-line @angular-eslint/no-input-rename
7829
- set underlineHidden(value) {
7830
- this.renderer.setProperty(this.elementRef.nativeElement, 'underlineHidden', toBooleanProperty(value));
7831
- }
7832
- get hreflang() {
7833
- return this.elementRef.nativeElement.hreflang;
7834
- }
7835
- set hreflang(value) {
7836
- this.renderer.setProperty(this.elementRef.nativeElement, 'hreflang', value);
7837
- }
7838
- get ping() {
7839
- return this.elementRef.nativeElement.ping;
7840
- }
7841
- set ping(value) {
7842
- this.renderer.setProperty(this.elementRef.nativeElement, 'ping', value);
7843
- }
7844
- get referrerpolicy() {
7845
- return this.elementRef.nativeElement.referrerpolicy;
7846
- }
7847
- set referrerpolicy(value) {
7848
- this.renderer.setProperty(this.elementRef.nativeElement, 'referrerpolicy', value);
7849
- }
7850
- get rel() {
7851
- return this.elementRef.nativeElement.rel;
7852
- }
7853
- set rel(value) {
7854
- this.renderer.setProperty(this.elementRef.nativeElement, 'rel', value);
7855
- }
7856
- get target() {
7857
- return this.elementRef.nativeElement.target;
7858
- }
7859
- set target(value) {
7860
- this.renderer.setProperty(this.elementRef.nativeElement, 'target', value);
7861
- }
7862
- get type() {
7863
- return this.elementRef.nativeElement.type;
7864
- }
7865
- set type(value) {
7866
- this.renderer.setProperty(this.elementRef.nativeElement, 'type', value);
7867
- }
7868
- get download() {
7869
- return this.elementRef.nativeElement.download;
7870
- }
7871
- set download(value) {
7872
- this.renderer.setProperty(this.elementRef.nativeElement, 'download', value);
7873
- }
7874
- get fractionalWidth() {
7875
- return this.elementRef.nativeElement.fractionalWidth;
7876
- }
7877
- // Renaming because property should have camel casing, but attribute should not
7878
- // eslint-disable-next-line @angular-eslint/no-input-rename
7879
- set fractionalWidth(value) {
7880
- this.renderer.setProperty(this.elementRef.nativeElement, 'fractionalWidth', toNullableNumberProperty(value));
7881
- }
7882
- get minPixelWidth() {
7883
- return this.elementRef.nativeElement.minPixelWidth;
7884
- }
7885
- // Renaming because property should have camel casing, but attribute should not
7886
- // eslint-disable-next-line @angular-eslint/no-input-rename
7887
- set minPixelWidth(value) {
7888
- this.renderer.setProperty(this.elementRef.nativeElement, 'minPixelWidth', toNullableNumberProperty(value));
7889
- }
7890
- get groupIndex() {
7891
- return this.elementRef.nativeElement.groupIndex;
7892
- }
7893
- // Renaming because property should have camel casing, but attribute should not
7894
- // eslint-disable-next-line @angular-eslint/no-input-rename
7895
- set groupIndex(value) {
7896
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupIndex', toNullableNumberProperty(value));
7897
- }
7898
- get groupingDisabled() {
7899
- return this.elementRef.nativeElement.groupingDisabled;
7900
- }
7901
- // Renaming because property should have camel casing, but attribute should not
7902
- // eslint-disable-next-line @angular-eslint/no-input-rename
7903
- set groupingDisabled(value) {
7904
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupingDisabled', toBooleanProperty(value));
7905
- }
7906
- }
7907
- NimbleTableColumnAnchorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
7908
- NimbleTableColumnAnchorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: NimbleTableColumnAnchorDirective, selector: "nimble-table-column-anchor", inputs: { labelFieldName: ["label-field-name", "labelFieldName"], hrefFieldName: ["href-field-name", "hrefFieldName"], placeholder: "placeholder", appearance: "appearance", underlineHidden: ["underline-hidden", "underlineHidden"], hreflang: "hreflang", ping: "ping", referrerpolicy: "referrerpolicy", rel: "rel", target: "target", type: "type", download: "download", fractionalWidth: ["fractional-width", "fractionalWidth"], minPixelWidth: ["min-pixel-width", "minPixelWidth"], groupIndex: ["group-index", "groupIndex"], groupingDisabled: ["grouping-disabled", "groupingDisabled"] }, ngImport: i0 });
7909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorDirective, decorators: [{
7910
- type: Directive,
7911
- args: [{
7912
- selector: 'nimble-table-column-anchor'
7913
- }]
7914
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { labelFieldName: [{
7915
- type: Input,
7916
- args: ['label-field-name']
7917
- }], hrefFieldName: [{
7918
- type: Input,
7919
- args: ['href-field-name']
7920
- }], placeholder: [{
7921
- type: Input
7922
- }], appearance: [{
7923
- type: Input
7924
- }], underlineHidden: [{
7925
- type: Input,
7926
- args: ['underline-hidden']
7927
- }], hreflang: [{
7928
- type: Input
7929
- }], ping: [{
7930
- type: Input
7931
- }], referrerpolicy: [{
7932
- type: Input
7933
- }], rel: [{
7934
- type: Input
7935
- }], target: [{
7936
- type: Input
7937
- }], type: [{
7938
- type: Input
7939
- }], download: [{
7940
- type: Input
7941
- }], fractionalWidth: [{
7942
- type: Input,
7943
- args: ['fractional-width']
7944
- }], minPixelWidth: [{
7945
- type: Input,
7946
- args: ['min-pixel-width']
7947
- }], groupIndex: [{
7948
- type: Input,
7949
- args: ['group-index']
7950
- }], groupingDisabled: [{
7951
- type: Input,
7952
- args: ['grouping-disabled']
7953
- }] } });
7954
-
7955
- class NimbleTableColumnAnchorModule {
7956
- }
7957
- NimbleTableColumnAnchorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7958
- NimbleTableColumnAnchorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorModule, declarations: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorRouterLinkDirective, NimbleTableColumnAnchorRouterLinkWithHrefDirective], imports: [CommonModule], exports: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorRouterLinkDirective, NimbleTableColumnAnchorRouterLinkWithHrefDirective] });
7959
- NimbleTableColumnAnchorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorModule, imports: [CommonModule] });
7960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorModule, decorators: [{
7961
- type: NgModule,
7962
- args: [{
7963
- declarations: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorRouterLinkDirective, NimbleTableColumnAnchorRouterLinkWithHrefDirective],
7964
- imports: [CommonModule],
7965
- exports: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorRouterLinkDirective, NimbleTableColumnAnchorRouterLinkWithHrefDirective]
7966
- }]
7967
- }] });
7968
-
7969
- /**
7970
- * Base class for table column directives.
7971
- */
7972
- class NimbleTableColumnBaseDirective {
7973
- constructor(renderer, elementRef) {
7974
- this.renderer = renderer;
7975
- this.elementRef = elementRef;
7976
- }
7977
- get columnId() {
7978
- return this.elementRef.nativeElement.columnId;
7979
- }
7980
- // Renaming because property should have camel casing, but attribute should not
7981
- // eslint-disable-next-line @angular-eslint/no-input-rename
7982
- set columnId(value) {
7983
- this.renderer.setProperty(this.elementRef.nativeElement, 'columnId', value);
7984
- }
7985
- get actionMenuSlot() {
7986
- return this.elementRef.nativeElement.actionMenuSlot;
7987
- }
7988
- // Renaming because property should have camel casing, but attribute should not
7989
- // eslint-disable-next-line @angular-eslint/no-input-rename
7990
- set actionMenuSlot(value) {
7991
- this.renderer.setProperty(this.elementRef.nativeElement, 'actionMenuSlot', value);
7992
- }
7993
- get actionMenuLabel() {
7994
- return this.elementRef.nativeElement.actionMenuLabel;
7995
- }
7996
- // Renaming because property should have camel casing, but attribute should not
7997
- // eslint-disable-next-line @angular-eslint/no-input-rename
7998
- set actionMenuLabel(value) {
7999
- this.renderer.setProperty(this.elementRef.nativeElement, 'actionMenuLabel', value);
8000
- }
8001
- get columnHidden() {
8002
- return this.elementRef.nativeElement.columnHidden;
8003
- }
8004
- // Renaming because property should have camel casing, but attribute should not
8005
- // eslint-disable-next-line @angular-eslint/no-input-rename
8006
- set columnHidden(value) {
8007
- this.renderer.setProperty(this.elementRef.nativeElement, 'columnHidden', toBooleanProperty(value));
8008
- }
8009
- get sortDirection() {
8010
- return this.elementRef.nativeElement.sortDirection;
8011
- }
8012
- // Renaming because property should have camel casing, but attribute should not
8013
- // eslint-disable-next-line @angular-eslint/no-input-rename
8014
- set sortDirection(value) {
8015
- this.renderer.setProperty(this.elementRef.nativeElement, 'sortDirection', value);
8016
- }
8017
- get sortIndex() {
8018
- return this.elementRef.nativeElement.sortIndex;
8019
- }
8020
- // Renaming because property should have camel casing, but attribute should not
8021
- // eslint-disable-next-line @angular-eslint/no-input-rename
8022
- set sortIndex(value) {
8023
- this.renderer.setProperty(this.elementRef.nativeElement, 'sortIndex', toNullableNumberProperty(value));
8024
- }
8025
- }
8026
- NimbleTableColumnBaseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnBaseDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
8027
- NimbleTableColumnBaseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: NimbleTableColumnBaseDirective, inputs: { columnId: ["column-id", "columnId"], actionMenuSlot: ["action-menu-slot", "actionMenuSlot"], actionMenuLabel: ["action-menu-label", "actionMenuLabel"], columnHidden: ["column-hidden", "columnHidden"], sortDirection: ["sort-direction", "sortDirection"], sortIndex: ["sort-index", "sortIndex"] }, ngImport: i0 });
8028
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnBaseDirective, decorators: [{
8029
- type: Directive
8030
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { columnId: [{
8031
- type: Input,
8032
- args: ['column-id']
8033
- }], actionMenuSlot: [{
8034
- type: Input,
8035
- args: ['action-menu-slot']
8036
- }], actionMenuLabel: [{
8037
- type: Input,
8038
- args: ['action-menu-label']
8039
- }], columnHidden: [{
8040
- type: Input,
8041
- args: ['column-hidden']
8042
- }], sortDirection: [{
8043
- type: Input,
8044
- args: ['sort-direction']
8045
- }], sortIndex: [{
8046
- type: Input,
8047
- args: ['sort-index']
8048
- }] } });
8049
-
8050
- /**
8051
- * Directive to provide Angular integration for the table column element for text.
8052
- */
8053
- class NimbleTableColumnTextDirective extends NimbleTableColumnBaseDirective {
8054
- constructor(renderer, elementRef) {
8055
- super(renderer, elementRef);
8056
- }
8057
- get fieldName() {
8058
- return this.elementRef.nativeElement.fieldName;
8059
- }
8060
- // Renaming because property should have camel casing, but attribute should not
8061
- // eslint-disable-next-line @angular-eslint/no-input-rename
8062
- set fieldName(value) {
8063
- this.renderer.setProperty(this.elementRef.nativeElement, 'fieldName', value);
8064
- }
8065
- get placeholder() {
8066
- return this.elementRef.nativeElement.placeholder;
8067
- }
8068
- set placeholder(value) {
8069
- this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);
8070
- }
8071
- get fractionalWidth() {
8072
- return this.elementRef.nativeElement.fractionalWidth;
8073
- }
8074
- // Renaming because property should have camel casing, but attribute should not
8075
- // eslint-disable-next-line @angular-eslint/no-input-rename
8076
- set fractionalWidth(value) {
8077
- this.renderer.setProperty(this.elementRef.nativeElement, 'fractionalWidth', toNullableNumberProperty(value));
8078
- }
8079
- get minPixelWidth() {
8080
- return this.elementRef.nativeElement.minPixelWidth;
8081
- }
8082
- // Renaming because property should have camel casing, but attribute should not
8083
- // eslint-disable-next-line @angular-eslint/no-input-rename
8084
- set minPixelWidth(value) {
8085
- this.renderer.setProperty(this.elementRef.nativeElement, 'minPixelWidth', toNullableNumberProperty(value));
8086
- }
8087
- get groupIndex() {
8088
- return this.elementRef.nativeElement.groupIndex;
8089
- }
8090
- // Renaming because property should have camel casing, but attribute should not
8091
- // eslint-disable-next-line @angular-eslint/no-input-rename
8092
- set groupIndex(value) {
8093
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupIndex', toNullableNumberProperty(value));
8094
- }
8095
- get groupingDisabled() {
8096
- return this.elementRef.nativeElement.groupingDisabled;
8097
- }
8098
- // Renaming because property should have camel casing, but attribute should not
8099
- // eslint-disable-next-line @angular-eslint/no-input-rename
8100
- set groupingDisabled(value) {
8101
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupingDisabled', toBooleanProperty(value));
8102
- }
8103
- }
8104
- NimbleTableColumnTextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
8105
- NimbleTableColumnTextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: NimbleTableColumnTextDirective, selector: "nimble-table-column-text", inputs: { fieldName: ["field-name", "fieldName"], fractionalWidth: ["fractional-width", "fractionalWidth"], minPixelWidth: ["min-pixel-width", "minPixelWidth"], groupIndex: ["group-index", "groupIndex"], groupingDisabled: ["grouping-disabled", "groupingDisabled"] }, usesInheritance: true, ngImport: i0 });
8106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextDirective, decorators: [{
8107
- type: Directive,
8108
- args: [{
8109
- selector: 'nimble-table-column-text'
8110
- }]
8111
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { fieldName: [{
8112
- type: Input,
8113
- args: ['field-name']
8114
- }], fractionalWidth: [{
8115
- type: Input,
8116
- args: ['fractional-width']
8117
- }], minPixelWidth: [{
8118
- type: Input,
8119
- args: ['min-pixel-width']
8120
- }], groupIndex: [{
8121
- type: Input,
8122
- args: ['group-index']
8123
- }], groupingDisabled: [{
8124
- type: Input,
8125
- args: ['grouping-disabled']
8126
- }] } });
8127
-
8128
- class NimbleTableColumnTextModule {
8129
- }
8130
- NimbleTableColumnTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8131
- NimbleTableColumnTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, declarations: [NimbleTableColumnTextDirective], imports: [CommonModule], exports: [NimbleTableColumnTextDirective] });
8132
- NimbleTableColumnTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, imports: [CommonModule] });
8133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, decorators: [{
8134
- type: NgModule,
8135
- args: [{
8136
- declarations: [NimbleTableColumnTextDirective],
8137
- imports: [CommonModule],
8138
- exports: [NimbleTableColumnTextDirective]
8139
- }]
8140
- }] });
8141
-
8142
7597
  /**
8143
7598
  * Directive to provide Angular integration for the tabs element.
8144
7599
  */
@@ -8983,5 +8438,5 @@ const waitForUpdatesAsync = waitForUpdatesAsync$1;
8983
8438
  * Generated bundle index. Do not edit.
8984
8439
  */
8985
8440
 
8986
- 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, NimbleIconArrowDownModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowURotateLeftDirective, NimbleIconArrowURotateLeftModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, 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, 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, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, 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, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, 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, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, 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, 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, NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorModule, NimbleTableColumnAnchorRouterLinkDirective, NimbleTableColumnAnchorRouterLinkWithHrefDirective, NimbleTableColumnTextDirective, NimbleTableColumnTextModule, NimbleTableDirective, NimbleTableModule, 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 };
8441
+ 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, NimbleIconArrowDownModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowURotateLeftDirective, NimbleIconArrowURotateLeftModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, 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, 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, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, 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, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, 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, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, 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, 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 };
8987
8442
  //# sourceMappingURL=ni-nimble-angular.mjs.map