@neutron.co.id/operasional-interfaces 1.4.0 → 1.4.1-beta.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
@@ -7191,7 +7191,8 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
7191
7191
  vue.createVNode(vue.unref(office.OfficeRelation), {
7192
7192
  modelValue: vue.unref(values),
7193
7193
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(values) ? values.value = $event : null),
7194
- field: vue.unref(fields).branches
7194
+ field: vue.unref(fields).branches,
7195
+ fragment: { id: 1, display: 1, name: 1 }
7195
7196
  }, null, 8, ["modelValue", "field"]),
7196
7197
  vue.createVNode(vue.unref(office.OfficeRelation), {
7197
7198
  modelValue: vue.unref(values),
@@ -7350,7 +7351,8 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
7350
7351
  vue.createVNode(vue.unref(office.OfficeRelation), {
7351
7352
  modelValue: vue.unref(values),
7352
7353
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(values) ? values.value = $event : null),
7353
- field: vue.unref(fields).branches
7354
+ field: vue.unref(fields).branches,
7355
+ fragment: { id: 1, display: 1, name: 1 }
7354
7356
  }, null, 8, ["modelValue", "field"]),
7355
7357
  vue.createVNode(vue.unref(office.OfficeRelation), {
7356
7358
  modelValue: vue.unref(values),
@@ -7657,7 +7659,8 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
7657
7659
  vue.createVNode(vue.unref(office.OfficeRelation), {
7658
7660
  modelValue: vue.unref(values),
7659
7661
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(values) ? values.value = $event : null),
7660
- field: vue.unref(fields).branches
7662
+ field: vue.unref(fields).branches,
7663
+ fragment: { id: 1, display: 1, name: 1 }
7661
7664
  }, null, 8, ["modelValue", "field"])
7662
7665
  ]),
7663
7666
  _: 1
package/build/index.mjs CHANGED
@@ -7189,7 +7189,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
7189
7189
  createVNode(unref(OfficeRelation), {
7190
7190
  modelValue: unref(values),
7191
7191
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(values) ? values.value = $event : null),
7192
- field: unref(fields).branches
7192
+ field: unref(fields).branches,
7193
+ fragment: { id: 1, display: 1, name: 1 }
7193
7194
  }, null, 8, ["modelValue", "field"]),
7194
7195
  createVNode(unref(OfficeRelation), {
7195
7196
  modelValue: unref(values),
@@ -7348,7 +7349,8 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
7348
7349
  createVNode(unref(OfficeRelation), {
7349
7350
  modelValue: unref(values),
7350
7351
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(values) ? values.value = $event : null),
7351
- field: unref(fields).branches
7352
+ field: unref(fields).branches,
7353
+ fragment: { id: 1, display: 1, name: 1 }
7352
7354
  }, null, 8, ["modelValue", "field"]),
7353
7355
  createVNode(unref(OfficeRelation), {
7354
7356
  modelValue: unref(values),
@@ -7655,7 +7657,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
7655
7657
  createVNode(unref(OfficeRelation), {
7656
7658
  modelValue: unref(values),
7657
7659
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(values) ? values.value = $event : null),
7658
- field: unref(fields).branches
7660
+ field: unref(fields).branches,
7661
+ fragment: { id: 1, display: 1, name: 1 }
7659
7662
  }, null, 8, ["modelValue", "field"])
7660
7663
  ]),
7661
7664
  _: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-interfaces",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-beta.1",
4
4
  "description": "Interface library of Neutron.",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -136,5 +136,5 @@
136
136
  "publishConfig": {
137
137
  "access": "public"
138
138
  },
139
- "build": 76
139
+ "build": 77
140
140
  }