xyvcard-itsm-flow 0.0.15 → 0.0.17

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 (42) hide show
  1. package/dist/{edit-C5EkvsBj.mjs → edit-BKYkA5db.mjs} +1 -1
  2. package/dist/{edit-CF3xSSyv.mjs → edit-BeFLJLv1.mjs} +1 -1
  3. package/dist/{edit-Rj9Uz_7E.mjs → edit-BrIptvPg.mjs} +1 -1
  4. package/dist/{edit.vue_vue_type_script_setup_true_lang-CXXUyaL0.mjs → edit.vue_vue_type_script_setup_true_lang-BhTKkYft.mjs} +9 -8
  5. package/dist/{edit.vue_vue_type_script_setup_true_lang-D1aLFtH6.mjs → edit.vue_vue_type_script_setup_true_lang-BiWjf5y2.mjs} +29 -28
  6. package/dist/{edit.vue_vue_type_script_setup_true_lang-CMBByn6f.mjs → edit.vue_vue_type_script_setup_true_lang-CjjtZ0-a.mjs} +8 -7
  7. package/dist/{el-message-DweX1k3E.mjs → el-message-DawVzOVQ.mjs} +25 -25
  8. package/dist/{index-DkosMJpy.mjs → index-B7M3zSyM.mjs} +2 -2
  9. package/dist/{index-_KUj3xRY.mjs → index-B7xhs2Eg.mjs} +5 -4
  10. package/dist/{index-BvRC1w8b.mjs → index-B9enSHLF.mjs} +36 -35
  11. package/dist/index-BuNBRcBE.mjs +419 -0
  12. package/dist/{index-tRvxeQdk.mjs → index-C0CZrR-1.mjs} +2 -2
  13. package/dist/index-C3OfA9Me.mjs +355 -0
  14. package/dist/index-CW4AhrRD.mjs +359 -0
  15. package/dist/{index-DukVUjy5.mjs → index-CZw5m3rz.mjs} +17 -16
  16. package/dist/{index-VuC-5Jb_.mjs → index-Clc9EA6r.mjs} +5 -4
  17. package/dist/index-DVDOqO_3.mjs +491 -0
  18. package/dist/{index-D8N9GIjm.mjs → index-DY017z-s.mjs} +2 -2
  19. package/dist/{index-CWrGwJD5.mjs → index-IG9HKXxJ.mjs} +9 -8
  20. package/dist/index-PafaMNgK.mjs +110 -0
  21. package/dist/{index-ciUtLvg7.mjs → index-d_oBTW1A.mjs} +9 -8
  22. package/dist/index.mjs +261 -251
  23. package/dist/info-CFSSXb0f.mjs +4 -0
  24. package/dist/info-D6GMiIlG.mjs +4 -0
  25. package/dist/info-DxYNokk4.mjs +4 -0
  26. package/dist/info.vue_vue_type_script_setup_true_lang-BFT23MNt.mjs +373 -0
  27. package/dist/info.vue_vue_type_script_setup_true_lang-CSn1JLZG.mjs +363 -0
  28. package/dist/info.vue_vue_type_script_setup_true_lang-CYmFW8We.mjs +393 -0
  29. package/dts/api/index.d.ts +1 -0
  30. package/dts/api/itsm-flow-acceptance/types.d.ts +3 -0
  31. package/dts/api/itsm-flow-entrust/types.d.ts +4 -0
  32. package/dts/api/itsm-flow-reckoning/types.d.ts +1 -0
  33. package/dts/constant.d.ts +1 -0
  34. package/dts/lang/itsm-flow/zh-cn.d.ts +10 -0
  35. package/dts/views/itsm-flow-acceptance-info/index.vue.d.ts +2 -0
  36. package/dts/views/itsm-flow-acceptance-info/info.vue.d.ts +26 -0
  37. package/dts/views/itsm-flow-entrust-info/index.vue.d.ts +2 -0
  38. package/dts/views/itsm-flow-entrust-info/info.vue.d.ts +26 -0
  39. package/dts/views/itsm-flow-reckoning-info/index.vue.d.ts +2 -0
  40. package/dts/views/itsm-flow-reckoning-info/info.vue.d.ts +26 -0
  41. package/package.json +1 -1
  42. package/dist/index-CMpeLVvR.mjs +0 -593
@@ -0,0 +1,393 @@
1
+ import { defineComponent as I, mergeModels as h, ref as N, useModel as B, resolveComponent as p, createBlock as O, openBlock as U, withCtx as e, createVNode as l, createElementVNode as a, createTextVNode as u, toDisplayString as i, unref as v } from "vue";
2
+ import "element-plus";
3
+ import { D as m, i as F } from "./index-DVDOqO_3.mjs";
4
+ import { fileApi as j } from "jmash-core";
5
+ const M = /* @__PURE__ */ I({
6
+ __name: "info",
7
+ props: /* @__PURE__ */ h({
8
+ entityKey: {
9
+ type: Object,
10
+ default: () => {
11
+ }
12
+ }
13
+ }, {
14
+ modelValue: { type: Boolean },
15
+ modelModifiers: {}
16
+ }),
17
+ emits: ["update:modelValue"],
18
+ setup(w) {
19
+ const y = N(), f = B(w, "modelValue"), s = N(
20
+ {}
21
+ );
22
+ m.orgIdBizDict.useValues();
23
+ const _ = w;
24
+ _.entityKey.acceptanceId && (F.findById(_.entityKey).then(({ data: t }) => {
25
+ s.value = Object.assign(s.value, t);
26
+ }), A());
27
+ function A() {
28
+ F.findFilesList({ actionId: _.entityKey.acceptanceId }).then(({ data: t }) => {
29
+ t.results.forEach((o) => {
30
+ o.filePath = o.fileSrc;
31
+ }), s.value.files = t.results;
32
+ });
33
+ }
34
+ async function g(t) {
35
+ try {
36
+ const o = j.fileUrl(t.filePath), c = await (await fetch(o)).blob(), d = window.URL.createObjectURL(c), r = document.createElement("a");
37
+ r.href = d, r.download = t.fileName || "download", document.body.appendChild(r), r.click();
38
+ } catch {
39
+ }
40
+ }
41
+ function V() {
42
+ f.value && (f.value = !1);
43
+ }
44
+ return (t, o) => {
45
+ const n = p("el-col"), c = p("el-form-item"), d = p("el-row"), r = p("el-table-column"), $ = p("el-button"), C = p("el-table"), D = p("el-form"), k = p("el-dialog");
46
+ return U(), O(k, {
47
+ modelValue: f.value,
48
+ "onUpdate:modelValue": o[0] || (o[0] = (b) => f.value = b),
49
+ onClose: V
50
+ }, {
51
+ default: e(() => [
52
+ l(n, { span: 24 }, {
53
+ default: e(() => o[1] || (o[1] = [
54
+ a("div", { class: "title" }, "山西云时代技术有限公司大数据中心分公司项目验收书", -1)
55
+ ])),
56
+ _: 1,
57
+ __: [1]
58
+ }),
59
+ l(D, {
60
+ ref_key: "itsmFlowAcceptanceFormRef",
61
+ ref: y,
62
+ "label-width": "150px",
63
+ class: "custom-table-form custom-form"
64
+ }, {
65
+ default: e(() => [
66
+ l(d, null, {
67
+ default: e(() => [
68
+ l(n, { span: 24 }, {
69
+ default: e(() => [
70
+ l(c, {
71
+ label: t.$t("itsmFlowAcceptance.contractName"),
72
+ prop: "contractName"
73
+ }, {
74
+ default: e(() => [
75
+ u(i(s.value.contractName), 1)
76
+ ]),
77
+ _: 1
78
+ }, 8, ["label"])
79
+ ]),
80
+ _: 1
81
+ })
82
+ ]),
83
+ _: 1
84
+ }),
85
+ l(d, null, {
86
+ default: e(() => [
87
+ l(n, { span: 24 }, {
88
+ default: e(() => [
89
+ l(c, {
90
+ label: t.$t("itsmFlowAcceptance.contractNo"),
91
+ prop: "contractNo"
92
+ }, {
93
+ default: e(() => [
94
+ u(i(s.value.contractNo), 1)
95
+ ]),
96
+ _: 1
97
+ }, 8, ["label"])
98
+ ]),
99
+ _: 1
100
+ })
101
+ ]),
102
+ _: 1
103
+ }),
104
+ l(d, null, {
105
+ default: e(() => [
106
+ l(n, { span: 24 }, {
107
+ default: e(() => [
108
+ l(c, {
109
+ label: t.$t("itsmFlowAcceptance.orderId"),
110
+ prop: "orderNo"
111
+ }, {
112
+ default: e(() => [
113
+ u(i(s.value.orderNo), 1)
114
+ ]),
115
+ _: 1
116
+ }, 8, ["label"])
117
+ ]),
118
+ _: 1
119
+ })
120
+ ]),
121
+ _: 1
122
+ }),
123
+ l(d, null, {
124
+ default: e(() => [
125
+ l(n, { span: 24 }, {
126
+ default: e(() => [
127
+ l(c, {
128
+ label: t.$t("itsmFlowAcceptance.entrustName"),
129
+ prop: "entrustName"
130
+ }, {
131
+ default: e(() => [
132
+ u(i(v(m).projectNameDict.getDictValue(
133
+ s.value.entrustName
134
+ )), 1)
135
+ ]),
136
+ _: 1
137
+ }, 8, ["label"])
138
+ ]),
139
+ _: 1
140
+ })
141
+ ]),
142
+ _: 1
143
+ }),
144
+ l(d, null, {
145
+ default: e(() => [
146
+ l(n, { span: 12 }, {
147
+ default: e(() => [
148
+ l(c, {
149
+ label: t.$t("itsmFlowAcceptance.serviceOrg"),
150
+ prop: "serviceOrg"
151
+ }, {
152
+ default: e(() => [
153
+ u(i(v(m).orgIdBizDict.getValue(
154
+ s.value.serviceOrg
155
+ )), 1)
156
+ ]),
157
+ _: 1
158
+ }, 8, ["label"])
159
+ ]),
160
+ _: 1
161
+ }),
162
+ l(n, { span: 12 }, {
163
+ default: e(() => [
164
+ l(c, {
165
+ label: t.$t("itsmFlowAcceptance.stage"),
166
+ prop: "stage"
167
+ }, {
168
+ default: e(() => [
169
+ u(i(s.value.stage), 1)
170
+ ]),
171
+ _: 1
172
+ }, 8, ["label"])
173
+ ]),
174
+ _: 1
175
+ }),
176
+ l(n, { span: 12 }, {
177
+ default: e(() => [
178
+ l(c, {
179
+ label: t.$t("itsmFlowAcceptance.headman"),
180
+ prop: "headmanName"
181
+ }, {
182
+ default: e(() => [
183
+ u(i(s.value.headmanName), 1)
184
+ ]),
185
+ _: 1
186
+ }, 8, ["label"])
187
+ ]),
188
+ _: 1
189
+ }),
190
+ l(n, { span: 12 }, {
191
+ default: e(() => [
192
+ l(c, {
193
+ label: t.$t("itsmFlowAcceptance.members"),
194
+ prop: "membersName"
195
+ }, {
196
+ default: e(() => [
197
+ u(i(s.value.membersName), 1)
198
+ ]),
199
+ _: 1
200
+ }, 8, ["label"])
201
+ ]),
202
+ _: 1
203
+ })
204
+ ]),
205
+ _: 1
206
+ }),
207
+ l(d, null, {
208
+ default: e(() => [
209
+ l(n, { span: 24 }, {
210
+ default: e(() => [
211
+ l(c, {
212
+ label: t.$t("itsmFlowAcceptance.files"),
213
+ prop: "files"
214
+ }, {
215
+ default: e(() => [
216
+ l(C, {
217
+ data: s.value.files,
218
+ border: ""
219
+ }, {
220
+ default: e(() => [
221
+ l(r, {
222
+ prop: "fileName",
223
+ label: "附件名称"
224
+ }),
225
+ l(r, {
226
+ prop: "",
227
+ label: "操作",
228
+ width: "100"
229
+ }, {
230
+ default: e((b) => [
231
+ l($, {
232
+ type: "primary",
233
+ link: "",
234
+ size: "small",
235
+ onClick: (K) => g(b.row)
236
+ }, {
237
+ default: e(() => o[2] || (o[2] = [
238
+ u(" 查看 ")
239
+ ])),
240
+ _: 2,
241
+ __: [2]
242
+ }, 1032, ["onClick"])
243
+ ]),
244
+ _: 1
245
+ })
246
+ ]),
247
+ _: 1
248
+ }, 8, ["data"])
249
+ ]),
250
+ _: 1
251
+ }, 8, ["label"])
252
+ ]),
253
+ _: 1
254
+ })
255
+ ]),
256
+ _: 1
257
+ }),
258
+ l(d, null, {
259
+ default: e(() => [
260
+ l(n, { span: 24 }, {
261
+ default: e(() => [
262
+ l(c, {
263
+ label: t.$t("itsmFlowAcceptance.serviceContent"),
264
+ prop: "serviceContent"
265
+ }, {
266
+ default: e(() => [
267
+ u(i(s.value.serviceContent), 1)
268
+ ]),
269
+ _: 1
270
+ }, 8, ["label"])
271
+ ]),
272
+ _: 1
273
+ })
274
+ ]),
275
+ _: 1
276
+ }),
277
+ l(d, null, {
278
+ default: e(() => [
279
+ l(n, { span: 24 }, {
280
+ default: e(() => [
281
+ l(c, {
282
+ label: t.$t("itsmFlowAcceptance.result"),
283
+ prop: "result"
284
+ }, {
285
+ default: e(() => [
286
+ u(i(v(m).isValuesDict.getValue(s.value.result)), 1)
287
+ ]),
288
+ _: 1
289
+ }, 8, ["label"])
290
+ ]),
291
+ _: 1
292
+ })
293
+ ]),
294
+ _: 1
295
+ }),
296
+ l(d, null, {
297
+ default: e(() => [
298
+ l(n, { span: 24 }, {
299
+ default: e(() => [
300
+ l(c, {
301
+ label: t.$t("itsmFlowAcceptance.acceptanceNo"),
302
+ prop: "acceptanceNo"
303
+ }, {
304
+ default: e(() => [
305
+ u(i(s.value.acceptanceNo), 1)
306
+ ]),
307
+ _: 1
308
+ }, 8, ["label"])
309
+ ]),
310
+ _: 1
311
+ })
312
+ ]),
313
+ _: 1
314
+ }),
315
+ l(d, null, {
316
+ default: e(() => [
317
+ l(n, { span: 24 }, {
318
+ default: e(() => [
319
+ l(c, {
320
+ label: t.$t("itsmFlowAcceptance.evaluate"),
321
+ prop: "evaluate"
322
+ }, {
323
+ default: e(() => [
324
+ u(i(s.value.evaluate), 1)
325
+ ]),
326
+ _: 1
327
+ }, 8, ["label"])
328
+ ]),
329
+ _: 1
330
+ })
331
+ ]),
332
+ _: 1
333
+ }),
334
+ l(d, { class: "bordered-row" }, {
335
+ default: e(() => [
336
+ l(n, { span: 12 }, {
337
+ default: e(() => o[3] || (o[3] = [
338
+ a("div", { class: "content-box" }, [
339
+ a("div", { class: "content-box-top" }, [
340
+ a("div", null, "项目验收小组:"),
341
+ a("div", null, "单位(盖章):"),
342
+ a("div", null, "负责人(签字):")
343
+ ]),
344
+ a("div", { class: "content-box-bottom" }, [
345
+ u(" 日期: "),
346
+ a("span", null, "年"),
347
+ a("span", null, "月"),
348
+ a("span", null, "日")
349
+ ])
350
+ ], -1)
351
+ ])),
352
+ _: 1,
353
+ __: [3]
354
+ }),
355
+ l(n, {
356
+ span: 12,
357
+ class: "with-divider"
358
+ }, {
359
+ default: e(() => o[4] || (o[4] = [
360
+ a("div", { class: "content-box" }, [
361
+ a("div", { class: "content-box-top" }, [
362
+ a("div", null, "服务人员所属单位:"),
363
+ a("div", null, "单位(盖章):"),
364
+ a("div", null, "负责人(签字):")
365
+ ]),
366
+ a("div", { class: "content-box-bottom" }, [
367
+ u(" 日期: "),
368
+ a("span", null, "年"),
369
+ a("span", null, "月"),
370
+ a("span", null, "日")
371
+ ])
372
+ ], -1)
373
+ ])),
374
+ _: 1,
375
+ __: [4]
376
+ })
377
+ ]),
378
+ _: 1
379
+ })
380
+ ]),
381
+ _: 1
382
+ }, 512),
383
+ o[5] || (o[5] = a("div", { class: "with-end" }, "注:验收书编号在验收通过后自动生成。", -1))
384
+ ]),
385
+ _: 1,
386
+ __: [5]
387
+ }, 8, ["modelValue"]);
388
+ };
389
+ }
390
+ });
391
+ export {
392
+ M as _
393
+ };
@@ -8,6 +8,7 @@ export declare class Dict {
8
8
  static readonly contractUserBizDict: ContractUserBizDict;
9
9
  static readonly isValuesDict: CustomBizDict;
10
10
  static readonly serviceContentEnum: EnumDict;
11
+ static readonly applyStatusEnum: EnumDict;
11
12
  static readonly projectNameDict: EntryDict;
12
13
  static readonly parentIdBizDict: ParentIdBizDict;
13
14
  static readonly itemBizLayDict: ItemBizDict;
@@ -8,6 +8,9 @@ export interface ItsmFlowAcceptanceReq extends EntityReq {
8
8
  likeContractNo?: string;
9
9
  acceptanceNo?: string;
10
10
  acceptanceId?: string;
11
+ orderNo?: string;
12
+ likeUserName?: string;
13
+ likeServiceOrg?: string;
11
14
  }
12
15
  export interface ItsmFlowAcceptanceModel extends EntityModel {
13
16
  acceptanceId?: string;
@@ -10,6 +10,10 @@ export interface ItsmFlowEntrustReq extends EntityReq {
10
10
  hasServiceContent?: boolean;
11
11
  orderNo?: string;
12
12
  entrustId?: string;
13
+ likeUserName?: string;
14
+ likeServiceOrg?: string;
15
+ likeBelongOrgName?: string;
16
+ likeEntrustItsmName?: string;
13
17
  }
14
18
  export interface ItsmFlowEntrustModel extends EntityModel {
15
19
  entrustId?: string;
@@ -10,6 +10,7 @@ export interface ItsmFlowReckoningReq extends EntityReq {
10
10
  reckoningId?: string;
11
11
  hasApplyStatus?: boolean;
12
12
  applyStatus?: string;
13
+ likeServiceOrg?: string;
13
14
  }
14
15
  export interface ItsmFlowReckoningModel extends EntityModel {
15
16
  reckoningId?: string;
package/dts/constant.d.ts CHANGED
@@ -18,6 +18,7 @@ export declare class Constant {
18
18
  value: string;
19
19
  }[]>;
20
20
  static readonly ENUM_SERVICE_CONTENT = "xyvcard.itsmflow.protobuf.ServiceContent";
21
+ static readonly ENUM_APPLY_STATUS = "xyvcard.itsmflow.protobuf.ItsmApplyStatus";
21
22
  static readonly DICT_PROJECT_NAME = "projectName";
22
23
  static readonly orgType: {
23
24
  hall: string;
@@ -11,7 +11,9 @@ declare const _default: {
11
11
  entrustNameRequired: string;
12
12
  entrustItsmId: string;
13
13
  entrustItsmIdRequired: string;
14
+ entrustItsmIdRequireds: string;
14
15
  belongOrg: string;
16
+ belongOrgRequireds: string;
15
17
  belongOrgRequired: string;
16
18
  serviceContent: string;
17
19
  serviceContentRequired: string;
@@ -48,6 +50,7 @@ declare const _default: {
48
50
  acceptanceNoRequired: string;
49
51
  entrustName: string;
50
52
  serviceOrg: string;
53
+ serviceOrgRequired: string;
51
54
  stage: string;
52
55
  stageRequired: string;
53
56
  headman: string;
@@ -65,6 +68,12 @@ declare const _default: {
65
68
  filesRequired: string;
66
69
  deleteSuccess: string;
67
70
  deleteFail: string;
71
+ applyStatus: string;
72
+ applyStatusRequired: string;
73
+ orderNo: string;
74
+ orderNoRequired: string;
75
+ userName: string;
76
+ userNameRequired: string;
68
77
  };
69
78
  itsmFlowReckoning: {
70
79
  name: string;
@@ -74,6 +83,7 @@ declare const _default: {
74
83
  contractNoRequired: string;
75
84
  entrustName: string;
76
85
  serviceOrg: string;
86
+ serviceOrgRequired: string;
77
87
  acceptanceNo: string;
78
88
  acceptanceNoRequired: string;
79
89
  acceptanceNoRequireds: string;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { type PropType } from "vue";
2
+ import type { ItsmFlowAcceptanceModel } from "@/api/itsm-flow-acceptance/types";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ entityKey: {
5
+ type: PropType<ItsmFlowAcceptanceModel>;
6
+ default: () => void;
7
+ };
8
+ modelValue: {
9
+ type: PropType<boolean>;
10
+ };
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:modelValue": (value: boolean | undefined) => any;
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ entityKey: {
15
+ type: PropType<ItsmFlowAcceptanceModel>;
16
+ default: () => void;
17
+ };
18
+ modelValue: {
19
+ type: PropType<boolean>;
20
+ };
21
+ }>> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
23
+ }>, {
24
+ entityKey: ItsmFlowAcceptanceModel;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { type PropType } from "vue";
2
+ import type { ItsmFlowEntrustModel } from "@/api/itsm-flow-entrust/types";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ entityKey: {
5
+ type: PropType<ItsmFlowEntrustModel>;
6
+ default: () => void;
7
+ };
8
+ modelValue: {
9
+ type: PropType<boolean>;
10
+ };
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:modelValue": (value: boolean | undefined) => any;
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ entityKey: {
15
+ type: PropType<ItsmFlowEntrustModel>;
16
+ default: () => void;
17
+ };
18
+ modelValue: {
19
+ type: PropType<boolean>;
20
+ };
21
+ }>> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
23
+ }>, {
24
+ entityKey: ItsmFlowEntrustModel;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { type PropType } from "vue";
2
+ import type { ItsmFlowReckoningModel } from "@/api/itsm-flow-reckoning/types";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ entityKey: {
5
+ type: PropType<ItsmFlowReckoningModel>;
6
+ default: () => void;
7
+ };
8
+ modelValue: {
9
+ type: PropType<boolean>;
10
+ };
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:modelValue": (value: boolean | undefined) => any;
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ entityKey: {
15
+ type: PropType<ItsmFlowReckoningModel>;
16
+ default: () => void;
17
+ };
18
+ modelValue: {
19
+ type: PropType<boolean>;
20
+ };
21
+ }>> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
23
+ }>, {
24
+ entityKey: ItsmFlowReckoningModel;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xyvcard-itsm-flow",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/index.d.ts",