@luizleon/sf.prefeiturasp.vuecomponents 0.0.39 → 0.0.41

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.
@@ -48,7 +48,7 @@ declare class SfDrawer extends ClassComponent<
48
48
 
49
49
  declare module "@vue/runtime-core" {
50
50
  interface GlobalComponents {
51
- Drawer: GlobalComponentConstructor<SfDrawer>;
51
+ SfDrawer: GlobalComponentConstructor<SfDrawer>;
52
52
  }
53
53
  }
54
54
 
package/dist/index.d.ts CHANGED
@@ -4,10 +4,11 @@ import SfNavMenuLink from "./components/navmenulink/NavMenuLink";
4
4
  import SfContent from "./components/content/Content";
5
5
  import SfTabNavigation from "./components/tabnavigation/TabNavigation";
6
6
  import SfButton from "./components/button/Button";
7
+ import SfDrawer from "./components/drawer/Drawer";
7
8
  import { UseNavMenuService } from "./services/navMenuService";
8
9
  import { UseDialogService } from "./services/dialogService";
9
10
  import { UseAuthService } from "./services/authService";
10
11
  import { AppResult } from "./common/appResult";
11
12
  import { Cor, Tamanho } from "./enum";
12
13
  import { AxiosClient, UseAxiosClient } from "./axios/axiosClient";
13
- export { SfLayout, SfIcon, SfNavMenuLink, SfContent, SfTabNavigation, SfButton, UseAuthService, UseNavMenuService, UseDialogService, UseAxiosClient, AppResult, Cor, Tamanho, AxiosClient, };
14
+ export { SfLayout, SfIcon, SfNavMenuLink, SfContent, SfTabNavigation, SfButton, SfDrawer, UseAuthService, UseNavMenuService, UseDialogService, UseAxiosClient, AppResult, Cor, Tamanho, AxiosClient, };
package/dist/lib.es.js CHANGED
@@ -5317,6 +5317,7 @@ export {
5317
5317
  io as Cor,
5318
5318
  vi as SfButton,
5319
5319
  Kd as SfContent,
5320
+ bi as SfDrawer,
5320
5321
  cn as SfIcon,
5321
5322
  Wd as SfLayout,
5322
5323
  qd as SfNavMenuLink,