@neutron.co.id/operasional-interfaces 1.16.1 → 1.16.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/@office/models/personalia/attendance/AttendanceCollection/AttendanceCollection.vue
CHANGED
|
@@ -65,6 +65,7 @@ function onCalendarPeriodUpdate(period: NCalendar.PeriodData) {
|
|
|
65
65
|
v-else-if="userQuery.display === 'calendar' && period.startedAt"
|
|
66
66
|
:views="['month', 'week']"
|
|
67
67
|
:period="period"
|
|
68
|
+
:use-filter="false"
|
|
68
69
|
:transform-item="transformItem"
|
|
69
70
|
@update:period="onCalendarPeriodUpdate"
|
|
70
71
|
/>
|
package/build/mock/index.cjs
CHANGED
|
@@ -13123,6 +13123,7 @@ const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
|
|
|
13123
13123
|
key: 1,
|
|
13124
13124
|
views: ["month", "week"],
|
|
13125
13125
|
period: __props.period,
|
|
13126
|
+
"use-filter": false,
|
|
13126
13127
|
"transform-item": transformItem,
|
|
13127
13128
|
"onUpdate:period": onCalendarPeriodUpdate
|
|
13128
13129
|
}, null, 8, ["period"])) : vue.createCommentVNode("v-if", true)
|
package/build/mock/index.mjs
CHANGED
|
@@ -13104,6 +13104,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
13104
13104
|
key: 1,
|
|
13105
13105
|
views: ["month", "week"],
|
|
13106
13106
|
period: __props.period,
|
|
13107
|
+
"use-filter": false,
|
|
13107
13108
|
"transform-item": transformItem,
|
|
13108
13109
|
"onUpdate:period": onCalendarPeriodUpdate
|
|
13109
13110
|
}, null, 8, ["period"])) : createCommentVNode("v-if", true)
|
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.16.
|
|
3
|
+
"version": "1.16.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": 177
|
|
168
168
|
}
|