sumba 1.1.14 → 1.1.16

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.
@@ -101,7 +101,8 @@
101
101
  "iconset": "Iconset",
102
102
  "subject": "Subject",
103
103
  "message": "Message",
104
- "cat": "Category"
104
+ "cat": "Category",
105
+ "waPhone": "WA Phone"
105
106
  },
106
107
  "validation": {
107
108
  "password": {
package/bajo/intl/id.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "forgotPassword": "Lupa Kata Sandi",
28
28
  "userActivation": "Aktivasi Akun",
29
29
  "signup": "Pendaftaran",
30
- "newUserSignup": "Pendaftaran Pengguna Baru",
30
+ "newUserSignup": "Pendaftaran Pengguna",
31
31
  "updateProfile": "Perbarui Profil",
32
32
  "backToProfile": "Kembali ke Profil",
33
33
  "displayApiKey": "Tampilkan Kunci API",
@@ -102,7 +102,8 @@
102
102
  "iconset": "Iconset",
103
103
  "subject": "Judul",
104
104
  "message": "Pesan",
105
- "cat": "Kategori"
105
+ "cat": "Kategori",
106
+ "waPhone": "WA Phone"
106
107
  },
107
108
  "validation": {
108
109
  "password": {
@@ -1,5 +1,5 @@
1
1
  <c:footer margin="top-5">
2
- <c:div id="footer">test</c:div>
2
+ <c:div id="footer"></c:div>
3
3
  <small>
4
4
  <c:nav flex="justify-content:center" tag="ul">
5
5
  <% if (!(_meta.routeOpts.pathSrc.startsWith('/my-profile') || _meta.routeOpts.pathSrc.startsWith('/info') ||
@@ -1 +1 @@
1
- <c:nav-item t:content="changePassword" href="sumba:/your-stuff/change-password"/>
1
+ <c:nav-item t:content="changePassword" href="sumba:/your-stuff/change-password" padding="x-2"/>
@@ -1 +1 @@
1
- <c:nav-item t:content="forgotPassword" href="sumba:/user/forgot-password"/>
1
+ <c:nav-item t:content="forgotPassword" href="sumba:/user/forgot-password" padding="x-2"/>
@@ -1 +1 @@
1
- <c:nav-item href="/" t:content="gotoHome" />
1
+ <c:nav-item href="/" t:content="gotoHome" padding="x-2"/>
@@ -1 +1 @@
1
- <c:nav-item t:content="signin" href="sumba:/signin" />
1
+ <c:nav-item t:content="signin" href="sumba:/signin" padding="x-2"/>
@@ -1 +1 @@
1
- <c:nav-item t:content="signout" href="sumba:/signout" />
1
+ <c:nav-item t:content="signout" href="sumba:/signout" padding="x-2" />
@@ -1 +1 @@
1
- <c:nav-item t:content="newUserSignup" href="sumba:/user/signup" />
1
+ <c:nav-item t:content="newUserSignup" href="sumba:/user/signup" padding="x-2"/>
@@ -1 +1 @@
1
- <c:nav-item t:content="yourProfile" href="sumba:/your-stuff/profile" />
1
+ <c:nav-item t:content="yourProfile" href="sumba:/your-stuff/profile" padding="x-2" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "description": "Bajo Framework's Biz Suite",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/plugin/factory.js CHANGED
@@ -49,7 +49,7 @@ async function factory (pkgName) {
49
49
  },
50
50
  pages: [{
51
51
  title: 'account',
52
- level: 80,
52
+ level: 9998,
53
53
  children: [
54
54
  // anonymous only
55
55
  { title: 'signin', href: 'sumba:/signin', visible: 'anon' },
@@ -65,11 +65,11 @@ async function factory (pkgName) {
65
65
  ]
66
66
  }, {
67
67
  title: 'help',
68
- level: 90,
68
+ level: 9999,
69
69
  children: [
70
70
  { title: 'contactForm', href: 'sumba:/help/contact-form' },
71
- { title: 'troubleTickets', href: 'sumba:/help/trouble-tickets' },
72
- { title: '-', visible: 'auth' },
71
+ { title: 'troubleTickets', href: 'sumba:/help/trouble-tickets', visible: 'auth' },
72
+ { title: '-' },
73
73
  { title: 'cookiePolicy', href: 'sumba:/info/cookie-policy' },
74
74
  { title: 'privacy', href: 'sumba:/info/privacy' },
75
75
  { title: 'termsConditions', href: 'sumba:/info/terms-conditions' }
@@ -6,13 +6,7 @@
6
6
  { "name": "Person In Charge", "fields": ["picName:3-md 6-sm:Name", "picRole:3-md 6-sm:Role", "picPhone:3-md 6-sm:Phone", "picEmail:3-md 6-sm:Email"] },
7
7
  { "name": "Address", "fields": ["address1:12", "address2:12", "city:6-md 8-sm", "zipCode:2-md 4-sm", "provinceState:4-md", { "name": "country", "col": "6-md", "component": "form-select-country" }, "phone:6-md", "website:12"] },
8
8
  { "name": "Social Media", "fields": ["twitter:3-md 6-sm", "instagram:3-md 6-sm", "facebook:3-md 6-sm", "linkedIn:3-md 6-sm"] }
9
- ],
10
- "stat": {
11
- "aggregate": [
12
- { "fields": ["status"], "group": "status", "aggregate": ["count"] },
13
- { "fields": ["country"], "group": "country", "aggregate": ["count"] }
14
- ]
15
- }
9
+ ]
16
10
  },
17
11
  "view": {
18
12
  "list": {
@@ -20,7 +14,13 @@
20
14
  "sort": "hostname:1",
21
15
  "limit": 10
22
16
  },
23
- "fields": ["createdAt", "status", "hostname", "orgName", "email", "city", "zipCode", "provinceState", "country", "phone"]
17
+ "fields": ["createdAt", "status", "hostname", "orgName", "email", "city", "zipCode", "provinceState", "country", "phone"],
18
+ "stat": {
19
+ "aggregate": [
20
+ { "fields": ["status"], "group": "status", "aggregate": ["count"] },
21
+ { "fields": ["country"], "group": "country", "aggregate": ["count"] }
22
+ ]
23
+ }
24
24
  },
25
25
  "details": {
26
26
  },
@@ -5,13 +5,7 @@
5
5
  { "name": "account", "fields": ["username", "email", "status:4-md 6-sm", "siteId:4-md 6-sm", "firstName", "lastName"] },
6
6
  { "name": "address", "fields": ["address1:12", "address2:12", "city:6-md 8-sm", "zipCode:2-md 4-sm", "provinceState:4-md", { "name": "country", "col": "6-md", "component": "form-select-country" }, "phone:6-md", "website:12"] },
7
7
  { "name": "socialMedia", "fields": ["twitter:3-md 6-sm", "instagram:3-md 6-sm", "facebook:3-md 6-sm", "linkedIn:3-md 6-sm"] }
8
- ],
9
- "stat": {
10
- "aggregate": [
11
- { "fields": ["status"], "group": "status", "aggregate": ["count"] },
12
- { "fields": ["country"], "group": "country", "aggregate": ["count"] }
13
- ]
14
- }
8
+ ]
15
9
  },
16
10
  "view": {
17
11
  "list": {
@@ -19,7 +13,13 @@
19
13
  "sort": "username:1",
20
14
  "limit": 10
21
15
  },
22
- "fields": ["createdAt", "status", "siteId", "username", "email", "firstName", "lastName", "city", "zipCode", "provinceState", "country", "phone"]
16
+ "fields": ["createdAt", "status", "siteId", "username", "email", "firstName", "lastName", "city", "zipCode", "provinceState", "country", "phone"],
17
+ "stat": {
18
+ "aggregate": [
19
+ { "fields": ["status"], "group": "status", "aggregate": ["count"] },
20
+ { "fields": ["country"], "group": "country", "aggregate": ["count"] }
21
+ ]
22
+ }
23
23
  },
24
24
  "details": {
25
25
  },