@neutron.co.id/operasional-interfaces 1.16.2 → 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.
package/build/mock/index.cjs
CHANGED
|
@@ -21716,7 +21716,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
21716
21716
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21717
21717
|
field: vue.unref(fields).raiseStaffs,
|
|
21718
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 === "
|
|
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
21720
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
21721
21721
|
];
|
|
21722
21722
|
}),
|
|
@@ -21932,7 +21932,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
21932
21932
|
};
|
|
21933
21933
|
}
|
|
21934
21934
|
});
|
|
21935
|
-
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"]]);
|
|
21936
21936
|
const _hoisted_1$9 = { class: "flex flex-wrap" };
|
|
21937
21937
|
const _hoisted_2$7 = { class: "mt-2" };
|
|
21938
21938
|
const _hoisted_3$6 = { class: "mt-2" };
|
package/build/mock/index.mjs
CHANGED
|
@@ -21697,7 +21697,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
21697
21697
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21698
21698
|
field: unref(fields).raiseStaffs,
|
|
21699
21699
|
query: unref(Query).define(roleStaffOptions.value),
|
|
21700
|
-
"is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "
|
|
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
21701
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
21702
21702
|
];
|
|
21703
21703
|
}),
|
|
@@ -21913,7 +21913,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
21913
21913
|
};
|
|
21914
21914
|
}
|
|
21915
21915
|
});
|
|
21916
|
-
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"]]);
|
|
21917
21917
|
const _hoisted_1$9 = { class: "flex flex-wrap" };
|
|
21918
21918
|
const _hoisted_2$7 = { class: "mt-2" };
|
|
21919
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
|
}
|