@ni/nimble-angular 16.5.31 → 16.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +5 -5
  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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ni-nimble-angular-table.mjs","sources":["../../../../projects/ni/nimble-angular/table/nimble-table.directive.ts","../../../../projects/ni/nimble-angular/table/nimble-table.module.ts","../../../../projects/ni/nimble-angular/table/ni-nimble-angular-table.ts"],"sourcesContent":["import { Directive, ElementRef, Input, OnDestroy, Renderer2 } from '@angular/core';\nimport type { Table } from '@ni/nimble-components/dist/esm/table';\nimport type { TableRecord, TableFieldName, TableFieldValue, TableValidity, TableActionMenuToggleEventDetail, TableRowSelectionEventDetail, TableColumnConfigurationChangeEventDetail, TableColumnConfiguration } from '@ni/nimble-components/dist/esm/table/types';\nimport { TableRowSelectionMode } from '@ni/nimble-components/dist/esm/table/types';\nimport type { Observable, Subscription } from 'rxjs';\n\nexport type { Table };\nexport type { TableActionMenuToggleEventDetail, TableRowSelectionEventDetail, TableColumnConfigurationChangeEventDetail, TableColumnConfiguration };\nexport { TableRecord, TableFieldName, TableFieldValue, TableValidity, TableRowSelectionMode };\n\n/**\n * Directive to provide Angular integration for the table element.\n */\n@Directive({\n selector: 'nimble-table'\n})\nexport class NimbleTableDirective<TData extends TableRecord = TableRecord> implements OnDestroy {\n public get data$(): Observable<TData[]> | undefined {\n return this.dataObservable;\n }\n\n @Input() public set data$(value: Observable<TData[]> | undefined) {\n this.dataSubscription?.unsubscribe();\n\n this.dataObservable = value;\n if (value) {\n this.dataSubscription = value.subscribe(\n next => {\n void this.setData(next);\n }\n );\n }\n }\n\n public get idFieldName(): string | null | undefined {\n return this.elementRef.nativeElement.idFieldName;\n }\n\n // Renaming because property should have camel casing, but attribute should not\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('id-field-name') public set idFieldName(value: string | null | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'idFieldName', value);\n }\n\n public get selectionMode(): TableRowSelectionMode {\n return this.elementRef.nativeElement.selectionMode;\n }\n\n // Renaming because property should have camel casing, but attribute should not\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('selection-mode') public set selectionMode(value: TableRowSelectionMode) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'selectionMode', value);\n }\n\n public get validity(): TableValidity {\n return this.elementRef.nativeElement.validity;\n }\n\n private dataObservable?: Observable<TData[]>;\n private dataSubscription?: Subscription;\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<Table<TData>>) {}\n\n public ngOnDestroy(): void {\n this.dataSubscription?.unsubscribe();\n }\n\n public checkValidity(): boolean {\n return this.elementRef.nativeElement.checkValidity();\n }\n\n public async setData(data: readonly TData[]): Promise<void> {\n return this.elementRef.nativeElement.setData(data);\n }\n\n public async getSelectedRecordIds(): Promise<string[]> {\n return this.elementRef.nativeElement.getSelectedRecordIds();\n }\n\n public async setSelectedRecordIds(recordIds: string[]): Promise<void> {\n return this.elementRef.nativeElement.setSelectedRecordIds(recordIds);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTableDirective } from './nimble-table.directive';\n\nimport '@ni/nimble-components/dist/esm/table';\n\n@NgModule({\n declarations: [NimbleTableDirective],\n imports: [CommonModule],\n exports: [NimbleTableDirective]\n})\nexport class NimbleTableModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -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';
@@ -196,10 +197,6 @@ import '@ni/nimble-components/dist/esm/spinner';
196
197
  import '@ni/nimble-components/dist/esm/switch';
197
198
  import '@ni/nimble-components/dist/esm/tab';
198
199
  import '@ni/nimble-components/dist/esm/tab-panel';
199
- export { TableRowSelectionMode } from '@ni/nimble-components/dist/esm/table/types';
200
- import '@ni/nimble-components/dist/esm/table';
201
- import '@ni/nimble-components/dist/esm/table-column/anchor';
202
- import '@ni/nimble-components/dist/esm/table-column/text';
203
200
  import '@ni/nimble-components/dist/esm/tabs';
204
201
  import '@ni/nimble-components/dist/esm/tabs-toolbar';
205
202
  export { TextAreaAppearance, TextAreaResize } from '@ni/nimble-components/dist/esm/text-area/types';
@@ -335,53 +332,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
335
332
  type: Input
336
333
  }] } });
337
334
 
338
- /**
339
- * Conversion helpers for values coming from template attributes or property bindings
340
- */
341
- /**
342
- * Converts values from templates (empty string or null) or boolean bindings to a boolean property representation
343
- */
344
- const toBooleanProperty = (value) => {
345
- if (value === false || value === null) {
346
- return false;
347
- }
348
- // For boolean attributes the empty string value is true
349
- return true;
350
- };
351
- /**
352
- * Converts values from templates (empty string or null) or boolean bindings to an Aria boolean
353
- * attribute representation (the strings "true" or "false")
354
- */
355
- const toBooleanAriaAttribute = (value) => {
356
- if (value === false || value === null) {
357
- return 'false';
358
- }
359
- // For boolean attributes the empty string value is true
360
- return 'true';
361
- };
362
- /**
363
- * Converts values from templates (number representation as a string) or number bindings to a number property representation
364
- */
365
- const toNumberProperty = (value) => {
366
- // Angular: https://github.com/angular/angular/blob/2664bc2b3ef4ee5fd671f915828cfcc274a36c77/packages/forms/src/directives/number_value_accessor.ts#L67
367
- // And Fast: https://github.com/microsoft/fast/blob/46bb6d9aab2c37105f4434db3795e176c2354a4f/packages/web-components/fast-element/src/components/attributes.ts#L100
368
- // Handle numeric conversions from the view differently
369
- // Since Number(val) https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value
370
- // and val * 1 https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator
371
- // Are identical (use ToNumeric algorithm), went with Number() for clarity
372
- return Number(value);
373
- };
374
- /**
375
- * Converts values from templates (number representation as a string) or number bindings to a number property representation.
376
- * The values of `null` and `undefined` are also supported, and they are not converted.
377
- */
378
- const toNullableNumberProperty = (value) => {
379
- if (value === undefined || value === null) {
380
- return value;
381
- }
382
- return toNumberProperty(value);
383
- };
384
-
385
335
  /**
386
336
  * Directive to provide Angular integration for the anchor.
387
337
  */
@@ -7654,509 +7604,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
7654
7604
  }]
7655
7605
  }] });
7656
7606
 
7657
- /**
7658
- * Directive to provide Angular integration for the table element.
7659
- */
7660
- class NimbleTableDirective {
7661
- constructor(renderer, elementRef) {
7662
- this.renderer = renderer;
7663
- this.elementRef = elementRef;
7664
- }
7665
- get data$() {
7666
- return this.dataObservable;
7667
- }
7668
- set data$(value) {
7669
- var _a;
7670
- (_a = this.dataSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
7671
- this.dataObservable = value;
7672
- if (value) {
7673
- this.dataSubscription = value.subscribe(next => {
7674
- void this.setData(next);
7675
- });
7676
- }
7677
- }
7678
- get idFieldName() {
7679
- return this.elementRef.nativeElement.idFieldName;
7680
- }
7681
- // Renaming because property should have camel casing, but attribute should not
7682
- // eslint-disable-next-line @angular-eslint/no-input-rename
7683
- set idFieldName(value) {
7684
- this.renderer.setProperty(this.elementRef.nativeElement, 'idFieldName', value);
7685
- }
7686
- get selectionMode() {
7687
- return this.elementRef.nativeElement.selectionMode;
7688
- }
7689
- // Renaming because property should have camel casing, but attribute should not
7690
- // eslint-disable-next-line @angular-eslint/no-input-rename
7691
- set selectionMode(value) {
7692
- this.renderer.setProperty(this.elementRef.nativeElement, 'selectionMode', value);
7693
- }
7694
- get validity() {
7695
- return this.elementRef.nativeElement.validity;
7696
- }
7697
- ngOnDestroy() {
7698
- var _a;
7699
- (_a = this.dataSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
7700
- }
7701
- checkValidity() {
7702
- return this.elementRef.nativeElement.checkValidity();
7703
- }
7704
- setData(data) {
7705
- return __awaiter(this, void 0, void 0, function* () {
7706
- return this.elementRef.nativeElement.setData(data);
7707
- });
7708
- }
7709
- getSelectedRecordIds() {
7710
- return __awaiter(this, void 0, void 0, function* () {
7711
- return this.elementRef.nativeElement.getSelectedRecordIds();
7712
- });
7713
- }
7714
- setSelectedRecordIds(recordIds) {
7715
- return __awaiter(this, void 0, void 0, function* () {
7716
- return this.elementRef.nativeElement.setSelectedRecordIds(recordIds);
7717
- });
7718
- }
7719
- }
7720
- 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 });
7721
- 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 });
7722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableDirective, decorators: [{
7723
- type: Directive,
7724
- args: [{
7725
- selector: 'nimble-table'
7726
- }]
7727
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { data$: [{
7728
- type: Input
7729
- }], idFieldName: [{
7730
- type: Input,
7731
- args: ['id-field-name']
7732
- }], selectionMode: [{
7733
- type: Input,
7734
- args: ['selection-mode']
7735
- }] } });
7736
-
7737
- class NimbleTableModule {
7738
- }
7739
- NimbleTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7740
- NimbleTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, declarations: [NimbleTableDirective], imports: [CommonModule], exports: [NimbleTableDirective] });
7741
- NimbleTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, imports: [CommonModule] });
7742
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableModule, decorators: [{
7743
- type: NgModule,
7744
- args: [{
7745
- declarations: [NimbleTableDirective],
7746
- imports: [CommonModule],
7747
- exports: [NimbleTableDirective]
7748
- }]
7749
- }] });
7750
-
7751
- /**
7752
- * Directive to handle nimble-table-column-anchor RouterLink support.
7753
- * Note: Clients need to use [nimbleRouterLink] instead of [routerLink], so that there
7754
- * won't also be an active RouterLink directive incorrectly handling navigation.
7755
- */
7756
- class NimbleTableColumnAnchorRouterLinkWithHrefDirective extends RouterLinkWithHref {
7757
- set routerLink(_commands) {
7758
- throw new Error('Directly configuring the routerLink url is not supported. The router url is configured via the href-field-name of the column.');
7759
- }
7760
- onDelegatedEvent(delegatedEvent) {
7761
- if (delegatedEvent.type !== 'click') {
7762
- return;
7763
- }
7764
- const clickEvent = delegatedEvent;
7765
- const href = delegatedEvent.target.cellRecord.href;
7766
- if (!href) {
7767
- return;
7768
- }
7769
- // Let the router handle this navigation
7770
- super.routerLink = href;
7771
- if (!this.onClick(clickEvent.button, clickEvent.ctrlKey, clickEvent.shiftKey, clickEvent.altKey, clickEvent.metaKey)) {
7772
- clickEvent.preventDefault();
7773
- }
7774
- super.routerLink = null;
7775
- }
7776
- }
7777
- NimbleTableColumnAnchorRouterLinkWithHrefDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkWithHrefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
7778
- 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 });
7779
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkWithHrefDirective, decorators: [{
7780
- type: Directive,
7781
- args: [{
7782
- selector: 'nimble-table-column-anchor[nimbleRouterLink]'
7783
- }]
7784
- }], propDecorators: { onDelegatedEvent: [{
7785
- type: HostListener,
7786
- args: ['delegated-event', ['$event.detail.originalEvent']]
7787
- }] } });
7788
-
7789
- /**
7790
- * Directive used solely to point consumers to use [nimbleRouterLink] / NimbleTableColumnAnchorRouterLinkWithHrefDirective.
7791
- *
7792
- * @see NimbleTableColumnAnchorRouterLinkWithHrefDirective
7793
- */
7794
- class NimbleTableColumnAnchorRouterLinkDirective {
7795
- constructor() {
7796
- throw new Error('Use [nimbleRouterLink] instead of [routerLink].');
7797
- }
7798
- }
7799
- NimbleTableColumnAnchorRouterLinkDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
7800
- NimbleTableColumnAnchorRouterLinkDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: NimbleTableColumnAnchorRouterLinkDirective, selector: "nimble-table-column-anchor[routerLink]", ngImport: i0 });
7801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorRouterLinkDirective, decorators: [{
7802
- type: Directive,
7803
- args: [{ selector: 'nimble-table-column-anchor[routerLink]' }]
7804
- }], ctorParameters: function () { return []; } });
7805
-
7806
- /**
7807
- * Directive to provide Angular integration for the table column element for links.
7808
- */
7809
- class NimbleTableColumnAnchorDirective {
7810
- constructor(renderer, elementRef) {
7811
- this.renderer = renderer;
7812
- this.elementRef = elementRef;
7813
- }
7814
- get labelFieldName() {
7815
- return this.elementRef.nativeElement.labelFieldName;
7816
- }
7817
- // Renaming because property should have camel casing, but attribute should not
7818
- // eslint-disable-next-line @angular-eslint/no-input-rename
7819
- set labelFieldName(value) {
7820
- this.renderer.setProperty(this.elementRef.nativeElement, 'labelFieldName', value);
7821
- }
7822
- get hrefFieldName() {
7823
- return this.elementRef.nativeElement.hrefFieldName;
7824
- }
7825
- // Renaming because property should have camel casing, but attribute should not
7826
- // eslint-disable-next-line @angular-eslint/no-input-rename
7827
- set hrefFieldName(value) {
7828
- this.renderer.setProperty(this.elementRef.nativeElement, 'hrefFieldName', value);
7829
- }
7830
- get placeholder() {
7831
- return this.elementRef.nativeElement.placeholder;
7832
- }
7833
- set placeholder(value) {
7834
- this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);
7835
- }
7836
- get appearance() {
7837
- return this.elementRef.nativeElement.appearance;
7838
- }
7839
- set appearance(value) {
7840
- this.renderer.setProperty(this.elementRef.nativeElement, 'appearance', value);
7841
- }
7842
- get underlineHidden() {
7843
- return this.elementRef.nativeElement.underlineHidden;
7844
- }
7845
- // Renaming because property should have camel casing, but attribute should not
7846
- // eslint-disable-next-line @angular-eslint/no-input-rename
7847
- set underlineHidden(value) {
7848
- this.renderer.setProperty(this.elementRef.nativeElement, 'underlineHidden', toBooleanProperty(value));
7849
- }
7850
- get hreflang() {
7851
- return this.elementRef.nativeElement.hreflang;
7852
- }
7853
- set hreflang(value) {
7854
- this.renderer.setProperty(this.elementRef.nativeElement, 'hreflang', value);
7855
- }
7856
- get ping() {
7857
- return this.elementRef.nativeElement.ping;
7858
- }
7859
- set ping(value) {
7860
- this.renderer.setProperty(this.elementRef.nativeElement, 'ping', value);
7861
- }
7862
- get referrerpolicy() {
7863
- return this.elementRef.nativeElement.referrerpolicy;
7864
- }
7865
- set referrerpolicy(value) {
7866
- this.renderer.setProperty(this.elementRef.nativeElement, 'referrerpolicy', value);
7867
- }
7868
- get rel() {
7869
- return this.elementRef.nativeElement.rel;
7870
- }
7871
- set rel(value) {
7872
- this.renderer.setProperty(this.elementRef.nativeElement, 'rel', value);
7873
- }
7874
- get target() {
7875
- return this.elementRef.nativeElement.target;
7876
- }
7877
- set target(value) {
7878
- this.renderer.setProperty(this.elementRef.nativeElement, 'target', value);
7879
- }
7880
- get type() {
7881
- return this.elementRef.nativeElement.type;
7882
- }
7883
- set type(value) {
7884
- this.renderer.setProperty(this.elementRef.nativeElement, 'type', value);
7885
- }
7886
- get download() {
7887
- return this.elementRef.nativeElement.download;
7888
- }
7889
- set download(value) {
7890
- this.renderer.setProperty(this.elementRef.nativeElement, 'download', value);
7891
- }
7892
- get fractionalWidth() {
7893
- return this.elementRef.nativeElement.fractionalWidth;
7894
- }
7895
- // Renaming because property should have camel casing, but attribute should not
7896
- // eslint-disable-next-line @angular-eslint/no-input-rename
7897
- set fractionalWidth(value) {
7898
- this.renderer.setProperty(this.elementRef.nativeElement, 'fractionalWidth', toNullableNumberProperty(value));
7899
- }
7900
- get minPixelWidth() {
7901
- return this.elementRef.nativeElement.minPixelWidth;
7902
- }
7903
- // Renaming because property should have camel casing, but attribute should not
7904
- // eslint-disable-next-line @angular-eslint/no-input-rename
7905
- set minPixelWidth(value) {
7906
- this.renderer.setProperty(this.elementRef.nativeElement, 'minPixelWidth', toNullableNumberProperty(value));
7907
- }
7908
- get groupIndex() {
7909
- return this.elementRef.nativeElement.groupIndex;
7910
- }
7911
- // Renaming because property should have camel casing, but attribute should not
7912
- // eslint-disable-next-line @angular-eslint/no-input-rename
7913
- set groupIndex(value) {
7914
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupIndex', toNullableNumberProperty(value));
7915
- }
7916
- get groupingDisabled() {
7917
- return this.elementRef.nativeElement.groupingDisabled;
7918
- }
7919
- // Renaming because property should have camel casing, but attribute should not
7920
- // eslint-disable-next-line @angular-eslint/no-input-rename
7921
- set groupingDisabled(value) {
7922
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupingDisabled', toBooleanProperty(value));
7923
- }
7924
- }
7925
- 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 });
7926
- 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 });
7927
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorDirective, decorators: [{
7928
- type: Directive,
7929
- args: [{
7930
- selector: 'nimble-table-column-anchor'
7931
- }]
7932
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { labelFieldName: [{
7933
- type: Input,
7934
- args: ['label-field-name']
7935
- }], hrefFieldName: [{
7936
- type: Input,
7937
- args: ['href-field-name']
7938
- }], placeholder: [{
7939
- type: Input
7940
- }], appearance: [{
7941
- type: Input
7942
- }], underlineHidden: [{
7943
- type: Input,
7944
- args: ['underline-hidden']
7945
- }], hreflang: [{
7946
- type: Input
7947
- }], ping: [{
7948
- type: Input
7949
- }], referrerpolicy: [{
7950
- type: Input
7951
- }], rel: [{
7952
- type: Input
7953
- }], target: [{
7954
- type: Input
7955
- }], type: [{
7956
- type: Input
7957
- }], download: [{
7958
- type: Input
7959
- }], fractionalWidth: [{
7960
- type: Input,
7961
- args: ['fractional-width']
7962
- }], minPixelWidth: [{
7963
- type: Input,
7964
- args: ['min-pixel-width']
7965
- }], groupIndex: [{
7966
- type: Input,
7967
- args: ['group-index']
7968
- }], groupingDisabled: [{
7969
- type: Input,
7970
- args: ['grouping-disabled']
7971
- }] } });
7972
-
7973
- class NimbleTableColumnAnchorModule {
7974
- }
7975
- NimbleTableColumnAnchorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7976
- 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] });
7977
- NimbleTableColumnAnchorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorModule, imports: [CommonModule] });
7978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnAnchorModule, decorators: [{
7979
- type: NgModule,
7980
- args: [{
7981
- declarations: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorRouterLinkDirective, NimbleTableColumnAnchorRouterLinkWithHrefDirective],
7982
- imports: [CommonModule],
7983
- exports: [NimbleTableColumnAnchorDirective, NimbleTableColumnAnchorRouterLinkDirective, NimbleTableColumnAnchorRouterLinkWithHrefDirective]
7984
- }]
7985
- }] });
7986
-
7987
- /**
7988
- * Base class for table column directives.
7989
- */
7990
- class NimbleTableColumnBaseDirective {
7991
- constructor(renderer, elementRef) {
7992
- this.renderer = renderer;
7993
- this.elementRef = elementRef;
7994
- }
7995
- get columnId() {
7996
- return this.elementRef.nativeElement.columnId;
7997
- }
7998
- // Renaming because property should have camel casing, but attribute should not
7999
- // eslint-disable-next-line @angular-eslint/no-input-rename
8000
- set columnId(value) {
8001
- this.renderer.setProperty(this.elementRef.nativeElement, 'columnId', value);
8002
- }
8003
- get actionMenuSlot() {
8004
- return this.elementRef.nativeElement.actionMenuSlot;
8005
- }
8006
- // Renaming because property should have camel casing, but attribute should not
8007
- // eslint-disable-next-line @angular-eslint/no-input-rename
8008
- set actionMenuSlot(value) {
8009
- this.renderer.setProperty(this.elementRef.nativeElement, 'actionMenuSlot', value);
8010
- }
8011
- get actionMenuLabel() {
8012
- return this.elementRef.nativeElement.actionMenuLabel;
8013
- }
8014
- // Renaming because property should have camel casing, but attribute should not
8015
- // eslint-disable-next-line @angular-eslint/no-input-rename
8016
- set actionMenuLabel(value) {
8017
- this.renderer.setProperty(this.elementRef.nativeElement, 'actionMenuLabel', value);
8018
- }
8019
- get columnHidden() {
8020
- return this.elementRef.nativeElement.columnHidden;
8021
- }
8022
- // Renaming because property should have camel casing, but attribute should not
8023
- // eslint-disable-next-line @angular-eslint/no-input-rename
8024
- set columnHidden(value) {
8025
- this.renderer.setProperty(this.elementRef.nativeElement, 'columnHidden', toBooleanProperty(value));
8026
- }
8027
- get sortDirection() {
8028
- return this.elementRef.nativeElement.sortDirection;
8029
- }
8030
- // Renaming because property should have camel casing, but attribute should not
8031
- // eslint-disable-next-line @angular-eslint/no-input-rename
8032
- set sortDirection(value) {
8033
- this.renderer.setProperty(this.elementRef.nativeElement, 'sortDirection', value);
8034
- }
8035
- get sortIndex() {
8036
- return this.elementRef.nativeElement.sortIndex;
8037
- }
8038
- // Renaming because property should have camel casing, but attribute should not
8039
- // eslint-disable-next-line @angular-eslint/no-input-rename
8040
- set sortIndex(value) {
8041
- this.renderer.setProperty(this.elementRef.nativeElement, 'sortIndex', toNullableNumberProperty(value));
8042
- }
8043
- }
8044
- 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 });
8045
- 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 });
8046
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnBaseDirective, decorators: [{
8047
- type: Directive
8048
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { columnId: [{
8049
- type: Input,
8050
- args: ['column-id']
8051
- }], actionMenuSlot: [{
8052
- type: Input,
8053
- args: ['action-menu-slot']
8054
- }], actionMenuLabel: [{
8055
- type: Input,
8056
- args: ['action-menu-label']
8057
- }], columnHidden: [{
8058
- type: Input,
8059
- args: ['column-hidden']
8060
- }], sortDirection: [{
8061
- type: Input,
8062
- args: ['sort-direction']
8063
- }], sortIndex: [{
8064
- type: Input,
8065
- args: ['sort-index']
8066
- }] } });
8067
-
8068
- /**
8069
- * Directive to provide Angular integration for the table column element for text.
8070
- */
8071
- class NimbleTableColumnTextDirective extends NimbleTableColumnBaseDirective {
8072
- constructor(renderer, elementRef) {
8073
- super(renderer, elementRef);
8074
- }
8075
- get fieldName() {
8076
- return this.elementRef.nativeElement.fieldName;
8077
- }
8078
- // Renaming because property should have camel casing, but attribute should not
8079
- // eslint-disable-next-line @angular-eslint/no-input-rename
8080
- set fieldName(value) {
8081
- this.renderer.setProperty(this.elementRef.nativeElement, 'fieldName', value);
8082
- }
8083
- get placeholder() {
8084
- return this.elementRef.nativeElement.placeholder;
8085
- }
8086
- set placeholder(value) {
8087
- this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);
8088
- }
8089
- get fractionalWidth() {
8090
- return this.elementRef.nativeElement.fractionalWidth;
8091
- }
8092
- // Renaming because property should have camel casing, but attribute should not
8093
- // eslint-disable-next-line @angular-eslint/no-input-rename
8094
- set fractionalWidth(value) {
8095
- this.renderer.setProperty(this.elementRef.nativeElement, 'fractionalWidth', toNullableNumberProperty(value));
8096
- }
8097
- get minPixelWidth() {
8098
- return this.elementRef.nativeElement.minPixelWidth;
8099
- }
8100
- // Renaming because property should have camel casing, but attribute should not
8101
- // eslint-disable-next-line @angular-eslint/no-input-rename
8102
- set minPixelWidth(value) {
8103
- this.renderer.setProperty(this.elementRef.nativeElement, 'minPixelWidth', toNullableNumberProperty(value));
8104
- }
8105
- get groupIndex() {
8106
- return this.elementRef.nativeElement.groupIndex;
8107
- }
8108
- // Renaming because property should have camel casing, but attribute should not
8109
- // eslint-disable-next-line @angular-eslint/no-input-rename
8110
- set groupIndex(value) {
8111
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupIndex', toNullableNumberProperty(value));
8112
- }
8113
- get groupingDisabled() {
8114
- return this.elementRef.nativeElement.groupingDisabled;
8115
- }
8116
- // Renaming because property should have camel casing, but attribute should not
8117
- // eslint-disable-next-line @angular-eslint/no-input-rename
8118
- set groupingDisabled(value) {
8119
- this.renderer.setProperty(this.elementRef.nativeElement, 'groupingDisabled', toBooleanProperty(value));
8120
- }
8121
- }
8122
- 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 });
8123
- 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 });
8124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextDirective, decorators: [{
8125
- type: Directive,
8126
- args: [{
8127
- selector: 'nimble-table-column-text'
8128
- }]
8129
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { fieldName: [{
8130
- type: Input,
8131
- args: ['field-name']
8132
- }], fractionalWidth: [{
8133
- type: Input,
8134
- args: ['fractional-width']
8135
- }], minPixelWidth: [{
8136
- type: Input,
8137
- args: ['min-pixel-width']
8138
- }], groupIndex: [{
8139
- type: Input,
8140
- args: ['group-index']
8141
- }], groupingDisabled: [{
8142
- type: Input,
8143
- args: ['grouping-disabled']
8144
- }] } });
8145
-
8146
- class NimbleTableColumnTextModule {
8147
- }
8148
- NimbleTableColumnTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8149
- NimbleTableColumnTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, declarations: [NimbleTableColumnTextDirective], imports: [CommonModule], exports: [NimbleTableColumnTextDirective] });
8150
- NimbleTableColumnTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, imports: [CommonModule] });
8151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: NimbleTableColumnTextModule, decorators: [{
8152
- type: NgModule,
8153
- args: [{
8154
- declarations: [NimbleTableColumnTextDirective],
8155
- imports: [CommonModule],
8156
- exports: [NimbleTableColumnTextDirective]
8157
- }]
8158
- }] });
8159
-
8160
7607
  /**
8161
7608
  * Directive to provide Angular integration for the tabs element.
8162
7609
  */
@@ -9001,5 +8448,5 @@ const waitForUpdatesAsync = waitForUpdatesAsync$1;
9001
8448
  * Generated bundle index. Do not edit.
9002
8449
  */
9003
8450
 
9004
- 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 };
8451
+ 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 };
9005
8452
  //# sourceMappingURL=ni-nimble-angular.mjs.map