@szjy/workflow 0.1.33 → 0.1.36
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 +2 -0
- package/dist/index.mjs +32142 -31136
- package/dist/index.umd.js +314 -314
- package/dist/packages/components/Workflow/biz-logic/leave/constant.d.ts +36 -0
- package/dist/packages/components/Workflow/biz-logic/leave/types.d.ts +9 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/dynamicApproverUtil.d.ts +3 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/formFieldExtractorRegistry.d.ts +12 -0
- package/dist/packages/components/Workflow/biz-logic/leave/utils/workflowMetaUtil.d.ts +15 -0
- package/dist/packages/components/Workflow/exposeApi.d.ts +4 -0
- package/dist/packages/components/Workflow/slots.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +49 -49
- package/dist/packages/components/Hello/index.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/index.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementAsyncContinuations.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementCandidateStarter.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementConditional.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementDocumentations.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementExtensionProperties.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementFieldInjection.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementFormType.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementGenerations.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementImplementation.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementJobExecution.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementListeners.vue.d.ts +0 -14
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementMultiInstance.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementStartInitiator.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementUserAssignment.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/ui/FieldList.vue.d.ts +0 -36
- package/dist/packages/components/Workflow/PropertyPanel/ui/HasEdit.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/PropertyPanel/ui/JsonEditor.vue.d.ts +0 -14
- package/dist/packages/components/Workflow/Toolbar.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/esign/FormEsignProperty.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/form-cell/FormAssociatedProperty.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/form-permissions/FormPermissionProperty.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/approval/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/carbon-copy/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/common/CounterSignProperty.vue.d.ts +0 -24
- package/dist/packages/components/Workflow/biz-logic/leave/common/GatewayLineProperty.vue.d.ts +0 -35
- package/dist/packages/components/Workflow/biz-logic/leave/common/OrgTitleConfigProperty.vue.d.ts +0 -24
- package/dist/packages/components/Workflow/biz-logic/leave/common/UserConfigProperty.vue.d.ts +0 -49
- package/dist/packages/components/Workflow/biz-logic/leave/common/WorkflowStatusProperty.vue.d.ts +0 -15
- package/dist/packages/components/Workflow/biz-logic/leave/counter-sign/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/get-company/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/get-construction-org/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/get-multi-user/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/get-single-user/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/get-supervisory-org/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/get-user-info/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/leave-gateway/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/multi-sign-receipt/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/reform/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/set-work-status/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/biz-logic/leave/sign-receipt/property.vue.d.ts +0 -2
- package/dist/packages/components/Workflow/components/biz/ConditionValueCreator.vue.d.ts +0 -28
- package/dist/packages/components/Workflow/components/biz/CounterSignSelector.vue.d.ts +0 -58
- package/dist/packages/components/Workflow/components/biz/GatewayConditionSelector.vue.d.ts +0 -39
- package/dist/packages/components/Workflow/components/biz/OrgTitleSelector.vue.d.ts +0 -67
- package/dist/packages/components/Workflow/components/biz/UserSelector.vue.d.ts +0 -53
- package/dist/packages/components/Workflow/components/biz/ui/CompanySearchWithRole.vue.d.ts +0 -35
- package/dist/packages/components/Workflow/components/biz/ui/CounterSignConditionDesc.vue.d.ts +0 -14
- package/dist/packages/components/Workflow/components/biz/ui/FormOrgWithRole.vue.d.ts +0 -39
- package/dist/packages/components/Workflow/components/biz/ui/OrgSearchInfo.vue.d.ts +0 -32
- package/dist/packages/components/Workflow/components/biz/ui/UserForm.vue.d.ts +0 -26
- package/dist/packages/components/Workflow/components/biz/ui/UserJSONDesc.vue.d.ts +0 -22
- package/dist/packages/components/Workflow/components/biz/ui/UserOrgBasedForm.vue.d.ts +0 -26
- package/dist/packages/components/Workflow/components/biz/ui/UserSearchInfo.vue.d.ts +0 -39
- package/dist/packages/components/Workflow/components/biz/ui/UserSearchWithRole.vue.d.ts +0 -39
- package/dist/packages/components/Workflow/components/common/BpmnIcon.vue.d.ts +0 -23
- package/dist/packages/components/Workflow/components/common/CollapseTitle.vue.d.ts +0 -14
- package/dist/packages/components/Workflow/components/common/EditItem.vue.d.ts +0 -39
- package/dist/packages/components/Workflow/index.vue.d.ts +0 -41
- package/dist/packages/components/Workflow/main.vue.d.ts +0 -43
- package/dist/packages/components/Workflow/palette/CustomPaletteProvider.d.ts +0 -157
- package/dist/packages/components/Workflow/store/bpmn-utils/idUtil.d.ts +0 -3
- package/dist/packages/components/Workflow/store/cell-associated/index.d.ts +0 -37
- package/dist/packages/components/Workflow/store/esign/index.d.ts +0 -54
- package/dist/packages/components/Workflow/store/instance.d.ts +0 -1
- package/dist/packages/components/Workflow/store/modeler.d.ts +0 -72
- package/dist/packages/components/Workflow/store/permission/index.d.ts +0 -42
- package/dist/packages/components/Workflow/utils/discreteApi.d.ts +0 -2
- package/dist/packages/components/Workflow/utils/emitter.d.ts +0 -8
- package/dist/packages/i18n/index.d.ts +0 -790
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import { type JobTitleJSON, type OrgJSON } from '../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
org: {
|
|
5
|
-
type: PropType<OrgJSON>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
jobTitle: {
|
|
9
|
-
type: PropType<JobTitleJSON>;
|
|
10
|
-
required: false;
|
|
11
|
-
default: () => {
|
|
12
|
-
titleListType: string;
|
|
13
|
-
titleNameList: never[];
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
label: {
|
|
17
|
-
type: PropType<string>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
dialogTitle: {
|
|
21
|
-
type: PropType<string>;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
disableTitle: {
|
|
25
|
-
type: PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
|
-
"update:org": (newOrg: OrgJSON) => void;
|
|
30
|
-
"update:jobTitle": (newJobTitle: JobTitleJSON) => void;
|
|
31
|
-
"on-ok": (newOrg: OrgJSON, newJobTitle?: JobTitleJSON | undefined) => void;
|
|
32
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
-
org: {
|
|
34
|
-
type: PropType<OrgJSON>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
jobTitle: {
|
|
38
|
-
type: PropType<JobTitleJSON>;
|
|
39
|
-
required: false;
|
|
40
|
-
default: () => {
|
|
41
|
-
titleListType: string;
|
|
42
|
-
titleNameList: never[];
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
label: {
|
|
46
|
-
type: PropType<string>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
dialogTitle: {
|
|
50
|
-
type: PropType<string>;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
disableTitle: {
|
|
54
|
-
type: PropType<boolean>;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
}>> & {
|
|
58
|
-
"onOn-ok"?: ((newOrg: OrgJSON, newJobTitle?: JobTitleJSON | undefined) => any) | undefined;
|
|
59
|
-
"onUpdate:org"?: ((newOrg: OrgJSON) => any) | undefined;
|
|
60
|
-
"onUpdate:jobTitle"?: ((newJobTitle: JobTitleJSON) => any) | undefined;
|
|
61
|
-
}, {
|
|
62
|
-
label: string;
|
|
63
|
-
jobTitle: JobTitleJSON;
|
|
64
|
-
dialogTitle: string;
|
|
65
|
-
disableTitle: boolean;
|
|
66
|
-
}, {}>;
|
|
67
|
-
export default _default;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import { type UserJSON } from '../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
4
|
-
user: {
|
|
5
|
-
type: PropType<UserJSON>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
label: {
|
|
9
|
-
type: PropType<string>;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
dialogTitle: {
|
|
13
|
-
type: PropType<string>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
showOrgBased: {
|
|
17
|
-
type: PropType<boolean>;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
"update:user": (newUser: UserJSON) => void;
|
|
22
|
-
"on-ok": (newUser: UserJSON) => void;
|
|
23
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
user: {
|
|
25
|
-
type: PropType<UserJSON>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
label: {
|
|
29
|
-
type: PropType<string>;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
dialogTitle: {
|
|
33
|
-
type: PropType<string>;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
showOrgBased: {
|
|
37
|
-
type: PropType<boolean>;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
}>> & {
|
|
41
|
-
"onUpdate:user"?: ((newUser: UserJSON) => any) | undefined;
|
|
42
|
-
"onOn-ok"?: ((newUser: UserJSON) => any) | undefined;
|
|
43
|
-
}, {
|
|
44
|
-
label: string;
|
|
45
|
-
dialogTitle: string;
|
|
46
|
-
showOrgBased: boolean;
|
|
47
|
-
}, {}>, Partial<Record<string, (_: {}) => any>>>;
|
|
48
|
-
export default _default;
|
|
49
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
-
new (): {
|
|
51
|
-
$slots: S;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { UserSearchWithRoleType } from '../../../biz-logic/leave/types';
|
|
3
|
-
import { SearchWithCompanyType } from '../../../biz-logic/leave/constant';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
searchInfo: {
|
|
6
|
-
type: PropType<UserSearchWithRoleType>;
|
|
7
|
-
default: {
|
|
8
|
-
enabled: boolean;
|
|
9
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
10
|
-
searchWithCompanyAndRoleNameInfo: {
|
|
11
|
-
searchWithCompanyType: SearchWithCompanyType;
|
|
12
|
-
roleNameList: never[];
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
-
"update:searchInfo": (searchInfo: UserSearchWithRoleType) => void;
|
|
18
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
searchInfo: {
|
|
20
|
-
type: PropType<UserSearchWithRoleType>;
|
|
21
|
-
default: {
|
|
22
|
-
enabled: boolean;
|
|
23
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
24
|
-
searchWithCompanyAndRoleNameInfo: {
|
|
25
|
-
searchWithCompanyType: SearchWithCompanyType;
|
|
26
|
-
roleNameList: never[];
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
}>> & {
|
|
31
|
-
"onUpdate:searchInfo"?: ((searchInfo: UserSearchWithRoleType) => any) | undefined;
|
|
32
|
-
}, {
|
|
33
|
-
searchInfo: UserSearchWithRoleType;
|
|
34
|
-
}, {}>;
|
|
35
|
-
export default _default;
|
package/dist/packages/components/Workflow/components/biz/ui/CounterSignConditionDesc.vue.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { CounterSignConditionJSON } from '../../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
conditionJson: {
|
|
5
|
-
type: PropType<CounterSignConditionJSON>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
conditionJson: {
|
|
10
|
-
type: PropType<CounterSignConditionJSON>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}>>, {}, {}>;
|
|
14
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { UserFormWithRoleType } from '../../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
4
|
-
searchInfo: {
|
|
5
|
-
type: PropType<UserFormWithRoleType>;
|
|
6
|
-
default: {
|
|
7
|
-
enabled: boolean;
|
|
8
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
9
|
-
searchWithRoleNameInfo: {
|
|
10
|
-
roleNameList: never[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
-
"update:searchInfo": (searchInfo: UserFormWithRoleType) => void;
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
searchInfo: {
|
|
18
|
-
type: PropType<UserFormWithRoleType>;
|
|
19
|
-
default: {
|
|
20
|
-
enabled: boolean;
|
|
21
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
22
|
-
searchWithRoleNameInfo: {
|
|
23
|
-
roleNameList: never[];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
}>> & {
|
|
28
|
-
"onUpdate:searchInfo"?: ((searchInfo: UserFormWithRoleType) => any) | undefined;
|
|
29
|
-
}, {
|
|
30
|
-
searchInfo: UserFormWithRoleType;
|
|
31
|
-
}, {}>, {
|
|
32
|
-
default?(_: {}): any;
|
|
33
|
-
}>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
-
new (): {
|
|
37
|
-
$slots: S;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { OrgSearchInfoType } from '../../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
searchInfo: {
|
|
5
|
-
type: PropType<OrgSearchInfoType>;
|
|
6
|
-
default: {
|
|
7
|
-
enabled: boolean;
|
|
8
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
9
|
-
searchWithTitleInfo: {
|
|
10
|
-
titleList: never[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
-
"update:searchInfo": (searchInfo: OrgSearchInfoType) => void;
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
searchInfo: {
|
|
18
|
-
type: PropType<OrgSearchInfoType>;
|
|
19
|
-
default: {
|
|
20
|
-
enabled: boolean;
|
|
21
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
22
|
-
searchWithTitleInfo: {
|
|
23
|
-
titleList: never[];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
}>> & {
|
|
28
|
-
"onUpdate:searchInfo"?: ((searchInfo: OrgSearchInfoType) => any) | undefined;
|
|
29
|
-
}, {
|
|
30
|
-
searchInfo: OrgSearchInfoType;
|
|
31
|
-
}, {}>;
|
|
32
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { UserJSON } from '../../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
user: {
|
|
5
|
-
type: PropType<UserJSON>;
|
|
6
|
-
default: {
|
|
7
|
-
userIdType: string;
|
|
8
|
-
userId: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
"update:user": (user: UserJSON) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
user: {
|
|
15
|
-
type: PropType<UserJSON>;
|
|
16
|
-
default: {
|
|
17
|
-
userIdType: string;
|
|
18
|
-
userId: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
}>> & {
|
|
22
|
-
"onUpdate:user"?: ((user: UserJSON) => any) | undefined;
|
|
23
|
-
}, {
|
|
24
|
-
user: UserJSON;
|
|
25
|
-
}, {}>;
|
|
26
|
-
export default _default;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { UserJSON } from '../../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
userJson: {
|
|
5
|
-
type: PropType<UserJSON>;
|
|
6
|
-
default: {
|
|
7
|
-
userIdType: string;
|
|
8
|
-
userId: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
userJson: {
|
|
13
|
-
type: PropType<UserJSON>;
|
|
14
|
-
default: {
|
|
15
|
-
userIdType: string;
|
|
16
|
-
userId: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
userJson: UserJSON;
|
|
21
|
-
}, {}>;
|
|
22
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { UserJSON } from '../../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
user: {
|
|
5
|
-
type: PropType<UserJSON>;
|
|
6
|
-
default: {
|
|
7
|
-
userIdType: string;
|
|
8
|
-
userId: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
"update:user": (user: UserJSON) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
user: {
|
|
15
|
-
type: PropType<UserJSON>;
|
|
16
|
-
default: {
|
|
17
|
-
userIdType: string;
|
|
18
|
-
userId: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
}>> & {
|
|
22
|
-
"onUpdate:user"?: ((user: UserJSON) => any) | undefined;
|
|
23
|
-
}, {
|
|
24
|
-
user: UserJSON;
|
|
25
|
-
}, {}>;
|
|
26
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { UserSearchInfoType } from '../../../biz-logic/leave/types';
|
|
3
|
-
import { SearchType, SearchWithCompanyType } from '../../../biz-logic/leave/constant';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
searchInfo: {
|
|
6
|
-
type: PropType<UserSearchInfoType>;
|
|
7
|
-
default: {
|
|
8
|
-
enabled: boolean;
|
|
9
|
-
searchType: SearchType;
|
|
10
|
-
searchWithCompanyAndTitleinfo: {
|
|
11
|
-
searchWithCompanyType: SearchWithCompanyType;
|
|
12
|
-
filterWithDepartment: boolean;
|
|
13
|
-
departmentName: string;
|
|
14
|
-
titleList: never[];
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
"update:searchInfo": (searchInfo: UserSearchInfoType) => void;
|
|
20
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
searchInfo: {
|
|
22
|
-
type: PropType<UserSearchInfoType>;
|
|
23
|
-
default: {
|
|
24
|
-
enabled: boolean;
|
|
25
|
-
searchType: SearchType;
|
|
26
|
-
searchWithCompanyAndTitleinfo: {
|
|
27
|
-
searchWithCompanyType: SearchWithCompanyType;
|
|
28
|
-
filterWithDepartment: boolean;
|
|
29
|
-
departmentName: string;
|
|
30
|
-
titleList: never[];
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
}>> & {
|
|
35
|
-
"onUpdate:searchInfo"?: ((searchInfo: UserSearchInfoType) => any) | undefined;
|
|
36
|
-
}, {
|
|
37
|
-
searchInfo: UserSearchInfoType;
|
|
38
|
-
}, {}>;
|
|
39
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { UserSearchWithRoleType } from '../../../biz-logic/leave/types';
|
|
3
|
-
import { SearchWithCompanyType } from '../../../biz-logic/leave/constant';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
searchInfo: {
|
|
6
|
-
type: PropType<UserSearchWithRoleType>;
|
|
7
|
-
default: {
|
|
8
|
-
enabled: boolean;
|
|
9
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
10
|
-
searchWithCompanyAndRoleNameInfo: {
|
|
11
|
-
searchWithCompanyType: SearchWithCompanyType;
|
|
12
|
-
filterWithDepartment: boolean;
|
|
13
|
-
departmentName: string;
|
|
14
|
-
roleNameList: never[];
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
"update:searchInfo": (searchInfo: UserSearchWithRoleType) => void;
|
|
20
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
searchInfo: {
|
|
22
|
-
type: PropType<UserSearchWithRoleType>;
|
|
23
|
-
default: {
|
|
24
|
-
enabled: boolean;
|
|
25
|
-
searchType: import("../../../biz-logic/leave/constant").SearchType;
|
|
26
|
-
searchWithCompanyAndRoleNameInfo: {
|
|
27
|
-
searchWithCompanyType: SearchWithCompanyType;
|
|
28
|
-
filterWithDepartment: boolean;
|
|
29
|
-
departmentName: string;
|
|
30
|
-
roleNameList: never[];
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
}>> & {
|
|
35
|
-
"onUpdate:searchInfo"?: ((searchInfo: UserSearchWithRoleType) => any) | undefined;
|
|
36
|
-
}, {
|
|
37
|
-
searchInfo: UserSearchWithRoleType;
|
|
38
|
-
}, {}>;
|
|
39
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
name: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
color: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
name: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
color: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
name: string;
|
|
21
|
-
color: string;
|
|
22
|
-
}, {}>;
|
|
23
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
title: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
title: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
12
|
-
title: string;
|
|
13
|
-
}, {}>;
|
|
14
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
label: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
textAlign: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
validator: (val: string) => boolean;
|
|
10
|
-
};
|
|
11
|
-
labelWidth: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
}, unknown, unknown, {
|
|
16
|
-
labelStyle(): {
|
|
17
|
-
width: string;
|
|
18
|
-
textAlign: "center";
|
|
19
|
-
};
|
|
20
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
label: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
textAlign: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
validator: (val: string) => boolean;
|
|
29
|
-
};
|
|
30
|
-
labelWidth: {
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: number;
|
|
33
|
-
};
|
|
34
|
-
}>>, {
|
|
35
|
-
label: string;
|
|
36
|
-
labelWidth: number;
|
|
37
|
-
textAlign: string;
|
|
38
|
-
}, {}>;
|
|
39
|
-
export default _default;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { getPermissionJSON, initXmlToStore, updateProcessId, setPermissionByFields, updatePermFields, getEsignJSON, setEsignConfig, getCellAssociatedJSON, setCellAssociatedConfig, updateCellAssociatedFields } from "./exposeApi";
|
|
2
|
-
import BpmnModeler from 'bpmn-js/lib/Modeler.js';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
mode: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
height: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
}, {
|
|
13
|
-
getWorkflowXml: () => Promise<string | undefined>;
|
|
14
|
-
initXmlToStore: typeof initXmlToStore;
|
|
15
|
-
updateProcessId: typeof updateProcessId;
|
|
16
|
-
getPermissionJSON: typeof getPermissionJSON;
|
|
17
|
-
setPermissionByFields: typeof setPermissionByFields;
|
|
18
|
-
updatePermFields: typeof updatePermFields;
|
|
19
|
-
getEsignJSON: typeof getEsignJSON;
|
|
20
|
-
setEsignConfig: typeof setEsignConfig;
|
|
21
|
-
getCellAssociatedJSON: typeof getCellAssociatedJSON;
|
|
22
|
-
setCellAssociatedConfig: typeof setCellAssociatedConfig;
|
|
23
|
-
updateCellAssociatedFields: typeof updateCellAssociatedFields;
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
-
init: (modeler: BpmnModeler) => void;
|
|
26
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
-
mode: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
height: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
}>> & {
|
|
36
|
-
onInit?: ((modeler: BpmnModeler) => any) | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
height: string;
|
|
39
|
-
mode: string;
|
|
40
|
-
}, {}>;
|
|
41
|
-
export default _default;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import BpmnModeler from 'bpmn-js/lib/Modeler.js';
|
|
3
|
-
import 'bpmn-js/dist/assets/diagram-js.css';
|
|
4
|
-
import 'bpmn-js/dist/assets/bpmn-font/css/bpmn.css';
|
|
5
|
-
import 'bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css';
|
|
6
|
-
import 'bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css';
|
|
7
|
-
import 'bpmn-js-properties-panel/dist/assets/properties-panel.css';
|
|
8
|
-
declare const _default: import("vue").DefineComponent<{
|
|
9
|
-
label: {
|
|
10
|
-
type: PropType<string>;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
mode: {
|
|
14
|
-
type: PropType<string>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
height: {
|
|
18
|
-
type: PropType<string>;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
-
"modeler-init": (modeler: BpmnModeler) => void;
|
|
23
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
label: {
|
|
25
|
-
type: PropType<string>;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
mode: {
|
|
29
|
-
type: PropType<string>;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
height: {
|
|
33
|
-
type: PropType<string>;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
}>> & {
|
|
37
|
-
"onModeler-init"?: ((modeler: BpmnModeler) => any) | undefined;
|
|
38
|
-
}, {
|
|
39
|
-
height: string;
|
|
40
|
-
label: string;
|
|
41
|
-
mode: string;
|
|
42
|
-
}, {}>;
|
|
43
|
-
export default _default;
|