@neutron.co.id/operasional-interfaces 1.6.0 → 1.6.1

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/index.cjs CHANGED
@@ -4382,7 +4382,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
4382
4382
  object: `${objectDef.value}:office`,
4383
4383
  isReady: vue.unref(isReady) && isTouched,
4384
4384
  isLoading: vue.unref(isLoading),
4385
- isReadonly: vue.unref(values).status === "raised" || vue.unref(values).status === "processed" || 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"
4385
+ isReadonly: 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"
4386
4386
  })),
4387
4387
  null,
4388
4388
  16
@@ -4403,8 +4403,8 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
4403
4403
  };
4404
4404
  }
4405
4405
  });
4406
- const SubmissionDecision_vue_vue_type_style_index_0_scoped_5b7cb4ef_lang = "";
4407
- const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-5b7cb4ef"]]);
4406
+ const SubmissionDecision_vue_vue_type_style_index_0_scoped_17856177_lang = "";
4407
+ const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-17856177"]]);
4408
4408
  const SubmissionTypeModel = personaliaModels.models.SubmissionTypeModel;
4409
4409
  const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
4410
4410
  ...{
package/build/index.mjs CHANGED
@@ -4380,7 +4380,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
4380
4380
  object: `${objectDef.value}:office`,
4381
4381
  isReady: unref(isReady) && isTouched,
4382
4382
  isLoading: unref(isLoading),
4383
- isReadonly: unref(values).status === "raised" || unref(values).status === "processed" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
4383
+ isReadonly: unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
4384
4384
  })),
4385
4385
  null,
4386
4386
  16
@@ -4401,8 +4401,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
4401
4401
  };
4402
4402
  }
4403
4403
  });
4404
- const SubmissionDecision_vue_vue_type_style_index_0_scoped_5b7cb4ef_lang = "";
4405
- const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-5b7cb4ef"]]);
4404
+ const SubmissionDecision_vue_vue_type_style_index_0_scoped_17856177_lang = "";
4405
+ const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-17856177"]]);
4406
4406
  const SubmissionTypeModel = models$2.SubmissionTypeModel;
4407
4407
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
4408
4408
  ...{
package/build/style.css CHANGED
@@ -166,7 +166,7 @@
166
166
  display: block
167
167
  }
168
168
 
169
- .neu-submission-single[data-v-5b7cb4ef] {
169
+ .neu-submission-single[data-v-17856177] {
170
170
  display: block
171
171
  }
172
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-interfaces",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Interface library of Neutron Operasional.",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -145,5 +145,5 @@
145
145
  "publishConfig": {
146
146
  "access": "public"
147
147
  },
148
- "build": 94
148
+ "build": 96
149
149
  }