@skyux/lookup 11.22.0 → 11.23.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 (97) hide show
  1. package/documentation.json +1965 -1846
  2. package/esm2022/lib/modules/autocomplete/autocomplete.component.mjs +2 -2
  3. package/esm2022/lib/modules/country-field/country-field.component.mjs +3 -3
  4. package/esm2022/lib/modules/lookup/lookup.component.mjs +2 -2
  5. package/esm2022/lib/modules/search/search.component.mjs +3 -3
  6. package/esm2022/testing/legacy/country-field/country-field-fixture.mjs +121 -0
  7. package/esm2022/testing/{country-field → legacy/country-field}/country-field-testing.module.mjs +1 -1
  8. package/esm2022/testing/legacy/search/search-fixture.mjs +60 -0
  9. package/esm2022/testing/{search → legacy/search}/search-testing.module.mjs +1 -1
  10. package/esm2022/testing/modules/autocomplete/autocomplete-harness-filters.mjs +2 -0
  11. package/esm2022/testing/modules/autocomplete/autocomplete-harness.mjs +192 -0
  12. package/esm2022/testing/modules/autocomplete/autocomplete-input-harness.mjs +17 -0
  13. package/esm2022/testing/modules/autocomplete/autocomplete-search-result-harness-filters.mjs +2 -0
  14. package/esm2022/testing/modules/autocomplete/autocomplete-search-result-harness.mjs +38 -0
  15. package/esm2022/testing/modules/country-field/country-field-harness-filters.mjs +2 -0
  16. package/esm2022/testing/modules/country-field/country-field-harness.mjs +139 -0
  17. package/esm2022/testing/modules/country-field/country-field-search-result-harness-filters.mjs +2 -0
  18. package/esm2022/testing/modules/country-field/country-field-search-result-harness.mjs +27 -0
  19. package/esm2022/testing/modules/lookup/lookup-harness-filters.mjs +2 -0
  20. package/esm2022/testing/modules/lookup/lookup-harness.mjs +181 -0
  21. package/esm2022/testing/modules/lookup/lookup-search-result-harness-filters.mjs +2 -0
  22. package/esm2022/testing/modules/lookup/lookup-search-result-harness.mjs +24 -0
  23. package/esm2022/testing/modules/lookup/lookup-selection-harness-filters.mjs +2 -0
  24. package/esm2022/testing/modules/lookup/lookup-selection-harness.mjs +8 -0
  25. package/esm2022/testing/modules/lookup/lookup-selections-list-harness.mjs +26 -0
  26. package/esm2022/testing/modules/lookup/lookup-show-more-picker-harness-filters.mjs +2 -0
  27. package/esm2022/testing/modules/lookup/lookup-show-more-picker-harness.mjs +28 -0
  28. package/esm2022/testing/modules/lookup/lookup-show-more-picker-search-result-harness-filters.mjs +2 -0
  29. package/esm2022/testing/modules/lookup/lookup-show-more-picker-search-result-harness.mjs +8 -0
  30. package/esm2022/testing/modules/search/search-harness-filters.mjs +2 -0
  31. package/esm2022/testing/modules/search/search-harness.mjs +143 -0
  32. package/esm2022/testing/modules/selection-modal/selection-modal-harness.mjs +172 -0
  33. package/esm2022/testing/modules/selection-modal/selection-modal-search-result-harness-filters.mjs +2 -0
  34. package/esm2022/testing/modules/selection-modal/selection-modal-search-result-harness.mjs +7 -0
  35. package/esm2022/testing/public-api.mjs +17 -17
  36. package/fesm2022/skyux-lookup-testing.mjs +82 -73
  37. package/fesm2022/skyux-lookup-testing.mjs.map +1 -1
  38. package/fesm2022/skyux-lookup.mjs +8 -8
  39. package/fesm2022/skyux-lookup.mjs.map +1 -1
  40. package/package.json +11 -11
  41. package/testing/{country-field → legacy/country-field}/country-field-fixture.d.ts +1 -1
  42. package/testing/{country-field → modules/country-field}/country-field-search-result-harness-filters.d.ts +1 -1
  43. package/testing/{lookup → modules/lookup}/lookup-search-result-harness-filters.d.ts +1 -1
  44. package/testing/public-api.d.ts +26 -26
  45. package/esm2022/testing/autocomplete/autocomplete-harness-filters.mjs +0 -2
  46. package/esm2022/testing/autocomplete/autocomplete-harness.mjs +0 -192
  47. package/esm2022/testing/autocomplete/autocomplete-input-harness.mjs +0 -17
  48. package/esm2022/testing/autocomplete/autocomplete-search-result-harness-filters.mjs +0 -2
  49. package/esm2022/testing/autocomplete/autocomplete-search-result-harness.mjs +0 -38
  50. package/esm2022/testing/country-field/country-field-fixture.mjs +0 -119
  51. package/esm2022/testing/country-field/country-field-harness-filters.mjs +0 -2
  52. package/esm2022/testing/country-field/country-field-harness.mjs +0 -139
  53. package/esm2022/testing/country-field/country-field-search-result-harness-filters.mjs +0 -2
  54. package/esm2022/testing/country-field/country-field-search-result-harness.mjs +0 -24
  55. package/esm2022/testing/lookup/lookup-harness-filters.mjs +0 -2
  56. package/esm2022/testing/lookup/lookup-harness.mjs +0 -181
  57. package/esm2022/testing/lookup/lookup-search-result-harness-filters.mjs +0 -2
  58. package/esm2022/testing/lookup/lookup-search-result-harness.mjs +0 -21
  59. package/esm2022/testing/lookup/lookup-selection-harness-filters.mjs +0 -2
  60. package/esm2022/testing/lookup/lookup-selection-harness.mjs +0 -8
  61. package/esm2022/testing/lookup/lookup-selections-list-harness.mjs +0 -26
  62. package/esm2022/testing/lookup/lookup-show-more-picker-harness-filters.mjs +0 -2
  63. package/esm2022/testing/lookup/lookup-show-more-picker-harness.mjs +0 -28
  64. package/esm2022/testing/lookup/lookup-show-more-picker-search-result-harness-filters.mjs +0 -2
  65. package/esm2022/testing/lookup/lookup-show-more-picker-search-result-harness.mjs +0 -8
  66. package/esm2022/testing/search/search-fixture.mjs +0 -60
  67. package/esm2022/testing/search/search-harness-filters.mjs +0 -2
  68. package/esm2022/testing/search/search-harness.mjs +0 -143
  69. package/esm2022/testing/selection-modal/selection-modal-harness.mjs +0 -171
  70. package/esm2022/testing/selection-modal/selection-modal-search-result-harness-filters.mjs +0 -2
  71. package/esm2022/testing/selection-modal/selection-modal-search-result-harness.mjs +0 -7
  72. /package/testing/{country-field → legacy/country-field}/country-field-testing.module.d.ts +0 -0
  73. /package/testing/{search → legacy/search}/search-fixture.d.ts +0 -0
  74. /package/testing/{search → legacy/search}/search-testing.module.d.ts +0 -0
  75. /package/testing/{autocomplete → modules/autocomplete}/autocomplete-harness-filters.d.ts +0 -0
  76. /package/testing/{autocomplete → modules/autocomplete}/autocomplete-harness.d.ts +0 -0
  77. /package/testing/{autocomplete → modules/autocomplete}/autocomplete-input-harness.d.ts +0 -0
  78. /package/testing/{autocomplete → modules/autocomplete}/autocomplete-search-result-harness-filters.d.ts +0 -0
  79. /package/testing/{autocomplete → modules/autocomplete}/autocomplete-search-result-harness.d.ts +0 -0
  80. /package/testing/{country-field → modules/country-field}/country-field-harness-filters.d.ts +0 -0
  81. /package/testing/{country-field → modules/country-field}/country-field-harness.d.ts +0 -0
  82. /package/testing/{country-field → modules/country-field}/country-field-search-result-harness.d.ts +0 -0
  83. /package/testing/{lookup → modules/lookup}/lookup-harness-filters.d.ts +0 -0
  84. /package/testing/{lookup → modules/lookup}/lookup-harness.d.ts +0 -0
  85. /package/testing/{lookup → modules/lookup}/lookup-search-result-harness.d.ts +0 -0
  86. /package/testing/{lookup → modules/lookup}/lookup-selection-harness-filters.d.ts +0 -0
  87. /package/testing/{lookup → modules/lookup}/lookup-selection-harness.d.ts +0 -0
  88. /package/testing/{lookup → modules/lookup}/lookup-selections-list-harness.d.ts +0 -0
  89. /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-harness-filters.d.ts +0 -0
  90. /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-harness.d.ts +0 -0
  91. /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-search-result-harness-filters.d.ts +0 -0
  92. /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-search-result-harness.d.ts +0 -0
  93. /package/testing/{search → modules/search}/search-harness-filters.d.ts +0 -0
  94. /package/testing/{search → modules/search}/search-harness.d.ts +0 -0
  95. /package/testing/{selection-modal → modules/selection-modal}/selection-modal-harness.d.ts +0 -0
  96. /package/testing/{selection-modal → modules/selection-modal}/selection-modal-search-result-harness-filters.d.ts +0 -0
  97. /package/testing/{selection-modal → modules/selection-modal}/selection-modal-search-result-harness.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.