@fundamental-ngx/core 0.62.0-rc.45 → 0.62.0-rc.46
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
|
@@ -1214,7 +1214,6 @@ class DefaultMenuItem {
|
|
|
1214
1214
|
|
|
1215
1215
|
const MENU_COMPONENT = new InjectionToken('MenuInterface');
|
|
1216
1216
|
|
|
1217
|
-
// @ts-expect-error - MenuInterface has InputSignal properties which don't perfectly match MobileMode base
|
|
1218
1217
|
class MenuMobileComponent extends MobileModeBase {
|
|
1219
1218
|
/** @hidden */
|
|
1220
1219
|
set _watch(_dialogBody) {
|