@neutron.co.id/operasional-interfaces 1.16.3 → 1.17.2
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.
|
@@ -224,6 +224,17 @@
|
|
|
224
224
|
v-model="values"
|
|
225
225
|
:field="fields.raiseStaffs"
|
|
226
226
|
:query="Query.define(roleStaffOptions)"
|
|
227
|
+
:is-disabled="
|
|
228
|
+
values.status === 'processed' ||
|
|
229
|
+
values.status === 'approved' ||
|
|
230
|
+
values.status === 'delay' ||
|
|
231
|
+
values.status === 'monitored' ||
|
|
232
|
+
values.status === 'discontinued' ||
|
|
233
|
+
values.status === 'resolved' ||
|
|
234
|
+
values.hasProcessStaffIds?.length
|
|
235
|
+
? true
|
|
236
|
+
: false
|
|
237
|
+
"
|
|
227
238
|
/>
|
|
228
239
|
</NeonFields>
|
|
229
240
|
</div>
|
package/build/mock/index.cjs
CHANGED
|
@@ -21708,14 +21708,18 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
21708
21708
|
vue.createElementVNode("div", _hoisted_10$4, [
|
|
21709
21709
|
vue.createElementVNode("div", _hoisted_11$4, [
|
|
21710
21710
|
vue.createVNode(vue.unref(form.NeonFields), { class: "flex-1" }, {
|
|
21711
|
-
default: vue.withCtx(() =>
|
|
21712
|
-
|
|
21713
|
-
|
|
21714
|
-
|
|
21715
|
-
|
|
21716
|
-
|
|
21717
|
-
|
|
21718
|
-
|
|
21711
|
+
default: vue.withCtx(() => {
|
|
21712
|
+
var _a2;
|
|
21713
|
+
return [
|
|
21714
|
+
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
21715
|
+
modelValue: vue.unref(values),
|
|
21716
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21717
|
+
field: vue.unref(fields).raiseStaffs,
|
|
21718
|
+
query: vue.unref(query.Query).define(roleStaffOptions.value),
|
|
21719
|
+
"is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "approved" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || ((_a2 = vue.unref(values).hasProcessStaffIds) == null ? void 0 : _a2.length) ? true : false
|
|
21720
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
21721
|
+
];
|
|
21722
|
+
}),
|
|
21719
21723
|
_: 1
|
|
21720
21724
|
/* STABLE */
|
|
21721
21725
|
})
|
|
@@ -21928,7 +21932,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
21928
21932
|
};
|
|
21929
21933
|
}
|
|
21930
21934
|
});
|
|
21931
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__scopeId", "data-v-
|
|
21935
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__scopeId", "data-v-39e6b2f4"]]);
|
|
21932
21936
|
const _hoisted_1$9 = { class: "flex flex-wrap" };
|
|
21933
21937
|
const _hoisted_2$7 = { class: "mt-2" };
|
|
21934
21938
|
const _hoisted_3$6 = { class: "mt-2" };
|
package/build/mock/index.mjs
CHANGED
|
@@ -21689,14 +21689,18 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
21689
21689
|
createElementVNode("div", _hoisted_10$4, [
|
|
21690
21690
|
createElementVNode("div", _hoisted_11$4, [
|
|
21691
21691
|
createVNode(unref(NeonFields), { class: "flex-1" }, {
|
|
21692
|
-
default: withCtx(() =>
|
|
21693
|
-
|
|
21694
|
-
|
|
21695
|
-
|
|
21696
|
-
|
|
21697
|
-
|
|
21698
|
-
|
|
21699
|
-
|
|
21692
|
+
default: withCtx(() => {
|
|
21693
|
+
var _a2;
|
|
21694
|
+
return [
|
|
21695
|
+
createVNode(unref(OfficeRelation), {
|
|
21696
|
+
modelValue: unref(values),
|
|
21697
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21698
|
+
field: unref(fields).raiseStaffs,
|
|
21699
|
+
query: unref(Query).define(roleStaffOptions.value),
|
|
21700
|
+
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || ((_a2 = unref(values).hasProcessStaffIds) == null ? void 0 : _a2.length) ? true : false
|
|
21701
|
+
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
21702
|
+
];
|
|
21703
|
+
}),
|
|
21700
21704
|
_: 1
|
|
21701
21705
|
/* STABLE */
|
|
21702
21706
|
})
|
|
@@ -21909,7 +21913,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
21909
21913
|
};
|
|
21910
21914
|
}
|
|
21911
21915
|
});
|
|
21912
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__scopeId", "data-v-
|
|
21916
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__scopeId", "data-v-39e6b2f4"]]);
|
|
21913
21917
|
const _hoisted_1$9 = { class: "flex flex-wrap" };
|
|
21914
21918
|
const _hoisted_2$7 = { class: "mt-2" };
|
|
21915
21919
|
const _hoisted_3$6 = { class: "mt-2" };
|
package/build/mock/style.css
CHANGED
package/build/module.json
CHANGED
package/build/nuxt.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.2",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -164,5 +164,5 @@
|
|
|
164
164
|
"publishConfig": {
|
|
165
165
|
"access": "public"
|
|
166
166
|
},
|
|
167
|
-
"build":
|
|
167
|
+
"build": 184
|
|
168
168
|
}
|