@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
package/package.json
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@szjy/workflow",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"main": "dist/index.umd.js",
|
|
5
|
-
"module": "dist/index.mjs",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist/*"
|
|
9
|
-
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"dev": "vite",
|
|
12
|
-
"build": "vue-tsc && vite build",
|
|
13
|
-
"preview": "vite preview",
|
|
14
|
-
"release": "npx commit-and-tag-version",
|
|
15
|
-
"sync": "cnpm sync @szjy/workflow"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@ant-design/icons-vue": "^7.0.1",
|
|
19
|
-
"bpmn-js": "^17.0.2",
|
|
20
|
-
"bpmn-js-properties-panel": "^5.13.0",
|
|
21
|
-
"bpmn-moddle": "^9.0.1",
|
|
22
|
-
"dayjs": "^1.11.10",
|
|
23
|
-
"diagram-js": "^14.1.0",
|
|
24
|
-
"highlight.js": "^11.9.0",
|
|
25
|
-
"json-editor-vue": "^0.12.0",
|
|
26
|
-
"lodash.debounce": "^4.0.8",
|
|
27
|
-
"min-dash": "^4.2.1",
|
|
28
|
-
"min-dom": "^5.0.0",
|
|
29
|
-
"mitt": "^3.0.1",
|
|
30
|
-
"moddle": "^7.0.0",
|
|
31
|
-
"naive-ui": "^2.38.1",
|
|
32
|
-
"pinia": "^2.1.7",
|
|
33
|
-
"vue": "^3.4.21",
|
|
34
|
-
"vue-i18n": "^9.10.1"
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@vitejs/plugin-vue": "^5.0.4",
|
|
38
|
-
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
39
|
-
"code-inspector-plugin": "^0.15.2",
|
|
40
|
-
"commit-and-tag-version": "^12.2.0",
|
|
41
|
-
"fast-glob": "^3.3.2",
|
|
42
|
-
"less": "^4.2.0",
|
|
43
|
-
"typescript": "^5.2.2",
|
|
44
|
-
"vite": "^5.1.6",
|
|
45
|
-
"vite-plugin-dts": "^3.7.3",
|
|
46
|
-
"vite-plugin-svg-icons": "^2.0.1",
|
|
47
|
-
"vue-tsc": "^1.8.27"
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@szjy/workflow",
|
|
3
|
+
"version": "0.1.36",
|
|
4
|
+
"main": "dist/index.umd.js",
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist/*"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"dev": "vite",
|
|
12
|
+
"build": "vue-tsc && vite build",
|
|
13
|
+
"preview": "vite preview",
|
|
14
|
+
"release": "npx commit-and-tag-version",
|
|
15
|
+
"sync": "cnpm sync @szjy/workflow"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@ant-design/icons-vue": "^7.0.1",
|
|
19
|
+
"bpmn-js": "^17.0.2",
|
|
20
|
+
"bpmn-js-properties-panel": "^5.13.0",
|
|
21
|
+
"bpmn-moddle": "^9.0.1",
|
|
22
|
+
"dayjs": "^1.11.10",
|
|
23
|
+
"diagram-js": "^14.1.0",
|
|
24
|
+
"highlight.js": "^11.9.0",
|
|
25
|
+
"json-editor-vue": "^0.12.0",
|
|
26
|
+
"lodash.debounce": "^4.0.8",
|
|
27
|
+
"min-dash": "^4.2.1",
|
|
28
|
+
"min-dom": "^5.0.0",
|
|
29
|
+
"mitt": "^3.0.1",
|
|
30
|
+
"moddle": "^7.0.0",
|
|
31
|
+
"naive-ui": "^2.38.1",
|
|
32
|
+
"pinia": "^2.1.7",
|
|
33
|
+
"vue": "^3.4.21",
|
|
34
|
+
"vue-i18n": "^9.10.1"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
38
|
+
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
39
|
+
"code-inspector-plugin": "^0.15.2",
|
|
40
|
+
"commit-and-tag-version": "^12.2.0",
|
|
41
|
+
"fast-glob": "^3.3.2",
|
|
42
|
+
"less": "^4.2.0",
|
|
43
|
+
"typescript": "^5.2.2",
|
|
44
|
+
"vite": "^5.1.6",
|
|
45
|
+
"vite-plugin-dts": "^3.7.3",
|
|
46
|
+
"vite-plugin-svg-icons": "^2.0.1",
|
|
47
|
+
"vue-tsc": "^1.8.27"
|
|
48
|
+
}
|
|
49
|
+
}
|
package/dist/packages/components/Workflow/PropertyPanel/property-group/ElementListeners.vue.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import { type ListenerElementType } from '../../store/bpmn-utils/listenersUtil';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
elementType: {
|
|
5
|
-
type: PropType<ListenerElementType>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
elementType: {
|
|
10
|
-
type: PropType<ListenerElementType>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}>>, {}, {}>;
|
|
14
|
-
export default _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
interface PropsType {
|
|
2
|
-
fields: FieldPropertyForm[];
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsType>, {
|
|
5
|
-
fields: () => never[];
|
|
6
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
addProperty: (newProperty: FieldPropertyForm) => void;
|
|
8
|
-
updateProperty: (index: number, newProperty: FieldPropertyForm) => void;
|
|
9
|
-
removeProperty: (propIndex: number) => void;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsType>, {
|
|
11
|
-
fields: () => never[];
|
|
12
|
-
}>>> & {
|
|
13
|
-
onAddProperty?: ((newProperty: FieldPropertyForm) => any) | undefined;
|
|
14
|
-
onUpdateProperty?: ((index: number, newProperty: FieldPropertyForm) => any) | undefined;
|
|
15
|
-
onRemoveProperty?: ((propIndex: number) => any) | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
fields: FieldPropertyForm[];
|
|
18
|
-
}, {}>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
code: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
};
|
|
5
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"update:code": (newCode: string) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
code: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
};
|
|
11
|
-
}>> & {
|
|
12
|
-
"onUpdate:code"?: ((newCode: string) => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
14
|
-
export default _default;
|
package/dist/packages/components/Workflow/biz-logic/leave/common/CounterSignProperty.vue.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
label: {
|
|
4
|
-
type: PropType<string>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
showOrgBased: {
|
|
8
|
-
type: PropType<boolean>;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
label: {
|
|
13
|
-
type: PropType<string>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
showOrgBased: {
|
|
17
|
-
type: PropType<boolean>;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
}>>, {
|
|
21
|
-
label: string;
|
|
22
|
-
showOrgBased: boolean;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
package/dist/packages/components/Workflow/biz-logic/leave/common/GatewayLineProperty.vue.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import type { Element } from 'bpmn-js/lib/model/Types';
|
|
3
|
-
import { type ConditionJSON } from '../types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
label: {
|
|
6
|
-
type: PropType<string>;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
getConditionValue: {
|
|
10
|
-
type: PropType<(element: Element) => ConditionJSON>;
|
|
11
|
-
default: (element: Element) => any;
|
|
12
|
-
};
|
|
13
|
-
updateConditionValue: {
|
|
14
|
-
type: PropType<(element: Element, newCondition: ConditionJSON) => void>;
|
|
15
|
-
default: (element: Element, conditionJson: ConditionJSON) => void;
|
|
16
|
-
};
|
|
17
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
label: {
|
|
19
|
-
type: PropType<string>;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
getConditionValue: {
|
|
23
|
-
type: PropType<(element: Element) => ConditionJSON>;
|
|
24
|
-
default: (element: Element) => any;
|
|
25
|
-
};
|
|
26
|
-
updateConditionValue: {
|
|
27
|
-
type: PropType<(element: Element, newCondition: ConditionJSON) => void>;
|
|
28
|
-
default: (element: Element, conditionJson: ConditionJSON) => void;
|
|
29
|
-
};
|
|
30
|
-
}>>, {
|
|
31
|
-
label: string;
|
|
32
|
-
getConditionValue: (element: Element) => ConditionJSON;
|
|
33
|
-
updateConditionValue: (element: Element, newCondition: ConditionJSON) => void;
|
|
34
|
-
}, {}>;
|
|
35
|
-
export default _default;
|
package/dist/packages/components/Workflow/biz-logic/leave/common/OrgTitleConfigProperty.vue.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
label: {
|
|
4
|
-
type: PropType<string>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
disableTitle: {
|
|
8
|
-
type: PropType<boolean>;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
label: {
|
|
13
|
-
type: PropType<string>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
disableTitle: {
|
|
17
|
-
type: PropType<boolean>;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
}>>, {
|
|
21
|
-
label: string;
|
|
22
|
-
disableTitle: boolean;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
package/dist/packages/components/Workflow/biz-logic/leave/common/UserConfigProperty.vue.d.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import type { Element } from 'bpmn-js/lib/model/Types';
|
|
3
|
-
import { type UserJSON } from '../types';
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
5
|
-
label: {
|
|
6
|
-
type: PropType<string>;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
getUserValue: {
|
|
10
|
-
type: PropType<(element: Element) => UserJSON>;
|
|
11
|
-
default: (element: Element) => Partial<UserJSON>;
|
|
12
|
-
};
|
|
13
|
-
updateUserValue: {
|
|
14
|
-
type: PropType<(element: Element, newUser: UserJSON) => void>;
|
|
15
|
-
default: (element: Element, userJson: UserJSON) => void;
|
|
16
|
-
};
|
|
17
|
-
showOrgBased: {
|
|
18
|
-
type: PropType<boolean>;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
label: {
|
|
23
|
-
type: PropType<string>;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
getUserValue: {
|
|
27
|
-
type: PropType<(element: Element) => UserJSON>;
|
|
28
|
-
default: (element: Element) => Partial<UserJSON>;
|
|
29
|
-
};
|
|
30
|
-
updateUserValue: {
|
|
31
|
-
type: PropType<(element: Element, newUser: UserJSON) => void>;
|
|
32
|
-
default: (element: Element, userJson: UserJSON) => void;
|
|
33
|
-
};
|
|
34
|
-
showOrgBased: {
|
|
35
|
-
type: PropType<boolean>;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
}>>, {
|
|
39
|
-
label: string;
|
|
40
|
-
showOrgBased: boolean;
|
|
41
|
-
getUserValue: (element: Element) => UserJSON;
|
|
42
|
-
updateUserValue: (element: Element, newUser: UserJSON) => void;
|
|
43
|
-
}, {}>, Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>>>;
|
|
44
|
-
export default _default;
|
|
45
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
-
new (): {
|
|
47
|
-
$slots: S;
|
|
48
|
-
};
|
|
49
|
-
};
|
package/dist/packages/components/Workflow/biz-logic/leave/common/WorkflowStatusProperty.vue.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
label: {
|
|
4
|
-
type: PropType<string>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
label: {
|
|
9
|
-
type: PropType<string>;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
}>>, {
|
|
13
|
-
label: string;
|
|
14
|
-
}, {}>;
|
|
15
|
-
export default _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import { type ConditionValueJSON } from '../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
expr: {
|
|
5
|
-
type: PropType<Partial<ConditionValueJSON>>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
label: {
|
|
9
|
-
type: PropType<string>;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
"update:expr": (newCondition: ConditionValueJSON) => void;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
expr: {
|
|
16
|
-
type: PropType<Partial<ConditionValueJSON>>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
label: {
|
|
20
|
-
type: PropType<string>;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
}>> & {
|
|
24
|
-
"onUpdate:expr"?: ((newCondition: ConditionValueJSON) => any) | undefined;
|
|
25
|
-
}, {
|
|
26
|
-
label: string;
|
|
27
|
-
}, {}>;
|
|
28
|
-
export default _default;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import { type CounterSignConditionJSON, type UserJSON } from '../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
user: {
|
|
5
|
-
type: PropType<UserJSON>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
condition: {
|
|
9
|
-
type: PropType<CounterSignConditionJSON>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
label: {
|
|
13
|
-
type: PropType<string>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
dialogTitle: {
|
|
17
|
-
type: PropType<string>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
showOrgBased: {
|
|
21
|
-
type: PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
-
"update:user": (newUser: UserJSON) => void;
|
|
26
|
-
"update:condition": (newCondition: CounterSignConditionJSON) => void;
|
|
27
|
-
"on-ok": (newUser: UserJSON, newCondition: CounterSignConditionJSON) => void;
|
|
28
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
user: {
|
|
30
|
-
type: PropType<UserJSON>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
condition: {
|
|
34
|
-
type: PropType<CounterSignConditionJSON>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
label: {
|
|
38
|
-
type: PropType<string>;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
dialogTitle: {
|
|
42
|
-
type: PropType<string>;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
showOrgBased: {
|
|
46
|
-
type: PropType<boolean>;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
}>> & {
|
|
50
|
-
"onUpdate:user"?: ((newUser: UserJSON) => any) | undefined;
|
|
51
|
-
"onOn-ok"?: ((newUser: UserJSON, newCondition: CounterSignConditionJSON) => any) | undefined;
|
|
52
|
-
"onUpdate:condition"?: ((newCondition: CounterSignConditionJSON) => any) | undefined;
|
|
53
|
-
}, {
|
|
54
|
-
label: string;
|
|
55
|
-
dialogTitle: string;
|
|
56
|
-
showOrgBased: boolean;
|
|
57
|
-
}, {}>;
|
|
58
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import { type ConditionJSON } from '../../biz-logic/leave/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
condition: {
|
|
5
|
-
type: PropType<ConditionJSON>;
|
|
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
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
-
"update:condition": (newCondition: ConditionJSON) => void;
|
|
18
|
-
"on-ok": (newCondition: ConditionJSON) => void;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
condition: {
|
|
21
|
-
type: PropType<ConditionJSON>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
label: {
|
|
25
|
-
type: PropType<string>;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
dialogTitle: {
|
|
29
|
-
type: PropType<string>;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
}>> & {
|
|
33
|
-
"onOn-ok"?: ((newCondition: ConditionJSON) => any) | undefined;
|
|
34
|
-
"onUpdate:condition"?: ((newCondition: ConditionJSON) => any) | undefined;
|
|
35
|
-
}, {
|
|
36
|
-
label: string;
|
|
37
|
-
dialogTitle: string;
|
|
38
|
-
}, {}>;
|
|
39
|
-
export default _default;
|