@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.
- package/documentation.json +1965 -1846
- package/esm2022/lib/modules/autocomplete/autocomplete.component.mjs +2 -2
- package/esm2022/lib/modules/country-field/country-field.component.mjs +3 -3
- package/esm2022/lib/modules/lookup/lookup.component.mjs +2 -2
- package/esm2022/lib/modules/search/search.component.mjs +3 -3
- package/esm2022/testing/legacy/country-field/country-field-fixture.mjs +121 -0
- package/esm2022/testing/{country-field → legacy/country-field}/country-field-testing.module.mjs +1 -1
- package/esm2022/testing/legacy/search/search-fixture.mjs +60 -0
- package/esm2022/testing/{search → legacy/search}/search-testing.module.mjs +1 -1
- package/esm2022/testing/modules/autocomplete/autocomplete-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/autocomplete/autocomplete-harness.mjs +192 -0
- package/esm2022/testing/modules/autocomplete/autocomplete-input-harness.mjs +17 -0
- package/esm2022/testing/modules/autocomplete/autocomplete-search-result-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/autocomplete/autocomplete-search-result-harness.mjs +38 -0
- package/esm2022/testing/modules/country-field/country-field-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/country-field/country-field-harness.mjs +139 -0
- package/esm2022/testing/modules/country-field/country-field-search-result-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/country-field/country-field-search-result-harness.mjs +27 -0
- package/esm2022/testing/modules/lookup/lookup-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/lookup/lookup-harness.mjs +181 -0
- package/esm2022/testing/modules/lookup/lookup-search-result-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/lookup/lookup-search-result-harness.mjs +24 -0
- package/esm2022/testing/modules/lookup/lookup-selection-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/lookup/lookup-selection-harness.mjs +8 -0
- package/esm2022/testing/modules/lookup/lookup-selections-list-harness.mjs +26 -0
- package/esm2022/testing/modules/lookup/lookup-show-more-picker-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/lookup/lookup-show-more-picker-harness.mjs +28 -0
- package/esm2022/testing/modules/lookup/lookup-show-more-picker-search-result-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/lookup/lookup-show-more-picker-search-result-harness.mjs +8 -0
- package/esm2022/testing/modules/search/search-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/search/search-harness.mjs +143 -0
- package/esm2022/testing/modules/selection-modal/selection-modal-harness.mjs +172 -0
- package/esm2022/testing/modules/selection-modal/selection-modal-search-result-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/selection-modal/selection-modal-search-result-harness.mjs +7 -0
- package/esm2022/testing/public-api.mjs +17 -17
- package/fesm2022/skyux-lookup-testing.mjs +82 -73
- package/fesm2022/skyux-lookup-testing.mjs.map +1 -1
- package/fesm2022/skyux-lookup.mjs +8 -8
- package/fesm2022/skyux-lookup.mjs.map +1 -1
- package/package.json +11 -11
- package/testing/{country-field → legacy/country-field}/country-field-fixture.d.ts +1 -1
- package/testing/{country-field → modules/country-field}/country-field-search-result-harness-filters.d.ts +1 -1
- package/testing/{lookup → modules/lookup}/lookup-search-result-harness-filters.d.ts +1 -1
- package/testing/public-api.d.ts +26 -26
- package/esm2022/testing/autocomplete/autocomplete-harness-filters.mjs +0 -2
- package/esm2022/testing/autocomplete/autocomplete-harness.mjs +0 -192
- package/esm2022/testing/autocomplete/autocomplete-input-harness.mjs +0 -17
- package/esm2022/testing/autocomplete/autocomplete-search-result-harness-filters.mjs +0 -2
- package/esm2022/testing/autocomplete/autocomplete-search-result-harness.mjs +0 -38
- package/esm2022/testing/country-field/country-field-fixture.mjs +0 -119
- package/esm2022/testing/country-field/country-field-harness-filters.mjs +0 -2
- package/esm2022/testing/country-field/country-field-harness.mjs +0 -139
- package/esm2022/testing/country-field/country-field-search-result-harness-filters.mjs +0 -2
- package/esm2022/testing/country-field/country-field-search-result-harness.mjs +0 -24
- package/esm2022/testing/lookup/lookup-harness-filters.mjs +0 -2
- package/esm2022/testing/lookup/lookup-harness.mjs +0 -181
- package/esm2022/testing/lookup/lookup-search-result-harness-filters.mjs +0 -2
- package/esm2022/testing/lookup/lookup-search-result-harness.mjs +0 -21
- package/esm2022/testing/lookup/lookup-selection-harness-filters.mjs +0 -2
- package/esm2022/testing/lookup/lookup-selection-harness.mjs +0 -8
- package/esm2022/testing/lookup/lookup-selections-list-harness.mjs +0 -26
- package/esm2022/testing/lookup/lookup-show-more-picker-harness-filters.mjs +0 -2
- package/esm2022/testing/lookup/lookup-show-more-picker-harness.mjs +0 -28
- package/esm2022/testing/lookup/lookup-show-more-picker-search-result-harness-filters.mjs +0 -2
- package/esm2022/testing/lookup/lookup-show-more-picker-search-result-harness.mjs +0 -8
- package/esm2022/testing/search/search-fixture.mjs +0 -60
- package/esm2022/testing/search/search-harness-filters.mjs +0 -2
- package/esm2022/testing/search/search-harness.mjs +0 -143
- package/esm2022/testing/selection-modal/selection-modal-harness.mjs +0 -171
- package/esm2022/testing/selection-modal/selection-modal-search-result-harness-filters.mjs +0 -2
- package/esm2022/testing/selection-modal/selection-modal-search-result-harness.mjs +0 -7
- /package/testing/{country-field → legacy/country-field}/country-field-testing.module.d.ts +0 -0
- /package/testing/{search → legacy/search}/search-fixture.d.ts +0 -0
- /package/testing/{search → legacy/search}/search-testing.module.d.ts +0 -0
- /package/testing/{autocomplete → modules/autocomplete}/autocomplete-harness-filters.d.ts +0 -0
- /package/testing/{autocomplete → modules/autocomplete}/autocomplete-harness.d.ts +0 -0
- /package/testing/{autocomplete → modules/autocomplete}/autocomplete-input-harness.d.ts +0 -0
- /package/testing/{autocomplete → modules/autocomplete}/autocomplete-search-result-harness-filters.d.ts +0 -0
- /package/testing/{autocomplete → modules/autocomplete}/autocomplete-search-result-harness.d.ts +0 -0
- /package/testing/{country-field → modules/country-field}/country-field-harness-filters.d.ts +0 -0
- /package/testing/{country-field → modules/country-field}/country-field-harness.d.ts +0 -0
- /package/testing/{country-field → modules/country-field}/country-field-search-result-harness.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-harness-filters.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-harness.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-search-result-harness.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-selection-harness-filters.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-selection-harness.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-selections-list-harness.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-harness-filters.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-harness.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-search-result-harness-filters.d.ts +0 -0
- /package/testing/{lookup → modules/lookup}/lookup-show-more-picker-search-result-harness.d.ts +0 -0
- /package/testing/{search → modules/search}/search-harness-filters.d.ts +0 -0
- /package/testing/{search → modules/search}/search-harness.d.ts +0 -0
- /package/testing/{selection-modal → modules/selection-modal}/selection-modal-harness.d.ts +0 -0
- /package/testing/{selection-modal → modules/selection-modal}/selection-modal-search-result-harness-filters.d.ts +0 -0
- /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.