sumba 2.0.0 → 2.1.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/.github/FUNDING.yml +13 -0
- package/.github/workflows/repo-lockdown.yml +24 -0
- package/.jsdoc.conf.json +45 -0
- package/LICENSE +1 -1
- package/README.md +40 -7
- package/docs/Sumba.html +3 -0
- package/docs/data/search.json +1 -0
- package/docs/fonts/Inconsolata-Regular.ttf +0 -0
- package/docs/fonts/OpenSans-Regular.ttf +0 -0
- package/docs/fonts/WorkSans-Bold.ttf +0 -0
- package/docs/global.html +3 -0
- package/docs/index.html +3 -0
- package/docs/index.js.html +538 -0
- package/docs/scripts/core.js +726 -0
- package/docs/scripts/core.min.js +23 -0
- package/docs/scripts/resize.js +90 -0
- package/docs/scripts/search.js +265 -0
- package/docs/scripts/search.min.js +6 -0
- package/docs/scripts/third-party/Apache-License-2.0.txt +202 -0
- package/docs/scripts/third-party/fuse.js +9 -0
- package/docs/scripts/third-party/hljs-line-num-original.js +369 -0
- package/docs/scripts/third-party/hljs-line-num.js +1 -0
- package/docs/scripts/third-party/hljs-original.js +5171 -0
- package/docs/scripts/third-party/hljs.js +1 -0
- package/docs/scripts/third-party/popper.js +5 -0
- package/docs/scripts/third-party/tippy.js +1 -0
- package/docs/scripts/third-party/tocbot.js +672 -0
- package/docs/scripts/third-party/tocbot.min.js +1 -0
- package/docs/static/bitcoin.jpeg +0 -0
- package/docs/static/home.md +25 -0
- package/docs/static/logo-ecosystem.png +0 -0
- package/docs/static/logo.png +0 -0
- package/docs/styles/clean-jsdoc-theme-base.css +1159 -0
- package/docs/styles/clean-jsdoc-theme-dark.css +412 -0
- package/docs/styles/clean-jsdoc-theme-light.css +482 -0
- package/docs/styles/clean-jsdoc-theme-scrollbar.css +30 -0
- package/docs/styles/clean-jsdoc-theme-without-scrollbar.min.css +1 -0
- package/docs/styles/clean-jsdoc-theme.min.css +1 -0
- package/extend/bajo/hook/{dobo.sumba-contact-form@after-record-create.js → dobo.sumba-contact-form@after-create-record.js} +3 -3
- package/extend/bajo/hook/{dobo.sumba-contact-form@before-record-create.js → dobo.sumba-contact-form@before-create-record.js} +3 -3
- package/extend/bajo/hook/{dobo.sumba-user@after-record-create.js → dobo.sumba-user@after-create-record.js} +3 -3
- package/extend/bajo/hook/dobo.sumba-user@after-record-validation.js +3 -3
- package/extend/bajo/hook/{dobo.sumba-user@after-record-update.js → dobo.sumba-user@after-update-record.js} +5 -5
- package/extend/bajo/hook/{dobo.sumba-user@before-record-create.js → dobo.sumba-user@before-create-record.js} +2 -2
- package/extend/bajo/hook/dobo.sumba-user@before-record-validation.js +3 -3
- package/extend/bajo/hook/{dobo.sumba-user@before-record-update.js → dobo.sumba-user@before-update-record.js} +2 -2
- package/extend/bajo/hook/dobo@before-count-record.js +8 -0
- package/extend/bajo/hook/{dobo@before-record-create.js → dobo@before-create-record.js} +6 -6
- package/extend/bajo/hook/dobo@before-find-one-record.js +8 -0
- package/extend/bajo/hook/{dobo@before-record-find.js → dobo@before-find-record.js} +10 -10
- package/extend/bajo/hook/dobo@before-get-record.js +23 -0
- package/extend/bajo/hook/dobo@before-remove-record.js +10 -0
- package/extend/bajo/hook/dobo@before-update-record.js +10 -0
- package/extend/bajo/hook/waibu-mpa.sumba@after-build-locals.js +0 -0
- package/extend/bajo/hook/waibu-mpa@pre-parsing.js +0 -0
- package/extend/bajo/hook/waibu-rest-api@pre-parsing.js +0 -0
- package/extend/bajo/hook/waibu-static@pre-parsing.js +0 -0
- package/extend/bajo/hook/waibu@after-app-boot.js +2 -2
- package/extend/bajo/hook/waibu@after-create-context.js +0 -0
- package/extend/bajo/hook/waibu@on-request.js +0 -0
- package/extend/bajo/intl/en-US.json +1 -0
- package/extend/bajo/intl/id.json +0 -0
- package/extend/bajoTemplate/layout/centered.html +0 -0
- package/extend/bajoTemplate/layout/default.html +0 -0
- package/extend/bajoTemplate/layout/error.html +0 -0
- package/extend/bajoTemplate/layout/info.html +0 -0
- package/extend/bajoTemplate/partial/403.html +0 -0
- package/extend/bajoTemplate/partial/_admin/reset-user-password.html +0 -0
- package/extend/bajoTemplate/partial/_mail/help-contact-form.html +0 -0
- package/extend/bajoTemplate/partial/_mail/help-contact-form.id.html +0 -0
- package/extend/bajoTemplate/partial/_mail/mystuff-change-password.html +0 -0
- package/extend/bajoTemplate/partial/_mail/mystuff-change-password.id.html +0 -0
- package/extend/bajoTemplate/partial/_mail/mystuff-reset-api-key.html +0 -0
- package/extend/bajoTemplate/partial/_mail/mystuff-reset-api-key.id.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-activation-success.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-activation-success.id.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-forgot-password-changed.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-forgot-password-changed.id.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-forgot-password-link.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-forgot-password-link.id.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-signup-success-active.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-signup-success-active.id.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-signup-success.html +0 -0
- package/extend/bajoTemplate/partial/_mail/user-signup-success.id.html +0 -0
- package/extend/bajoTemplate/partial/api-key-modal.html +0 -0
- package/extend/bajoTemplate/partial/app-launcher.html +0 -0
- package/extend/bajoTemplate/partial/help/contact-form/form.html +0 -0
- package/extend/bajoTemplate/partial/help/contact-form/success.html +0 -0
- package/extend/bajoTemplate/partial/help/trouble-tickets/add.html +0 -0
- package/extend/bajoTemplate/partial/help/trouble-tickets/details.html +0 -0
- package/extend/bajoTemplate/partial/help/trouble-tickets/list.html +0 -0
- package/extend/bajoTemplate/partial/layout/address.html +0 -0
- package/extend/bajoTemplate/partial/layout/breadcrumb.html +0 -0
- package/extend/bajoTemplate/partial/layout/footer.html +0 -0
- package/extend/bajoTemplate/partial/layout/more-info.html +0 -0
- package/extend/bajoTemplate/partial/layout/more-info.id.html +0 -0
- package/extend/bajoTemplate/partial/layout/navbar.html +0 -0
- package/extend/bajoTemplate/partial/layout/sidebar.html +0 -0
- package/extend/bajoTemplate/partial/layout/socmed.html +0 -0
- package/extend/bajoTemplate/partial/list-item/change-password.html +0 -0
- package/extend/bajoTemplate/partial/list-item/forgot-password.html +0 -0
- package/extend/bajoTemplate/partial/list-item/goto-home.html +0 -0
- package/extend/bajoTemplate/partial/list-item/member-links.html +0 -0
- package/extend/bajoTemplate/partial/list-item/oauth-signin.html +0 -0
- package/extend/bajoTemplate/partial/list-item/signin.html +0 -0
- package/extend/bajoTemplate/partial/list-item/signout.html +0 -0
- package/extend/bajoTemplate/partial/list-item/user-signup.html +0 -0
- package/extend/bajoTemplate/partial/list-item/your-profile.html +0 -0
- package/extend/bajoTemplate/partial/signin.html +0 -0
- package/extend/bajoTemplate/partial/signout.html +0 -0
- package/extend/bajoTemplate/partial/user/activation.html +0 -0
- package/extend/bajoTemplate/partial/user/forgot-password-nomail.id.md +0 -0
- package/extend/bajoTemplate/partial/user/forgot-password-nomail.md +0 -0
- package/extend/bajoTemplate/partial/user/forgot-password.html +0 -0
- package/extend/bajoTemplate/partial/user/fpl-invalid.html +0 -0
- package/extend/bajoTemplate/partial/user/fpl-invalid.id.md +0 -0
- package/extend/bajoTemplate/partial/user/fpl-invalid.md +0 -0
- package/extend/bajoTemplate/partial/user/fpl.html +0 -0
- package/extend/bajoTemplate/partial/user/signup/form.html +0 -0
- package/extend/bajoTemplate/partial/user/signup/success-mail.id.md +0 -0
- package/extend/bajoTemplate/partial/user/signup/success-mail.md +0 -0
- package/extend/bajoTemplate/partial/user/signup/success-nomail.id.md +0 -0
- package/extend/bajoTemplate/partial/user/signup/success-nomail.md +0 -0
- package/extend/bajoTemplate/partial/user/signup/success.html +0 -0
- package/extend/bajoTemplate/partial/your-stuff/change-password.html +0 -0
- package/extend/bajoTemplate/partial/your-stuff/profile/edit.html +0 -0
- package/extend/bajoTemplate/partial/your-stuff/profile/view.html +0 -0
- package/extend/bajoTemplate/partial/your-stuff/reset-api-key.html +0 -0
- package/extend/bajoTemplate/template/403.html +0 -0
- package/extend/bajoTemplate/template/_admin/reset-user-password.html +0 -0
- package/extend/bajoTemplate/template/_mail/help-contact-form.html +0 -0
- package/extend/bajoTemplate/template/_mail/mystuff-change-password.html +0 -0
- package/extend/bajoTemplate/template/_mail/mystuff-reset-api-key.html +0 -0
- package/extend/bajoTemplate/template/_mail/user-activation-success.html +0 -0
- package/extend/bajoTemplate/template/_mail/user-forgot-password-changed.html +0 -0
- package/extend/bajoTemplate/template/_mail/user-forgot-password-link.html +0 -0
- package/extend/bajoTemplate/template/_mail/user-signup-success-active.html +0 -0
- package/extend/bajoTemplate/template/_mail/user-signup-success.html +0 -0
- package/extend/bajoTemplate/template/help/contact-form/form.html +0 -0
- package/extend/bajoTemplate/template/help/contact-form/success.html +0 -0
- package/extend/bajoTemplate/template/help/trouble-tickets/add.html +0 -0
- package/extend/bajoTemplate/template/help/trouble-tickets/details.html +0 -0
- package/extend/bajoTemplate/template/help/trouble-tickets/list.html +0 -0
- package/extend/bajoTemplate/template/info/about-us.md +0 -0
- package/extend/bajoTemplate/template/info/cookie-policy.md +0 -0
- package/extend/bajoTemplate/template/info/privacy.md +0 -0
- package/extend/bajoTemplate/template/info/terms-conditions.md +0 -0
- package/extend/bajoTemplate/template/signin.html +0 -0
- package/extend/bajoTemplate/template/signout.html +0 -0
- package/extend/bajoTemplate/template/user/activation.html +0 -0
- package/extend/bajoTemplate/template/user/forgot-password.html +0 -0
- package/extend/bajoTemplate/template/user/fpl-invalid.html +0 -0
- package/extend/bajoTemplate/template/user/fpl.html +0 -0
- package/extend/bajoTemplate/template/user/signup/form.html +0 -0
- package/extend/bajoTemplate/template/user/signup/success.html +0 -0
- package/extend/bajoTemplate/template/your-stuff/change-password.html +0 -0
- package/extend/bajoTemplate/template/your-stuff/profile/edit.html +0 -0
- package/extend/bajoTemplate/template/your-stuff/profile/view.html +0 -0
- package/extend/bajoTemplate/template/your-stuff/reset-api-key.html +0 -0
- package/extend/dobo/feature/address.js +1 -1
- package/extend/dobo/feature/category.js +0 -0
- package/extend/dobo/feature/country.js +1 -1
- package/extend/dobo/feature/email.js +0 -0
- package/extend/dobo/feature/lat-lng.js +3 -3
- package/extend/dobo/feature/lat.js +2 -2
- package/extend/dobo/feature/lng.js +2 -2
- package/extend/dobo/feature/person-in-charge.js +0 -0
- package/extend/dobo/feature/phone.js +0 -0
- package/extend/dobo/feature/site-id.js +3 -3
- package/extend/dobo/feature/slug.js +7 -8
- package/extend/dobo/feature/social.js +0 -0
- package/extend/dobo/feature/status.js +2 -2
- package/extend/dobo/feature/team-id.js +3 -3
- package/extend/dobo/feature/ts.js +0 -0
- package/extend/dobo/feature/url.js +6 -6
- package/extend/dobo/feature/user-id.js +5 -5
- package/extend/dobo/fixture/contact-form-cat.json +0 -0
- package/extend/dobo/fixture/site.json +0 -4
- package/extend/dobo/fixture/team-user.json +0 -0
- package/extend/dobo/fixture/team.json +2 -1
- package/extend/dobo/fixture/ticket-cat.json +0 -0
- package/extend/dobo/fixture/user.json +0 -0
- package/extend/dobo/model/contact-form-cat.json +3 -0
- package/extend/dobo/model/contact-form.json +16 -0
- package/extend/dobo/model/download.json +19 -0
- package/extend/dobo/model/site-setting.json +8 -0
- package/extend/dobo/{schema → model}/site.json +4 -8
- package/extend/dobo/{schema → model}/team-user.json +5 -10
- package/extend/dobo/model/team.json +15 -0
- package/extend/dobo/model/ticket-cat.json +3 -0
- package/extend/dobo/model/ticket-detail.json +7 -0
- package/extend/dobo/model/ticket.json +18 -0
- package/extend/dobo/{schema → model}/user.json +14 -11
- package/extend/masohiSocketIo/middleware/server/auth.js +1 -1
- package/extend/sumba/route/anonymous.json +0 -0
- package/extend/sumba/route/secure.json +0 -0
- package/extend/waibuBootstrap/theme/component/factory/nav-dropdown-user.js +5 -5
- package/extend/waibuDb/schema/contact-form-cat.json +0 -0
- package/extend/waibuDb/schema/contact-form.json +0 -0
- package/extend/waibuDb/schema/download.js +1 -1
- package/extend/waibuDb/schema/site.json +2 -2
- package/extend/waibuDb/schema/team-user.js +2 -2
- package/extend/waibuDb/schema/team.json +0 -0
- package/extend/waibuDb/schema/ticket-cat.json +0 -0
- package/extend/waibuDb/schema/user.json +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/contact-form/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/contact-form-cat/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/download/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/reset-user-password.js +5 -6
- package/extend/waibuMpa/extend/waibuAdmin/route/session/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/site.js +25 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/team/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/team-user/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/ticket/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/ticket-cat/@action.js +0 -0
- package/extend/waibuMpa/extend/waibuAdmin/route/user/@action.js +0 -0
- package/extend/waibuMpa/route/access-token.js +1 -2
- package/extend/waibuMpa/route/help/contact-form.js +5 -5
- package/extend/waibuMpa/route/help/trouble-tickets/add.js +4 -4
- package/extend/waibuMpa/route/help/trouble-tickets/details/@id.js +5 -5
- package/extend/waibuMpa/route/help/trouble-tickets/list.js +2 -2
- package/extend/waibuMpa/route/info/@item.js +0 -0
- package/extend/waibuMpa/route/signin.js +0 -0
- package/extend/waibuMpa/route/signout.js +1 -14
- package/extend/waibuMpa/route/user/activation.js +4 -6
- package/extend/waibuMpa/route/user/forgot-password/@fpl.js +9 -10
- package/extend/waibuMpa/route/user/forgot-password.js +5 -7
- package/extend/waibuMpa/route/user/signup.js +4 -4
- package/extend/waibuMpa/route/your-stuff/change-password.js +5 -6
- package/extend/waibuMpa/route/your-stuff/download/@action.js +0 -0
- package/extend/waibuMpa/route/your-stuff/download/get.js +0 -0
- package/extend/waibuMpa/route/your-stuff/profile/edit.js +5 -5
- package/extend/waibuMpa/route/your-stuff/profile.js +2 -2
- package/extend/waibuMpa/route/your-stuff/reset-api-key.js +8 -9
- package/extend/waibuRestApi/route/info/get.js +2 -2
- package/extend/waibuRestApi/route/manage/team/model-builder.json +0 -0
- package/extend/waibuRestApi/route/manage/user/model-builder.json +0 -0
- package/extend/waibuRestApi/route/user/access-token/@type/create.js +0 -0
- package/extend/waibuRestApi/route/user/api-key/get.js +1 -2
- package/extend/waibuRestApi/route/your-stuff/api-key/get.js +1 -2
- package/extend/waibuRestApi/route/your-stuff/api-key/update.js +5 -6
- package/extend/waibuRestApi/route/your-stuff/change-password/update.js +2 -3
- package/extend/waibuRestApi/route/your-stuff/profile/get.js +2 -2
- package/extend/waibuRestApi/route/your-stuff/profile/update.js +3 -3
- package/extend/waibuSocketIo/middleware/server/auth.js +2 -3
- package/extend/waibuStatic/asset/user-profile.png +0 -0
- package/index.js +78 -54
- package/lib/check-iconset.js +4 -6
- package/lib/check-team.js +1 -1
- package/lib/check-theme.js +4 -7
- package/lib/check-user-id.js +4 -3
- package/lib/collect-redirects.js +0 -0
- package/lib/collect-routes.js +4 -4
- package/lib/collect-team.js +3 -3
- package/lib/lat-lng-hook.js +2 -2
- package/lib/password-rule.js +0 -0
- package/lib/reset-token.js +1 -1
- package/lib/token-schema.js +0 -0
- package/logo.png +0 -0
- package/package.json +41 -34
- package/wiki/CHANGES.md +6 -0
- package/wiki/CONFIG.md +2 -0
- package/wiki/CONTRIBUTING.md +5 -0
- package/wiki/DEV-GUIDE.md +1 -0
- package/wiki/ECOSYSTEM.md +28 -0
- package/wiki/GETTING-STARTED.md +1 -0
- package/wiki/USER-GUIDE.md +1 -0
- package/extend/bajo/hook/dobo@before-record-count.js +0 -8
- package/extend/bajo/hook/dobo@before-record-find-one.js +0 -8
- package/extend/bajo/hook/dobo@before-record-get.js +0 -23
- package/extend/bajo/hook/dobo@before-record-remove.js +0 -10
- package/extend/bajo/hook/dobo@before-record-update.js +0 -10
- package/extend/dobo/schema/contact-form-cat.json +0 -3
- package/extend/dobo/schema/contact-form.json +0 -20
- package/extend/dobo/schema/download.json +0 -24
- package/extend/dobo/schema/site-setting.json +0 -8
- package/extend/dobo/schema/team.json +0 -19
- package/extend/dobo/schema/ticket-cat.json +0 -3
- package/extend/dobo/schema/ticket-detail.json +0 -7
- package/extend/dobo/schema/ticket.json +0 -17
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
::selection {
|
|
2
|
+
background: #ffce76;
|
|
3
|
+
color: #222;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
body {
|
|
7
|
+
background-color: #1a1a1a;
|
|
8
|
+
color: #fff;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
a,
|
|
12
|
+
a:active {
|
|
13
|
+
color: #0bf;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
hr {
|
|
17
|
+
color: #222;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
h1,
|
|
21
|
+
h2,
|
|
22
|
+
h3,
|
|
23
|
+
h4,
|
|
24
|
+
h5,
|
|
25
|
+
h6 {
|
|
26
|
+
color: #fff;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.sidebar {
|
|
30
|
+
background-color: #222;
|
|
31
|
+
color: #999;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.sidebar-title {
|
|
35
|
+
color: #999;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sidebar-section-title {
|
|
39
|
+
color: #999;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sidebar-section-title:hover {
|
|
43
|
+
background: #252525;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
.with-arrow {
|
|
49
|
+
fill: #999;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sidebar-section-children-container {
|
|
53
|
+
background: #292929;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.sidebar-section-children.active {
|
|
57
|
+
background: #444;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sidebar-section-children a:hover {
|
|
61
|
+
background: #2c2c2c;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.sidebar-section-children a {
|
|
65
|
+
color: #fff;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.navbar-container {
|
|
69
|
+
background: #1a1a1a;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.icon-button svg,
|
|
73
|
+
.navbar-item a {
|
|
74
|
+
color: #999;
|
|
75
|
+
fill: #999;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.font-size-tooltip .icon-button svg {
|
|
79
|
+
fill: #fff;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.font-size-tooltip .icon-button.disabled {
|
|
83
|
+
background: #999;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.icon-button:hover {
|
|
87
|
+
background: #333;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.icon-button:active {
|
|
91
|
+
background: #444;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.navbar-item a:active {
|
|
95
|
+
background-color: #222;
|
|
96
|
+
color: #aaa;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.navbar-item:hover {
|
|
100
|
+
background: #202020;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.footer {
|
|
104
|
+
background: #222;
|
|
105
|
+
color: #999;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.footer a {
|
|
109
|
+
color: #999;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.toc-link {
|
|
113
|
+
color: #777;
|
|
114
|
+
font-size: 0.875rem;
|
|
115
|
+
transition: color 0.3s;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.toc-link.is-active-link {
|
|
119
|
+
color: #fff;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.has-anchor .link-anchor {
|
|
123
|
+
color: #555;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.has-anchor .link-anchor:hover {
|
|
127
|
+
color: #888;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
tt,
|
|
131
|
+
code,
|
|
132
|
+
kbd,
|
|
133
|
+
samp {
|
|
134
|
+
background: #333;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.signature-attributes {
|
|
138
|
+
color: #aaa;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.ancestors {
|
|
142
|
+
color: #999;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.ancestors a {
|
|
146
|
+
color: #999 !important;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.important {
|
|
150
|
+
color: #c51313;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.type-signature {
|
|
154
|
+
color: #00918e;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.name,
|
|
158
|
+
.name a {
|
|
159
|
+
color: #f7f7f7;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.details {
|
|
163
|
+
background: #222;
|
|
164
|
+
color: #fff;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.prettyprint {
|
|
168
|
+
background: #222;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.member-item-container strong,
|
|
172
|
+
.method-member-container strong {
|
|
173
|
+
color: #fff;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.pre-top-bar-container {
|
|
177
|
+
background: #292929;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.prettyprint.source,
|
|
181
|
+
.prettyprint code {
|
|
182
|
+
background-color: #222;
|
|
183
|
+
color: #c9d1d9;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.pre-div {
|
|
187
|
+
background-color: #222;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.hljs .hljs-ln-numbers {
|
|
191
|
+
color: #777;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.hljs .selected {
|
|
195
|
+
background: #444;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.hljs .selected .hljs-ln-numbers {
|
|
199
|
+
color: #eee;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
table .name,
|
|
204
|
+
.params .name,
|
|
205
|
+
.props .name,
|
|
206
|
+
.name code {
|
|
207
|
+
color: #fff;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
table td,
|
|
211
|
+
.params td {
|
|
212
|
+
background-color: #292929;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
table thead th,
|
|
216
|
+
.params thead th,
|
|
217
|
+
.props thead th {
|
|
218
|
+
background-color: #222;
|
|
219
|
+
color: #fff;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/* stylelint-disable */
|
|
223
|
+
table .params thead tr,
|
|
224
|
+
.params .params thead tr,
|
|
225
|
+
.props .props thead tr {
|
|
226
|
+
background-color: #222;
|
|
227
|
+
color: #fff;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.disabled {
|
|
231
|
+
color: #aaaaaa;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.code-lang-name {
|
|
235
|
+
color: #ff8a00;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.tooltip {
|
|
239
|
+
background: #ffce76;
|
|
240
|
+
color: #222;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/* code */
|
|
244
|
+
.hljs-comment {
|
|
245
|
+
color: #8b949e;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.hljs-doctag,
|
|
249
|
+
.hljs-keyword,
|
|
250
|
+
.hljs-template-tag,
|
|
251
|
+
.hljs-variable.language_ {
|
|
252
|
+
color: #ff7b72;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.hljs-template-variable,
|
|
256
|
+
.hljs-type {
|
|
257
|
+
color: #30ac7c;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.hljs-meta,
|
|
261
|
+
.hljs-string,
|
|
262
|
+
.hljs-regexp {
|
|
263
|
+
color: #a5d6ff;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.hljs-title.class_,
|
|
267
|
+
.hljs-title {
|
|
268
|
+
color: #ffa657;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.hljs-title.class_.inherited__,
|
|
272
|
+
.hljs-title.function_ {
|
|
273
|
+
color: #d2a8ff;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.hljs-attr,
|
|
277
|
+
.hljs-attribute,
|
|
278
|
+
.hljs-literal,
|
|
279
|
+
.hljs-meta,
|
|
280
|
+
.hljs-number,
|
|
281
|
+
.hljs-operator,
|
|
282
|
+
.hljs-selector-attr,
|
|
283
|
+
.hljs-selector-class,
|
|
284
|
+
.hljs-selector-id,
|
|
285
|
+
.hljs-variable {
|
|
286
|
+
color: #79c0ff;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.hljs-meta .hljs-string,
|
|
290
|
+
.hljs-regexp,
|
|
291
|
+
.hljs-string {
|
|
292
|
+
color: #a5d6ff;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.hljs-built_in,
|
|
296
|
+
.hljs-symbol {
|
|
297
|
+
color: #ffa657;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.hljs-code,
|
|
301
|
+
.hljs-comment,
|
|
302
|
+
.hljs-formula {
|
|
303
|
+
color: #8b949e;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.hljs-name,
|
|
307
|
+
.hljs-quote,
|
|
308
|
+
.hljs-selector-pseudo,
|
|
309
|
+
.hljs-selector-tag {
|
|
310
|
+
color: #7ee787;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.hljs-subst {
|
|
314
|
+
color: #c9d1d9;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.hljs-section {
|
|
318
|
+
color: #1f6feb;
|
|
319
|
+
font-weight: 700;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.hljs-bullet {
|
|
323
|
+
color: #f2cc60;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.hljs-emphasis {
|
|
327
|
+
color: #c9d1d9;
|
|
328
|
+
font-style: italic;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.hljs-strong {
|
|
332
|
+
color: #c9d1d9;
|
|
333
|
+
font-weight: 700;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
/* code end*/
|
|
337
|
+
|
|
338
|
+
blockquote {
|
|
339
|
+
background: #222;
|
|
340
|
+
color: #fff;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.search-container {
|
|
344
|
+
background: rgba(255, 255, 255, 0.1);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.icon-button.search-close-button svg {
|
|
348
|
+
fill: #a00;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.search-container .wrapper {
|
|
352
|
+
background: #222;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.search-result-c {
|
|
356
|
+
color: #666;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.search-box-c {
|
|
360
|
+
fill: #333;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.search-input {
|
|
364
|
+
background: #333;
|
|
365
|
+
color: #fff;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.search-box-c svg {
|
|
369
|
+
fill: #fff;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.search-result-item {
|
|
373
|
+
background: #333;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.search-result-item:hover {
|
|
377
|
+
background: #444;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.search-result-item:active {
|
|
381
|
+
background: #555;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.search-result-item-title {
|
|
385
|
+
color: #fff;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.search-result-item-p {
|
|
389
|
+
color: #aaa;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.mobile-menu-icon-container .icon-button {
|
|
393
|
+
background: #333;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.mobile-sidebar-container {
|
|
397
|
+
background: #1a1a1a;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.mobile-sidebar-wrapper {
|
|
401
|
+
background: #222;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
.child-tutorial {
|
|
406
|
+
border-color: #555;
|
|
407
|
+
color: #f3f3f3;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.child-tutorial:hover {
|
|
411
|
+
background: #222;
|
|
412
|
+
}
|