@skyux/lookup 8.2.4 → 8.2.6
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 +313 -289
- package/esm2020/lib/modules/lookup/lookup.component.mjs +2 -1
- package/esm2020/lib/modules/selection-modal/selection-modal.service.mjs +2 -1
- package/esm2020/lib/modules/selection-modal/types/selection-modal-open-args.mjs +1 -1
- package/fesm2015/skyux-lookup.mjs +2 -0
- package/fesm2015/skyux-lookup.mjs.map +1 -1
- package/fesm2020/skyux-lookup.mjs +2 -0
- package/fesm2020/skyux-lookup.mjs.map +1 -1
- package/lib/modules/selection-modal/types/selection-modal-open-args.d.ts +5 -0
- package/package.json +10 -10
|
@@ -2791,6 +2791,7 @@ class SkySelectionModalService {
|
|
|
2791
2791
|
},
|
|
2792
2792
|
],
|
|
2793
2793
|
size: 'large',
|
|
2794
|
+
wrapperClass: args.wrapperClass,
|
|
2794
2795
|
});
|
|
2795
2796
|
const instance = new SkySelectionModalInstance(modalInstance.componentInstance.id);
|
|
2796
2797
|
instance.itemAdded.subscribe((item) => {
|
|
@@ -3277,6 +3278,7 @@ _SkyLookupComponent_adapter = new WeakMap(), _SkyLookupComponent_elementRef = ne
|
|
|
3277
3278
|
showAddButton: this.showAddButton,
|
|
3278
3279
|
title: modalConfig.title,
|
|
3279
3280
|
value: initialValue,
|
|
3281
|
+
wrapperClass: this.wrapperClass,
|
|
3280
3282
|
});
|
|
3281
3283
|
}, _SkyLookupComponent_createNativePickerInstance = function _SkyLookupComponent_createNativePickerInstance(initialSearch) {
|
|
3282
3284
|
const initialValue = this.value;
|