uni-app-fe 0.0.12 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uni-app-fe",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=21.0.0",
6
6
  "@angular/core": ">=21.0.0",
@@ -7,9 +7,9 @@ import Popup, { ToolbarItem } from 'devextreme/ui/popup';
7
7
  import { IToastManager, ToastConfig } from 'uni-manager';
8
8
  import * as _fortawesome_fontawesome_common_types from '@fortawesome/fontawesome-common-types';
9
9
  import { DatePipe } from '@angular/common';
10
+ import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-svg-core';
10
11
  import { ValueChangedEvent } from 'devextreme/ui/select_box_types';
11
12
  import { ValueChangedEvent as ValueChangedEvent$1 } from 'devextreme/ui/switch_types';
12
- import { IconDefinition as IconDefinition$1 } from '@fortawesome/fontawesome-svg-core';
13
13
 
14
14
  declare class UniLocaleManagerAngular {
15
15
  /**
@@ -322,4 +322,4 @@ declare class UniSideMenu {
322
322
  }
323
323
 
324
324
  export { FaIconTransformPipe, ItemFieldWithHightContrast, ItemFieldWithLensTooltip, LedStatus, UniBannerAlert, UniCapitalizePipe, UniControlValidityPipe, UniGetComboPipe, UniHeader, UniItemField, UniLabelizePipe, UniLed, UniLoaderService, UniLocaleManagerAngular, UniPadPipe, UniPopupService, UniSideMenu, UniToastService, UniTranslateInlineParametersPipe, UniTranslatePipe, UniTruncateNumberPipe };
325
- export type { Combo, ComboRaw, Instance, LoginForm, Nullable, PopupContent, PopupType };
325
+ export type { Combo, ComboRaw, Instance, LoginForm, MenuInteraction, MenuItem, Nullable, PopupContent, PopupType };