@neutron.co.id/operasional-interfaces 1.3.2-beta.1 → 1.3.3-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 +2 -1
- package/build/index.mjs +2 -1
- package/package.json +2 -2
package/build/index.cjs
CHANGED
|
@@ -5834,7 +5834,8 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
5834
5834
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
5835
5835
|
modelValue: vue.unref(values),
|
|
5836
5836
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
5837
|
-
field: vue.unref(fields).branches
|
|
5837
|
+
field: vue.unref(fields).branches,
|
|
5838
|
+
fragment: { id: 1, display: 1, name: 1 }
|
|
5838
5839
|
}, null, 8, ["modelValue", "field"]),
|
|
5839
5840
|
vue.createVNode(vue.unref(form.NeonFields), { md: "grid gap-4 sm:grid-cols-2" }, {
|
|
5840
5841
|
default: vue.withCtx(() => [
|
package/build/index.mjs
CHANGED
|
@@ -5832,7 +5832,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
5832
5832
|
createVNode(unref(OfficeRelation), {
|
|
5833
5833
|
modelValue: unref(values),
|
|
5834
5834
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
5835
|
-
field: unref(fields).branches
|
|
5835
|
+
field: unref(fields).branches,
|
|
5836
|
+
fragment: { id: 1, display: 1, name: 1 }
|
|
5836
5837
|
}, null, 8, ["modelValue", "field"]),
|
|
5837
5838
|
createVNode(unref(NeonFields), { md: "grid gap-4 sm:grid-cols-2" }, {
|
|
5838
5839
|
default: withCtx(() => [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3-beta.1",
|
|
4
4
|
"description": "Interface library of Neutron.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"publishConfig": {
|
|
134
134
|
"access": "public"
|
|
135
135
|
},
|
|
136
|
-
"build":
|
|
136
|
+
"build": 68
|
|
137
137
|
}
|