@neutron.co.id/operasional-interfaces 1.11.3 → 1.11.4
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/build/@package/components/responsibility/responsibility.types.d.ts +1 -1
- package/build/@package/components/submission/sections/SubmissionDocumentTab/SubmissionDocumentTab.vue.d.ts +10 -0
- package/build/@package/components/submission/submission.types.d.ts +1 -1
- package/build/index.cjs +34 -19
- package/build/index.mjs +34 -19
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/build/style.css +7 -7
- package/package.json +6 -6
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "nameStaff" | "branches" | "detail" | "reports" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks" | "
|
|
1
|
+
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "nameStaff" | "branches" | "detail" | "reports" | "condition" | "score" | "title" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks" | "virtualStaffWorks">;
|
|
2
2
|
export type TResponsibilityModel = typeof ResponsibilityModel;
|
|
@@ -1,14 +1,24 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
1
2
|
declare const _default: import("vue").DefineComponent<{
|
|
2
3
|
isReadonly: {
|
|
3
4
|
type: BooleanConstructor;
|
|
4
5
|
default: boolean;
|
|
5
6
|
};
|
|
7
|
+
toolbar: {
|
|
8
|
+
type: PropType<"top" | "bottom" | "side">;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
6
11
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
12
|
isReadonly: {
|
|
8
13
|
type: BooleanConstructor;
|
|
9
14
|
default: boolean;
|
|
10
15
|
};
|
|
16
|
+
toolbar: {
|
|
17
|
+
type: PropType<"top" | "bottom" | "side">;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
11
20
|
}>>, {
|
|
12
21
|
isReadonly: boolean;
|
|
22
|
+
toolbar: "top" | "bottom" | "side";
|
|
13
23
|
}, {}>;
|
|
14
24
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "nameStaff" | "status" | "type" | "image" | "branches" | "
|
|
1
|
+
export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "nameStaff" | "status" | "type" | "image" | "branches" | "agreedStaffs" | "areas" | "decideStaffs" | "delayStaffs" | "document" | "followUpStaffs" | "nominal" | "preparedAt" | "processedAt" | "raiseStaffs" | "raisedAt" | "specifications" | "submissionStaffs" | "title" | "virtualFollowUpStaffs" | "workingHours">;
|
|
2
2
|
export type TSubmissionModel = typeof SubmissionModel;
|
package/build/index.cjs
CHANGED
|
@@ -18763,6 +18763,10 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
18763
18763
|
isReadonly: {
|
|
18764
18764
|
type: Boolean,
|
|
18765
18765
|
default: false
|
|
18766
|
+
},
|
|
18767
|
+
toolbar: {
|
|
18768
|
+
type: String,
|
|
18769
|
+
default: ""
|
|
18766
18770
|
}
|
|
18767
18771
|
},
|
|
18768
18772
|
setup(__props) {
|
|
@@ -18785,8 +18789,9 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
18785
18789
|
"use-pages": false,
|
|
18786
18790
|
"is-ready": vue.unref(isReady) && isTouched,
|
|
18787
18791
|
"is-loading": vue.unref(isLoading),
|
|
18788
|
-
"is-readonly": __props.isReadonly
|
|
18789
|
-
|
|
18792
|
+
"is-readonly": __props.isReadonly,
|
|
18793
|
+
toolbar: __props.toolbar
|
|
18794
|
+
}, null, 8, ["application-id", "object", "is-ready", "is-loading", "is-readonly", "toolbar"])
|
|
18790
18795
|
]),
|
|
18791
18796
|
_: 1
|
|
18792
18797
|
/* STABLE */
|
|
@@ -18971,7 +18976,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18971
18976
|
/* STABLE */
|
|
18972
18977
|
}),
|
|
18973
18978
|
vue.createCommentVNode(" DOKUMEN "),
|
|
18974
|
-
vue.createVNode(vue.unref(_sfc_main$h))
|
|
18979
|
+
vue.createVNode(vue.unref(_sfc_main$h), { toolbar: "side" })
|
|
18975
18980
|
]),
|
|
18976
18981
|
_: 1
|
|
18977
18982
|
/* STABLE */
|
|
@@ -18983,8 +18988,8 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18983
18988
|
};
|
|
18984
18989
|
}
|
|
18985
18990
|
});
|
|
18986
|
-
const
|
|
18987
|
-
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
18991
|
+
const SubmissionSingle_vue_vue_type_style_index_0_scoped_078a8494_lang = "";
|
|
18992
|
+
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-078a8494"]]);
|
|
18988
18993
|
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
18989
18994
|
__name: "SubmissionStaff",
|
|
18990
18995
|
setup(__props) {
|
|
@@ -19257,6 +19262,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19257
19262
|
}),
|
|
19258
19263
|
vue.createCommentVNode(" DOKUMEN "),
|
|
19259
19264
|
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
19265
|
+
toolbar: "side",
|
|
19260
19266
|
"is-readonly": vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19261
19267
|
}, null, 8, ["is-readonly"])
|
|
19262
19268
|
]),
|
|
@@ -19270,8 +19276,8 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
19270
19276
|
};
|
|
19271
19277
|
}
|
|
19272
19278
|
});
|
|
19273
|
-
const
|
|
19274
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
19279
|
+
const SubmissionStaff_vue_vue_type_style_index_0_scoped_a1d7dded_lang = "";
|
|
19280
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a1d7dded"]]);
|
|
19275
19281
|
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
19276
19282
|
__name: "SubmissionFollowUp",
|
|
19277
19283
|
setup(__props) {
|
|
@@ -19419,7 +19425,10 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19419
19425
|
/* STABLE */
|
|
19420
19426
|
}),
|
|
19421
19427
|
vue.createCommentVNode(" DOKUMEN "),
|
|
19422
|
-
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
19428
|
+
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
19429
|
+
toolbar: "side",
|
|
19430
|
+
"is-readonly": ""
|
|
19431
|
+
})
|
|
19423
19432
|
]),
|
|
19424
19433
|
_: 1
|
|
19425
19434
|
/* STABLE */
|
|
@@ -19431,8 +19440,8 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
19431
19440
|
};
|
|
19432
19441
|
}
|
|
19433
19442
|
});
|
|
19434
|
-
const
|
|
19435
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
19443
|
+
const SubmissionFollowUp_vue_vue_type_style_index_0_scoped_9e50d063_lang = "";
|
|
19444
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-9e50d063"]]);
|
|
19436
19445
|
const _hoisted_1$4 = { class: "flex flex-wrap" };
|
|
19437
19446
|
const _hoisted_2$4 = { class: "mt-2" };
|
|
19438
19447
|
const _hoisted_3$3 = { class: "mt-2" };
|
|
@@ -19792,6 +19801,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19792
19801
|
}),
|
|
19793
19802
|
vue.createCommentVNode(" DOKUMEN "),
|
|
19794
19803
|
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
19804
|
+
toolbar: "side",
|
|
19795
19805
|
"is-readonly": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
19796
19806
|
}, null, 8, ["is-readonly"]),
|
|
19797
19807
|
vue.createCommentVNode(" PROGRESS "),
|
|
@@ -19849,8 +19859,8 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
19849
19859
|
};
|
|
19850
19860
|
}
|
|
19851
19861
|
});
|
|
19852
|
-
const
|
|
19853
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
19862
|
+
const SubmissionAudit_vue_vue_type_style_index_0_scoped_28175769_lang = "";
|
|
19863
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-28175769"]]);
|
|
19854
19864
|
const _hoisted_1$3 = { class: "flex flex-wrap" };
|
|
19855
19865
|
const _hoisted_2$3 = { class: "mt-2" };
|
|
19856
19866
|
const _hoisted_3$2 = { class: "mt-2" };
|
|
@@ -20171,6 +20181,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20171
20181
|
}),
|
|
20172
20182
|
vue.createCommentVNode(" DOKUMEN "),
|
|
20173
20183
|
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
20184
|
+
toolbar: "side",
|
|
20174
20185
|
"is-readonly": vue.unref(values).status === "raised" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20175
20186
|
}, null, 8, ["is-readonly"]),
|
|
20176
20187
|
vue.createCommentVNode(" PROGRESS "),
|
|
@@ -20228,8 +20239,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20228
20239
|
};
|
|
20229
20240
|
}
|
|
20230
20241
|
});
|
|
20231
|
-
const
|
|
20232
|
-
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
20242
|
+
const SubmissionDecision_vue_vue_type_style_index_0_scoped_4e58d6fd_lang = "";
|
|
20243
|
+
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-4e58d6fd"]]);
|
|
20233
20244
|
const _hoisted_1$2 = { class: "flex flex-wrap" };
|
|
20234
20245
|
const _hoisted_2$2 = { class: "mt-2" };
|
|
20235
20246
|
const _hoisted_3$1 = { class: "mt-2" };
|
|
@@ -20552,6 +20563,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20552
20563
|
}),
|
|
20553
20564
|
vue.createCommentVNode(" DOKUMEN "),
|
|
20554
20565
|
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
20566
|
+
toolbar: "side",
|
|
20555
20567
|
"is-readonly": vue.unref(values).status === "raised" || vue.unref(values).status === "delay" || vue.unref(values).status === "approved" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
|
|
20556
20568
|
}, null, 8, ["is-readonly"])
|
|
20557
20569
|
]),
|
|
@@ -20565,8 +20577,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
20565
20577
|
};
|
|
20566
20578
|
}
|
|
20567
20579
|
});
|
|
20568
|
-
const
|
|
20569
|
-
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
20580
|
+
const SubmissionWaitingDecision_vue_vue_type_style_index_0_scoped_772e4260_lang = "";
|
|
20581
|
+
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-772e4260"]]);
|
|
20570
20582
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
20571
20583
|
__name: "SubmissionSupervisor",
|
|
20572
20584
|
setup(__props) {
|
|
@@ -20719,7 +20731,10 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20719
20731
|
/* STABLE */
|
|
20720
20732
|
}),
|
|
20721
20733
|
vue.createCommentVNode(" DOKUMEN "),
|
|
20722
|
-
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
20734
|
+
vue.createVNode(vue.unref(_sfc_main$h), {
|
|
20735
|
+
toolbar: "side",
|
|
20736
|
+
"is-readonly": ""
|
|
20737
|
+
})
|
|
20723
20738
|
]),
|
|
20724
20739
|
_: 1
|
|
20725
20740
|
/* STABLE */
|
|
@@ -20731,8 +20746,8 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20731
20746
|
};
|
|
20732
20747
|
}
|
|
20733
20748
|
});
|
|
20734
|
-
const
|
|
20735
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
20749
|
+
const SubmissionSupervisor_vue_vue_type_style_index_0_scoped_ffab5a6b_lang = "";
|
|
20750
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-ffab5a6b"]]);
|
|
20736
20751
|
const SubmissionTypeModel = personaliaModels.models.SubmissionTypeModel;
|
|
20737
20752
|
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
20738
20753
|
...{
|
package/build/index.mjs
CHANGED
|
@@ -18761,6 +18761,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18761
18761
|
isReadonly: {
|
|
18762
18762
|
type: Boolean,
|
|
18763
18763
|
default: false
|
|
18764
|
+
},
|
|
18765
|
+
toolbar: {
|
|
18766
|
+
type: String,
|
|
18767
|
+
default: ""
|
|
18764
18768
|
}
|
|
18765
18769
|
},
|
|
18766
18770
|
setup(__props) {
|
|
@@ -18783,8 +18787,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18783
18787
|
"use-pages": false,
|
|
18784
18788
|
"is-ready": unref(isReady) && isTouched,
|
|
18785
18789
|
"is-loading": unref(isLoading),
|
|
18786
|
-
"is-readonly": __props.isReadonly
|
|
18787
|
-
|
|
18790
|
+
"is-readonly": __props.isReadonly,
|
|
18791
|
+
toolbar: __props.toolbar
|
|
18792
|
+
}, null, 8, ["application-id", "object", "is-ready", "is-loading", "is-readonly", "toolbar"])
|
|
18788
18793
|
]),
|
|
18789
18794
|
_: 1
|
|
18790
18795
|
/* STABLE */
|
|
@@ -18969,7 +18974,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18969
18974
|
/* STABLE */
|
|
18970
18975
|
}),
|
|
18971
18976
|
createCommentVNode(" DOKUMEN "),
|
|
18972
|
-
createVNode(unref(_sfc_main$h))
|
|
18977
|
+
createVNode(unref(_sfc_main$h), { toolbar: "side" })
|
|
18973
18978
|
]),
|
|
18974
18979
|
_: 1
|
|
18975
18980
|
/* STABLE */
|
|
@@ -18981,8 +18986,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18981
18986
|
};
|
|
18982
18987
|
}
|
|
18983
18988
|
});
|
|
18984
|
-
const
|
|
18985
|
-
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
18989
|
+
const SubmissionSingle_vue_vue_type_style_index_0_scoped_078a8494_lang = "";
|
|
18990
|
+
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-078a8494"]]);
|
|
18986
18991
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
18987
18992
|
__name: "SubmissionStaff",
|
|
18988
18993
|
setup(__props) {
|
|
@@ -19255,6 +19260,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19255
19260
|
}),
|
|
19256
19261
|
createCommentVNode(" DOKUMEN "),
|
|
19257
19262
|
createVNode(unref(_sfc_main$h), {
|
|
19263
|
+
toolbar: "side",
|
|
19258
19264
|
"is-readonly": unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19259
19265
|
}, null, 8, ["is-readonly"])
|
|
19260
19266
|
]),
|
|
@@ -19268,8 +19274,8 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19268
19274
|
};
|
|
19269
19275
|
}
|
|
19270
19276
|
});
|
|
19271
|
-
const
|
|
19272
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
19277
|
+
const SubmissionStaff_vue_vue_type_style_index_0_scoped_a1d7dded_lang = "";
|
|
19278
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a1d7dded"]]);
|
|
19273
19279
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
19274
19280
|
__name: "SubmissionFollowUp",
|
|
19275
19281
|
setup(__props) {
|
|
@@ -19417,7 +19423,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19417
19423
|
/* STABLE */
|
|
19418
19424
|
}),
|
|
19419
19425
|
createCommentVNode(" DOKUMEN "),
|
|
19420
|
-
createVNode(unref(_sfc_main$h), {
|
|
19426
|
+
createVNode(unref(_sfc_main$h), {
|
|
19427
|
+
toolbar: "side",
|
|
19428
|
+
"is-readonly": ""
|
|
19429
|
+
})
|
|
19421
19430
|
]),
|
|
19422
19431
|
_: 1
|
|
19423
19432
|
/* STABLE */
|
|
@@ -19429,8 +19438,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
19429
19438
|
};
|
|
19430
19439
|
}
|
|
19431
19440
|
});
|
|
19432
|
-
const
|
|
19433
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
19441
|
+
const SubmissionFollowUp_vue_vue_type_style_index_0_scoped_9e50d063_lang = "";
|
|
19442
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-9e50d063"]]);
|
|
19434
19443
|
const _hoisted_1$4 = { class: "flex flex-wrap" };
|
|
19435
19444
|
const _hoisted_2$4 = { class: "mt-2" };
|
|
19436
19445
|
const _hoisted_3$3 = { class: "mt-2" };
|
|
@@ -19790,6 +19799,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19790
19799
|
}),
|
|
19791
19800
|
createCommentVNode(" DOKUMEN "),
|
|
19792
19801
|
createVNode(unref(_sfc_main$h), {
|
|
19802
|
+
toolbar: "side",
|
|
19793
19803
|
"is-readonly": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
19794
19804
|
}, null, 8, ["is-readonly"]),
|
|
19795
19805
|
createCommentVNode(" PROGRESS "),
|
|
@@ -19847,8 +19857,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19847
19857
|
};
|
|
19848
19858
|
}
|
|
19849
19859
|
});
|
|
19850
|
-
const
|
|
19851
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
19860
|
+
const SubmissionAudit_vue_vue_type_style_index_0_scoped_28175769_lang = "";
|
|
19861
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-28175769"]]);
|
|
19852
19862
|
const _hoisted_1$3 = { class: "flex flex-wrap" };
|
|
19853
19863
|
const _hoisted_2$3 = { class: "mt-2" };
|
|
19854
19864
|
const _hoisted_3$2 = { class: "mt-2" };
|
|
@@ -20169,6 +20179,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20169
20179
|
}),
|
|
20170
20180
|
createCommentVNode(" DOKUMEN "),
|
|
20171
20181
|
createVNode(unref(_sfc_main$h), {
|
|
20182
|
+
toolbar: "side",
|
|
20172
20183
|
"is-readonly": unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20173
20184
|
}, null, 8, ["is-readonly"]),
|
|
20174
20185
|
createCommentVNode(" PROGRESS "),
|
|
@@ -20226,8 +20237,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20226
20237
|
};
|
|
20227
20238
|
}
|
|
20228
20239
|
});
|
|
20229
|
-
const
|
|
20230
|
-
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
20240
|
+
const SubmissionDecision_vue_vue_type_style_index_0_scoped_4e58d6fd_lang = "";
|
|
20241
|
+
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-4e58d6fd"]]);
|
|
20231
20242
|
const _hoisted_1$2 = { class: "flex flex-wrap" };
|
|
20232
20243
|
const _hoisted_2$2 = { class: "mt-2" };
|
|
20233
20244
|
const _hoisted_3$1 = { class: "mt-2" };
|
|
@@ -20550,6 +20561,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20550
20561
|
}),
|
|
20551
20562
|
createCommentVNode(" DOKUMEN "),
|
|
20552
20563
|
createVNode(unref(_sfc_main$h), {
|
|
20564
|
+
toolbar: "side",
|
|
20553
20565
|
"is-readonly": unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
|
|
20554
20566
|
}, null, 8, ["is-readonly"])
|
|
20555
20567
|
]),
|
|
@@ -20563,8 +20575,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20563
20575
|
};
|
|
20564
20576
|
}
|
|
20565
20577
|
});
|
|
20566
|
-
const
|
|
20567
|
-
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
20578
|
+
const SubmissionWaitingDecision_vue_vue_type_style_index_0_scoped_772e4260_lang = "";
|
|
20579
|
+
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-772e4260"]]);
|
|
20568
20580
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
20569
20581
|
__name: "SubmissionSupervisor",
|
|
20570
20582
|
setup(__props) {
|
|
@@ -20717,7 +20729,10 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20717
20729
|
/* STABLE */
|
|
20718
20730
|
}),
|
|
20719
20731
|
createCommentVNode(" DOKUMEN "),
|
|
20720
|
-
createVNode(unref(_sfc_main$h), {
|
|
20732
|
+
createVNode(unref(_sfc_main$h), {
|
|
20733
|
+
toolbar: "side",
|
|
20734
|
+
"is-readonly": ""
|
|
20735
|
+
})
|
|
20721
20736
|
]),
|
|
20722
20737
|
_: 1
|
|
20723
20738
|
/* STABLE */
|
|
@@ -20729,8 +20744,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20729
20744
|
};
|
|
20730
20745
|
}
|
|
20731
20746
|
});
|
|
20732
|
-
const
|
|
20733
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
20747
|
+
const SubmissionSupervisor_vue_vue_type_style_index_0_scoped_ffab5a6b_lang = "";
|
|
20748
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-ffab5a6b"]]);
|
|
20734
20749
|
const SubmissionTypeModel = models.SubmissionTypeModel;
|
|
20735
20750
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
20736
20751
|
...{
|
package/build/module.json
CHANGED
package/build/nuxt.json
CHANGED
package/build/style.css
CHANGED
|
@@ -329,31 +329,31 @@
|
|
|
329
329
|
display: block
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
.neu-submission-single[data-v-
|
|
332
|
+
.neu-submission-single[data-v-078a8494] {
|
|
333
333
|
display: block
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
.neu-submission-single[data-v-
|
|
336
|
+
.neu-submission-single[data-v-a1d7dded] {
|
|
337
337
|
display: block
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
.neu-submission-single[data-v-
|
|
340
|
+
.neu-submission-single[data-v-9e50d063] {
|
|
341
341
|
display: block
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
.neu-submission-single[data-v-
|
|
344
|
+
.neu-submission-single[data-v-28175769] {
|
|
345
345
|
display: block
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.neu-submission-single[data-v-
|
|
348
|
+
.neu-submission-single[data-v-4e58d6fd] {
|
|
349
349
|
display: block
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
.neu-submission-single[data-v-
|
|
352
|
+
.neu-submission-single[data-v-772e4260] {
|
|
353
353
|
display: block
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
.neu-submission-single[data-v-
|
|
356
|
+
.neu-submission-single[data-v-ffab5a6b] {
|
|
357
357
|
display: block
|
|
358
358
|
}
|
|
359
359
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.4",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@neon.id/canvas": "^1.26.0",
|
|
67
|
-
"@neon.id/catat-interfaces": "^1.10.
|
|
67
|
+
"@neon.id/catat-interfaces": "^1.10.1-beta.1",
|
|
68
68
|
"@neon.id/context": "^1.23.0",
|
|
69
69
|
"@neon.id/field": "^1.17.0",
|
|
70
70
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@neon.id/nuxt": "^1.0.0",
|
|
75
75
|
"@neon.id/office": "^1.21.0",
|
|
76
76
|
"@neon.id/utils": "^1.27.0",
|
|
77
|
-
"@neutron.co.id/personalia-models": "^1.10.
|
|
77
|
+
"@neutron.co.id/personalia-models": "^1.10.3",
|
|
78
78
|
"@nuxt/kit": "^3.8.1",
|
|
79
79
|
"file-saver": "^2.0.5",
|
|
80
80
|
"qr-scanner": "^1.4.2",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@neon.id/canvas": "^1.26.0",
|
|
137
|
-
"@neon.id/catat-interfaces": "^1.10.
|
|
137
|
+
"@neon.id/catat-interfaces": "^1.10.1-beta.1",
|
|
138
138
|
"@neon.id/context": "^1.23.0",
|
|
139
139
|
"@neon.id/field": "^1.17.0",
|
|
140
140
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@neon.id/nuxt": "^1.0.0",
|
|
145
145
|
"@neon.id/office": "^1.21.0",
|
|
146
146
|
"@neon.id/utils": "^1.27.0",
|
|
147
|
-
"@neutron.co.id/personalia-models": "^1.10.
|
|
147
|
+
"@neutron.co.id/personalia-models": "^1.10.3",
|
|
148
148
|
"@nuxt/kit": "^3.8.1",
|
|
149
149
|
"file-saver": "^2.0.5",
|
|
150
150
|
"qr-scanner": "^1.4.2",
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public"
|
|
156
156
|
},
|
|
157
|
-
"build":
|
|
157
|
+
"build": 135
|
|
158
158
|
}
|