@neutron.co.id/operasional-modules 1.4.6 → 1.4.7-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.
|
@@ -96,16 +96,7 @@ export const TaskCollectionWorkView = ResourceUtil.createCollection({
|
|
|
96
96
|
query: () => {
|
|
97
97
|
const permit = usePermit();
|
|
98
98
|
const { staff } = useOperasional();
|
|
99
|
-
if (permit.isAny(["neu:
|
|
100
|
-
return Query.define({
|
|
101
|
-
filter: {
|
|
102
|
-
handle: "branchIds",
|
|
103
|
-
operator: "in",
|
|
104
|
-
value: staff.value?.branchIds
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
if (permit.is("neu:karyawan")) {
|
|
99
|
+
if (permit.isAny(["neu:karyawan"])) {
|
|
109
100
|
return Query.define({
|
|
110
101
|
filter: {
|
|
111
102
|
handle: "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-modules",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7-beta.1",
|
|
4
4
|
"description": "Modules of Neutron.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"contributors": [
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@neon.id/context": "0.40.0",
|
|
44
44
|
"@neon.id/office": "0.26.0",
|
|
45
|
-
"@neutron.co.id/operasional-interfaces": "1.4.
|
|
46
|
-
"@neutron.co.id/personalia-models": "1.4.1",
|
|
45
|
+
"@neutron.co.id/operasional-interfaces": "1.4.6-beta.1",
|
|
46
|
+
"@neutron.co.id/personalia-models": "1.4.2-beta.1",
|
|
47
47
|
"@nuxt/kit": "3.3.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@neon.id/context": "^0.40.0",
|
|
66
66
|
"@neon.id/office": "^0.26.0",
|
|
67
|
-
"@neutron.co.id/operasional-interfaces": "^1.4.
|
|
68
|
-
"@neutron.co.id/personalia-models": "^1.4.1",
|
|
67
|
+
"@neutron.co.id/operasional-interfaces": "^1.4.6-beta.1",
|
|
68
|
+
"@neutron.co.id/personalia-models": "^1.4.2-beta.1",
|
|
69
69
|
"@nuxt/kit": "^3.3.1"
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"build":
|
|
74
|
+
"build": 42
|
|
75
75
|
}
|