@ni/nimble-angular 1.0.0-beta.99 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -21
- package/bundles/ni-nimble-angular.umd.js +1313 -1047
- package/bundles/ni-nimble-angular.umd.js.map +1 -1
- package/directives/button/nimble-button.directive.d.ts +17 -5
- package/directives/button/nimble-button.module.d.ts +0 -6
- package/directives/button/nimble-button.module.ngfactory.d.ts +3 -0
- package/directives/checkbox/nimble-checkbox-control-value-accessor.directive.d.ts +0 -3
- package/directives/checkbox/nimble-checkbox.directive.d.ts +2 -3
- package/directives/checkbox/nimble-checkbox.module.d.ts +0 -7
- package/directives/checkbox/nimble-checkbox.module.ngfactory.d.ts +3 -0
- package/directives/drawer/nimble-drawer.directive.d.ts +25 -0
- package/directives/drawer/nimble-drawer.module.d.ts +3 -0
- package/directives/drawer/nimble-drawer.module.ngfactory.d.ts +3 -0
- package/directives/listbox-option/nimble-listbox-option.directive.d.ts +9 -7
- package/directives/listbox-option/nimble-listbox-option.module.d.ts +0 -6
- package/directives/listbox-option/nimble-listbox-option.module.ngfactory.d.ts +3 -0
- package/directives/menu/nimble-menu.directive.d.ts +7 -0
- package/directives/menu/nimble-menu.module.d.ts +3 -0
- package/directives/menu/nimble-menu.module.ngfactory.d.ts +3 -0
- package/directives/menu-item/nimble-menu-item.directive.d.ts +14 -0
- package/directives/menu-item/nimble-menu-item.module.d.ts +3 -0
- package/directives/menu-item/nimble-menu-item.module.ngfactory.d.ts +3 -0
- package/directives/number-field/nimble-number-field-control-value-accessor.directive.d.ts +9 -0
- package/directives/number-field/nimble-number-field.directive.d.ts +17 -8
- package/directives/number-field/nimble-number-field.module.d.ts +0 -7
- package/directives/number-field/nimble-number-field.module.ngfactory.d.ts +3 -0
- package/directives/select/nimble-select-control-value-accessor.directive.d.ts +0 -3
- package/directives/select/nimble-select.directive.d.ts +2 -3
- package/directives/select/nimble-select.module.d.ts +0 -7
- package/directives/select/nimble-select.module.ngfactory.d.ts +3 -0
- package/directives/tab/nimble-tab.directive.d.ts +9 -4
- package/directives/tab/nimble-tab.module.d.ts +0 -6
- package/directives/tab/nimble-tab.module.ngfactory.d.ts +3 -0
- package/directives/tab-panel/nimble-tab-panel.directive.d.ts +2 -3
- package/directives/tab-panel/nimble-tab-panel.module.d.ts +0 -6
- package/directives/tab-panel/nimble-tab-panel.module.ngfactory.d.ts +3 -0
- package/directives/tabs/nimble-tabs.directive.d.ts +9 -9
- package/directives/tabs/nimble-tabs.module.d.ts +0 -6
- package/directives/tabs/nimble-tabs.module.ngfactory.d.ts +3 -0
- package/directives/tabs-toolbar/nimble-tabs-toolbar.directive.d.ts +2 -3
- package/directives/tabs-toolbar/nimble-tabs-toolbar.module.d.ts +0 -6
- package/directives/tabs-toolbar/nimble-tabs-toolbar.module.ngfactory.d.ts +3 -0
- package/directives/text-field/nimble-text-field-control-value-accessor.directive.d.ts +9 -0
- package/directives/text-field/nimble-text-field.directive.d.ts +14 -4
- package/directives/text-field/nimble-text-field.module.d.ts +0 -7
- package/directives/text-field/nimble-text-field.module.ngfactory.d.ts +3 -0
- package/directives/theme-provider/nimble-theme-provider.directive.d.ts +11 -4
- package/directives/theme-provider/nimble-theme-provider.module.d.ts +0 -6
- package/directives/theme-provider/nimble-theme-provider.module.ngfactory.d.ts +3 -0
- package/directives/tree-item/nimble-tree-item.directive.d.ts +14 -13
- package/directives/tree-item/nimble-tree-item.module.d.ts +0 -6
- package/directives/tree-item/nimble-tree-item.module.ngfactory.d.ts +3 -0
- package/directives/tree-view/nimble-tree-view.directive.d.ts +11 -3
- package/directives/tree-view/nimble-tree-view.module.d.ts +0 -6
- package/directives/tree-view/nimble-tree-view.module.ngfactory.d.ts +3 -0
- package/directives/utilities/template-value-helpers.d.ts +20 -0
- package/esm2015/directives/button/nimble-button.directive.js +50 -21
- package/esm2015/directives/button/nimble-button.directive.ngsummary.json +1 -0
- package/esm2015/directives/button/nimble-button.module.js +8 -13
- package/esm2015/directives/button/nimble-button.module.ngfactory.js +12 -0
- package/esm2015/directives/button/nimble-button.module.ngsummary.json +1 -0
- package/esm2015/directives/checkbox/nimble-checkbox-control-value-accessor.directive.js +14 -22
- package/esm2015/directives/checkbox/nimble-checkbox-control-value-accessor.directive.ngsummary.json +1 -0
- package/esm2015/directives/checkbox/nimble-checkbox.directive.js +6 -10
- package/esm2015/directives/checkbox/nimble-checkbox.directive.ngsummary.json +1 -0
- package/esm2015/directives/checkbox/nimble-checkbox.module.js +8 -13
- package/esm2015/directives/checkbox/nimble-checkbox.module.ngfactory.js +12 -0
- package/esm2015/directives/checkbox/nimble-checkbox.module.ngsummary.json +1 -0
- package/esm2015/directives/drawer/nimble-drawer.directive.js +60 -0
- package/esm2015/directives/drawer/nimble-drawer.directive.ngsummary.json +1 -0
- package/esm2015/directives/drawer/nimble-drawer.module.js +14 -0
- package/esm2015/directives/drawer/nimble-drawer.module.ngfactory.js +12 -0
- package/esm2015/directives/drawer/nimble-drawer.module.ngsummary.json +1 -0
- package/esm2015/directives/listbox-option/nimble-listbox-option.directive.js +27 -23
- package/esm2015/directives/listbox-option/nimble-listbox-option.directive.ngsummary.json +1 -0
- package/esm2015/directives/listbox-option/nimble-listbox-option.module.js +8 -13
- package/esm2015/directives/listbox-option/nimble-listbox-option.module.ngfactory.js +12 -0
- package/esm2015/directives/listbox-option/nimble-listbox-option.module.ngsummary.json +1 -0
- package/esm2015/directives/menu/nimble-menu.directive.js +12 -0
- package/esm2015/directives/menu/nimble-menu.directive.ngsummary.json +1 -0
- package/esm2015/directives/menu/nimble-menu.module.js +14 -0
- package/esm2015/directives/menu/nimble-menu.module.ngfactory.js +12 -0
- package/esm2015/directives/menu/nimble-menu.module.ngsummary.json +1 -0
- package/esm2015/directives/menu-item/nimble-menu-item.directive.js +30 -0
- package/esm2015/directives/menu-item/nimble-menu-item.directive.ngsummary.json +1 -0
- package/esm2015/directives/menu-item/nimble-menu-item.module.js +14 -0
- package/esm2015/directives/menu-item/nimble-menu-item.module.ngfactory.js +12 -0
- package/esm2015/directives/menu-item/nimble-menu-item.module.ngsummary.json +1 -0
- package/esm2015/directives/number-field/nimble-number-field-control-value-accessor.directive.js +24 -0
- package/esm2015/directives/number-field/nimble-number-field-control-value-accessor.directive.ngsummary.json +1 -0
- package/esm2015/directives/number-field/nimble-number-field.directive.js +56 -36
- package/esm2015/directives/number-field/nimble-number-field.directive.ngsummary.json +1 -0
- package/esm2015/directives/number-field/nimble-number-field.module.js +9 -15
- package/esm2015/directives/number-field/nimble-number-field.module.ngfactory.js +12 -0
- package/esm2015/directives/number-field/nimble-number-field.module.ngsummary.json +1 -0
- package/esm2015/directives/select/nimble-select-control-value-accessor.directive.js +14 -22
- package/esm2015/directives/select/nimble-select-control-value-accessor.directive.ngsummary.json +1 -0
- package/esm2015/directives/select/nimble-select.directive.js +6 -10
- package/esm2015/directives/select/nimble-select.directive.ngsummary.json +1 -0
- package/esm2015/directives/select/nimble-select.module.js +8 -13
- package/esm2015/directives/select/nimble-select.module.ngfactory.js +12 -0
- package/esm2015/directives/select/nimble-select.module.ngsummary.json +1 -0
- package/esm2015/directives/tab/nimble-tab.directive.js +25 -16
- package/esm2015/directives/tab/nimble-tab.directive.ngsummary.json +1 -0
- package/esm2015/directives/tab/nimble-tab.module.js +8 -13
- package/esm2015/directives/tab/nimble-tab.module.ngfactory.js +12 -0
- package/esm2015/directives/tab/nimble-tab.module.ngsummary.json +1 -0
- package/esm2015/directives/tab-panel/nimble-tab-panel.directive.js +6 -10
- package/esm2015/directives/tab-panel/nimble-tab-panel.directive.ngsummary.json +1 -0
- package/esm2015/directives/tab-panel/nimble-tab-panel.module.js +8 -13
- package/esm2015/directives/tab-panel/nimble-tab-panel.module.ngfactory.js +12 -0
- package/esm2015/directives/tab-panel/nimble-tab-panel.module.ngsummary.json +1 -0
- package/esm2015/directives/tabs/nimble-tabs.directive.js +29 -25
- package/esm2015/directives/tabs/nimble-tabs.directive.ngsummary.json +1 -0
- package/esm2015/directives/tabs/nimble-tabs.module.js +8 -13
- package/esm2015/directives/tabs/nimble-tabs.module.ngfactory.js +12 -0
- package/esm2015/directives/tabs/nimble-tabs.module.ngsummary.json +1 -0
- package/esm2015/directives/tabs-toolbar/nimble-tabs-toolbar.directive.js +6 -10
- package/esm2015/directives/tabs-toolbar/nimble-tabs-toolbar.directive.ngsummary.json +1 -0
- package/esm2015/directives/tabs-toolbar/nimble-tabs-toolbar.module.js +8 -13
- package/esm2015/directives/tabs-toolbar/nimble-tabs-toolbar.module.ngfactory.js +12 -0
- package/esm2015/directives/tabs-toolbar/nimble-tabs-toolbar.module.ngsummary.json +1 -0
- package/esm2015/directives/text-field/nimble-text-field-control-value-accessor.directive.js +29 -0
- package/esm2015/directives/text-field/nimble-text-field-control-value-accessor.directive.ngsummary.json +1 -0
- package/esm2015/directives/text-field/nimble-text-field.directive.js +37 -16
- package/esm2015/directives/text-field/nimble-text-field.directive.ngsummary.json +1 -0
- package/esm2015/directives/text-field/nimble-text-field.module.js +9 -15
- package/esm2015/directives/text-field/nimble-text-field.module.ngfactory.js +12 -0
- package/esm2015/directives/text-field/nimble-text-field.module.ngsummary.json +1 -0
- package/esm2015/directives/theme-provider/nimble-theme-provider.directive.js +26 -16
- package/esm2015/directives/theme-provider/nimble-theme-provider.directive.ngsummary.json +1 -0
- package/esm2015/directives/theme-provider/nimble-theme-provider.module.js +8 -13
- package/esm2015/directives/theme-provider/nimble-theme-provider.module.ngfactory.js +12 -0
- package/esm2015/directives/theme-provider/nimble-theme-provider.module.ngsummary.json +1 -0
- package/esm2015/directives/tree-item/nimble-tree-item.directive.js +43 -52
- package/esm2015/directives/tree-item/nimble-tree-item.directive.ngsummary.json +1 -0
- package/esm2015/directives/tree-item/nimble-tree-item.module.js +8 -13
- package/esm2015/directives/tree-item/nimble-tree-item.module.ngfactory.js +12 -0
- package/esm2015/directives/tree-item/nimble-tree-item.module.ngsummary.json +1 -0
- package/esm2015/directives/tree-view/nimble-tree-view.directive.js +28 -11
- package/esm2015/directives/tree-view/nimble-tree-view.directive.ngsummary.json +1 -0
- package/esm2015/directives/tree-view/nimble-tree-view.module.js +8 -13
- package/esm2015/directives/tree-view/nimble-tree-view.module.ngfactory.js +12 -0
- package/esm2015/directives/tree-view/nimble-tree-view.module.ngsummary.json +1 -0
- package/esm2015/directives/utilities/template-value-helpers.js +37 -0
- package/esm2015/directives/utilities/template-value-helpers.ngsummary.json +1 -0
- package/esm2015/ni-nimble-angular.ngsummary.json +1 -0
- package/esm2015/public-api.js +38 -15
- package/esm2015/public-api.ngsummary.json +1 -0
- package/esm2015/testing/async-helpers.js +12 -0
- package/esm2015/testing/async-helpers.ngsummary.json +1 -0
- package/fesm2015/ni-nimble-angular.js +714 -540
- package/fesm2015/ni-nimble-angular.js.map +1 -1
- package/ni-nimble-angular.d.ts +0 -1
- package/ni-nimble-angular.metadata.json +1 -0
- package/package.json +4 -20
- package/public-api.d.ts +37 -14
- package/styles/fonts.scss +4 -0
- package/styles/tokens.scss +6 -0
- package/testing/async-helpers.d.ts +11 -0
- package/directives/button/index.d.ts +0 -2
- package/directives/checkbox/index.d.ts +0 -3
- package/directives/control-value-accessor/index.d.ts +0 -3
- package/directives/control-value-accessor/nimble-control-value-accessor.module.d.ts +0 -9
- package/directives/control-value-accessor/nimble-default-control-value-accessor.directive.d.ts +0 -12
- package/directives/control-value-accessor/nimble-number-control-value-accessor.directive.d.ts +0 -12
- package/directives/listbox-option/index.d.ts +0 -2
- package/directives/number-field/index.d.ts +0 -2
- package/directives/select/index.d.ts +0 -3
- package/directives/tab/index.d.ts +0 -2
- package/directives/tab-panel/index.d.ts +0 -2
- package/directives/tabs/index.d.ts +0 -2
- package/directives/tabs-toolbar/index.d.ts +0 -2
- package/directives/text-field/index.d.ts +0 -2
- package/directives/theme-provider/index.d.ts +0 -2
- package/directives/tree-item/index.d.ts +0 -2
- package/directives/tree-view/index.d.ts +0 -2
- package/esm2015/directives/button/index.js +0 -3
- package/esm2015/directives/checkbox/index.js +0 -4
- package/esm2015/directives/control-value-accessor/index.js +0 -4
- package/esm2015/directives/control-value-accessor/nimble-control-value-accessor.module.js +0 -19
- package/esm2015/directives/control-value-accessor/nimble-default-control-value-accessor.directive.js +0 -37
- package/esm2015/directives/control-value-accessor/nimble-number-control-value-accessor.directive.js +0 -32
- package/esm2015/directives/listbox-option/index.js +0 -3
- package/esm2015/directives/number-field/index.js +0 -3
- package/esm2015/directives/select/index.js +0 -4
- package/esm2015/directives/tab/index.js +0 -3
- package/esm2015/directives/tab-panel/index.js +0 -3
- package/esm2015/directives/tabs/index.js +0 -3
- package/esm2015/directives/tabs-toolbar/index.js +0 -3
- package/esm2015/directives/text-field/index.js +0 -3
- package/esm2015/directives/theme-provider/index.js +0 -3
- package/esm2015/directives/tree-item/index.js +0 -3
- package/esm2015/directives/tree-view/index.js +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ni-nimble-angular.js","sources":["../../../../projects/ni/nimble-angular/src/directives/theme-provider/nimble-theme-provider.directive.ts","../../../../projects/ni/nimble-angular/src/directives/theme-provider/nimble-theme-provider.module.ts","../../../../projects/ni/nimble-angular/src/directives/text-field/nimble-text-field.directive.ts","../../../../projects/ni/nimble-angular/src/directives/control-value-accessor/nimble-default-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/control-value-accessor/nimble-number-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/control-value-accessor/nimble-control-value-accessor.module.ts","../../../../projects/ni/nimble-angular/src/directives/text-field/nimble-text-field.module.ts","../../../../projects/ni/nimble-angular/src/directives/number-field/nimble-number-field.directive.ts","../../../../projects/ni/nimble-angular/src/directives/number-field/nimble-number-field.module.ts","../../../../projects/ni/nimble-angular/src/directives/select/nimble-select.directive.ts","../../../../projects/ni/nimble-angular/src/directives/select/nimble-select-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/select/nimble-select.module.ts","../../../../projects/ni/nimble-angular/src/directives/listbox-option/nimble-listbox-option.directive.ts","../../../../projects/ni/nimble-angular/src/directives/listbox-option/nimble-listbox-option.module.ts","../../../../projects/ni/nimble-angular/src/directives/button/nimble-button.directive.ts","../../../../projects/ni/nimble-angular/src/directives/button/nimble-button.module.ts","../../../../projects/ni/nimble-angular/src/directives/tree-view/nimble-tree-view.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tree-view/nimble-tree-view.module.ts","../../../../projects/ni/nimble-angular/src/directives/tree-item/nimble-tree-item.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tree-item/nimble-tree-item.module.ts","../../../../projects/ni/nimble-angular/src/directives/checkbox/nimble-checkbox.directive.ts","../../../../projects/ni/nimble-angular/src/directives/checkbox/nimble-checkbox-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/checkbox/nimble-checkbox.module.ts","../../../../projects/ni/nimble-angular/src/directives/tabs/nimble-tabs.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tabs/nimble-tabs.module.ts","../../../../projects/ni/nimble-angular/src/directives/tab/nimble-tab.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tab/nimble-tab.module.ts","../../../../projects/ni/nimble-angular/src/directives/tab-panel/nimble-tab-panel.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tab-panel/nimble-tab-panel.module.ts","../../../../projects/ni/nimble-angular/src/directives/tabs-toolbar/nimble-tabs-toolbar.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tabs-toolbar/nimble-tabs-toolbar.module.ts","../../../../projects/ni/nimble-angular/src/public-api.ts","../../../../projects/ni/nimble-angular/src/ni-nimble-angular.ts"],"sourcesContent":["import { Directive, HostBinding, Input } from '@angular/core';\n\n/**\n * Directive for Angular integration for the theme provider\n */\n@Directive({\n selector: 'nimble-theme-provider'\n})\nexport class NimbleThemeProviderDirective {\n @HostBinding('attr.theme') @Input() public theme: string;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleThemeProviderDirective } from './nimble-theme-provider.directive';\n\nimport '@ni/nimble-components/dist/esm/theme-provider';\n\n@NgModule({\n declarations: [NimbleThemeProviderDirective],\n imports: [CommonModule],\n exports: [NimbleThemeProviderDirective]\n})\nexport class NimbleThemeProviderModule { }\n","import { Directive, HostBinding, Input } from '@angular/core';\n\n/**\n * Directive to provide Angular integration for the text field\n */\n@Directive({\n selector: 'nimble-text-field'\n})\nexport class NimbleTextFieldDirective {\n @HostBinding('attr.readonly') @Input() public readonly: boolean;\n}\n","import { Directive, forwardRef } from '@angular/core';\nimport { DefaultValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n\n/**\n * Extension of Angular's DefaultValueAccessor to target the text-based inputs.\n *\n * Directive decorator based on DefaultValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/default_value_accessor.ts#L72\n */\n@Directive({\n selector:\n 'nimble-text-field[formControlName],nimble-text-field[formControl],nimble-text-field[ngModel]',\n // The following host metadata is duplicated from DefaultValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n '(input)': '$any(this)._handleInput($event.target.value)',\n '(blur)': 'onTouched()',\n '(compositionstart)': '$any(this)._compositionStart()',\n '(compositionend)': '$any(this)._compositionEnd($event.target.value)'\n },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleDefaultControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleDefaultControlValueAccessorDirective extends DefaultValueAccessor {}","import { Directive, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR, NumberValueAccessor } from '@angular/forms';\n\n/**\n * Extension of Angular's NumberValueAccessor to target the number-based inputs.\n *\n * Directive decorator based on NumberValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/number_value_accessor.ts#L43\n */\n@Directive({\n selector:\n 'nimble-number-field[formControlName],nimble-number-field[formControl],nimble-number-field[ngModel]',\n // The following host metadata is duplicated from NumberValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: { '(input)': 'onChange($event.target.value)', '(blur)': 'onTouched()' },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleNumberControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleNumberControlValueAccessorDirective extends NumberValueAccessor {}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleDefaultControlValueAccessorDirective } from './nimble-default-control-value-accessor.directive';\nimport { NimbleNumberControlValueAccessorDirective } from './nimble-number-control-value-accessor.directive';\n\n@NgModule({\n declarations: [NimbleDefaultControlValueAccessorDirective, NimbleNumberControlValueAccessorDirective],\n imports: [CommonModule],\n exports: [NimbleDefaultControlValueAccessorDirective, NimbleNumberControlValueAccessorDirective]\n})\nexport class NimbleControlValueAccessorModule { }\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NimbleTextFieldDirective } from './nimble-text-field.directive';\nimport { NimbleControlValueAccessorModule } from '../control-value-accessor';\n\nimport '@ni/nimble-components/dist/esm/text-field';\n\n@NgModule({\n declarations: [NimbleTextFieldDirective],\n imports: [CommonModule, NimbleControlValueAccessorModule],\n providers: [],\n exports: [NimbleTextFieldDirective, NimbleControlValueAccessorModule]\n})\nexport class NimbleTextFieldModule {}\n","import { Directive, HostBinding, Input } from '@angular/core';\n\n/**\n * Directive to provide Angular integration for the number field.\n */\n@Directive({\n selector: 'nimble-number-field'\n})\nexport class NimbleNumberFieldDirective {\n @HostBinding('attr.readonly') @Input() public readonly: boolean;\n @HostBinding('attr.min') @Input() public min: number;\n @HostBinding('attr.max') @Input() public max: number;\n @HostBinding('attr.step') @Input() public step: number;\n @HostBinding('attr.placeholder') @Input() public placeholder: string;\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NimbleNumberFieldDirective } from './nimble-number-field.directive';\nimport { NimbleControlValueAccessorModule } from '../control-value-accessor';\n\nimport '@ni/nimble-components/dist/esm/number-field';\n\n@NgModule({\n declarations: [NimbleNumberFieldDirective],\n imports: [CommonModule, NimbleControlValueAccessorModule],\n providers: [],\n exports: [NimbleNumberFieldDirective, NimbleControlValueAccessorModule]\n})\nexport class NimbleNumberFieldModule {}\n","import { Directive } from '@angular/core';\n\n/**\n * Directive for Nimble select control Angular integration\n */\n@Directive({\n selector: 'nimble-select',\n})\nexport class NimbleSelectDirective {\n}\n","import { Directive, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR, SelectControlValueAccessor } from '@angular/forms';\n\n/**\n * Extension of Angular's SelectControlValueAccessor to target the Nimble select control.\n *\n * @see NimbleSelectOptionDirective\n *\n * Directive decorator based on SelectControlValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/select_control_value_accessor.ts#L85\n */\n@Directive({\n selector:\n 'nimble-select:not([multiple])[formControlName],nimble-select:not([multiple])[formControl],nimble-select:not([multiple])[ngModel]',\n // The following host metadata is duplicated from SelectControlValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: { '(change)': 'onChange($event.target.value)', '(blur)': 'onTouched()' },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleSelectControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleSelectControlValueAccessorDirective extends SelectControlValueAccessor {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleSelectDirective } from './nimble-select.directive';\nimport { NimbleSelectControlValueAccessorDirective } from './nimble-select-control-value-accessor.directive';\n\nimport '@ni/nimble-components/dist/esm/select';\n\n@NgModule({\n declarations: [NimbleSelectDirective, NimbleSelectControlValueAccessorDirective],\n imports: [CommonModule],\n exports: [NimbleSelectDirective, NimbleSelectControlValueAccessorDirective]\n})\nexport class NimbleSelectModule { }\n","import { Directive, ElementRef, Host, HostBinding, Input, Optional, Renderer2 } from '@angular/core';\nimport { NgSelectOption } from '@angular/forms';\nimport { ListboxOption } from '@ni/nimble-components/dist/esm/listbox-option';\nimport { NimbleSelectControlValueAccessorDirective } from '../select';\n\n/**\n * Directive to provide Angular integration for the listbox option.\n */\n@Directive({\n selector: 'nimble-listbox-option'\n})\nexport class NimbleListboxOptionDirective extends NgSelectOption {\n @HostBinding('attr.disabled') @Input() public disabled: boolean;\n\n public constructor(\n element: ElementRef<ListboxOption>, renderer: Renderer2,\n @Optional() @Host() select: NimbleSelectControlValueAccessorDirective\n ) {\n super(element, renderer, select);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleListboxOptionDirective } from './nimble-listbox-option.directive';\n\nimport '@ni/nimble-components/dist/esm/listbox-option';\n\n@NgModule({\n declarations: [NimbleListboxOptionDirective],\n imports: [CommonModule],\n exports: [NimbleListboxOptionDirective]\n})\nexport class NimbleListboxOptionModule { }\n","import { Directive, HostBinding, Input } from '@angular/core';\nimport { ButtonAppearance } from '@ni/nimble-components/dist/esm/button/types';\n\n/**\n * Directive to provide Angular integration for the button.\n */\n@Directive({\n selector: 'nimble-button'\n})\nexport class NimbleButtonDirective {\n @HostBinding('disabled') @Input() public disabled: boolean;\n @HostBinding('appearance') @Input() public appearance: ButtonAppearance;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleButtonDirective } from './nimble-button.directive';\n\nimport '@ni/nimble-components/dist/esm/button';\n\n@NgModule({\n declarations: [NimbleButtonDirective],\n imports: [CommonModule],\n exports: [NimbleButtonDirective]\n})\nexport class NimbleButtonModule { }\n","import { Directive } from '@angular/core';\n\n/**\n * Directive to provide Angular integration for the tree view.\n */\n@Directive({\n selector: 'nimble-tree-view'\n})\nexport class NimbleTreeViewDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTreeViewDirective } from './nimble-tree-view.directive';\n\nimport '@ni/nimble-components/dist/esm/tree-view';\n\n@NgModule({\n declarations: [NimbleTreeViewDirective],\n imports: [CommonModule],\n exports: [NimbleTreeViewDirective]\n})\nexport class NimbleTreeViewModule { }\n","import { Directive, ElementRef, EventEmitter, HostBinding, HostListener, Input, Output } from '@angular/core';\nimport { TreeItem } from '@ni/nimble-components/dist/esm/tree-item';\n\n/**\n * Directive to provide Angular integration for the tree item.\n */\n@Directive({\n selector: 'nimble-tree-item'\n})\nexport class NimbleTreeItemDirective {\n @HostBinding('disabled') @Input() public disabled: boolean;\n @HostBinding('expanded') @Input() public expanded: boolean;\n @HostBinding('selected')\n @HostBinding('attr.aria-selected') // Needed because fast-foundation TreeView sets initial selection with an aria-selected query\n @Input() public selected: boolean;\n\n @Output() public selectedChange = new EventEmitter<boolean>();\n @Output() public expandedChange = new EventEmitter<boolean>();\n\n public constructor(private readonly treeItemReference: ElementRef<TreeItem>) {\n }\n\n @HostListener('selected-change', ['$event'])\n private onSelectedChange($event: Event): void {\n const treeItemElement = this.treeItemReference.nativeElement;\n if ($event.target === treeItemElement) {\n this.selected = treeItemElement.selected;\n this.selectedChange.emit(this.selected);\n }\n }\n\n @HostListener('expanded-change', ['$event'])\n private onExpandedChange($event: Event): void {\n const treeItemElement = this.treeItemReference.nativeElement;\n if ($event.target === treeItemElement) {\n this.expanded = treeItemElement.expanded;\n this.expandedChange.emit(treeItemElement.expanded);\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTreeItemDirective } from './nimble-tree-item.directive';\n\nimport '@ni/nimble-components/dist/esm/tree-item';\n\n@NgModule({\n declarations: [NimbleTreeItemDirective],\n imports: [CommonModule],\n exports: [NimbleTreeItemDirective]\n})\nexport class NimbleTreeItemModule { }\n","import { Directive } from '@angular/core';\n\n/**\n * Directive to provide Angular integration for the checkbox.\n */\n@Directive({\n selector: 'nimble-checkbox'\n})\nexport class NimbleCheckboxDirective {\n}\n","import { Directive, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR, CheckboxControlValueAccessor } from '@angular/forms';\n\n/**\n * Extension of Angular's CheckboxControlValueAccessor to target the Nimble checkbox control.\n *\n * Directive decorator based on CheckboxControlValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/checkbox_value_accessor.ts#L42\n */\n@Directive({\n selector:\n 'nimble-checkbox[formControlName],nimble-checkbox[formControl],nimble-checkbox[ngModel]',\n // The following host metadata is duplicated from CheckboxControlValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: { '(change)': 'onChange($event.target.checked)', '(blur)': 'onTouched()' },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleCheckboxControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleCheckboxControlValueAccessorDirective extends CheckboxControlValueAccessor {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleCheckboxDirective } from './nimble-checkbox.directive';\nimport { NimbleCheckboxControlValueAccessorDirective } from './nimble-checkbox-control-value-accessor.directive';\n\nimport '@ni/nimble-components/dist/esm/checkbox';\n\n@NgModule({\n declarations: [NimbleCheckboxDirective, NimbleCheckboxControlValueAccessorDirective],\n imports: [CommonModule],\n exports: [NimbleCheckboxDirective, NimbleCheckboxControlValueAccessorDirective]\n})\nexport class NimbleCheckboxModule { }\n","import { Directive, ElementRef, EventEmitter, HostBinding, HostListener, Input, Output } from '@angular/core';\nimport { Tabs } from '@ni/nimble-components/dist/esm/tabs';\n\n/**\n * Directive to provide Angular integration for the tabs element.\n */\n@Directive({\n selector: 'nimble-tabs'\n})\nexport class NimbleTabsDirective {\n @HostBinding('attr.activeid') @Input() public activeid: string;\n @Output() public activeidChange = new EventEmitter<string>();\n\n public constructor(private readonly tabs: ElementRef<Tabs>) {\n }\n\n @HostListener('change')\n private onChange(): void {\n this.activeidChange.emit(this.tabs.nativeElement.activeid);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabsDirective } from './nimble-tabs.directive';\n\nimport '@ni/nimble-components/dist/esm/tabs';\n\n@NgModule({\n declarations: [NimbleTabsDirective],\n imports: [CommonModule],\n exports: [NimbleTabsDirective]\n})\nexport class NimbleTabsModule { }\n","import { Directive, HostBinding, Input } from '@angular/core';\n\n/**\n * Directive to provide Angular integration for the tab element.\n */\n@Directive({\n selector: 'nimble-tab'\n})\nexport class NimbleTabDirective {\n @HostBinding('attr.disabled') @Input() public disabled: boolean;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabDirective } from './nimble-tab.directive';\n\nimport '@ni/nimble-components/dist/esm/tab';\n\n@NgModule({\n declarations: [NimbleTabDirective],\n imports: [CommonModule],\n exports: [NimbleTabDirective]\n})\nexport class NimbleTabModule { }\n","import { Directive } from '@angular/core';\n\n/**\n * Directive to provide Angular integration for the tab panel.\n */\n@Directive({\n selector: 'nimble-tab-panel'\n})\nexport class NimbleTabPanelDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabPanelDirective } from './nimble-tab-panel.directive';\n\nimport '@ni/nimble-components/dist/esm/tab-panel';\n\n@NgModule({\n declarations: [NimbleTabPanelDirective],\n imports: [CommonModule],\n exports: [NimbleTabPanelDirective]\n})\nexport class NimbleTabPanelModule { }\n","import { Directive } from '@angular/core';\n\n/**\n * Directive to provide Angular integration for the tabs toolbar.\n */\n@Directive({\n selector: 'nimble-tabs-toolbar'\n})\nexport class NimbleTabsToolbarDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabsToolbarDirective } from './nimble-tabs-toolbar.directive';\n\nimport '@ni/nimble-components/dist/esm/tabs-toolbar';\n\n@NgModule({\n declarations: [NimbleTabsToolbarDirective],\n imports: [CommonModule],\n exports: [NimbleTabsToolbarDirective]\n})\nexport class NimbleTabsToolbarModule { }\n","/*\n * Public API Surface of nimble-angular\n */\n\nexport * from './directives/theme-provider';\nexport * from './directives/text-field';\nexport * from './directives/number-field';\nexport * from './directives/listbox-option';\nexport * from './directives/select';\nexport * from './directives/button';\nexport * from './directives/control-value-accessor';\nexport * from './directives/tree-view';\nexport * from './directives/tree-item';\nexport * from './directives/checkbox';\nexport * from './directives/tabs';\nexport * from './directives/tab';\nexport * from './directives/tab-panel';\nexport * from './directives/tabs-toolbar';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ni-nimble-angular.js","sources":["../../../../projects/ni/nimble-angular/src/directives/utilities/template-value-helpers.ts","../../../../projects/ni/nimble-angular/src/directives/button/nimble-button.directive.ts","../../../../projects/ni/nimble-angular/src/directives/button/nimble-button.module.ts","../../../../projects/ni/nimble-angular/src/directives/checkbox/nimble-checkbox-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/checkbox/nimble-checkbox.directive.ts","../../../../projects/ni/nimble-angular/src/directives/checkbox/nimble-checkbox.module.ts","../../../../projects/ni/nimble-angular/src/directives/drawer/nimble-drawer.directive.ts","../../../../projects/ni/nimble-angular/src/directives/drawer/nimble-drawer.module.ts","../../../../projects/ni/nimble-angular/src/directives/select/nimble-select-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/listbox-option/nimble-listbox-option.directive.ts","../../../../projects/ni/nimble-angular/src/directives/listbox-option/nimble-listbox-option.module.ts","../../../../projects/ni/nimble-angular/src/directives/menu/nimble-menu.directive.ts","../../../../projects/ni/nimble-angular/src/directives/menu/nimble-menu.module.ts","../../../../projects/ni/nimble-angular/src/directives/menu-item/nimble-menu-item.directive.ts","../../../../projects/ni/nimble-angular/src/directives/menu-item/nimble-menu-item.module.ts","../../../../projects/ni/nimble-angular/src/directives/number-field/nimble-number-field-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/number-field/nimble-number-field.directive.ts","../../../../projects/ni/nimble-angular/src/directives/number-field/nimble-number-field.module.ts","../../../../projects/ni/nimble-angular/src/directives/select/nimble-select.directive.ts","../../../../projects/ni/nimble-angular/src/directives/select/nimble-select.module.ts","../../../../projects/ni/nimble-angular/src/directives/tab/nimble-tab.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tab/nimble-tab.module.ts","../../../../projects/ni/nimble-angular/src/directives/tab-panel/nimble-tab-panel.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tab-panel/nimble-tab-panel.module.ts","../../../../projects/ni/nimble-angular/src/directives/tabs/nimble-tabs.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tabs/nimble-tabs.module.ts","../../../../projects/ni/nimble-angular/src/directives/tabs-toolbar/nimble-tabs-toolbar.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tabs-toolbar/nimble-tabs-toolbar.module.ts","../../../../projects/ni/nimble-angular/src/directives/text-field/nimble-text-field-control-value-accessor.directive.ts","../../../../projects/ni/nimble-angular/src/directives/text-field/nimble-text-field.directive.ts","../../../../projects/ni/nimble-angular/src/directives/text-field/nimble-text-field.module.ts","../../../../projects/ni/nimble-angular/src/directives/theme-provider/nimble-theme-provider.directive.ts","../../../../projects/ni/nimble-angular/src/directives/theme-provider/nimble-theme-provider.module.ts","../../../../projects/ni/nimble-angular/src/directives/tree-item/nimble-tree-item.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tree-item/nimble-tree-item.module.ts","../../../../projects/ni/nimble-angular/src/directives/tree-view/nimble-tree-view.directive.ts","../../../../projects/ni/nimble-angular/src/directives/tree-view/nimble-tree-view.module.ts","../../../../projects/ni/nimble-angular/src/testing/async-helpers.ts","../../../../projects/ni/nimble-angular/src/public-api.ts","../../../../projects/ni/nimble-angular/src/ni-nimble-angular.ts"],"sourcesContent":["/**\n * Conversion helpers for values coming from template attributes or property bindings\n */\n\n// Values assigned to directives can come from template attributes, ie <my-element my-number=\"4\"></my-element>\n// or from property bindings, ie <my-element [my-number]=\"someNumber\"></my-element>\n// So setters for our directives accept both string values from template attributes and\n// the expected property type. This file has helpers for common property types.\n// More context: https://v13.angular.io/guide/template-typecheck#input-setter-coercion\n\ntype BooleanAttribute = '' | null;\nexport type BooleanValueOrAttribute = boolean | BooleanAttribute;\nexport type NumberValueOrAttribute = number | string;\n\n/**\n * Converts values from templates (empty string or null) or boolean bindings to a boolean property representation\n */\nexport const toBooleanProperty = (value: BooleanValueOrAttribute): boolean => {\n if (value === false || value === null) {\n return false;\n }\n // For boolean attributes the empty string value is true\n return true;\n};\n\n/**\n * Converts values from templates (empty string or null) or boolean bindings to an Aria boolean\n * attribute representation (the strings \"true\" or \"false\")\n */\nexport const toBooleanAriaAttribute = (value: BooleanValueOrAttribute): 'true' | 'false' => {\n if (value === false || value === null) {\n return 'false';\n }\n // For boolean attributes the empty string value is true\n return 'true';\n};\n\n/**\n * Converts values from templates (number representation as a string) or number bindings to a number property representation\n */\nexport const toNumberProperty = (value: NumberValueOrAttribute): number => {\n // Angular: https://github.com/angular/angular/blob/2664bc2b3ef4ee5fd671f915828cfcc274a36c77/packages/forms/src/directives/number_value_accessor.ts#L67\n // And Fast: https://github.com/microsoft/fast/blob/46bb6d9aab2c37105f4434db3795e176c2354a4f/packages/web-components/fast-element/src/components/attributes.ts#L100\n // Handle numeric conversions from the view differently\n // Since Number(val) https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-number-constructor-number-value\n // and val * 1 https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-applystringornumericbinaryoperator\n // Are identical (use ToNumeric algorithm), went with Number() for clarity\n return Number(value);\n};\n","import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { Button } from '@ni/nimble-components/dist/esm/button';\nimport type { ButtonAppearanceAttribute, ButtonType } from '@ni/nimble-components/dist/esm/button/types';\nimport { ButtonAppearance } from '@ni/nimble-components/dist/esm/button/types';\nimport { BooleanValueOrAttribute, toBooleanProperty } from '../utilities/template-value-helpers';\n\nexport type { Button, ButtonType };\nexport { ButtonAppearance };\n\n/**\n * Directive to provide Angular integration for the button.\n */\n@Directive({\n selector: 'nimble-button'\n})\nexport class NimbleButtonDirective {\n public get appearance(): ButtonAppearance {\n return this.elementRef.nativeElement.appearance;\n }\n\n @Input() public set appearance(value: ButtonAppearance | ButtonAppearanceAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'appearance', value);\n }\n\n public get disabled(): boolean {\n return this.elementRef.nativeElement.disabled;\n }\n\n @Input() public set disabled(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));\n }\n\n public get type(): ButtonType {\n return this.elementRef.nativeElement.type;\n }\n\n @Input() public set type(value: ButtonType) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'type', value);\n }\n\n public get contentHidden(): boolean {\n return this.elementRef.nativeElement.contentHidden;\n }\n\n // contentHidden property intentionally maps to the content-hidden attribute\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('content-hidden') public set contentHidden(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'contentHidden', toBooleanProperty(value));\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<Button>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleButtonDirective } from './nimble-button.directive';\n\nimport '@ni/nimble-components/dist/esm/button';\n\n@NgModule({\n declarations: [NimbleButtonDirective],\n imports: [CommonModule],\n exports: [NimbleButtonDirective]\n})\nexport class NimbleButtonModule { }\n","import { Directive, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR, CheckboxControlValueAccessor } from '@angular/forms';\n\n/**\n * Extension of Angular's CheckboxControlValueAccessor to target the Nimble checkbox control.\n *\n * Directive decorator based on CheckboxControlValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/checkbox_value_accessor.ts#L42\n */\n@Directive({\n selector:\n 'nimble-checkbox[formControlName],nimble-checkbox[formControl],nimble-checkbox[ngModel]',\n // The following host metadata is duplicated from CheckboxControlValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: { '(change)': 'onChange($event.target.checked)', '(blur)': 'onTouched()' },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleCheckboxControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleCheckboxControlValueAccessorDirective extends CheckboxControlValueAccessor {\n}\n","import { Directive } from '@angular/core';\nimport type { Checkbox } from '@ni/nimble-components/dist/esm/checkbox';\n\nexport type { Checkbox };\n\n/**\n * Directive to provide Angular integration for the checkbox.\n */\n@Directive({\n selector: 'nimble-checkbox'\n})\nexport class NimbleCheckboxDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleCheckboxDirective } from './nimble-checkbox.directive';\nimport { NimbleCheckboxControlValueAccessorDirective } from './nimble-checkbox-control-value-accessor.directive';\n\nimport '@ni/nimble-components/dist/esm/checkbox';\n\n@NgModule({\n declarations: [NimbleCheckboxDirective, NimbleCheckboxControlValueAccessorDirective],\n imports: [CommonModule],\n exports: [NimbleCheckboxDirective, NimbleCheckboxControlValueAccessorDirective]\n})\nexport class NimbleCheckboxModule { }\n","import { Directive, ElementRef, EventEmitter, HostListener, Input, Output, Renderer2 } from '@angular/core';\nimport type { Drawer } from '@ni/nimble-components/dist/esm/drawer';\nimport type { DrawerLocationAttribute, DrawerStateAttribute } from '@ni/nimble-components/dist/esm/drawer/types';\nimport { DrawerLocation, DrawerState } from '@ni/nimble-components/dist/esm/drawer/types';\nimport { BooleanValueOrAttribute, toBooleanProperty } from '../utilities/template-value-helpers';\n\nexport type { Drawer };\nexport { DrawerLocation, DrawerState };\n\n/**\n * Directive to provide Angular integration for the drawer.\n */\n@Directive({\n selector: 'nimble-drawer'\n})\nexport class NimbleDrawerDirective {\n public get location(): DrawerLocation {\n return this.elementRef.nativeElement.location;\n }\n\n @Input() public set location(value: DrawerLocation | DrawerLocationAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'location', value);\n }\n\n public get state(): DrawerState {\n return this.elementRef.nativeElement.state;\n }\n\n @Input() public set state(value: DrawerState | DrawerStateAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'state', value);\n }\n\n public get modal(): boolean {\n return this.elementRef.nativeElement.modal;\n }\n\n @Input() public set modal(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'modal', toBooleanProperty(value));\n }\n\n @Output() public stateChange = new EventEmitter<DrawerState>();\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<Drawer>) {}\n\n public show(): void {\n this.state = DrawerState.Opening;\n }\n\n public hide(): void {\n this.state = DrawerState.Closing;\n }\n\n @HostListener('state-change', ['$event'])\n public onStateChanged($event: Event): void {\n if ($event.target === this.elementRef.nativeElement) {\n this.stateChange.emit(this.state);\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleDrawerDirective } from './nimble-drawer.directive';\n\nimport '@ni/nimble-components/dist/esm/drawer';\n\n@NgModule({\n declarations: [NimbleDrawerDirective],\n imports: [CommonModule],\n exports: [NimbleDrawerDirective]\n})\nexport class NimbleDrawerModule { }\n","import { Directive, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR, SelectControlValueAccessor } from '@angular/forms';\n\n/**\n * Extension of Angular's SelectControlValueAccessor to target the Nimble select control.\n *\n * @see NimbleSelectOptionDirective\n *\n * Directive decorator based on SelectControlValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/select_control_value_accessor.ts#L85\n */\n@Directive({\n selector:\n 'nimble-select:not([multiple])[formControlName],nimble-select:not([multiple])[formControl],nimble-select:not([multiple])[ngModel]',\n // The following host metadata is duplicated from SelectControlValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: { '(change)': 'onChange($event.target.value)', '(blur)': 'onTouched()' },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleSelectControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleSelectControlValueAccessorDirective extends SelectControlValueAccessor {\n}\n","import { Directive, ElementRef, Host, Inject, Input, Optional, Renderer2 } from '@angular/core';\nimport { NgSelectOption } from '@angular/forms';\nimport type { ListboxOption } from '@ni/nimble-components/dist/esm/listbox-option';\nimport { NimbleSelectControlValueAccessorDirective } from '../select/nimble-select-control-value-accessor.directive';\nimport { BooleanValueOrAttribute, toBooleanProperty } from '../utilities/template-value-helpers';\n\nexport type { ListboxOption };\n\n/**\n * Directive to provide Angular integration for the listbox option.\n */\n@Directive({\n selector: 'nimble-listbox-option'\n})\nexport class NimbleListboxOptionDirective extends NgSelectOption {\n public get disabled(): boolean {\n return this.elementRef.nativeElement.disabled;\n }\n\n @Input() public set disabled(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));\n }\n\n public constructor(\n private readonly elementRef: ElementRef<ListboxOption>,\n private readonly renderer: Renderer2,\n @Inject(NimbleSelectControlValueAccessorDirective) @Optional() @Host() select: NimbleSelectControlValueAccessorDirective\n ) {\n super(elementRef, renderer, select);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleListboxOptionDirective } from './nimble-listbox-option.directive';\n\nimport '@ni/nimble-components/dist/esm/listbox-option';\n\n@NgModule({\n declarations: [NimbleListboxOptionDirective],\n imports: [CommonModule],\n exports: [NimbleListboxOptionDirective]\n})\nexport class NimbleListboxOptionModule { }\n","import { Directive } from '@angular/core';\nimport type { Menu } from '@ni/nimble-components/dist/esm/menu';\n\nexport type { Menu };\n\n/**\n * Directive to provide Angular integration for the menu.\n */\n@Directive({\n selector: 'nimble-menu'\n})\nexport class NimbleMenuDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleMenuDirective } from './nimble-menu.directive';\n\nimport '@ni/nimble-components/dist/esm/menu';\n\n@NgModule({\n declarations: [NimbleMenuDirective],\n imports: [CommonModule],\n exports: [NimbleMenuDirective]\n})\nexport class NimbleMenuModule { }\n","import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { MenuItem } from '@ni/nimble-components/dist/esm/menu-item';\nimport { BooleanValueOrAttribute, toBooleanProperty } from '../utilities/template-value-helpers';\n\nexport type { MenuItem };\n\n/**\n * Directive to provide Angular integration for the menu.\n */\n@Directive({\n selector: 'nimble-menu-item'\n})\nexport class NimbleMenuItemDirective {\n public get disabled(): boolean {\n return this.elementRef.nativeElement.disabled;\n }\n\n @Input() public set disabled(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<MenuItem>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleMenuItemDirective } from './nimble-menu-item.directive';\n\nimport '@ni/nimble-components/dist/esm/menu-item';\n\n@NgModule({\n declarations: [NimbleMenuItemDirective],\n imports: [CommonModule],\n exports: [NimbleMenuItemDirective]\n})\nexport class NimbleMenuItemModule { }\n","import { Directive, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR, NumberValueAccessor } from '@angular/forms';\n\n/**\n * Extension of Angular's NumberValueAccessor to target the number-based inputs.\n *\n * Directive decorator based on NumberValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/number_value_accessor.ts#L43\n */\n@Directive({\n selector:\n 'nimble-number-field[formControlName],nimble-number-field[formControl],nimble-number-field[ngModel]',\n // The following host metadata is duplicated from NumberValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: { '(input)': 'onChange($event.target.value)', '(blur)': 'onTouched()' },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleNumberFieldControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleNumberFieldControlValueAccessorDirective extends NumberValueAccessor {}","import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { NumberField } from '@ni/nimble-components/dist/esm/number-field';\nimport { BooleanValueOrAttribute, NumberValueOrAttribute, toBooleanProperty, toNumberProperty } from '../utilities/template-value-helpers';\n\nexport type { NumberField };\n\n/**\n * Directive to provide Angular integration for the number field.\n */\n@Directive({\n selector: 'nimble-number-field'\n})\nexport class NimbleNumberFieldDirective {\n public get readOnly(): boolean {\n return this.elementRef.nativeElement.readOnly;\n }\n\n // readOnly property maps to the readonly attribute\n // https://github.com/microsoft/fast/blob/46bb6d9aab2c37105f4434db3795e176c2354a4f/packages/web-components/fast-foundation/src/number-field/number-field.ts#L38\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('readonly') public set readOnly(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'readOnly', toBooleanProperty(value));\n }\n\n public get min(): number {\n return this.elementRef.nativeElement.min;\n }\n\n @Input() public set min(value: NumberValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'min', toNumberProperty(value));\n }\n\n public get max(): number {\n return this.elementRef.nativeElement.max;\n }\n\n @Input() public set max(value: NumberValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'max', toNumberProperty(value));\n }\n\n public get step(): number {\n return this.elementRef.nativeElement.step;\n }\n\n @Input() public set step(value: NumberValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'step', toNumberProperty(value));\n }\n\n public get placeholder(): string {\n return this.elementRef.nativeElement.placeholder;\n }\n\n @Input() public set placeholder(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'placeholder', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<NumberField>) {}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NimbleNumberFieldDirective } from './nimble-number-field.directive';\nimport { NimbleNumberFieldControlValueAccessorDirective } from './nimble-number-field-control-value-accessor.directive';\nimport '@ni/nimble-components/dist/esm/number-field';\n\n@NgModule({\n declarations: [NimbleNumberFieldDirective, NimbleNumberFieldControlValueAccessorDirective],\n imports: [CommonModule],\n exports: [NimbleNumberFieldDirective, NimbleNumberFieldControlValueAccessorDirective]\n})\nexport class NimbleNumberFieldModule {}\n","import { Directive } from '@angular/core';\nimport type { Select } from '@ni/nimble-components/dist/esm/select';\n\nexport type { Select };\n\n/**\n * Directive for Nimble select control Angular integration\n */\n@Directive({\n selector: 'nimble-select',\n})\nexport class NimbleSelectDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleSelectDirective } from './nimble-select.directive';\nimport { NimbleSelectControlValueAccessorDirective } from './nimble-select-control-value-accessor.directive';\n\nimport '@ni/nimble-components/dist/esm/select';\n\n@NgModule({\n declarations: [NimbleSelectDirective, NimbleSelectControlValueAccessorDirective],\n imports: [CommonModule],\n exports: [NimbleSelectDirective, NimbleSelectControlValueAccessorDirective]\n})\nexport class NimbleSelectModule { }\n","import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { Tab } from '@ni/nimble-components/dist/esm/tab';\nimport { BooleanValueOrAttribute, toBooleanProperty } from '../utilities/template-value-helpers';\n\nexport type { Tab };\n\n/**\n * Directive to provide Angular integration for the tab element.\n */\n@Directive({\n selector: 'nimble-tab'\n})\nexport class NimbleTabDirective {\n public get disabled(): boolean {\n return this.elementRef.nativeElement.disabled;\n }\n\n @Input() public set disabled(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<Tab>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabDirective } from './nimble-tab.directive';\n\nimport '@ni/nimble-components/dist/esm/tab';\n\n@NgModule({\n declarations: [NimbleTabDirective],\n imports: [CommonModule],\n exports: [NimbleTabDirective]\n})\nexport class NimbleTabModule { }\n","import { Directive } from '@angular/core';\nimport type { TabPanel } from '@ni/nimble-components/dist/esm/tab-panel';\n\nexport type { TabPanel };\n\n/**\n * Directive to provide Angular integration for the tab panel.\n */\n@Directive({\n selector: 'nimble-tab-panel'\n})\nexport class NimbleTabPanelDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabPanelDirective } from './nimble-tab-panel.directive';\n\nimport '@ni/nimble-components/dist/esm/tab-panel';\n\n@NgModule({\n declarations: [NimbleTabPanelDirective],\n imports: [CommonModule],\n exports: [NimbleTabPanelDirective]\n})\nexport class NimbleTabPanelModule { }\n","import { Directive, ElementRef, EventEmitter, HostListener, Input, Output, Renderer2 } from '@angular/core';\nimport type { Tabs } from '@ni/nimble-components/dist/esm/tabs';\n\nexport type { Tabs };\n\n/**\n * Directive to provide Angular integration for the tabs element.\n */\n@Directive({\n selector: 'nimble-tabs'\n})\nexport class NimbleTabsDirective {\n public get activeid(): string {\n return this.elementRef.nativeElement.activeid;\n }\n\n @Input() public set activeid(value: string) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'activeid', value);\n }\n\n @Output() public activeidChange = new EventEmitter<string>();\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<Tabs>) {}\n\n @HostListener('change', ['$event'])\n public onChange($event: Event): void {\n if ($event.target === this.elementRef.nativeElement) {\n this.activeidChange.emit(this.activeid);\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabsDirective } from './nimble-tabs.directive';\n\nimport '@ni/nimble-components/dist/esm/tabs';\n\n@NgModule({\n declarations: [NimbleTabsDirective],\n imports: [CommonModule],\n exports: [NimbleTabsDirective]\n})\nexport class NimbleTabsModule { }\n","import { Directive } from '@angular/core';\nimport type { TabsToolbar } from '@ni/nimble-components/dist/esm/tabs-toolbar';\n\nexport type { TabsToolbar };\n\n/**\n * Directive to provide Angular integration for the tabs toolbar.\n */\n@Directive({\n selector: 'nimble-tabs-toolbar'\n})\nexport class NimbleTabsToolbarDirective {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTabsToolbarDirective } from './nimble-tabs-toolbar.directive';\n\nimport '@ni/nimble-components/dist/esm/tabs-toolbar';\n\n@NgModule({\n declarations: [NimbleTabsToolbarDirective],\n imports: [CommonModule],\n exports: [NimbleTabsToolbarDirective]\n})\nexport class NimbleTabsToolbarModule { }\n","import { Directive, forwardRef } from '@angular/core';\nimport { DefaultValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n\n/**\n * Extension of Angular's DefaultValueAccessor to target the text-based inputs.\n *\n * Directive decorator based on DefaultValueAccessor decorator\n * https://github.com/angular/angular/blob/master/packages/forms/src/directives/default_value_accessor.ts#L72\n */\n@Directive({\n selector:\n 'nimble-text-field[formControlName],nimble-text-field[formControl],nimble-text-field[ngModel]',\n // The following host metadata is duplicated from DefaultValueAccessor\n // eslint-disable-next-line @angular-eslint/no-host-metadata-property\n host: {\n '(input)': '$any(this)._handleInput($event.target.value)',\n '(blur)': 'onTouched()',\n '(compositionstart)': '$any(this)._compositionStart()',\n '(compositionend)': '$any(this)._compositionEnd($event.target.value)'\n },\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NimbleTextFieldControlValueAccessorDirective),\n multi: true\n }]\n})\nexport class NimbleTextFieldControlValueAccessorDirective extends DefaultValueAccessor {}","import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { TextField } from '@ni/nimble-components/dist/esm/text-field';\nimport type { TextFieldTypeAttribute } from '@ni/nimble-components/dist/esm/text-field/types';\nimport { TextFieldType } from '@ni/nimble-components/dist/esm/text-field/types';\nimport { BooleanValueOrAttribute, toBooleanProperty } from '../utilities/template-value-helpers';\n\nexport type { TextField };\nexport { TextFieldType };\n\n/**\n * Directive to provide Angular integration for the text field\n */\n@Directive({\n selector: 'nimble-text-field'\n})\nexport class NimbleTextFieldDirective {\n public get readOnly(): boolean {\n return this.elementRef.nativeElement.readOnly;\n }\n\n // readOnly property maps to the readonly attribute\n // See: https://github.com/microsoft/fast/blob/46bb6d9aab2c37105f4434db3795e176c2354a4f/packages/web-components/fast-foundation/src/text-field/text-field.ts#L33\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('readonly') public set readOnly(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'readOnly', toBooleanProperty(value));\n }\n\n public get type(): TextFieldType {\n return this.elementRef.nativeElement.type;\n }\n\n @Input() public set type(value: TextFieldType | TextFieldTypeAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'type', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<TextField>) {}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { NimbleTextFieldDirective } from './nimble-text-field.directive';\nimport { NimbleTextFieldControlValueAccessorDirective } from './nimble-text-field-control-value-accessor.directive';\nimport '@ni/nimble-components/dist/esm/text-field';\n\n@NgModule({\n declarations: [NimbleTextFieldDirective, NimbleTextFieldControlValueAccessorDirective],\n imports: [CommonModule],\n exports: [NimbleTextFieldDirective, NimbleTextFieldControlValueAccessorDirective]\n})\nexport class NimbleTextFieldModule {}\n","import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { ThemeProvider } from '@ni/nimble-components/dist/esm/theme-provider';\nimport type { ThemeAttribute } from '@ni/nimble-components/dist/esm/theme-provider/types';\nimport { Theme } from '@ni/nimble-components/dist/esm/theme-provider/types';\n\nexport type { ThemeProvider };\nexport { Theme };\n\n/**\n * Directive for Angular integration for the theme provider\n */\n@Directive({\n selector: 'nimble-theme-provider'\n})\nexport class NimbleThemeProviderDirective {\n public get theme(): Theme {\n return this.elementRef.nativeElement.theme;\n }\n\n @Input() public set theme(value: Theme | ThemeAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'theme', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<ThemeProvider>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleThemeProviderDirective } from './nimble-theme-provider.directive';\n\nimport '@ni/nimble-components/dist/esm/theme-provider';\n\n@NgModule({\n declarations: [NimbleThemeProviderDirective],\n imports: [CommonModule],\n exports: [NimbleThemeProviderDirective]\n})\nexport class NimbleThemeProviderModule { }\n","import { Directive, ElementRef, EventEmitter, HostListener, Input, Output, Renderer2 } from '@angular/core';\nimport type { TreeItem } from '@ni/nimble-components/dist/esm/tree-item';\nimport { BooleanValueOrAttribute, toBooleanAriaAttribute, toBooleanProperty } from '../utilities/template-value-helpers';\n\nexport type { TreeItem };\n\n/**\n * Directive to provide Angular integration for the tree item.\n */\n@Directive({\n selector: 'nimble-tree-item'\n})\nexport class NimbleTreeItemDirective {\n public get disabled(): boolean {\n return this.elementRef.nativeElement.disabled;\n }\n\n @Input() public set disabled(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));\n }\n\n public get expanded(): boolean {\n return this.elementRef.nativeElement.expanded;\n }\n\n @Input() public set expanded(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'expanded', toBooleanProperty(value));\n }\n\n public get selected(): boolean {\n return this.elementRef.nativeElement.selected;\n }\n\n @Input() public set selected(value: BooleanValueOrAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'selected', toBooleanProperty(value));\n // Needed because fast-foundation TreeView sets initial selection with an aria-selected query\n this.renderer.setAttribute(this.elementRef.nativeElement, 'selected', toBooleanAriaAttribute(value));\n }\n\n @Output() public expandedChange = new EventEmitter<boolean>();\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<TreeItem>) {}\n\n @HostListener('expanded-change', ['$event'])\n public onExpandedChange($event: Event): void {\n if ($event.target === this.elementRef.nativeElement) {\n this.expandedChange.emit(this.expanded);\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTreeItemDirective } from './nimble-tree-item.directive';\n\nimport '@ni/nimble-components/dist/esm/tree-item';\n\n@NgModule({\n declarations: [NimbleTreeItemDirective],\n imports: [CommonModule],\n exports: [NimbleTreeItemDirective]\n})\nexport class NimbleTreeItemModule { }\n","import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { TreeView } from '@ni/nimble-components/dist/esm/tree-view';\nimport type { TreeViewSelectionModeAttribute } from '@ni/nimble-components/dist/esm/tree-view/types';\nimport { TreeViewSelectionMode } from '@ni/nimble-components/dist/esm/tree-view/types';\n\nexport type { TreeView };\nexport { TreeViewSelectionMode };\n\n/**\n * Directive to provide Angular integration for the tree view.\n */\n@Directive({\n selector: 'nimble-tree-view'\n})\nexport class NimbleTreeViewDirective {\n public get selectionMode(): TreeViewSelectionMode {\n return this.elementRef.nativeElement.selectionMode;\n }\n\n // selectionMode property intentionally maps to the selection-mode attribute\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('selection-mode') public set selectionMode(value: TreeViewSelectionMode | TreeViewSelectionModeAttribute) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'selectionMode', value);\n }\n\n public constructor(private readonly renderer: Renderer2, private readonly elementRef: ElementRef<TreeView>) {}\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleTreeViewDirective } from './nimble-tree-view.directive';\n\nimport '@ni/nimble-components/dist/esm/tree-view';\n\n@NgModule({\n declarations: [NimbleTreeViewDirective],\n imports: [CommonModule],\n exports: [NimbleTreeViewDirective]\n})\nexport class NimbleTreeViewModule { }\n","import { processUpdates, waitForUpdatesAsync as waitForUpdatesAsyncOriginal } from '@ni/nimble-components/dist/esm/testing/async-helpers';\n\nexport { processUpdates };\n\n/**\n * Immediately processes all updates in queue.\n *\n * Useful for synchronously testing Nimble elements. Call this in fakeAsync tests to\n * immediately resolve tasks which otherwise would require waiting for an animation\n * frame. This should also be called after every fakeAsync test to clear the internal\n * process queue and allow subsequent tests to run normally.\n */\nexport const waitForUpdatesAsync = waitForUpdatesAsyncOriginal;","/*\n * Public API Surface of nimble-angular\n */\n\nexport * from './directives/button/nimble-button.directive';\nexport * from './directives/button/nimble-button.module';\nexport * from './directives/checkbox/nimble-checkbox-control-value-accessor.directive';\nexport * from './directives/checkbox/nimble-checkbox.directive';\nexport * from './directives/checkbox/nimble-checkbox.module';\nexport * from './directives/drawer/nimble-drawer.directive';\nexport * from './directives/drawer/nimble-drawer.module';\nexport * from './directives/listbox-option/nimble-listbox-option.directive';\nexport * from './directives/listbox-option/nimble-listbox-option.module';\nexport * from './directives/menu/nimble-menu.directive';\nexport * from './directives/menu/nimble-menu.module';\nexport * from './directives/menu-item/nimble-menu-item.directive';\nexport * from './directives/menu-item/nimble-menu-item.module';\nexport * from './directives/number-field/nimble-number-field-control-value-accessor.directive';\nexport * from './directives/number-field/nimble-number-field.directive';\nexport * from './directives/number-field/nimble-number-field.module';\nexport * from './directives/select/nimble-select-control-value-accessor.directive';\nexport * from './directives/select/nimble-select.directive';\nexport * from './directives/select/nimble-select.module';\nexport * from './directives/tab/nimble-tab.directive';\nexport * from './directives/tab/nimble-tab.module';\nexport * from './directives/tab-panel/nimble-tab-panel.directive';\nexport * from './directives/tab-panel/nimble-tab-panel.module';\nexport * from './directives/tabs/nimble-tabs.directive';\nexport * from './directives/tabs/nimble-tabs.module';\nexport * from './directives/tabs-toolbar/nimble-tabs-toolbar.directive';\nexport * from './directives/tabs-toolbar/nimble-tabs-toolbar.module';\nexport * from './directives/text-field/nimble-text-field-control-value-accessor.directive';\nexport * from './directives/text-field/nimble-text-field.directive';\nexport * from './directives/text-field/nimble-text-field.module';\nexport * from './directives/theme-provider/nimble-theme-provider.directive';\nexport * from './directives/theme-provider/nimble-theme-provider.module';\nexport * from './directives/tree-item/nimble-tree-item.directive';\nexport * from './directives/tree-item/nimble-tree-item.module';\nexport * from './directives/tree-view/nimble-tree-view.directive';\nexport * from './directives/tree-view/nimble-tree-view.module';\nexport * from './testing/async-helpers';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["waitForUpdatesAsyncOriginal"],"mappings":"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"}
|
package/ni-nimble-angular.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"__symbolic":"module","version":4,"metadata":{"NimbleButtonDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":12,"character":1},"arguments":[{"selector":"nimble-button"}]}],"members":{"appearance":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":5}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":5}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":5}}]}],"contentHidden":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":5},"arguments":["content-hidden"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":50,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/button","name":"Button","line":50,"character":101}]}]}]}},"NimbleButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleButtonDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleButtonDirective"}]}]}],"members":{}},"NimbleCheckboxControlValueAccessorDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/forms","name":"CheckboxControlValueAccessor","line":21,"character":65},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"nimble-checkbox[formControlName],nimble-checkbox[formControl],nimble-checkbox[ngModel]","host":{"(change)":"onChange($event.target.checked)","(blur)":"onTouched()","$quoted$":["(change)","(blur)"]},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":16,"character":17},"useExisting":{"__symbolic":"reference","name":"NimbleCheckboxControlValueAccessorDirective"},"multi":true}]}]}],"members":{}},"NimbleCheckboxDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":8,"character":1},"arguments":[{"selector":"nimble-checkbox"}]}],"members":{}},"NimbleCheckboxModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":7,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleCheckboxDirective"},{"__symbolic":"reference","name":"NimbleCheckboxControlValueAccessorDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":9,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleCheckboxDirective"},{"__symbolic":"reference","name":"NimbleCheckboxControlValueAccessorDirective"}]}]}],"members":{}},"NimbleDrawerDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":12,"character":1},"arguments":[{"selector":"nimble-drawer"}]}],"members":{"location":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":5}}]}],"state":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":5}}]}],"modal":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":5}}]}],"stateChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":40,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":41,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/drawer","name":"Drawer","line":41,"character":101}]}]}],"show":[{"__symbolic":"method"}],"hide":[{"__symbolic":"method"}],"onStateChanged":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":51,"character":5},"arguments":["state-change",["$event"]]}]}]}},"NimbleDrawerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleDrawerDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleDrawerDirective"}]}]}],"members":{}},"NimbleListboxOptionDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/forms","name":"NgSelectOption","line":14,"character":50},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":11,"character":1},"arguments":[{"selector":"nimble-listbox-option"}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":26,"character":9},"arguments":[{"__symbolic":"reference","name":"NimbleSelectControlValueAccessorDirective"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":26,"character":60}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Host","line":26,"character":72}}]],"parameters":[{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/listbox-option","name":"ListboxOption","line":24,"character":48}]},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":25,"character":35},{"__symbolic":"reference","name":"NimbleSelectControlValueAccessorDirective"}]}]}},"NimbleListboxOptionModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleListboxOptionDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleListboxOptionDirective"}]}]}],"members":{}},"NimbleMenuDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":8,"character":1},"arguments":[{"selector":"nimble-menu"}]}],"members":{}},"NimbleMenuModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleMenuDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleMenuDirective"}]}]}],"members":{}},"NimbleMenuItemDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"nimble-menu-item"}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":21,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/menu-item","name":"MenuItem","line":21,"character":101}]}]}]}},"NimbleMenuItemModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleMenuItemDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleMenuItemDirective"}]}]}],"members":{}},"NimbleNumberFieldControlValueAccessorDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/forms","name":"NumberValueAccessor","line":21,"character":68},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"nimble-number-field[formControlName],nimble-number-field[formControl],nimble-number-field[ngModel]","host":{"(input)":"onChange($event.target.value)","(blur)":"onTouched()","$quoted$":["(input)","(blur)"]},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":16,"character":17},"useExisting":{"__symbolic":"reference","name":"NimbleNumberFieldControlValueAccessorDirective"},"multi":true}]}]}],"members":{}},"NimbleNumberFieldDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"nimble-number-field"}]}],"members":{"readOnly":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":5},"arguments":["readonly"]}]}],"min":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":5}}]}],"max":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":36,"character":5}}]}],"step":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":44,"character":5}}]}],"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":52,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":56,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/number-field","name":"NumberField","line":56,"character":101}]}]}]}},"NimbleNumberFieldModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleNumberFieldDirective"},{"__symbolic":"reference","name":"NimbleNumberFieldControlValueAccessorDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleNumberFieldDirective"},{"__symbolic":"reference","name":"NimbleNumberFieldControlValueAccessorDirective"}]}]}],"members":{}},"NimbleSelectControlValueAccessorDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/forms","name":"SelectControlValueAccessor","line":23,"character":63},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":11,"character":1},"arguments":[{"selector":"nimble-select:not([multiple])[formControlName],nimble-select:not([multiple])[formControl],nimble-select:not([multiple])[ngModel]","host":{"(change)":"onChange($event.target.value)","(blur)":"onTouched()","$quoted$":["(change)","(blur)"]},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":18,"character":17},"useExisting":{"__symbolic":"reference","name":"NimbleSelectControlValueAccessorDirective"},"multi":true}]}]}],"members":{}},"NimbleSelectDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":8,"character":1},"arguments":[{"selector":"nimble-select"}]}],"members":{}},"NimbleSelectModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":7,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleSelectDirective"},{"__symbolic":"reference","name":"NimbleSelectControlValueAccessorDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":9,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleSelectDirective"},{"__symbolic":"reference","name":"NimbleSelectControlValueAccessorDirective"}]}]}],"members":{}},"NimbleTabDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"nimble-tab"}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":21,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/tab","name":"Tab","line":21,"character":101}]}]}]}},"NimbleTabModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleTabDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleTabDirective"}]}]}],"members":{}},"NimbleTabPanelDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":8,"character":1},"arguments":[{"selector":"nimble-tab-panel"}]}],"members":{}},"NimbleTabPanelModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleTabPanelDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleTabPanelDirective"}]}]}],"members":{}},"NimbleTabsDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":8,"character":1},"arguments":[{"selector":"nimble-tabs"}]}],"members":{"activeid":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":16,"character":5}}]}],"activeidChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":20,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":22,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/tabs","name":"Tabs","line":22,"character":101}]}]}],"onChange":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":24,"character":5},"arguments":["change",["$event"]]}]}]}},"NimbleTabsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleTabsDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleTabsDirective"}]}]}],"members":{}},"NimbleTabsToolbarDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":8,"character":1},"arguments":[{"selector":"nimble-tabs-toolbar"}]}],"members":{}},"NimbleTabsToolbarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleTabsToolbarDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleTabsToolbarDirective"}]}]}],"members":{}},"NimbleTextFieldControlValueAccessorDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/forms","name":"DefaultValueAccessor","line":26,"character":66},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"nimble-text-field[formControlName],nimble-text-field[formControl],nimble-text-field[ngModel]","host":{"(input)":"$any(this)._handleInput($event.target.value)","(blur)":"onTouched()","(compositionstart)":"$any(this)._compositionStart()","(compositionend)":"$any(this)._compositionEnd($event.target.value)","$quoted$":["(input)","(blur)","(compositionstart)","(compositionend)"]},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR","line":21,"character":17},"useExisting":{"__symbolic":"reference","name":"NimbleTextFieldControlValueAccessorDirective"},"multi":true}]}]}],"members":{}},"NimbleTextFieldDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":12,"character":1},"arguments":[{"selector":"nimble-text-field"}]}],"members":{"readOnly":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":5},"arguments":["readonly"]}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":35,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/text-field","name":"TextField","line":35,"character":101}]}]}]}},"NimbleTextFieldModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleTextFieldDirective"},{"__symbolic":"reference","name":"NimbleTextFieldControlValueAccessorDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleTextFieldDirective"},{"__symbolic":"reference","name":"NimbleTextFieldControlValueAccessorDirective"}]}]}],"members":{}},"NimbleThemeProviderDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":11,"character":1},"arguments":[{"selector":"nimble-theme-provider"}]}],"members":{"theme":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":23,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/theme-provider","name":"ThemeProvider","line":23,"character":101}]}]}]}},"NimbleThemeProviderModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleThemeProviderDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleThemeProviderDirective"}]}]}],"members":{}},"NimbleTreeItemDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":9,"character":1},"arguments":[{"selector":"nimble-tree-item"}]}],"members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":5}}]}],"expanded":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":5}}]}],"selected":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":5}}]}],"expandedChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":39,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":41,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/tree-item","name":"TreeItem","line":41,"character":101}]}]}],"onExpandedChange":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":43,"character":5},"arguments":["expanded-change",["$event"]]}]}]}},"NimbleTreeItemModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleTreeItemDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleTreeItemDirective"}]}]}],"members":{}},"NimbleTreeViewDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":11,"character":1},"arguments":[{"selector":"nimble-tree-view"}]}],"members":{"selectionMode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":21,"character":5},"arguments":["selection-mode"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":25,"character":50},{"__symbolic":"reference","name":"ElementRef","module":"@angular/core","arguments":[{"__symbolic":"reference","module":"@ni/nimble-components/dist/esm/tree-view","name":"TreeView","line":25,"character":101}]}]}]}},"NimbleTreeViewModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NimbleTreeViewDirective"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":14}],"exports":[{"__symbolic":"reference","name":"NimbleTreeViewDirective"}]}]}],"members":{}}},"origins":{"Button":"@ni/nimble-components/dist/esm/button","ButtonType":"@ni/nimble-components/dist/esm/button/types","ButtonAppearance":"@ni/nimble-components/dist/esm/button/types","NimbleButtonDirective":"./directives/button/nimble-button.directive","NimbleButtonModule":"./directives/button/nimble-button.module","NimbleCheckboxControlValueAccessorDirective":"./directives/checkbox/nimble-checkbox-control-value-accessor.directive","Checkbox":"@ni/nimble-components/dist/esm/checkbox","NimbleCheckboxDirective":"./directives/checkbox/nimble-checkbox.directive","NimbleCheckboxModule":"./directives/checkbox/nimble-checkbox.module","Drawer":"@ni/nimble-components/dist/esm/drawer","DrawerLocation":"@ni/nimble-components/dist/esm/drawer/types","DrawerState":"@ni/nimble-components/dist/esm/drawer/types","NimbleDrawerDirective":"./directives/drawer/nimble-drawer.directive","NimbleDrawerModule":"./directives/drawer/nimble-drawer.module","ListboxOption":"@ni/nimble-components/dist/esm/listbox-option","NimbleListboxOptionDirective":"./directives/listbox-option/nimble-listbox-option.directive","NimbleListboxOptionModule":"./directives/listbox-option/nimble-listbox-option.module","Menu":"@ni/nimble-components/dist/esm/menu","NimbleMenuDirective":"./directives/menu/nimble-menu.directive","NimbleMenuModule":"./directives/menu/nimble-menu.module","MenuItem":"@ni/nimble-components/dist/esm/menu-item","NimbleMenuItemDirective":"./directives/menu-item/nimble-menu-item.directive","NimbleMenuItemModule":"./directives/menu-item/nimble-menu-item.module","NimbleNumberFieldControlValueAccessorDirective":"./directives/number-field/nimble-number-field-control-value-accessor.directive","NumberField":"@ni/nimble-components/dist/esm/number-field","NimbleNumberFieldDirective":"./directives/number-field/nimble-number-field.directive","NimbleNumberFieldModule":"./directives/number-field/nimble-number-field.module","NimbleSelectControlValueAccessorDirective":"./directives/select/nimble-select-control-value-accessor.directive","Select":"@ni/nimble-components/dist/esm/select","NimbleSelectDirective":"./directives/select/nimble-select.directive","NimbleSelectModule":"./directives/select/nimble-select.module","Tab":"@ni/nimble-components/dist/esm/tab","NimbleTabDirective":"./directives/tab/nimble-tab.directive","NimbleTabModule":"./directives/tab/nimble-tab.module","TabPanel":"@ni/nimble-components/dist/esm/tab-panel","NimbleTabPanelDirective":"./directives/tab-panel/nimble-tab-panel.directive","NimbleTabPanelModule":"./directives/tab-panel/nimble-tab-panel.module","Tabs":"@ni/nimble-components/dist/esm/tabs","NimbleTabsDirective":"./directives/tabs/nimble-tabs.directive","NimbleTabsModule":"./directives/tabs/nimble-tabs.module","TabsToolbar":"@ni/nimble-components/dist/esm/tabs-toolbar","NimbleTabsToolbarDirective":"./directives/tabs-toolbar/nimble-tabs-toolbar.directive","NimbleTabsToolbarModule":"./directives/tabs-toolbar/nimble-tabs-toolbar.module","NimbleTextFieldControlValueAccessorDirective":"./directives/text-field/nimble-text-field-control-value-accessor.directive","TextField":"@ni/nimble-components/dist/esm/text-field","TextFieldType":"@ni/nimble-components/dist/esm/text-field/types","NimbleTextFieldDirective":"./directives/text-field/nimble-text-field.directive","NimbleTextFieldModule":"./directives/text-field/nimble-text-field.module","ThemeProvider":"@ni/nimble-components/dist/esm/theme-provider","Theme":"@ni/nimble-components/dist/esm/theme-provider/types","NimbleThemeProviderDirective":"./directives/theme-provider/nimble-theme-provider.directive","NimbleThemeProviderModule":"./directives/theme-provider/nimble-theme-provider.module","TreeItem":"@ni/nimble-components/dist/esm/tree-item","NimbleTreeItemDirective":"./directives/tree-item/nimble-tree-item.directive","NimbleTreeItemModule":"./directives/tree-item/nimble-tree-item.module","TreeView":"@ni/nimble-components/dist/esm/tree-view","TreeViewSelectionMode":"@ni/nimble-components/dist/esm/tree-view/types","NimbleTreeViewDirective":"./directives/tree-view/nimble-tree-view.directive","NimbleTreeViewModule":"./directives/tree-view/nimble-tree-view.module","processUpdates":"@ni/nimble-components/dist/esm/testing/async-helpers","waitForUpdatesAsync":"@ni/nimble-components/dist/esm/testing/async-helpers"},"importAs":"@ni/nimble-angular"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-angular",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Angular components for the NI Nimble Design System",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"prepack": "node build/copyBuildOutputForPack.js",
|
|
7
|
-
"postpack": "node build/copyBuildOutputForPack.js clean"
|
|
8
|
-
},
|
|
9
5
|
"repository": {
|
|
10
6
|
"type": "git",
|
|
11
7
|
"url": "git+https://github.com/ni/nimble.git"
|
|
@@ -22,29 +18,17 @@
|
|
|
22
18
|
"@angular/common": "^12.1.0",
|
|
23
19
|
"@angular/core": "^12.1.0",
|
|
24
20
|
"@angular/forms": "^12.1.0",
|
|
25
|
-
"@ni/nimble-components": "^1.0.0
|
|
21
|
+
"@ni/nimble-components": "^1.0.0"
|
|
26
22
|
},
|
|
27
23
|
"dependencies": {
|
|
28
24
|
"tslib": "^2.2.0"
|
|
29
25
|
},
|
|
30
|
-
"files": [
|
|
31
|
-
"bundles/**",
|
|
32
|
-
"directives/**",
|
|
33
|
-
"esm2015/**",
|
|
34
|
-
"fesm2015/**",
|
|
35
|
-
"ni-nimble-angular.d.ts",
|
|
36
|
-
"public-api.d.ts"
|
|
37
|
-
],
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"cp-file": "^9.1.0",
|
|
40
|
-
"eslint-plugin-jsdoc": "^36.1.0",
|
|
41
|
-
"glob": "^7.2.0"
|
|
42
|
-
},
|
|
43
26
|
"main": "bundles/ni-nimble-angular.umd.js",
|
|
44
27
|
"module": "fesm2015/ni-nimble-angular.js",
|
|
45
28
|
"es2015": "fesm2015/ni-nimble-angular.js",
|
|
46
29
|
"esm2015": "esm2015/ni-nimble-angular.js",
|
|
47
30
|
"fesm2015": "fesm2015/ni-nimble-angular.js",
|
|
48
31
|
"typings": "ni-nimble-angular.d.ts",
|
|
32
|
+
"metadata": "ni-nimble-angular.metadata.json",
|
|
49
33
|
"sideEffects": false
|
|
50
|
-
}
|
|
34
|
+
}
|
package/public-api.d.ts
CHANGED
|
@@ -1,14 +1,37 @@
|
|
|
1
|
-
export * from './directives/
|
|
2
|
-
export * from './directives/
|
|
3
|
-
export * from './directives/
|
|
4
|
-
export * from './directives/
|
|
5
|
-
export * from './directives/
|
|
6
|
-
export * from './directives/
|
|
7
|
-
export * from './directives/
|
|
8
|
-
export * from './directives/
|
|
9
|
-
export * from './directives/
|
|
10
|
-
export * from './directives/
|
|
11
|
-
export * from './directives/
|
|
12
|
-
export * from './directives/
|
|
13
|
-
export * from './directives/
|
|
14
|
-
export * from './directives/
|
|
1
|
+
export * from './directives/button/nimble-button.directive';
|
|
2
|
+
export * from './directives/button/nimble-button.module';
|
|
3
|
+
export * from './directives/checkbox/nimble-checkbox-control-value-accessor.directive';
|
|
4
|
+
export * from './directives/checkbox/nimble-checkbox.directive';
|
|
5
|
+
export * from './directives/checkbox/nimble-checkbox.module';
|
|
6
|
+
export * from './directives/drawer/nimble-drawer.directive';
|
|
7
|
+
export * from './directives/drawer/nimble-drawer.module';
|
|
8
|
+
export * from './directives/listbox-option/nimble-listbox-option.directive';
|
|
9
|
+
export * from './directives/listbox-option/nimble-listbox-option.module';
|
|
10
|
+
export * from './directives/menu/nimble-menu.directive';
|
|
11
|
+
export * from './directives/menu/nimble-menu.module';
|
|
12
|
+
export * from './directives/menu-item/nimble-menu-item.directive';
|
|
13
|
+
export * from './directives/menu-item/nimble-menu-item.module';
|
|
14
|
+
export * from './directives/number-field/nimble-number-field-control-value-accessor.directive';
|
|
15
|
+
export * from './directives/number-field/nimble-number-field.directive';
|
|
16
|
+
export * from './directives/number-field/nimble-number-field.module';
|
|
17
|
+
export * from './directives/select/nimble-select-control-value-accessor.directive';
|
|
18
|
+
export * from './directives/select/nimble-select.directive';
|
|
19
|
+
export * from './directives/select/nimble-select.module';
|
|
20
|
+
export * from './directives/tab/nimble-tab.directive';
|
|
21
|
+
export * from './directives/tab/nimble-tab.module';
|
|
22
|
+
export * from './directives/tab-panel/nimble-tab-panel.directive';
|
|
23
|
+
export * from './directives/tab-panel/nimble-tab-panel.module';
|
|
24
|
+
export * from './directives/tabs/nimble-tabs.directive';
|
|
25
|
+
export * from './directives/tabs/nimble-tabs.module';
|
|
26
|
+
export * from './directives/tabs-toolbar/nimble-tabs-toolbar.directive';
|
|
27
|
+
export * from './directives/tabs-toolbar/nimble-tabs-toolbar.module';
|
|
28
|
+
export * from './directives/text-field/nimble-text-field-control-value-accessor.directive';
|
|
29
|
+
export * from './directives/text-field/nimble-text-field.directive';
|
|
30
|
+
export * from './directives/text-field/nimble-text-field.module';
|
|
31
|
+
export * from './directives/theme-provider/nimble-theme-provider.directive';
|
|
32
|
+
export * from './directives/theme-provider/nimble-theme-provider.module';
|
|
33
|
+
export * from './directives/tree-item/nimble-tree-item.directive';
|
|
34
|
+
export * from './directives/tree-item/nimble-tree-item.module';
|
|
35
|
+
export * from './directives/tree-view/nimble-tree-view.directive';
|
|
36
|
+
export * from './directives/tree-view/nimble-tree-view.module';
|
|
37
|
+
export * from './testing/async-helpers';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Nimble Angular Tokens SCSS
|
|
2
|
+
// Can @import this file in two different ways:
|
|
3
|
+
// - Once per SCSS file that is leveraging the tokens (helpful for autocomplete features, etc)
|
|
4
|
+
// - Once globally in the application styles.scss (less noise per file)
|
|
5
|
+
|
|
6
|
+
@import '~@ni/nimble-components/dist/tokens';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { processUpdates } from '@ni/nimble-components/dist/esm/testing/async-helpers';
|
|
2
|
+
export { processUpdates };
|
|
3
|
+
/**
|
|
4
|
+
* Immediately processes all updates in queue.
|
|
5
|
+
*
|
|
6
|
+
* Useful for synchronously testing Nimble elements. Call this in fakeAsync tests to
|
|
7
|
+
* immediately resolve tasks which otherwise would require waiting for an animation
|
|
8
|
+
* frame. This should also be called after every fakeAsync test to clear the internal
|
|
9
|
+
* process queue and allow subsequent tests to run normally.
|
|
10
|
+
*/
|
|
11
|
+
export declare const waitForUpdatesAsync: () => Promise<void>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./nimble-default-control-value-accessor.directive";
|
|
3
|
-
import * as i2 from "./nimble-number-control-value-accessor.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class NimbleControlValueAccessorModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NimbleControlValueAccessorModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NimbleControlValueAccessorModule, [typeof i1.NimbleDefaultControlValueAccessorDirective, typeof i2.NimbleNumberControlValueAccessorDirective], [typeof i3.CommonModule], [typeof i1.NimbleDefaultControlValueAccessorDirective, typeof i2.NimbleNumberControlValueAccessorDirective]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NimbleControlValueAccessorModule>;
|
|
9
|
-
}
|
package/directives/control-value-accessor/nimble-default-control-value-accessor.directive.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DefaultValueAccessor } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Extension of Angular's DefaultValueAccessor to target the text-based inputs.
|
|
5
|
-
*
|
|
6
|
-
* Directive decorator based on DefaultValueAccessor decorator
|
|
7
|
-
* https://github.com/angular/angular/blob/master/packages/forms/src/directives/default_value_accessor.ts#L72
|
|
8
|
-
*/
|
|
9
|
-
export declare class NimbleDefaultControlValueAccessorDirective extends DefaultValueAccessor {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NimbleDefaultControlValueAccessorDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleDefaultControlValueAccessorDirective, "nimble-text-field[formControlName],nimble-text-field[formControl],nimble-text-field[ngModel]", never, {}, {}, never>;
|
|
12
|
-
}
|
package/directives/control-value-accessor/nimble-number-control-value-accessor.directive.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { NumberValueAccessor } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Extension of Angular's NumberValueAccessor to target the number-based inputs.
|
|
5
|
-
*
|
|
6
|
-
* Directive decorator based on NumberValueAccessor decorator
|
|
7
|
-
* https://github.com/angular/angular/blob/master/packages/forms/src/directives/number_value_accessor.ts#L43
|
|
8
|
-
*/
|
|
9
|
-
export declare class NimbleNumberControlValueAccessorDirective extends NumberValueAccessor {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NimbleNumberControlValueAccessorDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NimbleNumberControlValueAccessorDirective, "nimble-number-field[formControlName],nimble-number-field[formControl],nimble-number-field[ngModel]", never, {}, {}, never>;
|
|
12
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './nimble-button.module';
|
|
2
|
-
export * from './nimble-button.directive';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaS9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9idXR0b24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9uaW1ibGUtYnV0dG9uLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL25pbWJsZS1idXR0b24uZGlyZWN0aXZlJztcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './nimble-checkbox.module';
|
|
2
|
-
export * from './nimble-checkbox.directive';
|
|
3
|
-
export * from './nimble-checkbox-control-value-accessor.directive';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaS9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9jaGVja2JveC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyxvREFBb0QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbmltYmxlLWNoZWNrYm94Lm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL25pbWJsZS1jaGVja2JveC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9uaW1ibGUtY2hlY2tib3gtY29udHJvbC12YWx1ZS1hY2Nlc3Nvci5kaXJlY3RpdmUnO1xuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './nimble-control-value-accessor.module';
|
|
2
|
-
export * from './nimble-default-control-value-accessor.directive';
|
|
3
|
-
export * from './nimble-number-control-value-accessor.directive';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uaS9uaW1ibGUtYW5ndWxhci9zcmMvZGlyZWN0aXZlcy9jb250cm9sLXZhbHVlLWFjY2Vzc29yL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyxtREFBbUQsQ0FBQztBQUNsRSxjQUFjLGtEQUFrRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9uaW1ibGUtY29udHJvbC12YWx1ZS1hY2Nlc3Nvci5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9uaW1ibGUtZGVmYXVsdC1jb250cm9sLXZhbHVlLWFjY2Vzc29yLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL25pbWJsZS1udW1iZXItY29udHJvbC12YWx1ZS1hY2Nlc3Nvci5kaXJlY3RpdmUnO1xuIl19
|