UNPKG

@mekari/mekari-ui-vue

Version:

--- General web components in Mekari. The components are made using vue.js as its framework. Styling of components on Mekari UI Vue uses [Mekari UI Toolkit](https://bitbucket.org/mid-kelola-indonesia/mekari-ui-toolkit/src/master/). Don't forget to import

395 lines (393 loc) 6.75 kB
const content = [ { id: 'activeEmployee', content: 'Status', children: [ { id: 0, content: 'Active', children: [], checked: true, }, { id: 1, content: 'Resign', children: [], checked: true, }, ], }, { id: 'status', content: 'Employment Status', children: [ { id: 2, content: 'Freelancer', children: [], }, { id: 3, content: 'MAGANG', children: [], }, { id: 4, content: 'FL', children: [], }, { id: 5, content: 'aman', children: [], }, { id: 6, content: 'Kerja', children: [], }, ], }, { id: 'branch', content: 'Branch', children: [ { id: 7, content: 'Pusat', children: [], checked: true, }, { id: 8, content: 'Surabaya', children: [], }, { id: 9, content: 'DEPOk', children: [], }, { id: 10, content: 'Bogor flexiiiii', children: [], }, { id: 11, content: 'Jakarta not use', children: [], }, { id: 12, content: 'Anak Jakarta', children: [], }, { id: 13, content: 'Anak Bogors', children: [], }, { id: 14, content: 'Planet Mars', children: [], }, { id: 15, content: 'Planet Neptunus', children: [], }, { id: 16, content: 'Luwuk', children: [], }, { id: 17, content: 'Persada Raya 51', children: [], }, ], }, { id: 'organization', content: 'Organization', children: [ { id: '4924', content: 'BOD', children: [], }, { id: '4944', content: 'Personalia Department', children: [], }, { id: '4945', content: 'Office Boy', children: [], }, { id: '4946', content: 'Messenger', children: [], }, { id: '4947', content: 'Editing Department', children: [], }, { id: '4948', content: 'Designer Department', children: [], }, { id: '8742', content: 'Sales Department', children: [], }, { id: '8743', content: 'Account Executive', children: [], }, { id: '8965', content: 'Telesales', children: [], }, { id: '10106', content: 'Development Department', children: [], }, { id: '10644', content: 'Job Test', children: [], }, { id: '10709', content: 'A', children: [], }, { id: '10818', content: 'Development', children: [], }, { id: '19152', content: 'Learning Center', children: [], }, { id: '19155', content: 'ABCDE', children: [], }, { id: '19156', content: 'XYZ', children: [], }, { id: '19157', content: 'YPQ', children: [], }, ], }, { id: 'job', content: 'Job Position', children: [ { id: 8708, content: 'CEO', children: [], }, { id: 8726, content: 'Staff Admin', children: [], }, { id: 8727, content: 'Staff Office Boy', children: [], }, { id: 8728, content: 'Staff Messenger', children: [], }, { id: 8729, content: 'Staff Video Editor', children: [], }, { id: 8730, content: 'Staff Motion Designer Divisi Developer', children: [], }, { id: 16849, content: 'Staff Sales', children: [], }, { id: 16850, content: 'Staff AE', children: [], }, { id: 16851, content: 'Staff Tele', children: [], }, { id: 23611, content: 'Junior OB', children: [], }, { id: 23612, content: 'Junior Sales', children: [], }, { id: 23849, content: 'A', children: [], }, { id: 24078, content: 'Quality Assurance', children: [], }, { id: 24189, content: 'Software Analyst', children: [], }, { id: 32007, content: 'MANAGER', children: [], }, { id: 32008, content: 'SPV', children: [], }, { id: 32009, content: 'STAFF', children: [], }, { id: 53941, content: 'Product Trainer', children: [], }, { id: 53947, content: 'OB khusus senin', children: [], }, { id: 53948, content: 'Asisten OB', children: [], }, { id: 53949, content: 'Bawahan OB', children: [], }, ], }, { id: 'jobLevel', content: 'Job Level', children: [ { id: 2036, content: 'CEO', children: [], }, { id: 2041, content: 'Staff', children: [], }, { id: 2738, content: 'Manager', children: [], }, { id: 3546, content: 'VP', children: [], }, { id: 3547, content: 'Intern', children: [], }, { id: 3548, content: 'CTO', children: [], }, { id: 3549, content: 'Spv', children: [], }, { id: 8854, content: 'test ontouio', children: [], }, { id: 9459, content: 'Junior', children: [], }, { id: 9462, content: 'mars', children: [], }, { id: 9463, content: 'jupiter', children: [], }, { id: 9464, content: 'matahari', children: [], }, ], }, { id: 'example', content: 'example', children: [ { id: 'exampleChildren', content: 'example children', children: [], }, ], }, ]; export default content;