eservices-core 1.0.438 → 1.0.439
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/backend/src/types/communication.d.ts +25 -0
- package/dist/backend/src/types/main.d.ts +10 -0
- package/dist/frontend/core/classes/_List.d.ts +2 -3
- package/dist/frontend/core/index.d.ts +0 -6
- package/dist/frontend/core/widgets/containers/index.d.ts +0 -3
- package/dist/frontend/core/widgets/forms/index.d.ts +0 -3
- package/dist/frontend/core/widgets/index.d.ts +0 -6
- package/dist/frontend/core/widgets/new/widget-table.vue.d.ts +3 -2
- package/dist/frontend/core/widgets/tables/widget-table.vue.d.ts +3 -2
- package/dist/index.js +878 -1439
- package/package.json +3 -4
- package/dist/frontend/core/TEST/index.d.ts +0 -4
- package/dist/frontend/core/classes/Form.d.ts +0 -78
- package/dist/frontend/core/classes/RenderForm.d.ts +0 -37
- package/dist/frontend/core/classes/ViewForm/ViewForm.d.ts +0 -8
- package/dist/frontend/core/classes/ViewForm/container-form-element-render.d.ts +0 -1
- package/dist/frontend/core/classes/ViewForm/container-form-render.d.ts +0 -1
- package/dist/frontend/core/classes/ViewForm/container-render.d.ts +0 -1
- package/dist/frontend/core/classes/ViewForm/getInputComponent.d.ts +0 -1
- package/dist/frontend/core/classes/ViewForm/render-form-body.d.ts +0 -1
- package/dist/frontend/core/classes/ViewForm/render-form-section.d.ts +0 -1
- package/dist/frontend/core/classes/ViewForm/render-form.d.ts +0 -2
- package/dist/frontend/core/classes/ViewForm/render-input.d.ts +0 -8
- package/dist/frontend/core/classes/ViewForm/render.d.ts +0 -8
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface IResultCreatingCommunication {
|
|
2
|
+
id: number;
|
|
3
|
+
catalogId: string;
|
|
4
|
+
}
|
|
5
|
+
export interface IResultReadCommunication {
|
|
6
|
+
catalogId: string;
|
|
7
|
+
content: any;
|
|
8
|
+
id: number;
|
|
9
|
+
subject: any;
|
|
10
|
+
typeId: any;
|
|
11
|
+
utcCreated: string;
|
|
12
|
+
}
|
|
13
|
+
export interface IResultReadCommunicationMessage {
|
|
14
|
+
appName: "SCP" | "BAP";
|
|
15
|
+
catalogId: string;
|
|
16
|
+
content: string;
|
|
17
|
+
id: number;
|
|
18
|
+
personId: number;
|
|
19
|
+
personName: string;
|
|
20
|
+
userId: number;
|
|
21
|
+
userName: string;
|
|
22
|
+
utcCreated: string;
|
|
23
|
+
}
|
|
24
|
+
export interface IResultCreatingCommunicationMessage extends IResultCreatingCommunication {
|
|
25
|
+
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { ComputedRef, VNode } from "vue";
|
|
2
|
-
import { FormParams } from "./Form";
|
|
3
2
|
import { ListRowValues, Values } from "../types";
|
|
4
3
|
import EventEmitter from "jenesius-event-emitter";
|
|
5
4
|
import { ListCell } from "./List";
|
|
6
|
-
export interface ListParams
|
|
5
|
+
export interface ListParams {
|
|
7
6
|
config: ComputedRef<ListCell[]>;
|
|
8
7
|
}
|
|
9
8
|
/**
|
|
@@ -27,7 +26,7 @@ export default class List extends EventEmitter {
|
|
|
27
26
|
* @param {ListCell[]} config - конфигурация списка
|
|
28
27
|
* @param {ListRowValues} rowValues - значения для одной строки
|
|
29
28
|
* */
|
|
30
|
-
static getRow(config: ListCell[], rowValues: ListRowValues
|
|
29
|
+
static getRow(config: ListCell[], rowValues: ListRowValues): VNode | VNode[];
|
|
31
30
|
/**
|
|
32
31
|
* @return { {name: string, value: any} } CellInfo
|
|
33
32
|
* */
|
|
@@ -115,9 +115,6 @@ declare const _default: {
|
|
|
115
115
|
default: {
|
|
116
116
|
WidgetForm: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
117
117
|
};
|
|
118
|
-
naomi: {
|
|
119
|
-
WidgetFormNaomi: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
120
|
-
};
|
|
121
118
|
};
|
|
122
119
|
spinners: {
|
|
123
120
|
WidgetSpinner: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -126,9 +123,6 @@ declare const _default: {
|
|
|
126
123
|
ContainerForm: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
127
124
|
ContainerFormElem: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
128
125
|
ContainerAuthView: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
129
|
-
auth: {
|
|
130
|
-
ContainerStep: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
131
|
-
};
|
|
132
126
|
};
|
|
133
127
|
buttons: {
|
|
134
128
|
WidgetButton: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -2,8 +2,5 @@ declare const _default: {
|
|
|
2
2
|
ContainerForm: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3
3
|
ContainerFormElem: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
ContainerAuthView: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
5
|
-
auth: {
|
|
6
|
-
ContainerStep: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
7
|
-
};
|
|
8
5
|
};
|
|
9
6
|
export default _default;
|
|
@@ -2,8 +2,5 @@ declare const _default: {
|
|
|
2
2
|
default: {
|
|
3
3
|
WidgetForm: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
};
|
|
5
|
-
naomi: {
|
|
6
|
-
WidgetFormNaomi: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
7
|
-
};
|
|
8
5
|
};
|
|
9
6
|
export default _default;
|
|
@@ -17,9 +17,6 @@ declare let a: {
|
|
|
17
17
|
default: {
|
|
18
18
|
WidgetForm: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
19
19
|
};
|
|
20
|
-
naomi: {
|
|
21
|
-
WidgetFormNaomi: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
22
|
-
};
|
|
23
20
|
};
|
|
24
21
|
spinners: {
|
|
25
22
|
WidgetSpinner: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -28,9 +25,6 @@ declare let a: {
|
|
|
28
25
|
ContainerForm: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
29
26
|
ContainerFormElem: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
30
27
|
ContainerAuthView: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
31
|
-
auth: {
|
|
32
|
-
ContainerStep: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
33
|
-
};
|
|
34
28
|
};
|
|
35
29
|
buttons: {
|
|
36
30
|
WidgetButton: 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<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
required: false;
|
|
13
13
|
};
|
|
14
14
|
activeRow: {
|
|
15
|
-
type:
|
|
15
|
+
type: any;
|
|
16
16
|
required: false;
|
|
17
17
|
};
|
|
18
18
|
selectRows: {
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
required: false;
|
|
40
40
|
};
|
|
41
41
|
activeRow: {
|
|
42
|
-
type:
|
|
42
|
+
type: any;
|
|
43
43
|
required: false;
|
|
44
44
|
};
|
|
45
45
|
selectRows: {
|
|
@@ -57,6 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
onRead?: (...args: any[]) => any;
|
|
58
58
|
}, {
|
|
59
59
|
mini: boolean;
|
|
60
|
+
activeRow: any;
|
|
60
61
|
wait: boolean;
|
|
61
62
|
}>;
|
|
62
63
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
required: false;
|
|
13
13
|
};
|
|
14
14
|
activeRow: {
|
|
15
|
-
type:
|
|
15
|
+
type: any;
|
|
16
16
|
required: false;
|
|
17
17
|
};
|
|
18
18
|
selectRows: {
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
required: false;
|
|
36
36
|
};
|
|
37
37
|
activeRow: {
|
|
38
|
-
type:
|
|
38
|
+
type: any;
|
|
39
39
|
required: false;
|
|
40
40
|
};
|
|
41
41
|
selectRows: {
|
|
@@ -47,5 +47,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
"onUpdate:selectRows"?: (...args: any[]) => any;
|
|
48
48
|
}, {
|
|
49
49
|
mini: boolean;
|
|
50
|
+
activeRow: any;
|
|
50
51
|
}>;
|
|
51
52
|
export default _default;
|