@neutron.co.id/operasional-interfaces 1.0.2-beta.4 → 1.0.2-beta.5
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 -2
- package/build/index.mjs +2 -2
- package/package.json +4 -4
package/build/index.cjs
CHANGED
|
@@ -330,8 +330,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
330
330
|
vue.createCommentVNode(' <NeonInputDateRange\n :model-value="{\n start: new Date(values.estimatedStartDate || Date.now()),\n end: new Date(values.estimatedEndDate || Date.now()),\n }"\n min-date="values.estimatedStartDate"\n max-date="values.estimatedEndDate"\n locale="id"\n title="Estimasi"\n @update:model-value="onChangeDateUpdate"\n /> '),
|
|
331
331
|
vue.createVNode(vue.unref(form.NeonField), {
|
|
332
332
|
"model-value": {
|
|
333
|
-
start: new Date(vue.unref(values).estimatedStartDate ||
|
|
334
|
-
end: new Date(vue.unref(values).estimatedEndDate ||
|
|
333
|
+
start: new Date(vue.unref(values).estimatedStartDate || ""),
|
|
334
|
+
end: new Date(vue.unref(values).estimatedEndDate || "")
|
|
335
335
|
},
|
|
336
336
|
name: "Est. Mulai - Selesai",
|
|
337
337
|
note: "Tanggal tugas dimulai dan selesai",
|
package/build/index.mjs
CHANGED
|
@@ -328,8 +328,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
328
328
|
createCommentVNode(' <NeonInputDateRange\n :model-value="{\n start: new Date(values.estimatedStartDate || Date.now()),\n end: new Date(values.estimatedEndDate || Date.now()),\n }"\n min-date="values.estimatedStartDate"\n max-date="values.estimatedEndDate"\n locale="id"\n title="Estimasi"\n @update:model-value="onChangeDateUpdate"\n /> '),
|
|
329
329
|
createVNode(unref(NeonField), {
|
|
330
330
|
"model-value": {
|
|
331
|
-
start: new Date(unref(values).estimatedStartDate ||
|
|
332
|
-
end: new Date(unref(values).estimatedEndDate ||
|
|
331
|
+
start: new Date(unref(values).estimatedStartDate || ""),
|
|
332
|
+
end: new Date(unref(values).estimatedEndDate || "")
|
|
333
333
|
},
|
|
334
334
|
name: "Est. Mulai - Selesai",
|
|
335
335
|
note: "Tanggal tugas dimulai dan selesai",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.0.2-beta.
|
|
3
|
+
"version": "1.0.2-beta.5",
|
|
4
4
|
"description": "Interface library of Neutron.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@neon.id/interfaces": "0.153.0",
|
|
60
60
|
"@neon.id/office": "0.22.0",
|
|
61
61
|
"@neon.id/utils": "0.38.0",
|
|
62
|
-
"@neutron.co.id/personalia-models": "1.2.0-beta.
|
|
62
|
+
"@neutron.co.id/personalia-models": "1.2.0-beta.4",
|
|
63
63
|
"@nuxt/kit": "3.2.3",
|
|
64
64
|
"vue": "3.2.47"
|
|
65
65
|
},
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"@neon.id/interfaces": "^0.153.0",
|
|
125
125
|
"@neon.id/office": "^0.22.0",
|
|
126
126
|
"@neon.id/utils": "^0.38.0",
|
|
127
|
-
"@neutron.co.id/personalia-models": "^1.2.0-beta.
|
|
127
|
+
"@neutron.co.id/personalia-models": "^1.2.0-beta.4",
|
|
128
128
|
"@nuxt/kit": "^3.2.3",
|
|
129
129
|
"vue": "^3.2.47"
|
|
130
130
|
},
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"access": "public"
|
|
133
133
|
},
|
|
134
|
-
"build":
|
|
134
|
+
"build": 54
|
|
135
135
|
}
|