@solfacil/girassol 0.46.1 → 0.47.1

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.
Files changed (66) hide show
  1. package/dist/components.d.ts +8 -0
  2. package/dist/components.json +1 -1
  3. package/dist/girassol.es.js +6671 -6010
  4. package/dist/girassol.umd.js +7 -7
  5. package/dist/style.css +1 -1
  6. package/dist/types/components/breadcrumb/Breadcrumb.vue.d.ts +1 -1
  7. package/dist/types/components/breadcrumb/types.d.ts +1 -2
  8. package/dist/types/components/file-upload/types.d.ts +2 -2
  9. package/dist/types/components/{header → headers/header}/Header.vue.d.ts +1 -1
  10. package/dist/types/components/{header → headers/header}/notification/Item.vue.d.ts +1 -1
  11. package/dist/types/components/{header → headers/header}/notification/ListDesktop.vue.d.ts +1 -1
  12. package/dist/types/components/{header → headers/header}/notification/ListMobile.vue.d.ts +1 -1
  13. package/dist/types/components/{header → headers/header}/notification/Notification.vue.d.ts +1 -1
  14. package/dist/types/components/{header → headers/header}/products/Desktop.vue.d.ts +1 -1
  15. package/dist/types/components/{header → headers/header}/products/MainItems.vue.d.ts +1 -1
  16. package/dist/types/components/{header → headers/header}/user/Desktop.vue.d.ts +1 -1
  17. package/dist/types/components/{header → headers/header}/user/MainItems.vue.d.ts +1 -1
  18. package/dist/types/components/{header → headers/header}/user/Mobile.vue.d.ts +1 -1
  19. package/dist/types/components/{header → headers/header}/user/SolfacilPlus.vue.d.ts +1 -1
  20. package/dist/types/components/headers/header-backoffice/HeaderBackoffice.vue.d.ts +41 -0
  21. package/dist/types/components/headers/header-backoffice/applications/ApplicationsBackoffice.vue.d.ts +35 -0
  22. package/dist/types/components/headers/header-backoffice/applications/index.d.ts +2 -0
  23. package/dist/types/components/headers/header-backoffice/applications/menu/ApplicationsBackofficeMenu.vue.d.ts +36 -0
  24. package/dist/types/components/headers/header-backoffice/applications/menu/index.d.ts +2 -0
  25. package/dist/types/components/headers/header-backoffice/applications/menu/types.d.ts +16 -0
  26. package/dist/types/components/headers/header-backoffice/applications/types.d.ts +4 -0
  27. package/dist/types/components/headers/header-backoffice/index.d.ts +2 -0
  28. package/dist/types/components/headers/header-backoffice/user-info/UserInfoBackoffice.vue.d.ts +41 -0
  29. package/dist/types/components/headers/header-backoffice/user-info/index.d.ts +2 -0
  30. package/dist/types/components/headers/header-backoffice/user-info/menu/UserInfoBackofficeMenu.vue.d.ts +41 -0
  31. package/dist/types/components/headers/header-backoffice/user-info/menu/index.d.ts +2 -0
  32. package/dist/types/components/headers/header-backoffice/user-info/menu/types.d.ts +12 -0
  33. package/dist/types/components/headers/header-backoffice/user-info/types.d.ts +6 -0
  34. package/dist/types/components/{header → headers}/types.d.ts +1 -1
  35. package/dist/types/components/item-application/ItemApplication.vue.d.ts +18 -0
  36. package/dist/types/components/item-application/index.d.ts +2 -0
  37. package/dist/types/components/link/Link.vue.d.ts +2 -2
  38. package/dist/types/components/link/types.d.ts +1 -3
  39. package/dist/types/components/menus/menu/Menu.vue.d.ts +6 -2
  40. package/dist/types/components/{sidebar → sidebars/sidebar}/types.d.ts +5 -5
  41. package/dist/types/components/sidebars/sidebar-backoffice/SidebarBackoffice.vue.d.ts +50 -0
  42. package/dist/types/components/sidebars/sidebar-backoffice/index.d.ts +2 -0
  43. package/dist/types/components/sidebars/sidebar-backoffice/types.d.ts +10 -0
  44. package/dist/types/components/sideover/Sideover.vue.d.ts +55 -0
  45. package/dist/types/components/sideover/index.d.ts +2 -0
  46. package/dist/types/components/sideover/types.d.ts +7 -0
  47. package/dist/types/components/steps/Steps.vue.d.ts +1 -1
  48. package/dist/types/components/steps/types.d.ts +1 -2
  49. package/dist/types/components/templates/backoffice/BackofficeTemplate.vue.d.ts +11 -0
  50. package/dist/types/components/templates/backoffice/index.d.ts +2 -0
  51. package/dist/types/components/templates/backoffice/page/PageBackoffice.vue.d.ts +39 -0
  52. package/dist/types/components/templates/backoffice/page/index.d.ts +2 -0
  53. package/dist/types/components/templates/backoffice/page/types.d.ts +13 -0
  54. package/dist/types/components/tooltip/Tooltip.vue.d.ts +44 -0
  55. package/dist/types/components/tooltip/index.d.ts +2 -0
  56. package/dist/types/components/tooltip/types.d.ts +6 -0
  57. package/dist/types/index.d.ts +946 -59
  58. package/dist/types/types.d.ts +2 -0
  59. package/package.json +1 -1
  60. package/dist/contact-support.df328bfb.mjs +0 -19
  61. package/dist/types/components/{header → headers/header}/index.d.ts +0 -0
  62. package/dist/types/components/{header → headers/header}/user/SolfacilPlusBox.vue.d.ts +0 -0
  63. package/dist/types/components/{sidebar → sidebars/sidebar}/MenuItems.vue.d.ts +0 -0
  64. package/dist/types/components/{sidebar → sidebars/sidebar}/ProductMenuMobile.vue.d.ts +0 -0
  65. package/dist/types/components/{sidebar → sidebars/sidebar}/Sidebar.vue.d.ts +1 -1
  66. /package/dist/types/components/{sidebar → sidebars/sidebar}/index.d.ts +0 -0
@@ -30,8 +30,16 @@ import { SolFileUpload } from './components/file-upload';
30
30
  import { SolBreadcrumb } from './components/breadcrumb';
31
31
  import { SolDivider } from './components/divider';
32
32
  import { SolLink } from './components/link/';
33
- import { SolHeader } from './components/header/';
34
- import { SolSidebar } from './components/sidebar/';
33
+ import { SolHeader } from './components/headers/header';
34
+ import { SolSidebar } from './components/sidebars/sidebar';
35
+ import { SolBackofficeTemplate } from './components/templates/backoffice';
36
+ import { SolPageBackoffice } from './components/templates/backoffice/page';
37
+ import { SolUserInfoBackoffice } from './components/headers/header-backoffice/user-info';
38
+ import { SolHeaderBackoffice } from './components/headers/header-backoffice';
39
+ import { SolSidebarBackoffice } from './components/sidebars/sidebar-backoffice';
40
+ import { SolApplicationsBackoffice } from './components/headers/header-backoffice/applications';
41
+ import { SolSideover } from './components/sideover';
42
+ import { SolTooltip } from './components/tooltip';
35
43
  import 'virtual:windi-base.css';
36
44
  import 'virtual:windi-components.css';
37
45
  import 'virtual:windi-utilities.css';
@@ -3976,7 +3984,9 @@ export declare const components: {
3976
3984
  } & {
3977
3985
  default: string;
3978
3986
  };
3979
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "position">;
3987
+ }>> & {
3988
+ onToggleMenu?: ((value: boolean) => any) | undefined;
3989
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "position">;
3980
3990
  $attrs: {
3981
3991
  [x: string]: unknown;
3982
3992
  };
@@ -3988,7 +3998,7 @@ export declare const components: {
3988
3998
  }>;
3989
3999
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3990
4000
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3991
- $emit: (event: string, ...args: any[]) => void;
4001
+ $emit: (event: "toggleMenu", value: boolean) => void;
3992
4002
  $el: any;
3993
4003
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3994
4004
  id: {
@@ -4005,7 +4015,11 @@ export declare const components: {
4005
4015
  } & {
4006
4016
  default: string;
4007
4017
  };
4008
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4018
+ }>> & {
4019
+ onToggleMenu?: ((value: boolean) => any) | undefined;
4020
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4021
+ toggleMenu: (value: boolean) => void;
4022
+ }, string, {
4009
4023
  label: string;
4010
4024
  position: ("center" | "bottom" | "top") | ("left" | "right");
4011
4025
  }, {}, string> & {
@@ -4043,7 +4057,9 @@ export declare const components: {
4043
4057
  } & {
4044
4058
  default: string;
4045
4059
  };
4046
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4060
+ }>> & {
4061
+ onToggleMenu?: ((value: boolean) => any) | undefined;
4062
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4047
4063
  __isFragment?: undefined;
4048
4064
  __isTeleport?: undefined;
4049
4065
  __isSuspense?: undefined;
@@ -4062,7 +4078,11 @@ export declare const components: {
4062
4078
  } & {
4063
4079
  default: string;
4064
4080
  };
4065
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4081
+ }>> & {
4082
+ onToggleMenu?: ((value: boolean) => any) | undefined;
4083
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4084
+ toggleMenu: (value: boolean) => void;
4085
+ }, string, {
4066
4086
  label: string;
4067
4087
  position: ("center" | "bottom" | "top") | ("left" | "right");
4068
4088
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -5466,7 +5486,7 @@ export declare const components: {
5466
5486
  required: true;
5467
5487
  };
5468
5488
  linkTag: {
5469
- type: import("vue").PropType<"a" | "router-link" | import("./components/steps/types").NuxtLinkResolved>;
5489
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
5470
5490
  } & {
5471
5491
  default: string;
5472
5492
  };
@@ -5496,7 +5516,7 @@ export declare const components: {
5496
5516
  required: true;
5497
5517
  };
5498
5518
  linkTag: {
5499
- type: import("vue").PropType<"a" | "router-link" | import("./components/steps/types").NuxtLinkResolved>;
5519
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
5500
5520
  } & {
5501
5521
  default: string;
5502
5522
  };
@@ -5521,7 +5541,7 @@ export declare const components: {
5521
5541
  }>> & {
5522
5542
  onClick?: ((event: Event) => any) | undefined;
5523
5543
  }, {
5524
- linkTag: "a" | "router-link" | import("./components/steps/types").NuxtLinkResolved;
5544
+ linkTag: "a" | import("./types").NuxtLinkResolved | "router-link";
5525
5545
  direction: "row" | "column";
5526
5546
  steps: import("./components/steps/types").Step[] | undefined;
5527
5547
  }>;
@@ -5821,7 +5841,7 @@ export declare const components: {
5821
5841
  }[];
5822
5842
  };
5823
5843
  linkTag: {
5824
- type: import("vue").PropType<"a" | import("./components/breadcrumb/types").NuxtLinkResolved | "router-link">;
5844
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
5825
5845
  } & {
5826
5846
  default: string;
5827
5847
  };
@@ -5848,7 +5868,7 @@ export declare const components: {
5848
5868
  }[];
5849
5869
  };
5850
5870
  linkTag: {
5851
- type: import("vue").PropType<"a" | import("./components/breadcrumb/types").NuxtLinkResolved | "router-link">;
5871
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
5852
5872
  } & {
5853
5873
  default: string;
5854
5874
  };
@@ -5860,7 +5880,7 @@ export declare const components: {
5860
5880
  }, {
5861
5881
  dark: boolean;
5862
5882
  items: import("./components/breadcrumb/types").Item[];
5863
- linkTag: "a" | import("./components/breadcrumb/types").NuxtLinkResolved | "router-link";
5883
+ linkTag: "a" | import("./types").NuxtLinkResolved | "router-link";
5864
5884
  }>;
5865
5885
  SolDivider: import("vue").DefineComponent<{
5866
5886
  orientation: {
@@ -5895,7 +5915,7 @@ export declare const components: {
5895
5915
  $props: Partial<{
5896
5916
  text: string;
5897
5917
  size: "large" | "medium";
5898
- component: "a" | "router-link" | (import("vue").ComponentOptions<{}, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any> | import("vue").FunctionalComponent<{}, any>);
5918
+ component: "a" | import("./types").NuxtLinkResolved | "router-link";
5899
5919
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5900
5920
  id: {
5901
5921
  type: import("vue").PropType<string>;
@@ -5918,7 +5938,7 @@ export declare const components: {
5918
5938
  type: import("vue").PropType<string | import("./components/link/types").LinkTo>;
5919
5939
  };
5920
5940
  component: {
5921
- type: import("vue").PropType<"a" | "router-link" | (import("vue").ComponentOptions<{}, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any> | import("vue").FunctionalComponent<{}, any>)>;
5941
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
5922
5942
  } & {
5923
5943
  default: string;
5924
5944
  };
@@ -5961,7 +5981,7 @@ export declare const components: {
5961
5981
  type: import("vue").PropType<string | import("./components/link/types").LinkTo>;
5962
5982
  };
5963
5983
  component: {
5964
- type: import("vue").PropType<"a" | "router-link" | (import("vue").ComponentOptions<{}, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any> | import("vue").FunctionalComponent<{}, any>)>;
5984
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
5965
5985
  } & {
5966
5986
  default: string;
5967
5987
  };
@@ -5971,7 +5991,7 @@ export declare const components: {
5971
5991
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5972
5992
  text: string;
5973
5993
  size: "large" | "medium";
5974
- component: "a" | "router-link" | (import("vue").ComponentOptions<{}, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any> | import("vue").FunctionalComponent<{}, any>);
5994
+ component: "a" | import("./types").NuxtLinkResolved | "router-link";
5975
5995
  }, {}, string> & {
5976
5996
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5977
5997
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -6014,7 +6034,7 @@ export declare const components: {
6014
6034
  type: import("vue").PropType<string | import("./components/link/types").LinkTo>;
6015
6035
  };
6016
6036
  component: {
6017
- type: import("vue").PropType<"a" | "router-link" | (import("vue").ComponentOptions<{}, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any> | import("vue").FunctionalComponent<{}, any>)>;
6037
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
6018
6038
  } & {
6019
6039
  default: string;
6020
6040
  };
@@ -6047,7 +6067,7 @@ export declare const components: {
6047
6067
  type: import("vue").PropType<string | import("./components/link/types").LinkTo>;
6048
6068
  };
6049
6069
  component: {
6050
- type: import("vue").PropType<"a" | "router-link" | (import("vue").ComponentOptions<{}, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any> | import("vue").FunctionalComponent<{}, any>)>;
6070
+ type: import("vue").PropType<"a" | import("./types").NuxtLinkResolved | "router-link">;
6051
6071
  } & {
6052
6072
  default: string;
6053
6073
  };
@@ -6057,7 +6077,7 @@ export declare const components: {
6057
6077
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6058
6078
  text: string;
6059
6079
  size: "large" | "medium";
6060
- component: "a" | "router-link" | (import("vue").ComponentOptions<{}, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any> | import("vue").FunctionalComponent<{}, any>);
6080
+ component: "a" | import("./types").NuxtLinkResolved | "router-link";
6061
6081
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6062
6082
  $slots: {
6063
6083
  icon: (_: {}) => any;
@@ -6082,15 +6102,15 @@ export declare const components: {
6082
6102
  default: boolean;
6083
6103
  };
6084
6104
  product: {
6085
- type: import("vue").PropType<import("./components/header/types").Product>;
6105
+ type: import("vue").PropType<import("./components/headers/types").Product>;
6086
6106
  required: true;
6087
6107
  };
6088
6108
  user: {
6089
- type: import("vue").PropType<import("./components/header/types").User>;
6109
+ type: import("vue").PropType<import("./components/headers/types").User>;
6090
6110
  required: true;
6091
6111
  };
6092
6112
  partner: {
6093
- type: import("vue").PropType<import("./components/header/types").Partner>;
6113
+ type: import("vue").PropType<import("./components/headers/types").Partner>;
6094
6114
  required: true;
6095
6115
  };
6096
6116
  umPersonification: {
@@ -6104,7 +6124,7 @@ export declare const components: {
6104
6124
  default: boolean;
6105
6125
  };
6106
6126
  notifications: {
6107
- type: import("vue").PropType<import("./components/header/types").NotificationsList>;
6127
+ type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
6108
6128
  };
6109
6129
  menuProducts: {
6110
6130
  type: import("vue").PropType<boolean>;
@@ -6149,15 +6169,15 @@ export declare const components: {
6149
6169
  default: boolean;
6150
6170
  };
6151
6171
  product: {
6152
- type: import("vue").PropType<import("./components/header/types").Product>;
6172
+ type: import("vue").PropType<import("./components/headers/types").Product>;
6153
6173
  required: true;
6154
6174
  };
6155
6175
  user: {
6156
- type: import("vue").PropType<import("./components/header/types").User>;
6176
+ type: import("vue").PropType<import("./components/headers/types").User>;
6157
6177
  required: true;
6158
6178
  };
6159
6179
  partner: {
6160
- type: import("vue").PropType<import("./components/header/types").Partner>;
6180
+ type: import("vue").PropType<import("./components/headers/types").Partner>;
6161
6181
  required: true;
6162
6182
  };
6163
6183
  umPersonification: {
@@ -6171,7 +6191,7 @@ export declare const components: {
6171
6191
  default: boolean;
6172
6192
  };
6173
6193
  notifications: {
6174
- type: import("vue").PropType<import("./components/header/types").NotificationsList>;
6194
+ type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
6175
6195
  };
6176
6196
  menuProducts: {
6177
6197
  type: import("vue").PropType<boolean>;
@@ -6241,15 +6261,15 @@ export declare const components: {
6241
6261
  default: boolean;
6242
6262
  };
6243
6263
  product: {
6244
- type: import("vue").PropType<import("./components/header/types").Product>;
6264
+ type: import("vue").PropType<import("./components/headers/types").Product>;
6245
6265
  required: true;
6246
6266
  };
6247
6267
  user: {
6248
- type: import("vue").PropType<import("./components/header/types").User>;
6268
+ type: import("vue").PropType<import("./components/headers/types").User>;
6249
6269
  required: true;
6250
6270
  };
6251
6271
  partner: {
6252
- type: import("vue").PropType<import("./components/header/types").Partner>;
6272
+ type: import("vue").PropType<import("./components/headers/types").Partner>;
6253
6273
  required: true;
6254
6274
  };
6255
6275
  umPersonification: {
@@ -6263,7 +6283,7 @@ export declare const components: {
6263
6283
  default: boolean;
6264
6284
  };
6265
6285
  notifications: {
6266
- type: import("vue").PropType<import("./components/header/types").NotificationsList>;
6286
+ type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
6267
6287
  };
6268
6288
  menuProducts: {
6269
6289
  type: import("vue").PropType<boolean>;
@@ -6298,15 +6318,15 @@ export declare const components: {
6298
6318
  default: boolean;
6299
6319
  };
6300
6320
  product: {
6301
- type: import("vue").PropType<import("./components/header/types").Product>;
6321
+ type: import("vue").PropType<import("./components/headers/types").Product>;
6302
6322
  required: true;
6303
6323
  };
6304
6324
  user: {
6305
- type: import("vue").PropType<import("./components/header/types").User>;
6325
+ type: import("vue").PropType<import("./components/headers/types").User>;
6306
6326
  required: true;
6307
6327
  };
6308
6328
  partner: {
6309
- type: import("vue").PropType<import("./components/header/types").Partner>;
6329
+ type: import("vue").PropType<import("./components/headers/types").Partner>;
6310
6330
  required: true;
6311
6331
  };
6312
6332
  umPersonification: {
@@ -6320,7 +6340,7 @@ export declare const components: {
6320
6340
  default: boolean;
6321
6341
  };
6322
6342
  notifications: {
6323
- type: import("vue").PropType<import("./components/header/types").NotificationsList>;
6343
+ type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
6324
6344
  };
6325
6345
  menuProducts: {
6326
6346
  type: import("vue").PropType<boolean>;
@@ -6367,14 +6387,14 @@ export declare const components: {
6367
6387
  $slots: {
6368
6388
  icon: (_: {}) => any;
6369
6389
  'user-info': (_: {
6370
- user: import("./components/header/types").User;
6390
+ user: import("./components/headers/types").User;
6371
6391
  }) => any;
6372
6392
  'user-info-mobile': (_: {
6373
- user: import("./components/header/types").User;
6393
+ user: import("./components/headers/types").User;
6374
6394
  openMenu: () => void;
6375
6395
  }) => any;
6376
6396
  'header-mobile': (_: {
6377
- user: import("./components/header/types").User;
6397
+ user: import("./components/headers/types").User;
6378
6398
  closeMenu: () => void;
6379
6399
  }) => any;
6380
6400
  actions: (_: {}) => any;
@@ -6382,11 +6402,11 @@ export declare const components: {
6382
6402
  });
6383
6403
  SolSidebar: import("vue").DefineComponent<{
6384
6404
  items: {
6385
- type: import("vue").PropType<import("./components/sidebar/types").Items[]>;
6405
+ type: import("vue").PropType<import("./components/sidebars/sidebar/types").Items[]>;
6386
6406
  required: true;
6387
6407
  };
6388
6408
  product: {
6389
- type: import("vue").PropType<import("./components/sidebar/types").Product>;
6409
+ type: import("vue").PropType<import("./components/sidebars/sidebar/types").Product>;
6390
6410
  required: true;
6391
6411
  };
6392
6412
  white: {
@@ -6394,22 +6414,22 @@ export declare const components: {
6394
6414
  } & {
6395
6415
  default: boolean;
6396
6416
  };
6397
- links: {
6398
- type: import("vue").PropType<import("./components/sidebar/types").Link[]>;
6399
- };
6400
- isOpenMobileSidebar: {
6417
+ block: {
6401
6418
  type: import("vue").PropType<boolean>;
6419
+ required: true;
6402
6420
  } & {
6403
6421
  default: boolean;
6404
6422
  };
6405
- onlyMobile: {
6423
+ links: {
6424
+ type: import("vue").PropType<import("./components/sidebars/sidebar/types").Link[]>;
6425
+ };
6426
+ isOpenMobileSidebar: {
6406
6427
  type: import("vue").PropType<boolean>;
6407
6428
  } & {
6408
6429
  default: boolean;
6409
6430
  };
6410
- block: {
6431
+ onlyMobile: {
6411
6432
  type: import("vue").PropType<boolean>;
6412
- required: true;
6413
6433
  } & {
6414
6434
  default: boolean;
6415
6435
  };
@@ -6419,11 +6439,11 @@ export declare const components: {
6419
6439
  clickMenu: () => void;
6420
6440
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6421
6441
  items: {
6422
- type: import("vue").PropType<import("./components/sidebar/types").Items[]>;
6442
+ type: import("vue").PropType<import("./components/sidebars/sidebar/types").Items[]>;
6423
6443
  required: true;
6424
6444
  };
6425
6445
  product: {
6426
- type: import("vue").PropType<import("./components/sidebar/types").Product>;
6446
+ type: import("vue").PropType<import("./components/sidebars/sidebar/types").Product>;
6427
6447
  required: true;
6428
6448
  };
6429
6449
  white: {
@@ -6431,22 +6451,22 @@ export declare const components: {
6431
6451
  } & {
6432
6452
  default: boolean;
6433
6453
  };
6434
- links: {
6435
- type: import("vue").PropType<import("./components/sidebar/types").Link[]>;
6436
- };
6437
- isOpenMobileSidebar: {
6454
+ block: {
6438
6455
  type: import("vue").PropType<boolean>;
6456
+ required: true;
6439
6457
  } & {
6440
6458
  default: boolean;
6441
6459
  };
6442
- onlyMobile: {
6460
+ links: {
6461
+ type: import("vue").PropType<import("./components/sidebars/sidebar/types").Link[]>;
6462
+ };
6463
+ isOpenMobileSidebar: {
6443
6464
  type: import("vue").PropType<boolean>;
6444
6465
  } & {
6445
6466
  default: boolean;
6446
6467
  };
6447
- block: {
6468
+ onlyMobile: {
6448
6469
  type: import("vue").PropType<boolean>;
6449
- required: true;
6450
6470
  } & {
6451
6471
  default: boolean;
6452
6472
  };
@@ -6455,10 +6475,877 @@ export declare const components: {
6455
6475
  onClickMenu?: (() => any) | undefined;
6456
6476
  }, {
6457
6477
  white: boolean;
6478
+ block: boolean;
6458
6479
  isOpenMobileSidebar: boolean;
6459
6480
  onlyMobile: boolean;
6460
- block: boolean;
6461
6481
  }>;
6482
+ SolPageBackoffice: {
6483
+ new (...args: any[]): {
6484
+ $: import("vue").ComponentInternalInstance;
6485
+ $data: {};
6486
+ $props: Partial<{
6487
+ title: string;
6488
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
6489
+ title: {
6490
+ type: import("vue").PropType<string>;
6491
+ required: true;
6492
+ } & {
6493
+ default: string;
6494
+ };
6495
+ subtitle: {
6496
+ type: import("vue").PropType<string>;
6497
+ };
6498
+ actions: {
6499
+ type: import("vue").PropType<import("./components/templates/backoffice/page/types").PageBackofficeAction[]>;
6500
+ };
6501
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title">;
6502
+ $attrs: {
6503
+ [x: string]: unknown;
6504
+ };
6505
+ $refs: {
6506
+ [x: string]: unknown;
6507
+ };
6508
+ $slots: Readonly<{
6509
+ [name: string]: import("vue").Slot | undefined;
6510
+ }>;
6511
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6512
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6513
+ $emit: (event: string, ...args: any[]) => void;
6514
+ $el: any;
6515
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6516
+ title: {
6517
+ type: import("vue").PropType<string>;
6518
+ required: true;
6519
+ } & {
6520
+ default: string;
6521
+ };
6522
+ subtitle: {
6523
+ type: import("vue").PropType<string>;
6524
+ };
6525
+ actions: {
6526
+ type: import("vue").PropType<import("./components/templates/backoffice/page/types").PageBackofficeAction[]>;
6527
+ };
6528
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6529
+ title: string;
6530
+ }, {}, string> & {
6531
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6532
+ created?: ((() => void) | (() => void)[]) | undefined;
6533
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
6534
+ mounted?: ((() => void) | (() => void)[]) | undefined;
6535
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
6536
+ updated?: ((() => void) | (() => void)[]) | undefined;
6537
+ activated?: ((() => void) | (() => void)[]) | undefined;
6538
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
6539
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
6540
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
6541
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
6542
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
6543
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6544
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6545
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6546
+ };
6547
+ $forceUpdate: () => void;
6548
+ $nextTick: typeof import("vue").nextTick;
6549
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6550
+ } & Readonly<import("vue").ExtractPropTypes<{
6551
+ title: {
6552
+ type: import("vue").PropType<string>;
6553
+ required: true;
6554
+ } & {
6555
+ default: string;
6556
+ };
6557
+ subtitle: {
6558
+ type: import("vue").PropType<string>;
6559
+ };
6560
+ actions: {
6561
+ type: import("vue").PropType<import("./components/templates/backoffice/page/types").PageBackofficeAction[]>;
6562
+ };
6563
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6564
+ __isFragment?: undefined;
6565
+ __isTeleport?: undefined;
6566
+ __isSuspense?: undefined;
6567
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6568
+ title: {
6569
+ type: import("vue").PropType<string>;
6570
+ required: true;
6571
+ } & {
6572
+ default: string;
6573
+ };
6574
+ subtitle: {
6575
+ type: import("vue").PropType<string>;
6576
+ };
6577
+ actions: {
6578
+ type: import("vue").PropType<import("./components/templates/backoffice/page/types").PageBackofficeAction[]>;
6579
+ };
6580
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6581
+ title: string;
6582
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6583
+ $slots: Record<NonNullable<string | number>, (_: {}) => any> & {
6584
+ actions: (_: {}) => any;
6585
+ default: (_: {}) => any;
6586
+ };
6587
+ });
6588
+ SolBackofficeTemplate: {
6589
+ new (...args: any[]): {
6590
+ $: import("vue").ComponentInternalInstance;
6591
+ $data: {};
6592
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6593
+ $attrs: {
6594
+ [x: string]: unknown;
6595
+ };
6596
+ $refs: {
6597
+ [x: string]: unknown;
6598
+ };
6599
+ $slots: Readonly<{
6600
+ [name: string]: import("vue").Slot | undefined;
6601
+ }>;
6602
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6603
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6604
+ $emit: (event: string, ...args: any[]) => void;
6605
+ $el: any;
6606
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
6607
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6608
+ created?: ((() => void) | (() => void)[]) | undefined;
6609
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
6610
+ mounted?: ((() => void) | (() => void)[]) | undefined;
6611
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
6612
+ updated?: ((() => void) | (() => void)[]) | undefined;
6613
+ activated?: ((() => void) | (() => void)[]) | undefined;
6614
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
6615
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
6616
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
6617
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
6618
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
6619
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6620
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6621
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6622
+ };
6623
+ $forceUpdate: () => void;
6624
+ $nextTick: typeof import("vue").nextTick;
6625
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6626
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6627
+ __isFragment?: undefined;
6628
+ __isTeleport?: undefined;
6629
+ __isSuspense?: undefined;
6630
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6631
+ $slots: {
6632
+ sidebar: (_: {}) => any;
6633
+ header: (_: {}) => any;
6634
+ page: (_: {}) => any;
6635
+ };
6636
+ });
6637
+ SolHeaderBackoffice: {
6638
+ new (...args: any[]): {
6639
+ $: import("vue").ComponentInternalInstance;
6640
+ $data: {};
6641
+ $props: Partial<{
6642
+ title: string;
6643
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
6644
+ title: {
6645
+ type: import("vue").PropType<string>;
6646
+ } & {
6647
+ default: string;
6648
+ };
6649
+ }>> & {
6650
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6651
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title">;
6652
+ $attrs: {
6653
+ [x: string]: unknown;
6654
+ };
6655
+ $refs: {
6656
+ [x: string]: unknown;
6657
+ };
6658
+ $slots: Readonly<{
6659
+ [name: string]: import("vue").Slot | undefined;
6660
+ }>;
6661
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6662
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6663
+ $emit: (event: "toggleMenu", value: boolean) => void;
6664
+ $el: any;
6665
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6666
+ title: {
6667
+ type: import("vue").PropType<string>;
6668
+ } & {
6669
+ default: string;
6670
+ };
6671
+ }>> & {
6672
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6673
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6674
+ toggleMenu: (value: boolean) => void;
6675
+ }, string, {
6676
+ title: string;
6677
+ }, {}, string> & {
6678
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6679
+ created?: ((() => void) | (() => void)[]) | undefined;
6680
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
6681
+ mounted?: ((() => void) | (() => void)[]) | undefined;
6682
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
6683
+ updated?: ((() => void) | (() => void)[]) | undefined;
6684
+ activated?: ((() => void) | (() => void)[]) | undefined;
6685
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
6686
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
6687
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
6688
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
6689
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
6690
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6691
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6692
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6693
+ };
6694
+ $forceUpdate: () => void;
6695
+ $nextTick: typeof import("vue").nextTick;
6696
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6697
+ } & Readonly<import("vue").ExtractPropTypes<{
6698
+ title: {
6699
+ type: import("vue").PropType<string>;
6700
+ } & {
6701
+ default: string;
6702
+ };
6703
+ }>> & {
6704
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6705
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6706
+ __isFragment?: undefined;
6707
+ __isTeleport?: undefined;
6708
+ __isSuspense?: undefined;
6709
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6710
+ title: {
6711
+ type: import("vue").PropType<string>;
6712
+ } & {
6713
+ default: string;
6714
+ };
6715
+ }>> & {
6716
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6717
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6718
+ toggleMenu: (value: boolean) => void;
6719
+ }, string, {
6720
+ title: string;
6721
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6722
+ $slots: {
6723
+ menu: (_: {
6724
+ toggle: () => void;
6725
+ }) => any;
6726
+ title: (_: {}) => any;
6727
+ actions: (_: {}) => any;
6728
+ };
6729
+ });
6730
+ SolSidebarBackoffice: {
6731
+ new (...args: any[]): {
6732
+ $: import("vue").ComponentInternalInstance;
6733
+ $data: {};
6734
+ $props: Partial<{
6735
+ open: boolean;
6736
+ titleApplications: string;
6737
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
6738
+ open: {
6739
+ type: import("vue").PropType<boolean>;
6740
+ } & {
6741
+ default: boolean;
6742
+ };
6743
+ applications: {
6744
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
6745
+ required: true;
6746
+ };
6747
+ menus: {
6748
+ type: import("vue").PropType<import("./components/sidebars/sidebar-backoffice/types").SidebarBackofficeItemMenu[]>;
6749
+ };
6750
+ titleApplications: {
6751
+ type: import("vue").PropType<string>;
6752
+ } & {
6753
+ default: string;
6754
+ };
6755
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "open" | "titleApplications">;
6756
+ $attrs: {
6757
+ [x: string]: unknown;
6758
+ };
6759
+ $refs: {
6760
+ [x: string]: unknown;
6761
+ };
6762
+ $slots: Readonly<{
6763
+ [name: string]: import("vue").Slot | undefined;
6764
+ }>;
6765
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6766
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6767
+ $emit: (event: string, ...args: any[]) => void;
6768
+ $el: any;
6769
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6770
+ open: {
6771
+ type: import("vue").PropType<boolean>;
6772
+ } & {
6773
+ default: boolean;
6774
+ };
6775
+ applications: {
6776
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
6777
+ required: true;
6778
+ };
6779
+ menus: {
6780
+ type: import("vue").PropType<import("./components/sidebars/sidebar-backoffice/types").SidebarBackofficeItemMenu[]>;
6781
+ };
6782
+ titleApplications: {
6783
+ type: import("vue").PropType<string>;
6784
+ } & {
6785
+ default: string;
6786
+ };
6787
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6788
+ open: boolean;
6789
+ titleApplications: string;
6790
+ }, {}, string> & {
6791
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6792
+ created?: ((() => void) | (() => void)[]) | undefined;
6793
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
6794
+ mounted?: ((() => void) | (() => void)[]) | undefined;
6795
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
6796
+ updated?: ((() => void) | (() => void)[]) | undefined;
6797
+ activated?: ((() => void) | (() => void)[]) | undefined;
6798
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
6799
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
6800
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
6801
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
6802
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
6803
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6804
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6805
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6806
+ };
6807
+ $forceUpdate: () => void;
6808
+ $nextTick: typeof import("vue").nextTick;
6809
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6810
+ } & Readonly<import("vue").ExtractPropTypes<{
6811
+ open: {
6812
+ type: import("vue").PropType<boolean>;
6813
+ } & {
6814
+ default: boolean;
6815
+ };
6816
+ applications: {
6817
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
6818
+ required: true;
6819
+ };
6820
+ menus: {
6821
+ type: import("vue").PropType<import("./components/sidebars/sidebar-backoffice/types").SidebarBackofficeItemMenu[]>;
6822
+ };
6823
+ titleApplications: {
6824
+ type: import("vue").PropType<string>;
6825
+ } & {
6826
+ default: string;
6827
+ };
6828
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6829
+ __isFragment?: undefined;
6830
+ __isTeleport?: undefined;
6831
+ __isSuspense?: undefined;
6832
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6833
+ open: {
6834
+ type: import("vue").PropType<boolean>;
6835
+ } & {
6836
+ default: boolean;
6837
+ };
6838
+ applications: {
6839
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
6840
+ required: true;
6841
+ };
6842
+ menus: {
6843
+ type: import("vue").PropType<import("./components/sidebars/sidebar-backoffice/types").SidebarBackofficeItemMenu[]>;
6844
+ };
6845
+ titleApplications: {
6846
+ type: import("vue").PropType<string>;
6847
+ } & {
6848
+ default: string;
6849
+ };
6850
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6851
+ open: boolean;
6852
+ titleApplications: string;
6853
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6854
+ $slots: Record<string, (_: {
6855
+ menu: import("./components/sidebars/sidebar-backoffice/types").SidebarBackofficeItemMenu;
6856
+ isActive: boolean;
6857
+ }) => any> & {
6858
+ header: (_: {}) => any;
6859
+ menu: (_: {}) => any;
6860
+ 'header-applications': (_: {}) => any;
6861
+ 'title-applications': (_: {}) => any;
6862
+ };
6863
+ });
6864
+ SolUserInfoBackoffice: {
6865
+ new (...args: any[]): {
6866
+ $: import("vue").ComponentInternalInstance;
6867
+ $data: {};
6868
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
6869
+ user: {
6870
+ type: import("vue").PropType<import("./components/headers/types").User>;
6871
+ };
6872
+ options: {
6873
+ type: import("vue").PropType<import("./components/headers/header-backoffice/user-info/menu/types").UserInfoMenuOption[]>;
6874
+ };
6875
+ }>> & {
6876
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6877
+ onLogout?: (() => any) | undefined;
6878
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6879
+ $attrs: {
6880
+ [x: string]: unknown;
6881
+ };
6882
+ $refs: {
6883
+ [x: string]: unknown;
6884
+ };
6885
+ $slots: Readonly<{
6886
+ [name: string]: import("vue").Slot | undefined;
6887
+ }>;
6888
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6889
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6890
+ $emit: ((event: "toggleMenu", value: boolean) => void) & ((event: "logout") => void);
6891
+ $el: any;
6892
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6893
+ user: {
6894
+ type: import("vue").PropType<import("./components/headers/types").User>;
6895
+ };
6896
+ options: {
6897
+ type: import("vue").PropType<import("./components/headers/header-backoffice/user-info/menu/types").UserInfoMenuOption[]>;
6898
+ };
6899
+ }>> & {
6900
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6901
+ onLogout?: (() => any) | undefined;
6902
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6903
+ toggleMenu: (value: boolean) => void;
6904
+ } & {
6905
+ logout: () => void;
6906
+ }, string, {}, {}, string> & {
6907
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6908
+ created?: ((() => void) | (() => void)[]) | undefined;
6909
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
6910
+ mounted?: ((() => void) | (() => void)[]) | undefined;
6911
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
6912
+ updated?: ((() => void) | (() => void)[]) | undefined;
6913
+ activated?: ((() => void) | (() => void)[]) | undefined;
6914
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
6915
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
6916
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
6917
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
6918
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
6919
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6920
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6921
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6922
+ };
6923
+ $forceUpdate: () => void;
6924
+ $nextTick: typeof import("vue").nextTick;
6925
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6926
+ } & Readonly<import("vue").ExtractPropTypes<{
6927
+ user: {
6928
+ type: import("vue").PropType<import("./components/headers/types").User>;
6929
+ };
6930
+ options: {
6931
+ type: import("vue").PropType<import("./components/headers/header-backoffice/user-info/menu/types").UserInfoMenuOption[]>;
6932
+ };
6933
+ }>> & {
6934
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6935
+ onLogout?: (() => any) | undefined;
6936
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6937
+ __isFragment?: undefined;
6938
+ __isTeleport?: undefined;
6939
+ __isSuspense?: undefined;
6940
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6941
+ user: {
6942
+ type: import("vue").PropType<import("./components/headers/types").User>;
6943
+ };
6944
+ options: {
6945
+ type: import("vue").PropType<import("./components/headers/header-backoffice/user-info/menu/types").UserInfoMenuOption[]>;
6946
+ };
6947
+ }>> & {
6948
+ onToggleMenu?: ((value: boolean) => any) | undefined;
6949
+ onLogout?: (() => any) | undefined;
6950
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6951
+ toggleMenu: (value: boolean) => void;
6952
+ } & {
6953
+ logout: () => void;
6954
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6955
+ $slots: {
6956
+ 'user-info': (_: {
6957
+ user: import("./components/headers/types").User | undefined;
6958
+ toggle: () => void;
6959
+ }) => any;
6960
+ 'menu-content-desktop': (_: {}) => any;
6961
+ 'menu-content': (_: {}) => any;
6962
+ 'menu-content-sideover': (_: {}) => any;
6963
+ 'header-sideover': (_: {}) => any;
6964
+ 'body-sideover': (_: {}) => any;
6965
+ 'footer-sideover': (_: {}) => any;
6966
+ };
6967
+ });
6968
+ SolApplicationsBackoffice: {
6969
+ new (...args: any[]): {
6970
+ $: import("vue").ComponentInternalInstance;
6971
+ $data: {};
6972
+ $props: Partial<{
6973
+ applications: import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[];
6974
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
6975
+ applications: {
6976
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
6977
+ } & {
6978
+ default: () => never[];
6979
+ };
6980
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "applications">;
6981
+ $attrs: {
6982
+ [x: string]: unknown;
6983
+ };
6984
+ $refs: {
6985
+ [x: string]: unknown;
6986
+ };
6987
+ $slots: Readonly<{
6988
+ [name: string]: import("vue").Slot | undefined;
6989
+ }>;
6990
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6991
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6992
+ $emit: (event: string, ...args: any[]) => void;
6993
+ $el: any;
6994
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6995
+ applications: {
6996
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
6997
+ } & {
6998
+ default: () => never[];
6999
+ };
7000
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
7001
+ applications: import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[];
7002
+ }, {}, string> & {
7003
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7004
+ created?: ((() => void) | (() => void)[]) | undefined;
7005
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
7006
+ mounted?: ((() => void) | (() => void)[]) | undefined;
7007
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
7008
+ updated?: ((() => void) | (() => void)[]) | undefined;
7009
+ activated?: ((() => void) | (() => void)[]) | undefined;
7010
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
7011
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
7012
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
7013
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
7014
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
7015
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
7016
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
7017
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
7018
+ };
7019
+ $forceUpdate: () => void;
7020
+ $nextTick: typeof import("vue").nextTick;
7021
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
7022
+ } & Readonly<import("vue").ExtractPropTypes<{
7023
+ applications: {
7024
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
7025
+ } & {
7026
+ default: () => never[];
7027
+ };
7028
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
7029
+ __isFragment?: undefined;
7030
+ __isTeleport?: undefined;
7031
+ __isSuspense?: undefined;
7032
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
7033
+ applications: {
7034
+ type: import("vue").PropType<import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[]>;
7035
+ } & {
7036
+ default: () => never[];
7037
+ };
7038
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
7039
+ applications: import("./components/headers/header-backoffice/applications/menu/types").ApplicationBackofficeMenuOption[];
7040
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
7041
+ $slots: {
7042
+ 'menu-content-desktop': (_: {}) => any;
7043
+ 'menu-content': (_: {}) => any;
7044
+ };
7045
+ });
7046
+ SolSideover: {
7047
+ new (...args: any[]): {
7048
+ $: import("vue").ComponentInternalInstance;
7049
+ $data: {};
7050
+ $props: Partial<{
7051
+ position: "left" | "right";
7052
+ block: boolean;
7053
+ overlay: boolean;
7054
+ gap: string;
7055
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
7056
+ open: {
7057
+ type: import("vue").PropType<boolean>;
7058
+ required: true;
7059
+ };
7060
+ position: {
7061
+ type: import("vue").PropType<"left" | "right">;
7062
+ } & {
7063
+ default: string;
7064
+ };
7065
+ block: {
7066
+ type: import("vue").PropType<boolean>;
7067
+ } & {
7068
+ default: boolean;
7069
+ };
7070
+ overlay: {
7071
+ type: import("vue").PropType<boolean>;
7072
+ } & {
7073
+ default: boolean;
7074
+ };
7075
+ gap: {
7076
+ type: import("vue").PropType<string>;
7077
+ } & {
7078
+ default: string;
7079
+ };
7080
+ }>> & {
7081
+ "onClick:overlay"?: (() => any) | undefined;
7082
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "position" | "block" | "overlay" | "gap">;
7083
+ $attrs: {
7084
+ [x: string]: unknown;
7085
+ };
7086
+ $refs: {
7087
+ [x: string]: unknown;
7088
+ };
7089
+ $slots: Readonly<{
7090
+ [name: string]: import("vue").Slot | undefined;
7091
+ }>;
7092
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
7093
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
7094
+ $emit: (event: "click:overlay") => void;
7095
+ $el: any;
7096
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
7097
+ open: {
7098
+ type: import("vue").PropType<boolean>;
7099
+ required: true;
7100
+ };
7101
+ position: {
7102
+ type: import("vue").PropType<"left" | "right">;
7103
+ } & {
7104
+ default: string;
7105
+ };
7106
+ block: {
7107
+ type: import("vue").PropType<boolean>;
7108
+ } & {
7109
+ default: boolean;
7110
+ };
7111
+ overlay: {
7112
+ type: import("vue").PropType<boolean>;
7113
+ } & {
7114
+ default: boolean;
7115
+ };
7116
+ gap: {
7117
+ type: import("vue").PropType<string>;
7118
+ } & {
7119
+ default: string;
7120
+ };
7121
+ }>> & {
7122
+ "onClick:overlay"?: (() => any) | undefined;
7123
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7124
+ "click:overlay": () => void;
7125
+ }, string, {
7126
+ position: "left" | "right";
7127
+ block: boolean;
7128
+ overlay: boolean;
7129
+ gap: string;
7130
+ }, {}, string> & {
7131
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7132
+ created?: ((() => void) | (() => void)[]) | undefined;
7133
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
7134
+ mounted?: ((() => void) | (() => void)[]) | undefined;
7135
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
7136
+ updated?: ((() => void) | (() => void)[]) | undefined;
7137
+ activated?: ((() => void) | (() => void)[]) | undefined;
7138
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
7139
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
7140
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
7141
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
7142
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
7143
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
7144
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
7145
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
7146
+ };
7147
+ $forceUpdate: () => void;
7148
+ $nextTick: typeof import("vue").nextTick;
7149
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
7150
+ } & Readonly<import("vue").ExtractPropTypes<{
7151
+ open: {
7152
+ type: import("vue").PropType<boolean>;
7153
+ required: true;
7154
+ };
7155
+ position: {
7156
+ type: import("vue").PropType<"left" | "right">;
7157
+ } & {
7158
+ default: string;
7159
+ };
7160
+ block: {
7161
+ type: import("vue").PropType<boolean>;
7162
+ } & {
7163
+ default: boolean;
7164
+ };
7165
+ overlay: {
7166
+ type: import("vue").PropType<boolean>;
7167
+ } & {
7168
+ default: boolean;
7169
+ };
7170
+ gap: {
7171
+ type: import("vue").PropType<string>;
7172
+ } & {
7173
+ default: string;
7174
+ };
7175
+ }>> & {
7176
+ "onClick:overlay"?: (() => any) | undefined;
7177
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
7178
+ __isFragment?: undefined;
7179
+ __isTeleport?: undefined;
7180
+ __isSuspense?: undefined;
7181
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
7182
+ open: {
7183
+ type: import("vue").PropType<boolean>;
7184
+ required: true;
7185
+ };
7186
+ position: {
7187
+ type: import("vue").PropType<"left" | "right">;
7188
+ } & {
7189
+ default: string;
7190
+ };
7191
+ block: {
7192
+ type: import("vue").PropType<boolean>;
7193
+ } & {
7194
+ default: boolean;
7195
+ };
7196
+ overlay: {
7197
+ type: import("vue").PropType<boolean>;
7198
+ } & {
7199
+ default: boolean;
7200
+ };
7201
+ gap: {
7202
+ type: import("vue").PropType<string>;
7203
+ } & {
7204
+ default: string;
7205
+ };
7206
+ }>> & {
7207
+ "onClick:overlay"?: (() => any) | undefined;
7208
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7209
+ "click:overlay": () => void;
7210
+ }, string, {
7211
+ position: "left" | "right";
7212
+ block: boolean;
7213
+ overlay: boolean;
7214
+ gap: string;
7215
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
7216
+ $slots: {
7217
+ default: (_: {}) => any;
7218
+ };
7219
+ });
7220
+ SolTooltip: {
7221
+ new (...args: any[]): {
7222
+ $: import("vue").ComponentInternalInstance;
7223
+ $data: {};
7224
+ $props: Partial<{
7225
+ variant: "default" | "white";
7226
+ position: "left" | "right" | "bottom" | "top";
7227
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
7228
+ disabled: {
7229
+ type: import("vue").PropType<boolean>;
7230
+ };
7231
+ text: {
7232
+ type: import("vue").PropType<string>;
7233
+ required: true;
7234
+ };
7235
+ variant: {
7236
+ type: import("vue").PropType<"default" | "white">;
7237
+ } & {
7238
+ default: string;
7239
+ };
7240
+ position: {
7241
+ type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
7242
+ } & {
7243
+ default: string;
7244
+ };
7245
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "position">;
7246
+ $attrs: {
7247
+ [x: string]: unknown;
7248
+ };
7249
+ $refs: {
7250
+ [x: string]: unknown;
7251
+ };
7252
+ $slots: Readonly<{
7253
+ [name: string]: import("vue").Slot | undefined;
7254
+ }>;
7255
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
7256
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
7257
+ $emit: (event: string, ...args: any[]) => void;
7258
+ $el: any;
7259
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
7260
+ disabled: {
7261
+ type: import("vue").PropType<boolean>;
7262
+ };
7263
+ text: {
7264
+ type: import("vue").PropType<string>;
7265
+ required: true;
7266
+ };
7267
+ variant: {
7268
+ type: import("vue").PropType<"default" | "white">;
7269
+ } & {
7270
+ default: string;
7271
+ };
7272
+ position: {
7273
+ type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
7274
+ } & {
7275
+ default: string;
7276
+ };
7277
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
7278
+ variant: "default" | "white";
7279
+ position: "left" | "right" | "bottom" | "top";
7280
+ }, {}, string> & {
7281
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7282
+ created?: ((() => void) | (() => void)[]) | undefined;
7283
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
7284
+ mounted?: ((() => void) | (() => void)[]) | undefined;
7285
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
7286
+ updated?: ((() => void) | (() => void)[]) | undefined;
7287
+ activated?: ((() => void) | (() => void)[]) | undefined;
7288
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
7289
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
7290
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
7291
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
7292
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
7293
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
7294
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
7295
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
7296
+ };
7297
+ $forceUpdate: () => void;
7298
+ $nextTick: typeof import("vue").nextTick;
7299
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
7300
+ } & Readonly<import("vue").ExtractPropTypes<{
7301
+ disabled: {
7302
+ type: import("vue").PropType<boolean>;
7303
+ };
7304
+ text: {
7305
+ type: import("vue").PropType<string>;
7306
+ required: true;
7307
+ };
7308
+ variant: {
7309
+ type: import("vue").PropType<"default" | "white">;
7310
+ } & {
7311
+ default: string;
7312
+ };
7313
+ position: {
7314
+ type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
7315
+ } & {
7316
+ default: string;
7317
+ };
7318
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
7319
+ __isFragment?: undefined;
7320
+ __isTeleport?: undefined;
7321
+ __isSuspense?: undefined;
7322
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
7323
+ disabled: {
7324
+ type: import("vue").PropType<boolean>;
7325
+ };
7326
+ text: {
7327
+ type: import("vue").PropType<string>;
7328
+ required: true;
7329
+ };
7330
+ variant: {
7331
+ type: import("vue").PropType<"default" | "white">;
7332
+ } & {
7333
+ default: string;
7334
+ };
7335
+ position: {
7336
+ type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
7337
+ } & {
7338
+ default: string;
7339
+ };
7340
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
7341
+ variant: "default" | "white";
7342
+ position: "left" | "right" | "bottom" | "top";
7343
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
7344
+ $slots: {
7345
+ text: (_: {}) => any;
7346
+ default: (_: {}) => any;
7347
+ };
7348
+ });
6462
7349
  };
6463
7350
  export declare function install(App: App): void;
6464
- export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputCurrency, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolTabs, SolMenu, SolMenuItem, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolOnboarding, SolPagination, SolEmptyState, SolSearch, SolDatePicker, SolCollapsible, SolSteps, SolTextValue, SolFileUpload, SolMenuItemSeparator, SolBreadcrumb, SolDivider, SolLink, SolHeader, SolSidebar, };
7351
+ export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputCurrency, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolTabs, SolMenu, SolMenuItem, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolOnboarding, SolPagination, SolEmptyState, SolSearch, SolDatePicker, SolCollapsible, SolSteps, SolTextValue, SolFileUpload, SolMenuItemSeparator, SolBreadcrumb, SolDivider, SolLink, SolHeader, SolSidebar, SolPageBackoffice, SolBackofficeTemplate, SolHeaderBackoffice, SolSidebarBackoffice, SolUserInfoBackoffice, SolApplicationsBackoffice, SolSideover, SolTooltip, };