eservices-core 1.0.309 → 1.0.310

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/dist/index.d.ts CHANGED
@@ -9,15 +9,18 @@ import { Component } from "vue";
9
9
  import StylesInterface from "./styles/types";
10
10
  import { Values } from "./types";
11
11
  export { StylesInterface };
12
+ import InterfaceContainer from "./widgets/interface/interface-container.vue";
13
+ /**WIDGETS**/
14
+ export { InterfaceContainer };
12
15
  export interface StepRecordRow {
13
16
  next?: () => Promise<any>;
14
17
  component?: Component;
15
18
  }
16
19
  export interface NavigationRecordRow {
17
20
  title: string;
18
- icon: string;
19
- link?: any;
20
- id?: number;
21
+ icon?: string;
22
+ link?: string;
23
+ activeMatch?: string;
21
24
  children: NavigationRecordRow[];
22
25
  }
23
26
  export interface InterfaceBreadcrumb {
@@ -93,18 +96,6 @@ declare const _default: {
93
96
  actionService: typeof import("./services/action-service").default;
94
97
  };
95
98
  widgets: {
96
- interface: {
97
- default: {
98
- ContainerInterface: import("vue").DefineComponent<{}, {}, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
99
- WidgetInterfaceNavigation: import("vue").DefineComponent<{}, {}, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
100
- WidgetInterfaceNotification: import("vue").DefineComponent<{}, {}, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
101
- };
102
- naomi: {
103
- WidgetInterfaceNavigation: import("vue").DefineComponent<{}, {}, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
104
- WidgetInterfaceUserPopup: import("vue").DefineComponent<{}, {}, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
105
- WidgetInterfaceUserCard: import("vue").DefineComponent<{}, {}, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
106
- };
107
- };
108
99
  inputs: {
109
100
  default: {
110
101
  InputText: import("vue").DefineComponent<{}, {}, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
@@ -168,6 +159,7 @@ declare const _default: {
168
159
  Table: typeof Table;
169
160
  ErrorStorageSystem: typeof import("./classes/ErrorStorageSystem").default;
170
161
  form: {
162
+ /**WIDGETS**/
171
163
  render: typeof import("./classes/ViewForm/render").default;
172
164
  };
173
165
  InterfaceWorker: typeof import("./classes/InterfaceWorker").default;