@neutron.co.id/operasional-interfaces 1.8.6 → 1.9.0
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/@package/components/attendance/attendance.types.d.ts +2 -0
- package/build/{types → @package}/components/checkIn/checkIn.types.d.ts +1 -1
- package/build/{types → @package}/components/common/NeonTime/NeonTime.vue.d.ts +1 -1
- package/build/{types → @package}/components/common/OperasionalIdentitas/OperasionalIdentitas.vue.d.ts +6 -6
- package/build/{types → @package}/components/common/index.d.ts +0 -1
- package/build/@package/components/plan/plan.types.d.ts +2 -0
- package/build/{types → @package}/components/planType/planType.types.d.ts +1 -1
- package/build/{types → @package}/components/progress/index.d.ts +2 -1
- package/build/@package/components/progress/progress.types.d.ts +2 -0
- package/build/@package/components/progress/sections/ProgressNoteTab/index.d.ts +1 -0
- package/build/@package/components/progress/sections/index.d.ts +1 -0
- package/build/@package/components/responsibility/responsibility.types.d.ts +2 -0
- package/build/@package/components/staff/staff.types.d.ts +2 -0
- package/build/{types → @package}/components/submission/index.d.ts +1 -0
- package/build/{types/components/common/XxxButton/XxxButton.vue.d.ts → @package/components/submission/sections/SubmissionDocumentTab/SubmissionDocumentTab.vue.d.ts} +7 -7
- package/build/@package/components/submission/sections/SubmissionDocumentTab/index.d.ts +1 -0
- package/build/@package/components/submission/sections/index.d.ts +1 -0
- package/build/{types → @package}/components/submission/submission.types.d.ts +1 -1
- package/build/@package/components/target/target.types.d.ts +2 -0
- package/build/@package/components/task/sheets/TaskWork.vue.d.ts +2 -0
- package/build/{types → @package}/components/task/task.types.d.ts +1 -1
- package/build/@package/providers/operasional/useOperasional.d.ts +9 -0
- package/build/@package/types/index.d.ts +4 -0
- package/build/@package/utils/index.d.ts +1 -0
- package/build/index.cjs +6390 -7250
- package/build/index.mjs +6410 -7270
- package/build/nuxt.cjs +5 -0
- package/build/nuxt.d.ts +22 -0
- package/build/nuxt.json +8 -0
- package/build/nuxt.mjs +114 -0
- package/build/runtime/plugin.d.ts +2 -0
- package/build/runtime/plugin.mjs +5 -0
- package/build/runtime/utils.d.ts +1 -0
- package/build/runtime/utils.mjs +7 -0
- package/build/style.css +90 -87
- package/build/types.d.ts +22 -0
- package/package.json +78 -81
- package/build/types/components/attendance/attendance.types.d.ts +0 -2
- package/build/types/components/common/XxxButton/index.d.ts +0 -1
- package/build/types/components/plan/plan.types.d.ts +0 -2
- package/build/types/components/progress/progress.types.d.ts +0 -2
- package/build/types/components/responsibility/responsibility.types.d.ts +0 -2
- package/build/types/components/staff/staff.types.d.ts +0 -2
- package/build/types/components/target/target.types.d.ts +0 -2
- package/build/types/gql/graphql.d.ts +0 -21453
- package/build/types/providers/operasional/useOperasional.d.ts +0 -9
- package/build/types/types/index.d.ts +0 -4
- package/build/types/utils/index.d.ts +0 -4
- package/build/types/utils/util.duration.d.ts +0 -8
- package/build/types/utils/util.score.d.ts +0 -5
- package/build/types/utils/util.string.d.ts +0 -5
- package/build/{types → @package}/components/attendance/index.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceManager.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceStaff.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceSupervisor.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/index.d.ts +1 -1
- package/build/{types → @package}/components/checkIn/index.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInAccess.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInExternal.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInPresenceCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInScanError.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInScanSuccess.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInScanner.vue.d.ts +1 -1
- package/build/{types → @package}/components/checkIn/sheets/CheckInSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInSupervisor.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/common/NeonTime/index.d.ts +0 -0
- package/build/{types → @package}/components/common/OperasionalIdentitas/index.d.ts +0 -0
- package/build/{types → @package}/components/index.d.ts +10 -10
- package/build/{types → @package}/components/plan/index.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/PlanCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/PlanSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/PlanStaff.vue.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/planType/index.d.ts +0 -0
- package/build/{types → @package}/components/planType/sheets/PlanTypeCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/planType/sheets/PlanTypeSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/planType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/progress/elements/ProgressButton.vue.d.ts +0 -0
- package/build/{types → @package}/components/progress/elements/ProgressNoteButton.vue.d.ts +0 -0
- package/build/{types → @package}/components/progress/elements/index.d.ts +0 -0
- package/build/{types/components/progress/sheets/ProgressNote.vue.d.ts → @package/components/progress/sections/ProgressNoteTab/ProgressNoteTab.vue.d.ts} +0 -0
- package/build/{types → @package}/components/progress/sheets/ProgressCollection.vue.d.ts +0 -0
- package/build/{types/components/progress/sheets/ProgressSingle.vue.d.ts → @package/components/progress/sheets/ProgressNote.vue.d.ts} +0 -0
- package/build/{types/components/progress/sheets/ProgressTomorrow.vue.d.ts → @package/components/progress/sheets/ProgressSingle.vue.d.ts} +0 -0
- package/build/{types/components/progress/sheets/ProgressYesterday.vue.d.ts → @package/components/progress/sheets/ProgressTomorrow.vue.d.ts} +0 -0
- package/build/{types/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts → @package/components/progress/sheets/ProgressYesterday.vue.d.ts} +0 -0
- package/build/{types → @package}/components/progress/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/progressAccess/index.d.ts +0 -0
- package/build/{types → @package}/components/progressAccess/progressAccess.types.d.ts +0 -0
- package/build/{types/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts} +0 -0
- package/build/{types/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts} +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilityCollection.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts} +0 -0
- package/build/{types → @package}/components/progressAccess/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/register.d.ts +0 -0
- package/build/{types → @package}/components/responsibility/index.d.ts +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilitySingle.vue.d.ts → @package/components/responsibility/sheets/ResponsibilityCollection.vue.d.ts} +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilityStaff.vue.d.ts → @package/components/responsibility/sheets/ResponsibilitySingle.vue.d.ts} +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts → @package/components/responsibility/sheets/ResponsibilityStaff.vue.d.ts} +0 -0
- package/build/{types/components/responsibilityType/sheets/ResponsibilityTypeCollection.vue.d.ts → @package/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts} +0 -0
- package/build/{types → @package}/components/responsibility/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/responsibilityType/index.d.ts +0 -0
- package/build/{types → @package}/components/responsibilityType/responsibilityType.types.d.ts +0 -0
- package/build/{types/components/responsibilityType/sheets/ResponsibilityTypeSingle.vue.d.ts → @package/components/responsibilityType/sheets/ResponsibilityTypeCollection.vue.d.ts} +0 -0
- package/build/{types/components/situation/sheets/SituationCollection.vue.d.ts → @package/components/responsibilityType/sheets/ResponsibilityTypeSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/responsibilityType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/situation/index.d.ts +0 -0
- package/build/{types/components/situation/sheets/SituationSingle.vue.d.ts → @package/components/situation/sheets/SituationCollection.vue.d.ts} +0 -0
- package/build/{types/components/situation/sheets/SituationSupportive.vue.d.ts → @package/components/situation/sheets/SituationSingle.vue.d.ts} +0 -0
- package/build/{types/components/situation/sheets/SituationWork.vue.d.ts → @package/components/situation/sheets/SituationSupportive.vue.d.ts} +0 -0
- package/build/{types/components/situationType/sheets/SituationTypeCollection.vue.d.ts → @package/components/situation/sheets/SituationWork.vue.d.ts} +0 -0
- package/build/{types → @package}/components/situation/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/situation/situation.types.d.ts +0 -0
- package/build/{types → @package}/components/situationType/index.d.ts +0 -0
- package/build/{types/components/situationType/sheets/SituationTypeSingle.vue.d.ts → @package/components/situationType/sheets/SituationTypeCollection.vue.d.ts} +0 -0
- package/build/{types/components/staff/sheets/StaffCollection.vue.d.ts → @package/components/situationType/sheets/SituationTypeSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/situationType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/situationType/situationType.types.d.ts +0 -0
- package/build/{types → @package}/components/staff/index.d.ts +0 -0
- package/build/{types/components/staff/sheets/StaffIdentity.vue.d.ts → @package/components/staff/sheets/StaffCollection.vue.d.ts} +0 -0
- package/build/{types/components/staff/sheets/StaffOperasional.vue.d.ts → @package/components/staff/sheets/StaffIdentity.vue.d.ts} +0 -0
- package/build/{types/components/staff/sheets/StaffSingle.vue.d.ts → @package/components/staff/sheets/StaffOperasional.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionAudit.vue.d.ts → @package/components/staff/sheets/StaffSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/staff/sheets/index.d.ts +0 -0
- package/build/{types/components/submission/sheets/SubmissionCollection.vue.d.ts → @package/components/submission/sheets/SubmissionAudit.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionDecision.vue.d.ts → @package/components/submission/sheets/SubmissionCollection.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionFollowUp.vue.d.ts → @package/components/submission/sheets/SubmissionDecision.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionSingle.vue.d.ts → @package/components/submission/sheets/SubmissionFollowUp.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionStaff.vue.d.ts → @package/components/submission/sheets/SubmissionSingle.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionSupervisor.vue.d.ts → @package/components/submission/sheets/SubmissionStaff.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionWaitingDecision.vue.d.ts → @package/components/submission/sheets/SubmissionSupervisor.vue.d.ts} +0 -0
- package/build/{types/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts → @package/components/submission/sheets/SubmissionWaitingDecision.vue.d.ts} +0 -0
- package/build/{types → @package}/components/submission/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/submissionType/index.d.ts +0 -0
- package/build/{types/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts → @package/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts} +0 -0
- package/build/{types/components/target/sheets/TargetBranch.vue.d.ts → @package/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/submissionType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/submissionType/submissionType.types.d.ts +0 -0
- package/build/{types → @package}/components/target/index.d.ts +0 -0
- package/build/{types/components/target/sheets/TargetCollection.vue.d.ts → @package/components/target/sheets/TargetBranch.vue.d.ts} +0 -0
- package/build/{types/components/target/sheets/TargetSingle.vue.d.ts → @package/components/target/sheets/TargetCollection.vue.d.ts} +0 -0
- package/build/{types/components/task/elements/TaskWorkButton.vue.d.ts → @package/components/target/sheets/TargetSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/target/sheets/index.d.ts +0 -0
- package/build/{types/components/task/sheets/TaskCollection.vue.d.ts → @package/components/task/elements/TaskWorkButton.vue.d.ts} +0 -0
- package/build/{types → @package}/components/task/elements/index.d.ts +0 -0
- package/build/{types → @package}/components/task/index.d.ts +0 -0
- package/build/{types/components/task/sheets/TaskSingle.vue.d.ts → @package/components/task/sheets/TaskCollection.vue.d.ts} +0 -0
- package/build/{types/components/task/sheets/TaskWork.vue.d.ts → @package/components/task/sheets/TaskSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/task/sheets/index.d.ts +0 -0
- package/build/{types → @package}/index.d.ts +0 -0
- package/build/{types → @package}/providers/index.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/attendance.store.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/bus.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/index.d.ts +2 -2
- package/build/{types → @package}/providers/operasional/operasional.store.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/operasional.types.d.ts +1 -1
- /package/build/{types → @package}/providers/operasional/withOperasional.d.ts +0 -0
- /package/build/{types → @package}/types/type.utils.d.ts +0 -0
- /package/build/{types → @package}/utils/util.date.d.ts +0 -0
package/build/nuxt.cjs
ADDED
package/build/nuxt.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
|
+
|
|
3
|
+
interface ModuleOptions {
|
|
4
|
+
env?: string;
|
|
5
|
+
useDebug?: boolean;
|
|
6
|
+
}
|
|
7
|
+
interface ModuleHooks {
|
|
8
|
+
}
|
|
9
|
+
interface ModuleConfig {
|
|
10
|
+
env: string;
|
|
11
|
+
isProd: boolean;
|
|
12
|
+
useDebug: boolean;
|
|
13
|
+
}
|
|
14
|
+
interface ModuleRuntimeConfig {
|
|
15
|
+
'neu:operasional:interfaces': ModuleConfig;
|
|
16
|
+
}
|
|
17
|
+
interface ModulePublicRuntimeConfig {
|
|
18
|
+
'neu:operasional:interfaces': ModuleConfig;
|
|
19
|
+
}
|
|
20
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
|
|
21
|
+
|
|
22
|
+
export { ModuleHooks, ModuleOptions, ModulePublicRuntimeConfig, ModuleRuntimeConfig, _default as default };
|
package/build/nuxt.json
ADDED
package/build/nuxt.mjs
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { addComponent, useNuxt, createResolver, defineNuxtModule, addPlugin } from '@nuxt/kit';
|
|
2
|
+
|
|
3
|
+
const COMPONENTS = ["OperasionalIdentitas"];
|
|
4
|
+
|
|
5
|
+
const useComponents = async () => {
|
|
6
|
+
for (const name of COMPONENTS) {
|
|
7
|
+
await addComponent({
|
|
8
|
+
name,
|
|
9
|
+
export: name,
|
|
10
|
+
filePath: `@neutron.co.id/operasional-interfaces`
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
function isObject(value) {
|
|
16
|
+
return value !== null && typeof value === "object";
|
|
17
|
+
}
|
|
18
|
+
function _defu(baseObject, defaults, namespace = ".", merger) {
|
|
19
|
+
if (!isObject(defaults)) {
|
|
20
|
+
return _defu(baseObject, {}, namespace, merger);
|
|
21
|
+
}
|
|
22
|
+
const object = Object.assign({}, defaults);
|
|
23
|
+
for (const key in baseObject) {
|
|
24
|
+
if (key === "__proto__" || key === "constructor") {
|
|
25
|
+
continue;
|
|
26
|
+
}
|
|
27
|
+
const value = baseObject[key];
|
|
28
|
+
if (value === null || value === void 0) {
|
|
29
|
+
continue;
|
|
30
|
+
}
|
|
31
|
+
if (merger && merger(object, key, value, namespace)) {
|
|
32
|
+
continue;
|
|
33
|
+
}
|
|
34
|
+
if (Array.isArray(value) && Array.isArray(object[key])) {
|
|
35
|
+
object[key] = [...value, ...object[key]];
|
|
36
|
+
} else if (isObject(value) && isObject(object[key])) {
|
|
37
|
+
object[key] = _defu(
|
|
38
|
+
value,
|
|
39
|
+
object[key],
|
|
40
|
+
(namespace ? `${namespace}.` : "") + key.toString(),
|
|
41
|
+
merger
|
|
42
|
+
);
|
|
43
|
+
} else {
|
|
44
|
+
object[key] = value;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return object;
|
|
48
|
+
}
|
|
49
|
+
function createDefu(merger) {
|
|
50
|
+
return (...arguments_) => (
|
|
51
|
+
// eslint-disable-next-line unicorn/no-array-reduce
|
|
52
|
+
arguments_.reduce((p, c) => _defu(p, c, "", merger), {})
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
const defu = createDefu();
|
|
56
|
+
|
|
57
|
+
function useConfig(options) {
|
|
58
|
+
const nuxt = useNuxt();
|
|
59
|
+
if (!options.env) {
|
|
60
|
+
console.warn("Missing `APP_ENVIRONMENT` in `.env`");
|
|
61
|
+
}
|
|
62
|
+
const defaultConfig = {
|
|
63
|
+
env: options.env,
|
|
64
|
+
isProd: options.env === "prod",
|
|
65
|
+
useDebug: options.useDebug
|
|
66
|
+
};
|
|
67
|
+
const key = "neu:operasional:interfaces";
|
|
68
|
+
nuxt.options.runtimeConfig[key] = defu(
|
|
69
|
+
nuxt.options.runtimeConfig[key],
|
|
70
|
+
defaultConfig
|
|
71
|
+
);
|
|
72
|
+
nuxt.options.runtimeConfig.public[key] = defu(
|
|
73
|
+
nuxt.options.runtimeConfig.public[key],
|
|
74
|
+
defaultConfig
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
const useStyles = () => {
|
|
79
|
+
const nuxt = useNuxt();
|
|
80
|
+
nuxt.options.css.push(`@neutron.co.id/operasional-interfaces/style.css`);
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
const useTranspile = () => {
|
|
84
|
+
const resolver = createResolver(import.meta.url);
|
|
85
|
+
const nuxt = useNuxt();
|
|
86
|
+
const runtime = resolver.resolve("./runtime");
|
|
87
|
+
nuxt.options.build.transpile.push(runtime);
|
|
88
|
+
nuxt.options.build.transpile.push("@neon.id/interfaces");
|
|
89
|
+
nuxt.options.build.transpile.push("@neutron.co.id/operasional-interfaces");
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
const nuxt = defineNuxtModule({
|
|
93
|
+
meta: {
|
|
94
|
+
name: "@neutron.co.id/operasional-interfaces",
|
|
95
|
+
configKey: "neu:operasional:interfaces",
|
|
96
|
+
compatibility: { nuxt: "^3.0.0" }
|
|
97
|
+
},
|
|
98
|
+
defaults: {
|
|
99
|
+
env: process.env.APP_ENVIRONMENT,
|
|
100
|
+
useDebug: false
|
|
101
|
+
},
|
|
102
|
+
hooks: {},
|
|
103
|
+
async setup(options, nuxt) {
|
|
104
|
+
useConfig(options);
|
|
105
|
+
const resolver = createResolver(import.meta.url);
|
|
106
|
+
const plugin = resolver.resolve("./runtime/plugin");
|
|
107
|
+
addPlugin(plugin);
|
|
108
|
+
useStyles();
|
|
109
|
+
await useComponents();
|
|
110
|
+
useTranspile();
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
export { nuxt as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function log(message: string, ...args: any[]): void;
|
package/build/style.css
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.operasional-identitas .section .divider[data-v-355c8370] {
|
|
3
|
-
margin-bottom: 1rem
|
|
4
|
-
}
|
|
5
|
-
|
|
6
2
|
.input-loading[data-v-805321b9] {
|
|
7
3
|
position: relative;
|
|
8
4
|
display: flex;
|
|
@@ -69,6 +65,22 @@
|
|
|
69
65
|
display: none
|
|
70
66
|
}
|
|
71
67
|
|
|
68
|
+
.neu-attendance-single[data-v-643cca03] {
|
|
69
|
+
display: block
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.neu-attendance-single[data-v-0c3c6187] {
|
|
73
|
+
display: block
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.neu-attendance-single[data-v-8a21c329] {
|
|
77
|
+
display: block
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.neu-attendance-single[data-v-07f6564f] {
|
|
81
|
+
display: block
|
|
82
|
+
}
|
|
83
|
+
|
|
72
84
|
#view-checkIns[data-v-8637aebc] {
|
|
73
85
|
|
|
74
86
|
height: 100%
|
|
@@ -132,15 +144,15 @@
|
|
|
132
144
|
padding-bottom: 0.5rem
|
|
133
145
|
}
|
|
134
146
|
|
|
135
|
-
.neu-checkIn-single[data-v-
|
|
147
|
+
.neu-checkIn-single[data-v-e56842b0] {
|
|
136
148
|
display: block
|
|
137
149
|
}
|
|
138
150
|
|
|
139
|
-
.neu-checkIn-single[data-v-
|
|
151
|
+
.neu-checkIn-single[data-v-4f96baca] {
|
|
140
152
|
display: block
|
|
141
153
|
}
|
|
142
154
|
|
|
143
|
-
.buttons[data-v-
|
|
155
|
+
.buttons[data-v-d6ac1ebc] {
|
|
144
156
|
display: grid;
|
|
145
157
|
align-items: center;
|
|
146
158
|
gap: 0.5rem;
|
|
@@ -149,7 +161,7 @@
|
|
|
149
161
|
height: 56px
|
|
150
162
|
}
|
|
151
163
|
|
|
152
|
-
.video-frame[data-v-
|
|
164
|
+
.video-frame[data-v-dc535804] {
|
|
153
165
|
position: relative;
|
|
154
166
|
height: 100%;
|
|
155
167
|
overflow: hidden;
|
|
@@ -158,7 +170,7 @@
|
|
|
158
170
|
justify-content: center;
|
|
159
171
|
height: var(--neon-mobile-modal-wrapper-height);
|
|
160
172
|
}
|
|
161
|
-
.video-frame video[data-v-
|
|
173
|
+
.video-frame video[data-v-dc535804] {
|
|
162
174
|
position: relative;
|
|
163
175
|
-o-object-fit: cover;
|
|
164
176
|
object-fit: cover;
|
|
@@ -166,7 +178,7 @@
|
|
|
166
178
|
@apply object-cover;
|
|
167
179
|
min-height: 300px; */
|
|
168
180
|
}
|
|
169
|
-
.video-frame .inner[data-v-
|
|
181
|
+
.video-frame .inner[data-v-dc535804] {
|
|
170
182
|
position: absolute;
|
|
171
183
|
inset: 0px;
|
|
172
184
|
display: flex;
|
|
@@ -176,15 +188,15 @@
|
|
|
176
188
|
}
|
|
177
189
|
|
|
178
190
|
/* @apply rounded-lg border border-solid; */
|
|
179
|
-
.video-frame.is-scanning video[data-v-
|
|
191
|
+
.video-frame.is-scanning video[data-v-dc535804] {
|
|
180
192
|
min-height: auto;
|
|
181
193
|
}
|
|
182
194
|
|
|
183
195
|
/* @apply border-red-200 bg-red-50; */
|
|
184
|
-
.video-frame.is-invalid .invalid-message[data-v-
|
|
196
|
+
.video-frame.is-invalid .invalid-message[data-v-dc535804] {
|
|
185
197
|
display: block;
|
|
186
198
|
}
|
|
187
|
-
.invalid-message[data-v-
|
|
199
|
+
.invalid-message[data-v-dc535804] {
|
|
188
200
|
position: absolute;
|
|
189
201
|
top: 0px;
|
|
190
202
|
left: 0px;
|
|
@@ -193,110 +205,82 @@
|
|
|
193
205
|
--tw-text-opacity: 1;
|
|
194
206
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
195
207
|
}
|
|
196
|
-
.result[data-v-
|
|
208
|
+
.result[data-v-dc535804] {
|
|
197
209
|
margin-top: 1rem;
|
|
198
210
|
padding: 1rem;
|
|
199
211
|
border-radius: 0.5rem;
|
|
200
212
|
border-width: 2px;
|
|
201
213
|
}
|
|
202
|
-
.button-switch[data-v-
|
|
214
|
+
.button-switch[data-v-dc535804] {
|
|
203
215
|
display: flex;
|
|
204
216
|
align-items: center;
|
|
205
217
|
--tw-text-opacity: 1;
|
|
206
218
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
207
|
-
text-shadow:
|
|
219
|
+
text-shadow:
|
|
220
|
+
-1px 0 1px black,
|
|
221
|
+
0 1px 1px black,
|
|
222
|
+
1px 0 1px black,
|
|
208
223
|
0 -1px 1px black;
|
|
209
224
|
}
|
|
210
225
|
|
|
211
|
-
.neu-checkIn-single[data-v-
|
|
212
|
-
display: block
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.neu-staff-single[data-v-0cf4cd99] {
|
|
216
|
-
display: block
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.neu-staff-single[data-v-c62cf70a] {
|
|
220
|
-
display: block
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.neu-submission-single[data-v-db121b49] {
|
|
226
|
+
.neu-checkIn-single[data-v-551b53ec] {
|
|
224
227
|
display: block
|
|
225
228
|
}
|
|
226
229
|
|
|
227
|
-
.
|
|
228
|
-
|
|
230
|
+
.operasional-identitas .section .divider[data-v-e29d4596] {
|
|
231
|
+
margin-bottom: 1rem
|
|
229
232
|
}
|
|
230
233
|
|
|
231
|
-
.neu-
|
|
234
|
+
.neu-plan-single[data-v-21ce9030] {
|
|
232
235
|
display: block
|
|
233
236
|
}
|
|
234
237
|
|
|
235
|
-
.neu-
|
|
238
|
+
.neu-plan-single[data-v-50e978a0] {
|
|
236
239
|
display: block
|
|
237
240
|
}
|
|
238
241
|
|
|
239
|
-
.neu-
|
|
242
|
+
.neu-plan-type-single[data-v-7690175d] {
|
|
240
243
|
display: block
|
|
241
244
|
}
|
|
242
245
|
|
|
243
|
-
.neu-
|
|
244
|
-
|
|
246
|
+
.neu-progress-collection[data-v-73139a91] {
|
|
247
|
+
--neon-calendar-min-height: auto;
|
|
245
248
|
}
|
|
246
249
|
|
|
247
|
-
.neu-
|
|
248
|
-
display: block
|
|
249
|
-
}
|
|
250
|
+
.neu-progress-single[data-v-057edb7b] {
|
|
250
251
|
|
|
251
|
-
|
|
252
|
-
display: block
|
|
252
|
+
position: relative
|
|
253
253
|
}
|
|
254
|
+
.neu-progress-single .segments[data-v-057edb7b] {
|
|
254
255
|
|
|
255
|
-
|
|
256
|
-
display: block
|
|
257
|
-
}
|
|
256
|
+
display: flex;
|
|
258
257
|
|
|
259
|
-
|
|
260
|
-
display: block
|
|
261
|
-
}
|
|
258
|
+
align-items: center;
|
|
262
259
|
|
|
263
|
-
|
|
264
|
-
display: block
|
|
265
|
-
}
|
|
260
|
+
justify-content: center;
|
|
266
261
|
|
|
267
|
-
.
|
|
268
|
-
display: block
|
|
269
|
-
}
|
|
262
|
+
padding: 0.25rem;
|
|
270
263
|
|
|
271
|
-
|
|
272
|
-
display: block
|
|
273
|
-
}
|
|
264
|
+
border-bottom-width: 2px;
|
|
274
265
|
|
|
275
|
-
|
|
276
|
-
display: block
|
|
277
|
-
}
|
|
266
|
+
--tw-bg-opacity: 1;
|
|
278
267
|
|
|
279
|
-
|
|
280
|
-
display: block
|
|
268
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
281
269
|
}
|
|
282
270
|
|
|
283
|
-
.neu-
|
|
271
|
+
.neu-progress-single[data-v-6cdcef51] {
|
|
284
272
|
display: block
|
|
285
273
|
}
|
|
286
274
|
|
|
287
|
-
.neu-
|
|
275
|
+
.neu-progress-single[data-v-e0bf56a9] {
|
|
288
276
|
display: block
|
|
289
277
|
}
|
|
290
278
|
|
|
291
|
-
.neu-progress-
|
|
292
|
-
--neon-calendar-min-height: auto;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.neu-progress-single[data-v-ca99d46c] {
|
|
279
|
+
.neu-progress-single[data-v-68934ec4] {
|
|
296
280
|
|
|
297
281
|
position: relative
|
|
298
282
|
}
|
|
299
|
-
.neu-progress-single .segments[data-v-
|
|
283
|
+
.neu-progress-single .segments[data-v-68934ec4] {
|
|
300
284
|
|
|
301
285
|
display: flex;
|
|
302
286
|
|
|
@@ -313,55 +297,74 @@
|
|
|
313
297
|
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
314
298
|
}
|
|
315
299
|
|
|
316
|
-
.neu-progress-single[data-v-
|
|
300
|
+
.neu-progress-access-single[data-v-a12532ca] {
|
|
317
301
|
display: block
|
|
318
302
|
}
|
|
319
303
|
|
|
320
|
-
.neu-progress-single[data-v-
|
|
304
|
+
.neu-progress-access-single[data-v-856146bf] {
|
|
321
305
|
display: block
|
|
322
306
|
}
|
|
323
307
|
|
|
324
|
-
.neu-
|
|
308
|
+
.neu-responsibility-single[data-v-5d6b22e8] {
|
|
309
|
+
display: block
|
|
310
|
+
}
|
|
325
311
|
|
|
326
|
-
|
|
312
|
+
.neu-responsibility-single[data-v-a39df700] {
|
|
313
|
+
display: block
|
|
327
314
|
}
|
|
328
|
-
.neu-progress-single .segments[data-v-cee18889] {
|
|
329
315
|
|
|
330
|
-
|
|
316
|
+
.neu-responsibility-single[data-v-3951b2f3] {
|
|
317
|
+
display: block
|
|
318
|
+
}
|
|
331
319
|
|
|
332
|
-
|
|
320
|
+
.neu-responsibility-type-single[data-v-3df9fac1] {
|
|
321
|
+
display: block
|
|
322
|
+
}
|
|
333
323
|
|
|
334
|
-
|
|
324
|
+
.neu-staff-single[data-v-0cf4cd99] {
|
|
325
|
+
display: block
|
|
326
|
+
}
|
|
335
327
|
|
|
336
|
-
|
|
328
|
+
.neu-staff-single[data-v-c62cf70a] {
|
|
329
|
+
display: block
|
|
330
|
+
}
|
|
337
331
|
|
|
338
|
-
|
|
332
|
+
.neu-submission-single[data-v-c1610cc9] {
|
|
333
|
+
display: block
|
|
334
|
+
}
|
|
339
335
|
|
|
340
|
-
|
|
336
|
+
.neu-submission-single[data-v-db426ce1] {
|
|
337
|
+
display: block
|
|
338
|
+
}
|
|
341
339
|
|
|
342
|
-
|
|
340
|
+
.neu-submission-single[data-v-3f0580bf] {
|
|
341
|
+
display: block
|
|
343
342
|
}
|
|
344
343
|
|
|
345
|
-
.neu-
|
|
344
|
+
.neu-submission-single[data-v-a32c1b8b] {
|
|
346
345
|
display: block
|
|
347
346
|
}
|
|
348
347
|
|
|
349
|
-
.neu-
|
|
348
|
+
.neu-submission-single[data-v-71f86b97] {
|
|
350
349
|
display: block
|
|
351
350
|
}
|
|
352
351
|
|
|
353
|
-
.neu-
|
|
352
|
+
.neu-submission-single[data-v-dee14451] {
|
|
354
353
|
display: block
|
|
355
354
|
}
|
|
356
355
|
|
|
357
|
-
.neu-
|
|
356
|
+
.neu-submission-single[data-v-d4720670] {
|
|
358
357
|
display: block
|
|
359
358
|
}
|
|
360
359
|
|
|
361
|
-
.neu-
|
|
360
|
+
.neu-submission-type-single[data-v-2b7e18ba] {
|
|
361
|
+
display: block
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.neu-target-single[data-v-c12b8df8] {
|
|
362
365
|
display: block
|
|
363
366
|
}
|
|
364
367
|
|
|
365
|
-
.neu-
|
|
368
|
+
.neu-target-single[data-v-6a5a6e80] {
|
|
366
369
|
display: block
|
|
367
370
|
}
|
package/build/types.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
import { ModuleOptions, ModuleHooks, ModuleRuntimeConfig, ModulePublicRuntimeConfig } from './nuxt'
|
|
3
|
+
|
|
4
|
+
declare module '@nuxt/schema' {
|
|
5
|
+
interface NuxtConfig { ['neu:operasional:interfaces']?: Partial<ModuleOptions> }
|
|
6
|
+
interface NuxtOptions { ['neu:operasional:interfaces']?: ModuleOptions }
|
|
7
|
+
interface NuxtHooks extends ModuleHooks {}
|
|
8
|
+
interface RuntimeConfig extends ModuleRuntimeConfig {}
|
|
9
|
+
interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare module 'nuxt/schema' {
|
|
13
|
+
interface NuxtConfig { ['neu:operasional:interfaces']?: Partial<ModuleOptions> }
|
|
14
|
+
interface NuxtOptions { ['neu:operasional:interfaces']?: ModuleOptions }
|
|
15
|
+
interface NuxtHooks extends ModuleHooks {}
|
|
16
|
+
interface RuntimeConfig extends ModuleRuntimeConfig {}
|
|
17
|
+
interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
export { ModuleHooks, ModuleOptions, ModulePublicRuntimeConfig, ModuleRuntimeConfig, default } from './nuxt'
|