@fundamental-ngx/core 0.61.3 → 0.61.4
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/fesm2022/fundamental-ngx-core-menu.mjs +0 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-select.mjs +12 -3
- package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
- package/package.json +3 -3
- package/types/fundamental-ngx-core-mobile-mode.d.ts +6 -2
- package/types/fundamental-ngx-core-select.d.ts +5 -0
|
@@ -1219,7 +1219,6 @@ class DefaultMenuItem {
|
|
|
1219
1219
|
|
|
1220
1220
|
const MENU_COMPONENT = new InjectionToken('MenuInterface');
|
|
1221
1221
|
|
|
1222
|
-
// @ts-expect-error - MenuInterface has InputSignal properties which don't perfectly match MobileMode base
|
|
1223
1222
|
class MenuMobileComponent extends MobileModeBase {
|
|
1224
1223
|
/** @hidden */
|
|
1225
1224
|
set _watch(_dialogBody) {
|