@ni/nimble-angular 20.2.21 → 20.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/directives/list-option/nimble-list-option.directive.d.ts +5 -1
  2. package/esm2020/directives/list-option/nimble-list-option.directive.mjs +18 -2
  3. package/esm2020/label-provider/core/nimble-label-provider-core-with-defaults.directive.mjs +6 -1
  4. package/esm2020/label-provider/core/nimble-label-provider-core.directive.mjs +47 -2
  5. package/esm2020/label-provider/table/nimble-label-provider-table-with-defaults.directive.mjs +3 -1
  6. package/esm2020/label-provider/table/nimble-label-provider-table.directive.mjs +20 -2
  7. package/esm2020/select/testing/ni-nimble-angular-select-testing.mjs +5 -0
  8. package/esm2020/select/testing/public-api.mjs +2 -0
  9. package/esm2020/select/testing/select.pageobject.mjs +3 -0
  10. package/fesm2015/ni-nimble-angular-label-provider-core.mjs +51 -1
  11. package/fesm2015/ni-nimble-angular-label-provider-core.mjs.map +1 -1
  12. package/fesm2015/ni-nimble-angular-label-provider-table.mjs +21 -1
  13. package/fesm2015/ni-nimble-angular-label-provider-table.mjs.map +1 -1
  14. package/fesm2015/ni-nimble-angular-select-testing.mjs +6 -0
  15. package/fesm2015/ni-nimble-angular-select-testing.mjs.map +1 -0
  16. package/fesm2015/ni-nimble-angular.mjs +17 -1
  17. package/fesm2015/ni-nimble-angular.mjs.map +1 -1
  18. package/fesm2020/ni-nimble-angular-label-provider-core.mjs +51 -1
  19. package/fesm2020/ni-nimble-angular-label-provider-core.mjs.map +1 -1
  20. package/fesm2020/ni-nimble-angular-label-provider-table.mjs +21 -1
  21. package/fesm2020/ni-nimble-angular-label-provider-table.mjs.map +1 -1
  22. package/fesm2020/ni-nimble-angular-select-testing.mjs +6 -0
  23. package/fesm2020/ni-nimble-angular-select-testing.mjs.map +1 -0
  24. package/fesm2020/ni-nimble-angular.mjs +17 -1
  25. package/fesm2020/ni-nimble-angular.mjs.map +1 -1
  26. package/label-provider/core/nimble-label-provider-core.directive.d.ts +11 -1
  27. package/label-provider/table/nimble-label-provider-table.directive.d.ts +5 -1
  28. package/package.json +10 -2
  29. package/select/testing/index.d.ts +5 -0
  30. package/select/testing/public-api.d.ts +1 -0
  31. package/select/testing/select.pageobject.d.ts +2 -0
@@ -31,9 +31,39 @@ class NimbleLabelProviderCoreDirective {
31
31
  set numericIncrement(value) {
32
32
  this.renderer.setProperty(this.elementRef.nativeElement, 'numericIncrement', value);
33
33
  }
34
+ get popupIconError() {
35
+ return this.elementRef.nativeElement.popupIconError;
36
+ }
37
+ set popupIconError(value) {
38
+ this.renderer.setProperty(this.elementRef.nativeElement, 'popupIconError', value);
39
+ }
40
+ get popupIconWarning() {
41
+ return this.elementRef.nativeElement.popupIconWarning;
42
+ }
43
+ set popupIconWarning(value) {
44
+ this.renderer.setProperty(this.elementRef.nativeElement, 'popupIconWarning', value);
45
+ }
46
+ get popupIconInformation() {
47
+ return this.elementRef.nativeElement.popupIconInformation;
48
+ }
49
+ set popupIconInformation(value) {
50
+ this.renderer.setProperty(this.elementRef.nativeElement, 'popupIconInformation', value);
51
+ }
52
+ get filterSearch() {
53
+ return this.elementRef.nativeElement.filterSearch;
54
+ }
55
+ set filterSearch(value) {
56
+ this.renderer.setProperty(this.elementRef.nativeElement, 'filterSearch', value);
57
+ }
58
+ get filterNoResults() {
59
+ return this.elementRef.nativeElement.filterNoResults;
60
+ }
61
+ set filterNoResults(value) {
62
+ this.renderer.setProperty(this.elementRef.nativeElement, 'filterNoResults', value);
63
+ }
34
64
  }
35
65
  NimbleLabelProviderCoreDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleLabelProviderCoreDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
36
- NimbleLabelProviderCoreDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleLabelProviderCoreDirective, selector: "nimble-label-provider-core", inputs: { popupDismiss: ["popup-dismiss", "popupDismiss"], numericDecrement: ["numeric-decrement", "numericDecrement"], numericIncrement: ["numeric-increment", "numericIncrement"] }, ngImport: i0 });
66
+ NimbleLabelProviderCoreDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleLabelProviderCoreDirective, selector: "nimble-label-provider-core", inputs: { popupDismiss: ["popup-dismiss", "popupDismiss"], numericDecrement: ["numeric-decrement", "numericDecrement"], numericIncrement: ["numeric-increment", "numericIncrement"], popupIconError: ["popup-icon-error", "popupIconError"], popupIconWarning: ["popup-icon-warning", "popupIconWarning"], popupIconInformation: ["popup-icon-information", "popupIconInformation"], filterSearch: ["filter-search", "filterSearch"], filterNoResults: ["filter-no-results", "filterNoResults"] }, ngImport: i0 });
37
67
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleLabelProviderCoreDirective, decorators: [{
38
68
  type: Directive,
39
69
  args: [{
@@ -48,6 +78,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
48
78
  }], numericIncrement: [{
49
79
  type: Input,
50
80
  args: ['numeric-increment']
81
+ }], popupIconError: [{
82
+ type: Input,
83
+ args: ['popup-icon-error']
84
+ }], popupIconWarning: [{
85
+ type: Input,
86
+ args: ['popup-icon-warning']
87
+ }], popupIconInformation: [{
88
+ type: Input,
89
+ args: ['popup-icon-information']
90
+ }], filterSearch: [{
91
+ type: Input,
92
+ args: ['filter-search']
93
+ }], filterNoResults: [{
94
+ type: Input,
95
+ args: ['filter-no-results']
51
96
  }] } });
52
97
 
53
98
  /**
@@ -61,6 +106,11 @@ class NimbleLabelProviderCoreWithDefaultsDirective {
61
106
  this.elementRef.nativeElement.popupDismiss = $localize `:Nimble popup - dismiss|:Close`;
62
107
  this.elementRef.nativeElement.numericDecrement = $localize `:Nimble numeric - decrement|:Decrement`;
63
108
  this.elementRef.nativeElement.numericIncrement = $localize `:Nimble numeric - increment|:Increment`;
109
+ this.elementRef.nativeElement.popupIconError = $localize `:Nimble popup icon - error|:Error`;
110
+ this.elementRef.nativeElement.popupIconWarning = $localize `:Nimble popup icon - warning|:Warning`;
111
+ this.elementRef.nativeElement.popupIconInformation = $localize `:Nimble popup icon - information|:Information`;
112
+ this.elementRef.nativeElement.filterSearch = $localize `:Nimble select - search items|:Search`;
113
+ this.elementRef.nativeElement.filterNoResults = $localize `:Nimble select - no items|:No items found`;
64
114
  }
65
115
  }
66
116
  NimbleLabelProviderCoreWithDefaultsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleLabelProviderCoreWithDefaultsDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -1 +1 @@
1
- {"version":3,"file":"ni-nimble-angular-label-provider-core.mjs","sources":["../../../../projects/ni/nimble-angular/label-provider/core/nimble-label-provider-core.directive.ts","../../../../projects/ni/nimble-angular/label-provider/core/nimble-label-provider-core-with-defaults.directive.ts","../../../../projects/ni/nimble-angular/label-provider/core/nimble-label-provider-core.module.ts","../../../../projects/ni/nimble-angular/label-provider/core/ni-nimble-angular-label-provider-core.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { LabelProviderCore } from '@ni/nimble-components/dist/esm/label-provider/core';\n\nexport type { LabelProviderCore };\n\n/**\n * Directive to provide Angular integration for the core label provider.\n * To use the Nimble-provided strings declared via $localize, instead use NimbleLabelProviderTableWithDefaultsDirective.\n */\n@Directive({\n selector: 'nimble-label-provider-core'\n})\nexport class NimbleLabelProviderCoreDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderCore>) {\n }\n\n public get popupDismiss(): string | undefined {\n return this.elementRef.nativeElement.popupDismiss;\n }\n\n @Input('popup-dismiss') public set popupDismiss(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'popupDismiss', value);\n }\n\n public get numericDecrement(): string | undefined {\n return this.elementRef.nativeElement.numericDecrement;\n }\n\n @Input('numeric-decrement') public set numericDecrement(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'numericDecrement', value);\n }\n\n public get numericIncrement(): string | undefined {\n return this.elementRef.nativeElement.numericIncrement;\n }\n\n @Input('numeric-increment') public set numericIncrement(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'numericIncrement', value);\n }\n}","import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport type { LabelProviderCore } from '@ni/nimble-components/dist/esm/label-provider/core';\n\nimport '@angular/localize/init';\n\n/**\n * Directive for nimble-label-provider-core which will initialize all of the labels with $localize-tagged strings, for apps\n * using @angular/localize.\n */\n@Directive({\n selector: 'nimble-label-provider-core[withDefaults]'\n})\nexport class NimbleLabelProviderCoreWithDefaultsDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderCore>) {\n this.elementRef.nativeElement.popupDismiss = $localize`:Nimble popup - dismiss|:Close`;\n this.elementRef.nativeElement.numericDecrement = $localize`:Nimble numeric - decrement|:Decrement`;\n this.elementRef.nativeElement.numericIncrement = $localize`:Nimble numeric - increment|:Increment`;\n }\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleLabelProviderCoreDirective } from './nimble-label-provider-core.directive';\nimport { NimbleLabelProviderCoreWithDefaultsDirective } from './nimble-label-provider-core-with-defaults.directive';\n\nimport '@ni/nimble-components/dist/esm/label-provider/core';\n\n@NgModule({\n declarations: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective],\n imports: [\n CommonModule\n ],\n exports: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective]\n})\nexport class NimbleLabelProviderCoreModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAKA;;;AAGG;MAIU,gCAAgC,CAAA;IACzC,WAAsC,CAAA,QAAmB,EAAqB,UAAyC,EAAA;QAAjF,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAW;QAAqB,IAAU,CAAA,UAAA,GAAV,UAAU,CAA+B;KACtH;AAED,IAAA,IAAW,YAAY,GAAA;AACnB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC;KACrD;IAED,IAAmC,YAAY,CAAC,KAAyB,EAAA;AACrE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,cAAc,EAAE,KAAK,CAAC,CAAC;KACnF;AAED,IAAA,IAAW,gBAAgB,GAAA;AACvB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,gBAAgB,CAAC;KACzD;IAED,IAAuC,gBAAgB,CAAC,KAAyB,EAAA;AAC7E,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,kBAAkB,EAAE,KAAK,CAAC,CAAC;KACvF;AAED,IAAA,IAAW,gBAAgB,GAAA;AACvB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,gBAAgB,CAAC;KACzD;IAED,IAAuC,gBAAgB,CAAC,KAAyB,EAAA;AAC7E,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,kBAAkB,EAAE,KAAK,CAAC,CAAC;KACvF;;8HA1BQ,gCAAgC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kHAAhC,gCAAgC,EAAA,QAAA,EAAA,4BAAA,EAAA,MAAA,EAAA,EAAA,YAAA,EAAA,CAAA,eAAA,EAAA,cAAA,CAAA,EAAA,gBAAA,EAAA,CAAA,mBAAA,EAAA,kBAAA,CAAA,EAAA,gBAAA,EAAA,CAAA,mBAAA,EAAA,kBAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;4FAAhC,gCAAgC,EAAA,UAAA,EAAA,CAAA;kBAH5C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,4BAA4B;AACzC,iBAAA,CAAA;yHASsC,YAAY,EAAA,CAAA;sBAA9C,KAAK;uBAAC,eAAe,CAAA;gBAQiB,gBAAgB,EAAA,CAAA;sBAAtD,KAAK;uBAAC,mBAAmB,CAAA;gBAQa,gBAAgB,EAAA,CAAA;sBAAtD,KAAK;uBAAC,mBAAmB,CAAA;;;AC/B9B;;;AAGG;MAIU,4CAA4C,CAAA;IACrD,WAAsC,CAAA,QAAmB,EAAqB,UAAyC,EAAA;QAAjF,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAW;QAAqB,IAAU,CAAA,UAAA,GAAV,UAAU,CAA+B;QACnH,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY,GAAG,SAAS,CAAA,CAAA,8BAAA,CAAgC,CAAC;QACvF,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,gBAAgB,GAAG,SAAS,CAAA,CAAA,sCAAA,CAAwC,CAAC;QACnG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,gBAAgB,GAAG,SAAS,CAAA,CAAA,sCAAA,CAAwC,CAAC;KACtG;;0IALQ,4CAA4C,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;8HAA5C,4CAA4C,EAAA,QAAA,EAAA,0CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;4FAA5C,4CAA4C,EAAA,UAAA,EAAA,CAAA;kBAHxD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,0CAA0C;AACvD,iBAAA,CAAA;;;MCGY,6BAA6B,CAAA;;2HAA7B,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;4HAA7B,6BAA6B,EAAA,YAAA,EAAA,CANvB,gCAAgC,EAAE,4CAA4C,aAEzF,YAAY,CAAA,EAAA,OAAA,EAAA,CAEN,gCAAgC,EAAE,4CAA4C,CAAA,EAAA,CAAA,CAAA;AAE/E,6BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,6BAA6B,YAJlC,YAAY,CAAA,EAAA,CAAA,CAAA;4FAIP,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAPzC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE,CAAC,gCAAgC,EAAE,4CAA4C,CAAC;AAC9F,oBAAA,OAAO,EAAE;wBACL,YAAY;AACf,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,gCAAgC,EAAE,4CAA4C,CAAC;AAC5F,iBAAA,CAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-nimble-angular-label-provider-core.mjs","sources":["../../../../projects/ni/nimble-angular/label-provider/core/nimble-label-provider-core.directive.ts","../../../../projects/ni/nimble-angular/label-provider/core/nimble-label-provider-core-with-defaults.directive.ts","../../../../projects/ni/nimble-angular/label-provider/core/nimble-label-provider-core.module.ts","../../../../projects/ni/nimble-angular/label-provider/core/ni-nimble-angular-label-provider-core.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { LabelProviderCore } from '@ni/nimble-components/dist/esm/label-provider/core';\n\nexport type { LabelProviderCore };\n\n/**\n * Directive to provide Angular integration for the core label provider.\n * To use the Nimble-provided strings declared via $localize, instead use NimbleLabelProviderTableWithDefaultsDirective.\n */\n@Directive({\n selector: 'nimble-label-provider-core'\n})\nexport class NimbleLabelProviderCoreDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderCore>) {\n }\n\n public get popupDismiss(): string | undefined {\n return this.elementRef.nativeElement.popupDismiss;\n }\n\n @Input('popup-dismiss') public set popupDismiss(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'popupDismiss', value);\n }\n\n public get numericDecrement(): string | undefined {\n return this.elementRef.nativeElement.numericDecrement;\n }\n\n @Input('numeric-decrement') public set numericDecrement(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'numericDecrement', value);\n }\n\n public get numericIncrement(): string | undefined {\n return this.elementRef.nativeElement.numericIncrement;\n }\n\n @Input('numeric-increment') public set numericIncrement(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'numericIncrement', value);\n }\n\n public get popupIconError(): string | undefined {\n return this.elementRef.nativeElement.popupIconError;\n }\n\n @Input('popup-icon-error') public set popupIconError(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'popupIconError', value);\n }\n\n public get popupIconWarning(): string | undefined {\n return this.elementRef.nativeElement.popupIconWarning;\n }\n\n @Input('popup-icon-warning') public set popupIconWarning(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'popupIconWarning', value);\n }\n\n public get popupIconInformation(): string | undefined {\n return this.elementRef.nativeElement.popupIconInformation;\n }\n\n @Input('popup-icon-information') public set popupIconInformation(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'popupIconInformation', value);\n }\n\n public get filterSearch(): string | undefined {\n return this.elementRef.nativeElement.filterSearch;\n }\n\n @Input('filter-search') public set filterSearch(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'filterSearch', value);\n }\n\n public get filterNoResults(): string | undefined {\n return this.elementRef.nativeElement.filterNoResults;\n }\n\n @Input('filter-no-results') public set filterNoResults(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'filterNoResults', value);\n }\n}","import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport type { LabelProviderCore } from '@ni/nimble-components/dist/esm/label-provider/core';\n\nimport '@angular/localize/init';\n\n/**\n * Directive for nimble-label-provider-core which will initialize all of the labels with $localize-tagged strings, for apps\n * using @angular/localize.\n */\n@Directive({\n selector: 'nimble-label-provider-core[withDefaults]'\n})\nexport class NimbleLabelProviderCoreWithDefaultsDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderCore>) {\n this.elementRef.nativeElement.popupDismiss = $localize`:Nimble popup - dismiss|:Close`;\n this.elementRef.nativeElement.numericDecrement = $localize`:Nimble numeric - decrement|:Decrement`;\n this.elementRef.nativeElement.numericIncrement = $localize`:Nimble numeric - increment|:Increment`;\n this.elementRef.nativeElement.popupIconError = $localize`:Nimble popup icon - error|:Error`;\n this.elementRef.nativeElement.popupIconWarning = $localize`:Nimble popup icon - warning|:Warning`;\n this.elementRef.nativeElement.popupIconInformation = $localize`:Nimble popup icon - information|:Information`;\n this.elementRef.nativeElement.filterSearch = $localize`:Nimble select - search items|:Search`;\n this.elementRef.nativeElement.filterNoResults = $localize`:Nimble select - no items|:No items found`;\n }\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleLabelProviderCoreDirective } from './nimble-label-provider-core.directive';\nimport { NimbleLabelProviderCoreWithDefaultsDirective } from './nimble-label-provider-core-with-defaults.directive';\n\nimport '@ni/nimble-components/dist/esm/label-provider/core';\n\n@NgModule({\n declarations: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective],\n imports: [\n CommonModule\n ],\n exports: [NimbleLabelProviderCoreDirective, NimbleLabelProviderCoreWithDefaultsDirective]\n})\nexport class NimbleLabelProviderCoreModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -25,6 +25,18 @@ class NimbleLabelProviderTableDirective {
25
25
  set groupExpand(value) {
26
26
  this.renderer.setProperty(this.elementRef.nativeElement, 'groupExpand', value);
27
27
  }
28
+ get rowCollapse() {
29
+ return this.elementRef.nativeElement.rowCollapse;
30
+ }
31
+ set rowCollapse(value) {
32
+ this.renderer.setProperty(this.elementRef.nativeElement, 'rowCollapse', value);
33
+ }
34
+ get rowExpand() {
35
+ return this.elementRef.nativeElement.rowExpand;
36
+ }
37
+ set rowExpand(value) {
38
+ this.renderer.setProperty(this.elementRef.nativeElement, 'rowExpand', value);
39
+ }
28
40
  get collapseAll() {
29
41
  return this.elementRef.nativeElement.collapseAll;
30
42
  }
@@ -89,7 +101,7 @@ class NimbleLabelProviderTableDirective {
89
101
  }
90
102
  }
91
103
  NimbleLabelProviderTableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleLabelProviderTableDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
92
- NimbleLabelProviderTableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleLabelProviderTableDirective, selector: "nimble-label-provider-table", inputs: { groupCollapse: ["group-collapse", "groupCollapse"], groupExpand: ["group-expand", "groupExpand"], collapseAll: ["collapse-all", "collapseAll"], cellActionMenu: ["cell-action-menu", "cellActionMenu"], columnHeaderGrouped: ["column-header-grouped", "columnHeaderGrouped"], columnHeaderSortedAscending: ["column-header-sorted-ascending", "columnHeaderSortedAscending"], columnHeaderSortedDescending: ["column-header-sorted-descending", "columnHeaderSortedDescending"], selectAll: ["select-all", "selectAll"], groupSelectAll: ["group-select-all", "groupSelectAll"], rowSelect: ["row-select", "rowSelect"], rowOperationColumn: ["row-operation-column", "rowOperationColumn"], rowLoading: ["row-loading", "rowLoading"] }, ngImport: i0 });
104
+ NimbleLabelProviderTableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleLabelProviderTableDirective, selector: "nimble-label-provider-table", inputs: { groupCollapse: ["group-collapse", "groupCollapse"], groupExpand: ["group-expand", "groupExpand"], rowCollapse: ["row-collapse", "rowCollapse"], rowExpand: ["row-expand", "rowExpand"], collapseAll: ["collapse-all", "collapseAll"], cellActionMenu: ["cell-action-menu", "cellActionMenu"], columnHeaderGrouped: ["column-header-grouped", "columnHeaderGrouped"], columnHeaderSortedAscending: ["column-header-sorted-ascending", "columnHeaderSortedAscending"], columnHeaderSortedDescending: ["column-header-sorted-descending", "columnHeaderSortedDescending"], selectAll: ["select-all", "selectAll"], groupSelectAll: ["group-select-all", "groupSelectAll"], rowSelect: ["row-select", "rowSelect"], rowOperationColumn: ["row-operation-column", "rowOperationColumn"], rowLoading: ["row-loading", "rowLoading"] }, ngImport: i0 });
93
105
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleLabelProviderTableDirective, decorators: [{
94
106
  type: Directive,
95
107
  args: [{
@@ -101,6 +113,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
101
113
  }], groupExpand: [{
102
114
  type: Input,
103
115
  args: ['group-expand']
116
+ }], rowCollapse: [{
117
+ type: Input,
118
+ args: ['row-collapse']
119
+ }], rowExpand: [{
120
+ type: Input,
121
+ args: ['row-expand']
104
122
  }], collapseAll: [{
105
123
  type: Input,
106
124
  args: ['collapse-all']
@@ -143,6 +161,8 @@ class NimbleLabelProviderTableWithDefaultsDirective {
143
161
  this.elementRef = elementRef;
144
162
  this.elementRef.nativeElement.groupCollapse = $localize `:Nimble table - collapse group|:Collapse group`;
145
163
  this.elementRef.nativeElement.groupExpand = $localize `:Nimble table - expand group|:Expand group`;
164
+ this.elementRef.nativeElement.rowCollapse = $localize `:Nimble table - collapse row|:Collapse row`;
165
+ this.elementRef.nativeElement.rowExpand = $localize `:Nimble table - expand row|:Expand row`;
146
166
  this.elementRef.nativeElement.collapseAll = $localize `:Nimble table - collapse all|:Collapse all`;
147
167
  this.elementRef.nativeElement.cellActionMenu = $localize `:Nimble table - cell action menu|:Options`;
148
168
  this.elementRef.nativeElement.columnHeaderGrouped = $localize `:Nimble table - column header grouped|:Grouped`;
@@ -1 +1 @@
1
- {"version":3,"file":"ni-nimble-angular-label-provider-table.mjs","sources":["../../../../projects/ni/nimble-angular/label-provider/table/nimble-label-provider-table.directive.ts","../../../../projects/ni/nimble-angular/label-provider/table/nimble-label-provider-table-with-defaults.directive.ts","../../../../projects/ni/nimble-angular/label-provider/table/nimble-label-provider-table.module.ts","../../../../projects/ni/nimble-angular/label-provider/table/ni-nimble-angular-label-provider-table.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { LabelProviderTable } from '@ni/nimble-components/dist/esm/label-provider/table';\n\nexport type { LabelProviderTable };\n\n/**\n * Directive to provide Angular integration for the nimble-table label provider.\n * To use the Nimble-provided strings declared via $localize, instead use NimbleLabelProviderTableWithDefaultsDirective.\n */\n@Directive({\n selector: 'nimble-label-provider-table'\n})\nexport class NimbleLabelProviderTableDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderTable>) {\n }\n\n public get groupCollapse(): string | undefined {\n return this.elementRef.nativeElement.groupCollapse;\n }\n\n @Input('group-collapse') public set groupCollapse(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'groupCollapse', value);\n }\n\n public get groupExpand(): string | undefined {\n return this.elementRef.nativeElement.groupExpand;\n }\n\n @Input('group-expand') public set groupExpand(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'groupExpand', value);\n }\n\n public get collapseAll(): string | undefined {\n return this.elementRef.nativeElement.collapseAll;\n }\n\n // Renaming because property should have camel casing, but attribute should not\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('collapse-all') public set collapseAll(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'collapseAll', value);\n }\n\n public get cellActionMenu(): string | undefined {\n return this.elementRef.nativeElement.cellActionMenu;\n }\n\n @Input('cell-action-menu') public set cellActionMenu(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'cellActionMenu', value);\n }\n\n public get columnHeaderGrouped(): string | undefined {\n return this.elementRef.nativeElement.columnHeaderGrouped;\n }\n\n @Input('column-header-grouped') public set columnHeaderGrouped(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'columnHeaderGrouped', value);\n }\n\n public get columnHeaderSortedAscending(): string | undefined {\n return this.elementRef.nativeElement.columnHeaderSortedAscending;\n }\n\n @Input('column-header-sorted-ascending') public set columnHeaderSortedAscending(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'columnHeaderSortedAscending', value);\n }\n\n public get columnHeaderSortedDescending(): string | undefined {\n return this.elementRef.nativeElement.columnHeaderSortedDescending;\n }\n\n @Input('column-header-sorted-descending') public set columnHeaderSortedDescending(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'columnHeaderSortedDescending', value);\n }\n\n public get selectAll(): string | undefined {\n return this.elementRef.nativeElement.selectAll;\n }\n\n @Input('select-all') public set selectAll(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'selectAll', value);\n }\n\n public get groupSelectAll(): string | undefined {\n return this.elementRef.nativeElement.groupSelectAll;\n }\n\n @Input('group-select-all') public set groupSelectAll(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'groupSelectAll', value);\n }\n\n public get rowSelect(): string | undefined {\n return this.elementRef.nativeElement.rowSelect;\n }\n\n @Input('row-select') public set rowSelect(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowSelect', value);\n }\n\n public get rowOperationColumn(): string | undefined {\n return this.elementRef.nativeElement.rowOperationColumn;\n }\n\n @Input('row-operation-column') public set rowOperationColumn(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowOperationColumn', value);\n }\n\n public get rowLoading(): string | undefined {\n return this.elementRef.nativeElement.rowLoading;\n }\n\n @Input('row-loading') public set rowLoading(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowLoading', value);\n }\n}","import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport type { LabelProviderTable } from '@ni/nimble-components/dist/esm/label-provider/table';\n\nimport '@angular/localize/init';\n\n/**\n * Directive for nimble-label-provider-table which will initialize all of the labels with $localize-tagged strings, for apps\n * using @angular/localize.\n */\n@Directive({\n selector: 'nimble-label-provider-table[withDefaults]'\n})\nexport class NimbleLabelProviderTableWithDefaultsDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderTable>) {\n this.elementRef.nativeElement.groupCollapse = $localize`:Nimble table - collapse group|:Collapse group`;\n this.elementRef.nativeElement.groupExpand = $localize`:Nimble table - expand group|:Expand group`;\n this.elementRef.nativeElement.collapseAll = $localize`:Nimble table - collapse all|:Collapse all`;\n this.elementRef.nativeElement.cellActionMenu = $localize`:Nimble table - cell action menu|:Options`;\n this.elementRef.nativeElement.columnHeaderGrouped = $localize`:Nimble table - column header grouped|:Grouped`;\n this.elementRef.nativeElement.columnHeaderSortedAscending = $localize`:Nimble table - column header sorted ascending|:Sorted ascending`;\n this.elementRef.nativeElement.columnHeaderSortedDescending = $localize`:Nimble table - column header sorted descending|:Sorted descending`;\n this.elementRef.nativeElement.selectAll = $localize`:Nimble table - select all rows|:Select all rows`;\n this.elementRef.nativeElement.groupSelectAll = $localize`:Nimble table - select all rows in group|:Select all rows in group`;\n this.elementRef.nativeElement.rowSelect = $localize`:Nimble table - select row|:Select row`;\n this.elementRef.nativeElement.rowOperationColumn = $localize`:Nimble table - row operation column|:Row operations`;\n this.elementRef.nativeElement.rowLoading = $localize`:Nimble table - row loading|:Loading`;\n }\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleLabelProviderTableDirective } from './nimble-label-provider-table.directive';\nimport { NimbleLabelProviderTableWithDefaultsDirective } from './nimble-label-provider-table-with-defaults.directive';\n\nimport '@ni/nimble-components/dist/esm/label-provider/table';\n\n@NgModule({\n declarations: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective],\n imports: [\n CommonModule\n ],\n exports: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective]\n})\nexport class NimbleLabelProviderTableModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAKA;;;AAGG;MAIU,iCAAiC,CAAA;IAC1C,WAAsC,CAAA,QAAmB,EAAqB,UAA0C,EAAA;QAAlF,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAW;QAAqB,IAAU,CAAA,UAAA,GAAV,UAAU,CAAgC;KACvH;AAED,IAAA,IAAW,aAAa,GAAA;AACpB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,aAAa,CAAC;KACtD;IAED,IAAoC,aAAa,CAAC,KAAyB,EAAA;AACvE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,eAAe,EAAE,KAAK,CAAC,CAAC;KACpF;AAED,IAAA,IAAW,WAAW,GAAA;AAClB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW,CAAC;KACpD;IAED,IAAkC,WAAW,CAAC,KAAyB,EAAA;AACnE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,aAAa,EAAE,KAAK,CAAC,CAAC;KAClF;AAED,IAAA,IAAW,WAAW,GAAA;AAClB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW,CAAC;KACpD;;;IAID,IAAkC,WAAW,CAAC,KAAyB,EAAA;AACnE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,aAAa,EAAE,KAAK,CAAC,CAAC;KAClF;AAED,IAAA,IAAW,cAAc,GAAA;AACrB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,cAAc,CAAC;KACvD;IAED,IAAsC,cAAc,CAAC,KAAyB,EAAA;AAC1E,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,gBAAgB,EAAE,KAAK,CAAC,CAAC;KACrF;AAED,IAAA,IAAW,mBAAmB,GAAA;AAC1B,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,mBAAmB,CAAC;KAC5D;IAED,IAA2C,mBAAmB,CAAC,KAAyB,EAAA;AACpF,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,qBAAqB,EAAE,KAAK,CAAC,CAAC;KAC1F;AAED,IAAA,IAAW,2BAA2B,GAAA;AAClC,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,2BAA2B,CAAC;KACpE;IAED,IAAoD,2BAA2B,CAAC,KAAyB,EAAA;AACrG,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,6BAA6B,EAAE,KAAK,CAAC,CAAC;KAClG;AAED,IAAA,IAAW,4BAA4B,GAAA;AACnC,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,4BAA4B,CAAC;KACrE;IAED,IAAqD,4BAA4B,CAAC,KAAyB,EAAA;AACvG,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,8BAA8B,EAAE,KAAK,CAAC,CAAC;KACnG;AAED,IAAA,IAAW,SAAS,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,SAAS,CAAC;KAClD;IAED,IAAgC,SAAS,CAAC,KAAyB,EAAA;AAC/D,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,WAAW,EAAE,KAAK,CAAC,CAAC;KAChF;AAED,IAAA,IAAW,cAAc,GAAA;AACrB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,cAAc,CAAC;KACvD;IAED,IAAsC,cAAc,CAAC,KAAyB,EAAA;AAC1E,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,gBAAgB,EAAE,KAAK,CAAC,CAAC;KACrF;AAED,IAAA,IAAW,SAAS,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,SAAS,CAAC;KAClD;IAED,IAAgC,SAAS,CAAC,KAAyB,EAAA;AAC/D,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,WAAW,EAAE,KAAK,CAAC,CAAC;KAChF;AAED,IAAA,IAAW,kBAAkB,GAAA;AACzB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,kBAAkB,CAAC;KAC3D;IAED,IAA0C,kBAAkB,CAAC,KAAyB,EAAA;AAClF,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,oBAAoB,EAAE,KAAK,CAAC,CAAC;KACzF;AAED,IAAA,IAAW,UAAU,GAAA;AACjB,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,UAAU,CAAC;KACnD;IAED,IAAiC,UAAU,CAAC,KAAyB,EAAA;AACjE,QAAA,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,YAAY,EAAE,KAAK,CAAC,CAAC;KACjF;;+HApGQ,iCAAiC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mHAAjC,iCAAiC,EAAA,QAAA,EAAA,6BAAA,EAAA,MAAA,EAAA,EAAA,aAAA,EAAA,CAAA,gBAAA,EAAA,eAAA,CAAA,EAAA,WAAA,EAAA,CAAA,cAAA,EAAA,aAAA,CAAA,EAAA,WAAA,EAAA,CAAA,cAAA,EAAA,aAAA,CAAA,EAAA,cAAA,EAAA,CAAA,kBAAA,EAAA,gBAAA,CAAA,EAAA,mBAAA,EAAA,CAAA,uBAAA,EAAA,qBAAA,CAAA,EAAA,2BAAA,EAAA,CAAA,gCAAA,EAAA,6BAAA,CAAA,EAAA,4BAAA,EAAA,CAAA,iCAAA,EAAA,8BAAA,CAAA,EAAA,SAAA,EAAA,CAAA,YAAA,EAAA,WAAA,CAAA,EAAA,cAAA,EAAA,CAAA,kBAAA,EAAA,gBAAA,CAAA,EAAA,SAAA,EAAA,CAAA,YAAA,EAAA,WAAA,CAAA,EAAA,kBAAA,EAAA,CAAA,sBAAA,EAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,CAAA,aAAA,EAAA,YAAA,CAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;4FAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;kBAH7C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,6BAA6B;AAC1C,iBAAA,CAAA;yHASuC,aAAa,EAAA,CAAA;sBAAhD,KAAK;uBAAC,gBAAgB,CAAA;gBAQW,WAAW,EAAA,CAAA;sBAA5C,KAAK;uBAAC,cAAc,CAAA;gBAUa,WAAW,EAAA,CAAA;sBAA5C,KAAK;uBAAC,cAAc,CAAA;gBAQiB,cAAc,EAAA,CAAA;sBAAnD,KAAK;uBAAC,kBAAkB,CAAA;gBAQkB,mBAAmB,EAAA,CAAA;sBAA7D,KAAK;uBAAC,uBAAuB,CAAA;gBAQsB,2BAA2B,EAAA,CAAA;sBAA9E,KAAK;uBAAC,gCAAgC,CAAA;gBAQc,4BAA4B,EAAA,CAAA;sBAAhF,KAAK;uBAAC,iCAAiC,CAAA;gBAQR,SAAS,EAAA,CAAA;sBAAxC,KAAK;uBAAC,YAAY,CAAA;gBAQmB,cAAc,EAAA,CAAA;sBAAnD,KAAK;uBAAC,kBAAkB,CAAA;gBAQO,SAAS,EAAA,CAAA;sBAAxC,KAAK;uBAAC,YAAY,CAAA;gBAQuB,kBAAkB,EAAA,CAAA;sBAA3D,KAAK;uBAAC,sBAAsB,CAAA;gBAQI,UAAU,EAAA,CAAA;sBAA1C,KAAK;uBAAC,aAAa,CAAA;;;ACzGxB;;;AAGG;MAIU,6CAA6C,CAAA;IACtD,WAAsC,CAAA,QAAmB,EAAqB,UAA0C,EAAA;QAAlF,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAW;QAAqB,IAAU,CAAA,UAAA,GAAV,UAAU,CAAgC;QACpH,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,aAAa,GAAG,SAAS,CAAA,CAAA,8CAAA,CAAgD,CAAC;QACxG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW,GAAG,SAAS,CAAA,CAAA,0CAAA,CAA4C,CAAC;QAClG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW,GAAG,SAAS,CAAA,CAAA,0CAAA,CAA4C,CAAC;QAClG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,cAAc,GAAG,SAAS,CAAA,CAAA,yCAAA,CAA2C,CAAC;QACpG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,mBAAmB,GAAG,SAAS,CAAA,CAAA,8CAAA,CAAgD,CAAC;QAC9G,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,2BAA2B,GAAG,SAAS,CAAA,CAAA,gEAAA,CAAkE,CAAC;QACxI,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,4BAA4B,GAAG,SAAS,CAAA,CAAA,kEAAA,CAAoE,CAAC;QAC3I,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,SAAS,GAAG,SAAS,CAAA,CAAA,gDAAA,CAAkD,CAAC;QACtG,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,cAAc,GAAG,SAAS,CAAA,CAAA,kEAAA,CAAoE,CAAC;QAC7H,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,SAAS,GAAG,SAAS,CAAA,CAAA,sCAAA,CAAwC,CAAC;QAC5F,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,kBAAkB,GAAG,SAAS,CAAA,CAAA,oDAAA,CAAsD,CAAC;QACnH,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,UAAU,GAAG,SAAS,CAAA,CAAA,oCAAA,CAAsC,CAAC;KAC9F;;2IAdQ,6CAA6C,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;+HAA7C,6CAA6C,EAAA,QAAA,EAAA,2CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;4FAA7C,6CAA6C,EAAA,UAAA,EAAA,CAAA;kBAHzD,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,2CAA2C;AACxD,iBAAA,CAAA;;;MCGY,8BAA8B,CAAA;;4HAA9B,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;6HAA9B,8BAA8B,EAAA,YAAA,EAAA,CANxB,iCAAiC,EAAE,6CAA6C,aAE3F,YAAY,CAAA,EAAA,OAAA,EAAA,CAEN,iCAAiC,EAAE,6CAA6C,CAAA,EAAA,CAAA,CAAA;AAEjF,8BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,8BAA8B,YAJnC,YAAY,CAAA,EAAA,CAAA,CAAA;4FAIP,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBAP1C,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,YAAY,EAAE,CAAC,iCAAiC,EAAE,6CAA6C,CAAC;AAChG,oBAAA,OAAO,EAAE;wBACL,YAAY;AACf,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,iCAAiC,EAAE,6CAA6C,CAAC;AAC9F,iBAAA,CAAA;;;ACbD;;AAEG;;;;"}
1
+ {"version":3,"file":"ni-nimble-angular-label-provider-table.mjs","sources":["../../../../projects/ni/nimble-angular/label-provider/table/nimble-label-provider-table.directive.ts","../../../../projects/ni/nimble-angular/label-provider/table/nimble-label-provider-table-with-defaults.directive.ts","../../../../projects/ni/nimble-angular/label-provider/table/nimble-label-provider-table.module.ts","../../../../projects/ni/nimble-angular/label-provider/table/ni-nimble-angular-label-provider-table.ts"],"sourcesContent":["import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\nimport type { LabelProviderTable } from '@ni/nimble-components/dist/esm/label-provider/table';\n\nexport type { LabelProviderTable };\n\n/**\n * Directive to provide Angular integration for the nimble-table label provider.\n * To use the Nimble-provided strings declared via $localize, instead use NimbleLabelProviderTableWithDefaultsDirective.\n */\n@Directive({\n selector: 'nimble-label-provider-table'\n})\nexport class NimbleLabelProviderTableDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderTable>) {\n }\n\n public get groupCollapse(): string | undefined {\n return this.elementRef.nativeElement.groupCollapse;\n }\n\n @Input('group-collapse') public set groupCollapse(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'groupCollapse', value);\n }\n\n public get groupExpand(): string | undefined {\n return this.elementRef.nativeElement.groupExpand;\n }\n\n @Input('group-expand') public set groupExpand(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'groupExpand', value);\n }\n\n public get rowCollapse(): string | undefined {\n return this.elementRef.nativeElement.rowCollapse;\n }\n\n @Input('row-collapse') public set rowCollapse(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowCollapse', value);\n }\n\n public get rowExpand(): string | undefined {\n return this.elementRef.nativeElement.rowExpand;\n }\n\n @Input('row-expand') public set rowExpand(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowExpand', value);\n }\n\n public get collapseAll(): string | undefined {\n return this.elementRef.nativeElement.collapseAll;\n }\n\n // Renaming because property should have camel casing, but attribute should not\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('collapse-all') public set collapseAll(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'collapseAll', value);\n }\n\n public get cellActionMenu(): string | undefined {\n return this.elementRef.nativeElement.cellActionMenu;\n }\n\n @Input('cell-action-menu') public set cellActionMenu(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'cellActionMenu', value);\n }\n\n public get columnHeaderGrouped(): string | undefined {\n return this.elementRef.nativeElement.columnHeaderGrouped;\n }\n\n @Input('column-header-grouped') public set columnHeaderGrouped(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'columnHeaderGrouped', value);\n }\n\n public get columnHeaderSortedAscending(): string | undefined {\n return this.elementRef.nativeElement.columnHeaderSortedAscending;\n }\n\n @Input('column-header-sorted-ascending') public set columnHeaderSortedAscending(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'columnHeaderSortedAscending', value);\n }\n\n public get columnHeaderSortedDescending(): string | undefined {\n return this.elementRef.nativeElement.columnHeaderSortedDescending;\n }\n\n @Input('column-header-sorted-descending') public set columnHeaderSortedDescending(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'columnHeaderSortedDescending', value);\n }\n\n public get selectAll(): string | undefined {\n return this.elementRef.nativeElement.selectAll;\n }\n\n @Input('select-all') public set selectAll(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'selectAll', value);\n }\n\n public get groupSelectAll(): string | undefined {\n return this.elementRef.nativeElement.groupSelectAll;\n }\n\n @Input('group-select-all') public set groupSelectAll(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'groupSelectAll', value);\n }\n\n public get rowSelect(): string | undefined {\n return this.elementRef.nativeElement.rowSelect;\n }\n\n @Input('row-select') public set rowSelect(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowSelect', value);\n }\n\n public get rowOperationColumn(): string | undefined {\n return this.elementRef.nativeElement.rowOperationColumn;\n }\n\n @Input('row-operation-column') public set rowOperationColumn(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowOperationColumn', value);\n }\n\n public get rowLoading(): string | undefined {\n return this.elementRef.nativeElement.rowLoading;\n }\n\n @Input('row-loading') public set rowLoading(value: string | undefined) {\n this.renderer.setProperty(this.elementRef.nativeElement, 'rowLoading', value);\n }\n}","import { Directive, ElementRef, Renderer2 } from '@angular/core';\nimport type { LabelProviderTable } from '@ni/nimble-components/dist/esm/label-provider/table';\n\nimport '@angular/localize/init';\n\n/**\n * Directive for nimble-label-provider-table which will initialize all of the labels with $localize-tagged strings, for apps\n * using @angular/localize.\n */\n@Directive({\n selector: 'nimble-label-provider-table[withDefaults]'\n})\nexport class NimbleLabelProviderTableWithDefaultsDirective {\n public constructor(protected readonly renderer: Renderer2, protected readonly elementRef: ElementRef<LabelProviderTable>) {\n this.elementRef.nativeElement.groupCollapse = $localize`:Nimble table - collapse group|:Collapse group`;\n this.elementRef.nativeElement.groupExpand = $localize`:Nimble table - expand group|:Expand group`;\n this.elementRef.nativeElement.rowCollapse = $localize`:Nimble table - collapse row|:Collapse row`;\n this.elementRef.nativeElement.rowExpand = $localize`:Nimble table - expand row|:Expand row`;\n this.elementRef.nativeElement.collapseAll = $localize`:Nimble table - collapse all|:Collapse all`;\n this.elementRef.nativeElement.cellActionMenu = $localize`:Nimble table - cell action menu|:Options`;\n this.elementRef.nativeElement.columnHeaderGrouped = $localize`:Nimble table - column header grouped|:Grouped`;\n this.elementRef.nativeElement.columnHeaderSortedAscending = $localize`:Nimble table - column header sorted ascending|:Sorted ascending`;\n this.elementRef.nativeElement.columnHeaderSortedDescending = $localize`:Nimble table - column header sorted descending|:Sorted descending`;\n this.elementRef.nativeElement.selectAll = $localize`:Nimble table - select all rows|:Select all rows`;\n this.elementRef.nativeElement.groupSelectAll = $localize`:Nimble table - select all rows in group|:Select all rows in group`;\n this.elementRef.nativeElement.rowSelect = $localize`:Nimble table - select row|:Select row`;\n this.elementRef.nativeElement.rowOperationColumn = $localize`:Nimble table - row operation column|:Row operations`;\n this.elementRef.nativeElement.rowLoading = $localize`:Nimble table - row loading|:Loading`;\n }\n}","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NimbleLabelProviderTableDirective } from './nimble-label-provider-table.directive';\nimport { NimbleLabelProviderTableWithDefaultsDirective } from './nimble-label-provider-table-with-defaults.directive';\n\nimport '@ni/nimble-components/dist/esm/label-provider/table';\n\n@NgModule({\n declarations: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective],\n imports: [\n CommonModule\n ],\n exports: [NimbleLabelProviderTableDirective, NimbleLabelProviderTableWithDefaultsDirective]\n})\nexport class NimbleLabelProviderTableModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ export { SelectPageObject } from '@ni/nimble-components/dist/esm/select/testing/select.pageobject';
2
+
3
+ /**
4
+ * Generated bundle index. Do not edit.
5
+ */
6
+ //# sourceMappingURL=ni-nimble-angular-select-testing.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ni-nimble-angular-select-testing.mjs","sources":["../../../../projects/ni/nimble-angular/select/testing/ni-nimble-angular-select-testing.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;AAEG"}
@@ -8356,13 +8356,25 @@ class NimbleListOptionDirective {
8356
8356
  set disabled(value) {
8357
8357
  this.renderer.setProperty(this.elementRef.nativeElement, 'disabled', toBooleanProperty(value));
8358
8358
  }
8359
+ get selected() {
8360
+ return this.elementRef.nativeElement.selected;
8361
+ }
8362
+ set selected(value) {
8363
+ this.renderer.setProperty(this.elementRef.nativeElement, 'selected', toBooleanProperty(value));
8364
+ }
8365
+ get hidden() {
8366
+ return this.elementRef.nativeElement.hidden;
8367
+ }
8368
+ set hidden(value) {
8369
+ this.renderer.setProperty(this.elementRef.nativeElement, 'hidden', toBooleanProperty(value));
8370
+ }
8359
8371
  constructor(elementRef, renderer) {
8360
8372
  this.elementRef = elementRef;
8361
8373
  this.renderer = renderer;
8362
8374
  }
8363
8375
  }
8364
8376
  NimbleListOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleListOptionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
8365
- NimbleListOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleListOptionDirective, selector: "nimble-list-option", inputs: { disabled: "disabled" }, ngImport: i0 });
8377
+ NimbleListOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NimbleListOptionDirective, selector: "nimble-list-option", inputs: { disabled: "disabled", selected: "selected", hidden: "hidden" }, ngImport: i0 });
8366
8378
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NimbleListOptionDirective, decorators: [{
8367
8379
  type: Directive,
8368
8380
  args: [{
@@ -8370,6 +8382,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8370
8382
  }]
8371
8383
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { disabled: [{
8372
8384
  type: Input
8385
+ }], selected: [{
8386
+ type: Input
8387
+ }], hidden: [{
8388
+ type: Input
8373
8389
  }] } });
8374
8390
 
8375
8391
  /**