@skyux/lookup 6.16.0 → 7.0.0-alpha.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 (79) hide show
  1. package/documentation.json +686 -710
  2. package/esm2020/lib/modules/autocomplete/autocomplete-adapter.service.mjs +3 -3
  3. package/esm2020/lib/modules/autocomplete/autocomplete-input.directive.mjs +15 -15
  4. package/esm2020/lib/modules/autocomplete/autocomplete-search-async-disabled.pipe.mjs +3 -3
  5. package/esm2020/lib/modules/autocomplete/autocomplete.component.mjs +6 -6
  6. package/esm2020/lib/modules/autocomplete/autocomplete.module.mjs +15 -17
  7. package/esm2020/lib/modules/country-field/country-field.component.mjs +10 -10
  8. package/esm2020/lib/modules/country-field/country-field.module.mjs +12 -14
  9. package/esm2020/lib/modules/lookup/lookup-adapter.service.mjs +3 -3
  10. package/esm2020/lib/modules/lookup/lookup-autocomplete-adapter.mjs +3 -3
  11. package/esm2020/lib/modules/lookup/lookup-item-selected.pipe.mjs +3 -3
  12. package/esm2020/lib/modules/lookup/lookup-show-more-async-modal.component.mjs +10 -10
  13. package/esm2020/lib/modules/lookup/lookup-show-more-modal.component.mjs +9 -9
  14. package/esm2020/lib/modules/lookup/lookup.component.mjs +7 -7
  15. package/esm2020/lib/modules/lookup/lookup.module.mjs +20 -22
  16. package/esm2020/lib/modules/search/search-adapter.service.mjs +3 -3
  17. package/esm2020/lib/modules/search/search.component.mjs +8 -8
  18. package/esm2020/lib/modules/search/search.module.mjs +11 -13
  19. package/esm2020/lib/modules/shared/sky-lookup-resources.module.mjs +4 -4
  20. package/esm2020/testing/autocomplete/autocomplete-harness-filters.mjs +1 -1
  21. package/esm2020/testing/autocomplete/autocomplete-harness.mjs +2 -1
  22. package/esm2020/testing/autocomplete/autocomplete-search-result-harness-filters.mjs +1 -1
  23. package/esm2020/testing/autocomplete/autocomplete-search-result-harness.mjs +2 -1
  24. package/esm2020/testing/country-field/country-field-fixture.mjs +2 -1
  25. package/esm2020/testing/country-field/country-field-testing.module.mjs +8 -5
  26. package/esm2020/testing/lookup/lookup-harness-filters.mjs +1 -1
  27. package/esm2020/testing/lookup/lookup-harness.mjs +2 -1
  28. package/esm2020/testing/lookup/lookup-selection-harness-filters.mjs +1 -1
  29. package/esm2020/testing/lookup/lookup-selection-harness.mjs +2 -1
  30. package/esm2020/testing/lookup/lookup-selections-list-harness.mjs +2 -1
  31. package/esm2020/testing/lookup/lookup-show-more-picker-harness-filters.mjs +1 -1
  32. package/esm2020/testing/lookup/lookup-show-more-picker-harness.mjs +2 -1
  33. package/esm2020/testing/lookup/lookup-show-more-picker-search-result-harness-filters.mjs +1 -1
  34. package/esm2020/testing/lookup/lookup-show-more-picker-search-result-harness.mjs +2 -1
  35. package/esm2020/testing/search/search-fixture.mjs +2 -1
  36. package/esm2020/testing/search/search-harness-filters.mjs +1 -1
  37. package/esm2020/testing/search/search-harness.mjs +2 -1
  38. package/esm2020/testing/search/search-testing.module.mjs +8 -5
  39. package/fesm2015/skyux-lookup-testing.mjs +24 -8
  40. package/fesm2015/skyux-lookup-testing.mjs.map +1 -1
  41. package/fesm2015/skyux-lookup.mjs +123 -131
  42. package/fesm2015/skyux-lookup.mjs.map +1 -1
  43. package/fesm2020/skyux-lookup-testing.mjs +24 -8
  44. package/fesm2020/skyux-lookup-testing.mjs.map +1 -1
  45. package/fesm2020/skyux-lookup.mjs +123 -131
  46. package/fesm2020/skyux-lookup.mjs.map +1 -1
  47. package/lib/modules/autocomplete/autocomplete-input.directive.d.ts +1 -1
  48. package/lib/modules/autocomplete/autocomplete-search-async-disabled.pipe.d.ts +1 -1
  49. package/lib/modules/autocomplete/autocomplete.component.d.ts +1 -1
  50. package/lib/modules/country-field/country-field.component.d.ts +3 -3
  51. package/lib/modules/lookup/lookup-autocomplete-adapter.d.ts +1 -1
  52. package/lib/modules/lookup/lookup-item-selected.pipe.d.ts +1 -1
  53. package/lib/modules/lookup/lookup-show-more-async-modal.component.d.ts +1 -1
  54. package/lib/modules/lookup/lookup-show-more-modal.component.d.ts +1 -1
  55. package/lib/modules/lookup/lookup.component.d.ts +1 -1
  56. package/lib/modules/search/search.component.d.ts +1 -1
  57. package/package.json +19 -19
  58. package/testing/autocomplete/autocomplete-harness-filters.d.ts +1 -0
  59. package/testing/autocomplete/autocomplete-harness.d.ts +1 -0
  60. package/testing/autocomplete/autocomplete-search-result-harness-filters.d.ts +1 -0
  61. package/testing/autocomplete/autocomplete-search-result-harness.d.ts +1 -0
  62. package/testing/country-field/country-field-fixture.d.ts +1 -0
  63. package/testing/country-field/country-field-testing.module.d.ts +3 -0
  64. package/testing/{skyux-lookup-testing.d.ts → index.d.ts} +0 -0
  65. package/testing/lookup/lookup-harness-filters.d.ts +1 -0
  66. package/testing/lookup/lookup-harness.d.ts +1 -0
  67. package/testing/lookup/lookup-selection-harness-filters.d.ts +1 -0
  68. package/testing/lookup/lookup-selection-harness.d.ts +1 -0
  69. package/testing/lookup/lookup-selections-list-harness.d.ts +1 -0
  70. package/testing/lookup/lookup-show-more-picker-harness-filters.d.ts +1 -0
  71. package/testing/lookup/lookup-show-more-picker-harness.d.ts +1 -0
  72. package/testing/lookup/lookup-show-more-picker-search-result-harness-filters.d.ts +1 -0
  73. package/testing/lookup/lookup-show-more-picker-search-result-harness.d.ts +1 -0
  74. package/testing/search/search-fixture.d.ts +1 -0
  75. package/testing/search/search-harness-filters.d.ts +1 -0
  76. package/testing/search/search-harness.d.ts +1 -0
  77. package/testing/search/search-testing.module.d.ts +3 -0
  78. package/skyux-lookup.d.ts +0 -5
  79. package/testing/package.json +0 -10
@@ -42,5 +42,5 @@ export declare class SkyAutocompleteInputDirective implements OnInit, OnDestroy,
42
42
  onTouched(): void;
43
43
  onValidatorChange: () => void;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAutocompleteInputDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<SkyAutocompleteInputDirective, "input[skyAutocomplete], textarea[skyAutocomplete]", never, { "autocompleteAttribute": "autocompleteAttribute"; "disabled": "disabled"; }, {}, never>;
45
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyAutocompleteInputDirective, "input[skyAutocomplete], textarea[skyAutocomplete]", never, { "autocompleteAttribute": "autocompleteAttribute"; "disabled": "disabled"; }, {}, never, never, false>;
46
46
  }
@@ -7,5 +7,5 @@ import * as i0 from "@angular/core";
7
7
  export declare class SkyAutcompleteSearchAsyncDisabledPipe implements PipeTransform {
8
8
  transform(searchAsync: EventEmitter<SkyAutocompleteSearchAsyncArgs>, searchAsyncDisabled: boolean): boolean;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAutcompleteSearchAsyncDisabledPipe, never>;
10
- static ɵpipe: i0.ɵɵPipeDeclaration<SkyAutcompleteSearchAsyncDisabledPipe, "skyAutocompleteSearchAsyncDisabled">;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<SkyAutcompleteSearchAsyncDisabledPipe, "skyAutocompleteSearchAsyncDisabled", false>;
11
11
  }
@@ -166,6 +166,6 @@ export declare class SkyAutocompleteComponent implements OnDestroy, AfterViewIni
166
166
  onResultMouseMove(id: number): void;
167
167
  isElementFocused(ref: HTMLElement): boolean;
168
168
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAutocompleteComponent, [null, null, null, null, null, { optional: true; }]>;
169
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyAutocompleteComponent, "sky-autocomplete", never, { "ariaLabelledBy": "ariaLabelledBy"; "data": "data"; "debounceTime": "debounceTime"; "descriptorProperty": "descriptorProperty"; "enableShowMore": "enableShowMore"; "messageStream": "messageStream"; "wrapperClass": "wrapperClass"; "propertiesToSearch": "propertiesToSearch"; "search": "search"; "searchResultTemplate": "searchResultTemplate"; "searchTextMinimumCharacters": "searchTextMinimumCharacters"; "searchFilters": "searchFilters"; "searchResultsLimit": "searchResultsLimit"; "showAddButton": "showAddButton"; "noResultsFoundText": "noResultsFoundText"; "searchAsyncDisabled": "searchAsyncDisabled"; }, { "addClick": "addClick"; "showMoreClick": "showMoreClick"; "selectionChange": "selectionChange"; "searchAsync": "searchAsync"; }, ["inputDirective"], ["*"]>;
169
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyAutocompleteComponent, "sky-autocomplete", never, { "ariaLabelledBy": "ariaLabelledBy"; "data": "data"; "debounceTime": "debounceTime"; "descriptorProperty": "descriptorProperty"; "enableShowMore": "enableShowMore"; "messageStream": "messageStream"; "wrapperClass": "wrapperClass"; "propertiesToSearch": "propertiesToSearch"; "search": "search"; "searchResultTemplate": "searchResultTemplate"; "searchTextMinimumCharacters": "searchTextMinimumCharacters"; "searchFilters": "searchFilters"; "searchResultsLimit": "searchResultsLimit"; "showAddButton": "showAddButton"; "noResultsFoundText": "noResultsFoundText"; "searchAsyncDisabled": "searchAsyncDisabled"; }, { "addClick": "addClick"; "showMoreClick": "showMoreClick"; "selectionChange": "selectionChange"; "searchAsync": "searchAsync"; }, ["inputDirective"], ["*"], false>;
170
170
  }
171
171
  export {};
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, Injector, OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl, ControlValueAccessor, FormControl, ValidationErrors, Validator } from '@angular/forms';
2
+ import { AbstractControl, ControlValueAccessor, UntypedFormControl, ValidationErrors, Validator } from '@angular/forms';
3
3
  import { SkyAppWindowRef } from '@skyux/core';
4
4
  import { SkyInputBoxHostService } from '@skyux/forms';
5
5
  import { SkyThemeService } from '@skyux/theme';
@@ -51,7 +51,7 @@ export declare class SkyCountryFieldComponent implements AfterViewInit, ControlV
51
51
  */
52
52
  selectedCountryChange: EventEmitter<SkyCountryFieldCountry>;
53
53
  countries: SkyCountryFieldCountry[];
54
- countrySearchFormControl: FormControl;
54
+ countrySearchFormControl: UntypedFormControl;
55
55
  isInputFocused: boolean;
56
56
  searchTextMinimumCharacters: number;
57
57
  countrySearchAutocompleteDirective: SkyAutocompleteInputDirective | undefined;
@@ -94,5 +94,5 @@ export declare class SkyCountryFieldComponent implements AfterViewInit, ControlV
94
94
  writeValue(value: SkyCountryFieldCountry | undefined): void;
95
95
  private addEventListeners;
96
96
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCountryFieldComponent, [null, null, null, null, { optional: true; }, { optional: true; }]>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCountryFieldComponent, "sky-country-field", never, { "autocompleteAttribute": "autocompleteAttribute"; "defaultCountry": "defaultCountry"; "disabled": "disabled"; "hideSelectedCountryFlag": "hideSelectedCountryFlag"; "includePhoneInfo": "includePhoneInfo"; "supportedCountryISOs": "supportedCountryISOs"; }, { "selectedCountryChange": "selectedCountryChange"; }, never, never>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCountryFieldComponent, "sky-country-field", never, { "autocompleteAttribute": "autocompleteAttribute"; "defaultCountry": "defaultCountry"; "disabled": "disabled"; "hideSelectedCountryFlag": "hideSelectedCountryFlag"; "includePhoneInfo": "includePhoneInfo"; "supportedCountryISOs": "supportedCountryISOs"; }, { "selectedCountryChange": "selectedCountryChange"; }, never, never, false>;
98
98
  }
@@ -69,5 +69,5 @@ export declare class SkyLookupAutocompleteAdapter {
69
69
  */
70
70
  searchAsync: EventEmitter<SkyAutocompleteSearchAsyncArgs>;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLookupAutocompleteAdapter, never>;
72
- static ɵdir: i0.ɵɵDirectiveDeclaration<SkyLookupAutocompleteAdapter, never, never, { "debounceTime": "debounceTime"; "descriptorProperty": "descriptorProperty"; "propertiesToSearch": "propertiesToSearch"; "search": "search"; "searchResultTemplate": "searchResultTemplate"; "searchTextMinimumCharacters": "searchTextMinimumCharacters"; "searchFilters": "searchFilters"; "searchResultsLimit": "searchResultsLimit"; }, { "searchAsync": "searchAsync"; }, never>;
72
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SkyLookupAutocompleteAdapter, never, never, { "debounceTime": "debounceTime"; "descriptorProperty": "descriptorProperty"; "propertiesToSearch": "propertiesToSearch"; "search": "search"; "searchResultTemplate": "searchResultTemplate"; "searchTextMinimumCharacters": "searchTextMinimumCharacters"; "searchFilters": "searchFilters"; "searchResultsLimit": "searchResultsLimit"; }, { "searchAsync": "searchAsync"; }, never, never, false>;
73
73
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SkyLookupItemSelectedPipe implements PipeTransform {
4
4
  transform(id: unknown, selectedIdMap: Map<unknown, unknown>): boolean;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLookupItemSelectedPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SkyLookupItemSelectedPipe, "skyLookupItemSelected">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SkyLookupItemSelectedPipe, "skyLookupItemSelected", false>;
7
7
  }
@@ -43,5 +43,5 @@ export declare class SkyLookupShowMoreAsyncModalComponent implements OnInit, OnD
43
43
  save(): void;
44
44
  updateDisplayedItems(): void;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLookupShowMoreAsyncModalComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyLookupShowMoreAsyncModalComponent, "sky-lookup-show-more-async-modal", never, {}, {}, never, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyLookupShowMoreAsyncModalComponent, "sky-lookup-show-more-async-modal", never, {}, {}, never, never, false>;
47
47
  }
@@ -53,5 +53,5 @@ export declare class SkyLookupShowMoreModalComponent implements AfterViewInit, O
53
53
  updateDataState(): void;
54
54
  updateItemData(data: any[]): void;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLookupShowMoreModalComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyLookupShowMoreModalComponent, "skyux-lookup-show-more-modal", never, {}, {}, never, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyLookupShowMoreModalComponent, "skyux-lookup-show-more-modal", never, {}, {}, never, never, false>;
57
57
  }
@@ -125,5 +125,5 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
125
125
  openPicker(initialSearch: string): void;
126
126
  onSearchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
127
127
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyLookupComponent, [null, null, null, null, null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }]>;
128
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyLookupComponent, "sky-lookup", never, { "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "autocompleteAttribute": "autocompleteAttribute"; "data": "data"; "disabled": "disabled"; "enableShowMore": "enableShowMore"; "placeholderText": "placeholderText"; "idProperty": "idProperty"; "showAddButton": "showAddButton"; "showMoreConfig": "showMoreConfig"; "selectMode": "selectMode"; "wrapperClass": "wrapperClass"; }, { "addClick": "addClick"; }, never, never>;
128
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyLookupComponent, "sky-lookup", never, { "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "autocompleteAttribute": "autocompleteAttribute"; "data": "data"; "disabled": "disabled"; "enableShowMore": "enableShowMore"; "placeholderText": "placeholderText"; "idProperty": "idProperty"; "showAddButton": "showAddButton"; "showMoreConfig": "showMoreConfig"; "selectMode": "selectMode"; "wrapperClass": "wrapperClass"; }, { "addClick": "addClick"; }, never, never, false>;
129
129
  }
@@ -64,5 +64,5 @@ export declare class SkySearchComponent implements OnDestroy, OnInit, OnChanges
64
64
  inputAnimationEnd(event: AnimationEvent): void;
65
65
  ngOnDestroy(): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<SkySearchComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<SkySearchComponent, "sky-search", never, { "searchText": "searchText"; "expandMode": "expandMode"; "debounceTime": "debounceTime"; "disabled": "disabled"; "placeholderText": "placeholderText"; }, { "searchApply": "searchApply"; "searchChange": "searchChange"; "searchClear": "searchClear"; }, never, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkySearchComponent, "sky-search", never, { "searchText": "searchText"; "expandMode": "expandMode"; "debounceTime": "debounceTime"; "disabled": "disabled"; "placeholderText": "placeholderText"; }, { "searchApply": "searchApply"; "searchChange": "searchChange"; "searchClear": "searchClear"; }, never, never, false>;
68
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "6.16.0",
3
+ "version": "7.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,7 +20,7 @@
20
20
  "default": "./package.json"
21
21
  },
22
22
  ".": {
23
- "types": "./skyux-lookup.d.ts",
23
+ "types": "./index.d.ts",
24
24
  "esm2020": "./esm2020/skyux-lookup.mjs",
25
25
  "es2020": "./fesm2020/skyux-lookup.mjs",
26
26
  "es2015": "./fesm2015/skyux-lookup.mjs",
@@ -28,7 +28,7 @@
28
28
  "default": "./fesm2020/skyux-lookup.mjs"
29
29
  },
30
30
  "./testing": {
31
- "types": "./testing/skyux-lookup-testing.d.ts",
31
+ "types": "./testing/index.d.ts",
32
32
  "esm2020": "./esm2020/testing/skyux-lookup-testing.mjs",
33
33
  "es2020": "./fesm2020/skyux-lookup-testing.mjs",
34
34
  "es2015": "./fesm2015/skyux-lookup-testing.mjs",
@@ -40,21 +40,21 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/animations": "^13.3.2",
44
- "@angular/cdk": "^13.3.2",
45
- "@angular/common": "^13.3.2",
46
- "@angular/core": "^13.3.2",
47
- "@angular/forms": "^13.3.2",
48
- "@angular/platform-browser": "^13.3.2",
49
- "@skyux-sdk/testing": "6.16.0",
50
- "@skyux/core": "6.16.0",
51
- "@skyux/forms": "6.16.0",
52
- "@skyux/i18n": "6.16.0",
53
- "@skyux/indicators": "6.16.0",
54
- "@skyux/layout": "6.16.0",
55
- "@skyux/lists": "6.16.0",
56
- "@skyux/modals": "6.16.0",
57
- "@skyux/theme": "6.16.0"
43
+ "@angular/animations": "^14.2.0",
44
+ "@angular/cdk": "^14.2.0",
45
+ "@angular/common": "^14.2.0",
46
+ "@angular/core": "^14.2.0",
47
+ "@angular/forms": "^14.2.0",
48
+ "@angular/platform-browser": "^14.2.0",
49
+ "@skyux-sdk/testing": "7.0.0-alpha.0",
50
+ "@skyux/core": "7.0.0-alpha.0",
51
+ "@skyux/forms": "7.0.0-alpha.0",
52
+ "@skyux/i18n": "7.0.0-alpha.0",
53
+ "@skyux/indicators": "7.0.0-alpha.0",
54
+ "@skyux/layout": "7.0.0-alpha.0",
55
+ "@skyux/lists": "7.0.0-alpha.0",
56
+ "@skyux/modals": "7.0.0-alpha.0",
57
+ "@skyux/theme": "7.0.0-alpha.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "intl-tel-input": "17.0.16",
@@ -65,6 +65,6 @@
65
65
  "esm2020": "esm2020/skyux-lookup.mjs",
66
66
  "fesm2020": "fesm2020/skyux-lookup.mjs",
67
67
  "fesm2015": "fesm2015/skyux-lookup.mjs",
68
- "typings": "skyux-lookup.d.ts",
68
+ "typings": "index.d.ts",
69
69
  "sideEffects": false
70
70
  }
@@ -1,6 +1,7 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of SkyAutocompleteHarness instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyAutocompleteHarnessFilters extends SkyHarnessFilters {
6
7
  }
@@ -5,6 +5,7 @@ import { SkyAutocompleteSearchResultHarness } from './autocomplete-search-result
5
5
  import { SkyAutocompleteSearchResultHarnessFilters } from './autocomplete-search-result-harness-filters';
6
6
  /**
7
7
  * Harness for interacting with an autocomplete component in tests.
8
+ * @internal
8
9
  */
9
10
  export declare class SkyAutocompleteHarness extends SkyComponentHarness {
10
11
  #private;
@@ -1,6 +1,7 @@
1
1
  import { BaseHarnessFilters } from '@angular/cdk/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of SkyAutocompleteSearchResultHarness instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyAutocompleteSearchResultHarnessFilters extends Omit<BaseHarnessFilters, 'selector'> {
6
7
  /**
@@ -2,6 +2,7 @@ import { ComponentHarness, HarnessPredicate, HarnessQuery } from '@angular/cdk/t
2
2
  import { SkyAutocompleteSearchResultHarnessFilters } from './autocomplete-search-result-harness-filters';
3
3
  /**
4
4
  * Harness for interacting with an autocomplete search results in tests.
5
+ * @internal
5
6
  */
6
7
  export declare class SkyAutocompleteSearchResultHarness extends ComponentHarness {
7
8
  static hostSelector: string;
@@ -1,6 +1,7 @@
1
1
  import { ComponentFixture } from '@angular/core/testing';
2
2
  /**
3
3
  * Allows interaction with a SKY UX country field component.
4
+ * @internal
4
5
  */
5
6
  export declare class SkyCountryFieldFixture {
6
7
  private fixture;
@@ -1,5 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@skyux/lookup";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare class SkyCountryFieldTestingModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCountryFieldTestingModule, never>;
5
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkyCountryFieldTestingModule, never, never, [typeof i1.SkyCountryFieldModule]>;
@@ -1,6 +1,7 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyLookupHarness` instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyLookupHarnessFilters extends SkyHarnessFilters {
6
7
  }
@@ -5,6 +5,7 @@ import { SkyLookupSelectionHarness } from './lookup-selection-harness';
5
5
  import { SkyLookupShowMorePickerHarness } from './lookup-show-more-picker-harness';
6
6
  /**
7
7
  * Harness for interacting with a lookup component in tests.
8
+ * @internal
8
9
  */
9
10
  export declare class SkyLookupHarness extends SkyAutocompleteHarness {
10
11
  #private;
@@ -1,6 +1,7 @@
1
1
  import { SkyTokenHarnessFilters } from '@skyux/indicators/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyLookupSelectionHarness` instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyLookupSelectionHarnessFilters extends SkyTokenHarnessFilters {
6
7
  }
@@ -1,6 +1,7 @@
1
1
  import { SkyTokenHarness } from '@skyux/indicators/testing';
2
2
  /**
3
3
  * Harness for interacting with a multiselect lookup selection in tests.
4
+ * @internal
4
5
  */
5
6
  export declare class SkyLookupSelectionHarness extends SkyTokenHarness {
6
7
  }
@@ -2,6 +2,7 @@ import { SkyTokensHarness } from '@skyux/indicators/testing';
2
2
  import { SkyLookupSelectionHarness } from './lookup-selection-harness';
3
3
  /**
4
4
  * Harness for interacting with multiselect lookup selections in tests.
5
+ * @internal
5
6
  */
6
7
  export declare class SkyLookupSelectionsListHarness extends SkyTokensHarness {
7
8
  /**
@@ -1,6 +1,7 @@
1
1
  import { BaseHarnessFilters } from '@angular/cdk/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyLookupShowMorePickerHarness` instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyLookupShowMorePickerHarnessFilters extends Omit<BaseHarnessFilters, 'ancestor'> {
6
7
  }
@@ -4,6 +4,7 @@ import { SkyLookupShowMorePickerSearchResultHarness } from './lookup-show-more-p
4
4
  import { SkyLookupShowMorePickerSearchResultHarnessFilters } from './lookup-show-more-picker-search-result-harness-filters';
5
5
  /**
6
6
  * Harness for interacting with a lookup's "Show more" picker in tests.
7
+ * @internal
7
8
  */
8
9
  export declare class SkyLookupShowMorePickerHarness extends ComponentHarness {
9
10
  #private;
@@ -1,6 +1,7 @@
1
1
  import { SkyRepeaterItemHarnessFilters } from '@skyux/lists/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkyLookupShowMorePickerSearchResultHarness` instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkyLookupShowMorePickerSearchResultHarnessFilters extends Omit<SkyRepeaterItemHarnessFilters, 'titleText' | 'ancestor'> {
6
7
  }
@@ -1,6 +1,7 @@
1
1
  import { SkyRepeaterItemHarness } from '@skyux/lists/testing';
2
2
  /**
3
3
  * Harness for interacting with a lookup's "Show more" picker search results in tests.
4
+ * @internal
4
5
  */
5
6
  export declare class SkyLookupShowMorePickerSearchResultHarness extends SkyRepeaterItemHarness {
6
7
  }
@@ -2,6 +2,7 @@ import { ComponentFixture } from '@angular/core/testing';
2
2
  /**
3
3
  * Allows interaction with a SKY UX search component.
4
4
  * @deprecated Use `SkySearchHarness` instead.
5
+ * @internal
5
6
  */
6
7
  export declare class SkySearchFixture {
7
8
  /**
@@ -1,6 +1,7 @@
1
1
  import { SkyHarnessFilters } from '@skyux/core/testing';
2
2
  /**
3
3
  * A set of criteria that can be used to filter a list of `SkySearchHarness` instances.
4
+ * @internal
4
5
  */
5
6
  export interface SkySearchHarnessFilters extends SkyHarnessFilters {
6
7
  }
@@ -3,6 +3,7 @@ import { SkyComponentHarness } from '@skyux/core/testing';
3
3
  import { SkySearchHarnessFilters } from './search-harness-filters';
4
4
  /**
5
5
  * Harness for interacting with an search component in tests.
6
+ * @internal
6
7
  */
7
8
  export declare class SkySearchHarness extends SkyComponentHarness {
8
9
  #private;
@@ -1,6 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/platform-browser/animations";
3
3
  import * as i2 from "@skyux/lookup";
4
+ /**
5
+ * @internal
6
+ */
4
7
  export declare class SkySearchTestingModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkySearchTestingModule, never>;
6
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<SkySearchTestingModule, never, never, [typeof i1.NoopAnimationsModule, typeof i2.SkySearchModule]>;
package/skyux-lookup.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@skyux/lookup" />
5
- export * from './index';
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../fesm2015/skyux-lookup-testing.mjs",
3
- "es2020": "../fesm2020/skyux-lookup-testing.mjs",
4
- "esm2020": "../esm2020/testing/skyux-lookup-testing.mjs",
5
- "fesm2020": "../fesm2020/skyux-lookup-testing.mjs",
6
- "fesm2015": "../fesm2015/skyux-lookup-testing.mjs",
7
- "typings": "skyux-lookup-testing.d.ts",
8
- "sideEffects": false,
9
- "name": "@skyux/lookup/testing"
10
- }