@terafina/tffa-sfdx-plugin 1.0.4 → 1.0.5
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/README.md +88 -10
- package/assets/clipboard.min.js +7 -0
- package/assets/clippy.svg +3 -0
- package/assets/favicon.png +0 -0
- package/assets/index.css +258 -187
- package/assets/index.js +306 -285
- package/assets/tf-logo.png +0 -0
- package/lib/commands/tffa/apexdoc.js +8 -8
- package/lib/commands/tffa/apexdoc.js.map +1 -1
- package/lib/commands/tffa/lint.js +6 -4
- package/lib/commands/tffa/lint.js.map +1 -1
- package/lib/{apexdoc → shared/apexdoc}/common/apex-docs-error.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/apex-docs-error.js +0 -0
- package/lib/shared/apexdoc/common/apex-docs-error.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/array-utils.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/array-utils.js +0 -0
- package/lib/shared/apexdoc/common/array-utils.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/line-reader.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/line-reader.js +0 -0
- package/lib/shared/apexdoc/common/line-reader.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/apex-model.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/apex-model.js +0 -0
- package/lib/shared/apexdoc/common/models/apex-model.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/class-group.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/class-group.js +0 -0
- package/lib/shared/apexdoc/common/models/class-group.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/class-model.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/class-model.js +0 -0
- package/lib/shared/apexdoc/common/models/class-model.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/engine-config.d.ts +7 -4
- package/lib/shared/apexdoc/common/models/engine-config.js +49 -0
- package/lib/shared/apexdoc/common/models/engine-config.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/enum-model.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/enum-model.js +0 -0
- package/lib/shared/apexdoc/common/models/enum-model.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/index.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/index.js +0 -0
- package/lib/shared/apexdoc/common/models/index.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/method-model.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/method-model.js +0 -0
- package/lib/shared/apexdoc/common/models/method-model.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/property-model.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/property-model.js +0 -0
- package/lib/shared/apexdoc/common/models/property-model.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/top-level-model.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/models/top-level-model.js +0 -0
- package/lib/shared/apexdoc/common/models/top-level-model.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/settings.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/settings.js +3 -0
- package/lib/shared/apexdoc/common/settings.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/tags.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/tags.js +0 -0
- package/lib/shared/apexdoc/common/tags.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/utils.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/utils.js +0 -0
- package/lib/shared/apexdoc/common/utils.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/validator-engine.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/validator-engine.js +0 -0
- package/lib/shared/apexdoc/common/validator-engine.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/common/validator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/common/validator.js +0 -0
- package/lib/shared/apexdoc/common/validator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/file-manager.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/file-manager.js +1 -1
- package/lib/shared/apexdoc/engine/file-manager.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/generator-utils.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/generator-utils.js +0 -0
- package/lib/shared/apexdoc/engine/generators/generator-utils.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/menu-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/menu-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/menu-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/child-enum-markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/child-enum-markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/child-enum-markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/class-markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/class-markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/class-markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/enum-markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/enum-markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/enum-markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/method-markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/method-markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/method-markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/property-markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/property-markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/property-markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/source-markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/source-markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/source-markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/top-level-markup-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/models/top-level-markup-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/models/top-level-markup-generator.js.map +1 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/see-link-generator.d.ts +0 -0
- package/lib/{apexdoc → shared/apexdoc}/engine/generators/see-link-generator.js +0 -0
- package/lib/shared/apexdoc/engine/generators/see-link-generator.js.map +1 -0
- package/lib/{scanner → shared/lint}/apex-class-scan.d.ts +2 -1
- package/lib/{scanner → shared/lint}/apex-class-scan.js +16 -8
- package/lib/shared/lint/apex-class-scan.js.map +1 -0
- package/lib/shared/lint/ignored-files.d.ts +9 -0
- package/lib/shared/lint/ignored-files.js +20 -0
- package/lib/shared/lint/ignored-files.js.map +1 -0
- package/lib/{scanner → shared/lint}/metadata-scan.d.ts +6 -0
- package/lib/{scanner → shared/lint}/metadata-scan.js +47 -25
- package/lib/shared/lint/metadata-scan.js.map +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/lib/apexdoc/common/apex-docs-error.js.map +0 -1
- package/lib/apexdoc/common/array-utils.js.map +0 -1
- package/lib/apexdoc/common/line-reader.js.map +0 -1
- package/lib/apexdoc/common/models/apex-model.js.map +0 -1
- package/lib/apexdoc/common/models/class-group.js.map +0 -1
- package/lib/apexdoc/common/models/class-model.js.map +0 -1
- package/lib/apexdoc/common/models/engine-config.js +0 -29
- package/lib/apexdoc/common/models/engine-config.js.map +0 -1
- package/lib/apexdoc/common/models/enum-model.js.map +0 -1
- package/lib/apexdoc/common/models/index.js.map +0 -1
- package/lib/apexdoc/common/models/method-model.js.map +0 -1
- package/lib/apexdoc/common/models/property-model.js.map +0 -1
- package/lib/apexdoc/common/models/top-level-model.js.map +0 -1
- package/lib/apexdoc/common/settings.js.map +0 -1
- package/lib/apexdoc/common/tags.js.map +0 -1
- package/lib/apexdoc/common/utils.js.map +0 -1
- package/lib/apexdoc/common/validator-engine.js.map +0 -1
- package/lib/apexdoc/common/validator.js.map +0 -1
- package/lib/apexdoc/engine/file-manager.js.map +0 -1
- package/lib/apexdoc/engine/generators/generator-utils.js.map +0 -1
- package/lib/apexdoc/engine/generators/menu-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/child-enum-markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/class-markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/enum-markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/method-markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/property-markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/source-markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/models/top-level-markup-generator.js.map +0 -1
- package/lib/apexdoc/engine/generators/see-link-generator.js.map +0 -1
- package/lib/scanner/apex-class-scan.js.map +0 -1
- package/lib/scanner/metadata-scan.js.map +0 -1
- package/lib/shared/model.d.ts +0 -30
- package/lib/shared/model.js +0 -17
- package/lib/shared/model.js.map +0 -1
- package/lib/shared/parser.d.ts +0 -3
- package/lib/shared/parser.js +0 -101
- package/lib/shared/parser.js.map +0 -1
- package/lib/shared/rules.d.ts +0 -3
- package/lib/shared/rules.js +0 -5
- package/lib/shared/rules.js.map +0 -1
package/assets/index.css
CHANGED
|
@@ -1,20 +1,27 @@
|
|
|
1
|
-
@import url('https://fonts.googleapis.com/
|
|
2
|
-
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
|
|
3
2
|
:root {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
--grey-blue-tx: #51638a;
|
|
4
|
+
--grey-blue-bg: #547499;
|
|
5
|
+
--light-grey: #f7f7f7;
|
|
6
|
+
--dark-grey: #c6c6c6;
|
|
7
|
+
--white: #fff;
|
|
8
|
+
--dark-red: #a31515;
|
|
9
|
+
--title-font: Montserrat, Arial, Calibri, sans-serif;
|
|
10
|
+
--code-font: monospace;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
13
|
body {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
font-family: Montserrat, Arial, Calibri, sans-serif;
|
|
15
|
+
margin: 0px;
|
|
16
|
+
padding: 0px;
|
|
17
|
+
}
|
|
18
|
+
.footer {
|
|
19
|
+
display: none;
|
|
20
|
+
}
|
|
21
|
+
#logo-container {
|
|
22
|
+
display: none;
|
|
23
|
+
height: 130px;
|
|
24
|
+
text-align: center;
|
|
18
25
|
}
|
|
19
26
|
|
|
20
27
|
/** ==================================================================
|
|
@@ -23,11 +30,12 @@ body {
|
|
|
23
30
|
*/
|
|
24
31
|
|
|
25
32
|
.scoping-panel {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
33
|
+
display: none;
|
|
34
|
+
background: var(--white);
|
|
35
|
+
padding: 8px;
|
|
36
|
+
position: sticky;
|
|
37
|
+
text-align: center;
|
|
38
|
+
top: -1px;
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
/** ==================================================================
|
|
@@ -36,196 +44,256 @@ body {
|
|
|
36
44
|
*/
|
|
37
45
|
|
|
38
46
|
#content {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
47
|
+
float: right;
|
|
48
|
+
padding-left: 10px;
|
|
49
|
+
width: 78%;
|
|
42
50
|
}
|
|
43
51
|
|
|
44
52
|
.section {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
53
|
+
padding-top: 10px;
|
|
54
|
+
padding-bottom: 10px;
|
|
55
|
+
margin-right: 10px;
|
|
48
56
|
}
|
|
49
57
|
|
|
50
58
|
.section:not(:last-of-type) {
|
|
51
|
-
|
|
59
|
+
border-bottom: 1px solid black;
|
|
52
60
|
}
|
|
53
61
|
|
|
54
62
|
.class-title,
|
|
55
63
|
.section-title {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
64
|
+
color: var(--grey-blue-tx);
|
|
65
|
+
font-weight: bold;
|
|
66
|
+
margin: 0 0 5px 0;
|
|
67
|
+
padding: 5px 5px 5px 0px;
|
|
68
|
+
font-family: var(--title-font);
|
|
61
69
|
}
|
|
62
70
|
|
|
63
71
|
.class-title a,
|
|
64
72
|
.section-title a {
|
|
65
|
-
|
|
73
|
+
color: var(--grey-blue-tx);
|
|
66
74
|
}
|
|
67
75
|
|
|
68
76
|
.subsection,
|
|
69
77
|
.class-container,
|
|
70
78
|
.methods-container {
|
|
71
|
-
|
|
79
|
+
margin-bottom: 10px;
|
|
80
|
+
}
|
|
81
|
+
.subsection.code {
|
|
82
|
+
margin-top: 20px;
|
|
83
|
+
border-top: 1px solid black;
|
|
84
|
+
border-bottom: 1px solid black;
|
|
85
|
+
margin-bottom: 20px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
pre.code-example {
|
|
89
|
+
margin: 40px;
|
|
90
|
+
position: relative;
|
|
91
|
+
white-space: pre-wrap;
|
|
92
|
+
}
|
|
93
|
+
.code-example code {
|
|
94
|
+
background: var(--light-grey);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
pre button.copy-button {
|
|
98
|
+
cursor: pointer;
|
|
99
|
+
border: 0;
|
|
100
|
+
font-size: 10px;
|
|
101
|
+
text-transform: uppercase;
|
|
102
|
+
font-weight: 500;
|
|
103
|
+
padding: 6px 10px 10px;
|
|
104
|
+
color: #795548;
|
|
105
|
+
background-color: transparent;
|
|
106
|
+
position: absolute;
|
|
107
|
+
top: 0;
|
|
108
|
+
right: 0;
|
|
109
|
+
transition: opacity 0.3s ease-in-out;
|
|
110
|
+
opacity: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
pre:hover .copy-button,
|
|
114
|
+
pre .copy-button:focus {
|
|
115
|
+
opacity: 1;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
pre button.copy-button:hover,
|
|
119
|
+
pre button.copy-button:focus,
|
|
120
|
+
pre button.copy-button:active {
|
|
121
|
+
outline: 0;
|
|
122
|
+
background-color: #eee9e6;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
pre button.copy-button:before {
|
|
126
|
+
content: '';
|
|
127
|
+
display: inline-block;
|
|
128
|
+
width: 16px;
|
|
129
|
+
height: 16px;
|
|
130
|
+
margin-right: 3px;
|
|
131
|
+
background-size: contain;
|
|
132
|
+
background-image: url('clippy.svg');
|
|
133
|
+
background-repeat: no-repeat;
|
|
134
|
+
position: relative;
|
|
135
|
+
top: 3px;
|
|
72
136
|
}
|
|
73
137
|
|
|
74
138
|
.subsection-title {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
139
|
+
font-family: var(--title-font);
|
|
140
|
+
color: var(--grey-blue-tx);
|
|
141
|
+
margin: 20px 0 0 0;
|
|
142
|
+
padding: 2px;
|
|
79
143
|
}
|
|
80
144
|
|
|
81
145
|
.attributes-table {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
146
|
+
margin-top: 10px;
|
|
147
|
+
border-collapse: collapse;
|
|
148
|
+
max-width: 97%;
|
|
85
149
|
}
|
|
86
150
|
|
|
87
151
|
.attributes-table th {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
152
|
+
background: var(--grey-blue-bg);
|
|
153
|
+
color: var(--white);
|
|
154
|
+
text-align: left;
|
|
91
155
|
}
|
|
92
156
|
|
|
93
157
|
.attributes-table th,
|
|
94
158
|
.attributes-table td {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
159
|
+
border: 1px solid #d6d4d4;
|
|
160
|
+
font-size: 14px;
|
|
161
|
+
padding: 5px;
|
|
98
162
|
}
|
|
99
163
|
|
|
100
164
|
.attributes-table tr:nth-child(odd) {
|
|
101
|
-
|
|
165
|
+
background: var(--light-grey);
|
|
102
166
|
}
|
|
103
167
|
|
|
104
168
|
/* restrict width of enum value column so
|
|
105
169
|
most signatures will fit on a single lin */
|
|
106
170
|
.attributes-table .enum-values {
|
|
107
|
-
|
|
108
|
-
|
|
171
|
+
max-width: 300px;
|
|
172
|
+
overflow-wrap: break-word;
|
|
109
173
|
}
|
|
110
174
|
|
|
111
175
|
.attribute-name {
|
|
112
|
-
|
|
176
|
+
font-weight: bold;
|
|
113
177
|
}
|
|
114
178
|
|
|
115
179
|
.prop-annotations,
|
|
116
180
|
.attribute-signature {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
181
|
+
background: none;
|
|
182
|
+
font-family: var(--code-font);
|
|
183
|
+
padding: 0;
|
|
120
184
|
}
|
|
121
185
|
|
|
122
186
|
.attribute-signature {
|
|
123
|
-
|
|
187
|
+
white-space: nowrap;
|
|
124
188
|
}
|
|
125
189
|
|
|
126
190
|
.attribute-description {
|
|
127
|
-
|
|
191
|
+
font-weight: normal;
|
|
128
192
|
}
|
|
129
193
|
|
|
130
194
|
.method-signature,
|
|
131
195
|
.method-annotations,
|
|
132
196
|
.class-annotations,
|
|
133
197
|
.class-signature {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
198
|
+
padding: 3px 0 0 0;
|
|
199
|
+
font-family: var(--code-font);
|
|
200
|
+
font-size: 13.5px;
|
|
201
|
+
font-weight: normal;
|
|
138
202
|
}
|
|
139
203
|
|
|
140
204
|
.class-subtitle,
|
|
141
205
|
.method-subtitle {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
206
|
+
color: var(--grey-blue-tx);
|
|
207
|
+
font-size: 16px;
|
|
208
|
+
font-weight: bold;
|
|
209
|
+
margin: 15px 0 2px 0;
|
|
146
210
|
}
|
|
147
211
|
|
|
148
212
|
.class-subtitle-description {
|
|
149
|
-
|
|
213
|
+
margin-left: 15px;
|
|
150
214
|
}
|
|
151
215
|
|
|
152
216
|
.source-link {
|
|
153
|
-
|
|
154
|
-
|
|
217
|
+
color: inherit;
|
|
218
|
+
text-decoration: none;
|
|
155
219
|
}
|
|
156
220
|
|
|
157
221
|
.source-link:hover {
|
|
158
|
-
|
|
222
|
+
text-decoration: none;
|
|
159
223
|
}
|
|
160
224
|
|
|
161
225
|
.methods-toc {
|
|
162
|
-
|
|
226
|
+
margin-top: 0;
|
|
163
227
|
}
|
|
164
228
|
|
|
165
229
|
.methods-toc li {
|
|
166
|
-
|
|
230
|
+
margin-top: 5px;
|
|
167
231
|
}
|
|
168
232
|
|
|
169
233
|
.methods-toc__entry {
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
234
|
+
color: #2aaae0;
|
|
235
|
+
font-size: 16px;
|
|
236
|
+
font-weight: bold;
|
|
237
|
+
text-decoration: none;
|
|
174
238
|
}
|
|
175
239
|
|
|
176
240
|
.methods-toc__entry.deprecated {
|
|
177
|
-
|
|
241
|
+
color: var(--dark-red);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.methods-toc__description {
|
|
245
|
+
height: 1em;
|
|
246
|
+
line-height: 1em;
|
|
247
|
+
overflow: hidden;
|
|
248
|
+
text-overflow: ellipsis;
|
|
249
|
+
white-space: nowrap;
|
|
250
|
+
width: 500px;
|
|
178
251
|
}
|
|
179
252
|
|
|
180
253
|
.method-title {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
254
|
+
color: #003672;
|
|
255
|
+
margin: 15px 0 5px 0;
|
|
256
|
+
font-family: var(--code-font);
|
|
257
|
+
font-size: 16px;
|
|
185
258
|
}
|
|
186
259
|
|
|
187
260
|
.method-title:target {
|
|
188
|
-
|
|
189
|
-
|
|
261
|
+
margin-top: -12px;
|
|
262
|
+
padding-top: 60px;
|
|
190
263
|
}
|
|
191
264
|
|
|
192
265
|
.method-title:target:before {
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
266
|
+
content: ' ';
|
|
267
|
+
background-clip: padding-box;
|
|
268
|
+
position: absolute;
|
|
269
|
+
top: 24px;
|
|
197
270
|
}
|
|
198
271
|
|
|
199
272
|
.method-subtitle {
|
|
200
|
-
|
|
273
|
+
font-size: 15px;
|
|
201
274
|
}
|
|
202
275
|
|
|
203
276
|
.method-subtitle-description {
|
|
204
|
-
|
|
277
|
+
margin: 0 0 0 16px;
|
|
205
278
|
}
|
|
206
279
|
|
|
207
280
|
div.method:not(:last-of-type) {
|
|
208
|
-
|
|
209
|
-
|
|
281
|
+
border-bottom: 1px solid black;
|
|
282
|
+
padding-bottom: 20px;
|
|
210
283
|
}
|
|
211
284
|
|
|
212
285
|
.code-example {
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.code-example code {
|
|
217
|
-
background: var(--light-grey);
|
|
218
|
-
padding: 7px 10px;
|
|
286
|
+
margin: 10px 5px 10px 0;
|
|
219
287
|
}
|
|
220
288
|
|
|
221
289
|
.param-name {
|
|
222
|
-
|
|
223
|
-
|
|
290
|
+
font-style: italic;
|
|
291
|
+
margin-left: 8px;
|
|
224
292
|
}
|
|
225
293
|
|
|
226
|
-
.param-type
|
|
294
|
+
.param-type,
|
|
227
295
|
.param-description {
|
|
228
|
-
|
|
296
|
+
margin: 5px 5px 5px 16px;
|
|
229
297
|
}
|
|
230
298
|
|
|
231
299
|
/** ==================================================================
|
|
@@ -234,132 +302,134 @@ div.method:not(:last-of-type) {
|
|
|
234
302
|
*/
|
|
235
303
|
|
|
236
304
|
#side-bar {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
305
|
+
background: aliceblue;
|
|
306
|
+
height: 100vh;
|
|
307
|
+
overflow-y: auto;
|
|
308
|
+
position: fixed;
|
|
309
|
+
top: -1px;
|
|
310
|
+
width: 22%;
|
|
243
311
|
}
|
|
244
312
|
|
|
245
313
|
#logo-container {
|
|
246
|
-
|
|
247
|
-
|
|
314
|
+
height: 130px;
|
|
315
|
+
text-align: center;
|
|
248
316
|
}
|
|
249
317
|
|
|
250
318
|
#logo-container .title {
|
|
251
|
-
|
|
252
|
-
|
|
319
|
+
font-family: var(--title-font);
|
|
320
|
+
margin: 15px auto 10px auto;
|
|
253
321
|
}
|
|
254
322
|
|
|
255
323
|
#logo-container .subtitle {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
324
|
+
font-size: 14px;
|
|
325
|
+
text-align: center;
|
|
326
|
+
width: 80%;
|
|
327
|
+
margin: 5px auto 0 auto;
|
|
260
328
|
}
|
|
261
329
|
|
|
262
330
|
#logo-container img {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
331
|
+
height: 70px;
|
|
332
|
+
margin: 0 auto;
|
|
333
|
+
display: block;
|
|
266
334
|
}
|
|
267
335
|
|
|
268
336
|
#search-wrapper {
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
337
|
+
border-bottom: 1px solid lightgrey;
|
|
338
|
+
margin: 10px 10px 5px 10px;
|
|
339
|
+
padding-bottom: 5px;
|
|
272
340
|
}
|
|
273
341
|
|
|
274
342
|
#search-input {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
343
|
+
background: aliceblue;
|
|
344
|
+
border: none;
|
|
345
|
+
outline: none;
|
|
346
|
+
width: 80%;
|
|
279
347
|
}
|
|
280
348
|
|
|
281
349
|
#search-results {
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
350
|
+
height: 0;
|
|
351
|
+
margin: 0;
|
|
352
|
+
transition: height 0.3s, margin 0.3s;
|
|
285
353
|
}
|
|
286
354
|
|
|
287
355
|
#search-results.visible {
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
356
|
+
height: 30%;
|
|
357
|
+
list-style: none;
|
|
358
|
+
margin-bottom: 5px;
|
|
359
|
+
overflow-y: auto;
|
|
360
|
+
padding-left: 12px;
|
|
293
361
|
}
|
|
294
362
|
|
|
295
363
|
#search-results.visible.no-transition {
|
|
296
|
-
|
|
364
|
+
transition: none;
|
|
297
365
|
}
|
|
298
366
|
|
|
299
367
|
.search-result {
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
368
|
+
cursor: pointer;
|
|
369
|
+
height: 25px;
|
|
370
|
+
padding: 6px 0 2px 10px;
|
|
371
|
+
user-select: none;
|
|
372
|
+
margin-right: 5px;
|
|
305
373
|
}
|
|
306
374
|
|
|
307
375
|
nav {
|
|
308
|
-
|
|
376
|
+
padding: 0 5px 0 10px;
|
|
309
377
|
}
|
|
310
378
|
|
|
311
379
|
.navbar ul {
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
380
|
+
list-style: none;
|
|
381
|
+
margin: 0;
|
|
382
|
+
padding: 0;
|
|
315
383
|
}
|
|
316
384
|
|
|
317
385
|
.nav-header {
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
386
|
+
cursor: pointer;
|
|
387
|
+
height: 25px;
|
|
388
|
+
padding: 6px 0 0 6px;
|
|
389
|
+
user-select: none;
|
|
322
390
|
}
|
|
323
391
|
|
|
324
392
|
.nav-header,
|
|
325
393
|
.nav-header a,
|
|
326
394
|
.nav-header span {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
395
|
+
text-overflow: ellipsis;
|
|
396
|
+
white-space: nowrap;
|
|
397
|
+
overflow: hidden;
|
|
330
398
|
}
|
|
331
399
|
|
|
332
400
|
.nav-header:focus {
|
|
333
|
-
|
|
401
|
+
outline-color: #2aaae0;
|
|
334
402
|
}
|
|
335
403
|
|
|
336
404
|
a.nav-header {
|
|
337
|
-
|
|
405
|
+
display: block;
|
|
338
406
|
}
|
|
339
407
|
|
|
340
408
|
.nav-item {
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
409
|
+
cursor: pointer;
|
|
410
|
+
height: 25px;
|
|
411
|
+
margin: 0;
|
|
412
|
+
padding: 6px 0 2px 40px;
|
|
413
|
+
user-select: none;
|
|
346
414
|
}
|
|
347
415
|
|
|
348
416
|
.nav-header a:focus {
|
|
349
|
-
|
|
417
|
+
outline: none;
|
|
350
418
|
}
|
|
351
419
|
|
|
352
420
|
.nav-item a:focus,
|
|
353
421
|
.nav-item:hover a {
|
|
354
|
-
|
|
355
|
-
|
|
422
|
+
outline: none;
|
|
423
|
+
color: #2aaae0;
|
|
356
424
|
}
|
|
357
425
|
|
|
358
|
-
.nav-item a,
|
|
359
426
|
.nav-header,
|
|
360
427
|
.nav-header a {
|
|
361
|
-
|
|
362
|
-
|
|
428
|
+
color: var(--grey-blue-tx);
|
|
429
|
+
font-weight: bold;
|
|
430
|
+
}
|
|
431
|
+
.nav-item a {
|
|
432
|
+
color: var(--grey-blue-tx);
|
|
363
433
|
}
|
|
364
434
|
|
|
365
435
|
.search-result:hover,
|
|
@@ -367,18 +437,18 @@ a.nav-header {
|
|
|
367
437
|
.nav-item.active a,
|
|
368
438
|
.nav-item:hover,
|
|
369
439
|
.nav-item:hover a {
|
|
370
|
-
|
|
371
|
-
|
|
440
|
+
background: var(--grey-blue-bg);
|
|
441
|
+
color: var(--white) !important;
|
|
372
442
|
}
|
|
373
443
|
|
|
374
444
|
.nav-item a {
|
|
375
|
-
|
|
445
|
+
text-decoration: none;
|
|
376
446
|
}
|
|
377
447
|
|
|
378
448
|
details summary::-webkit-details-marker {
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
449
|
+
color: var(--dark-grey) !important;
|
|
450
|
+
float: right;
|
|
451
|
+
margin-top: 5px;
|
|
382
452
|
}
|
|
383
453
|
|
|
384
454
|
/** ==================================================================
|
|
@@ -387,31 +457,32 @@ details summary::-webkit-details-marker {
|
|
|
387
457
|
*/
|
|
388
458
|
|
|
389
459
|
.code-inline {
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
460
|
+
background-color: var(--light-grey);
|
|
461
|
+
color: var(--dark-red);
|
|
462
|
+
font-family: var(--code-font);
|
|
463
|
+
padding: 1px 5px;
|
|
394
464
|
}
|
|
395
465
|
|
|
396
466
|
.deprecated {
|
|
397
|
-
|
|
398
|
-
|
|
467
|
+
color: var(--dark-red);
|
|
468
|
+
font-weight: bold;
|
|
399
469
|
}
|
|
400
470
|
|
|
401
471
|
.footer {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
472
|
+
font-size: 0.8em;
|
|
473
|
+
text-align: center;
|
|
474
|
+
padding-right: 10px;
|
|
405
475
|
}
|
|
406
476
|
|
|
407
|
-
.footer
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
477
|
+
.footer a {
|
|
478
|
+
padding-bottom: 10px;
|
|
479
|
+
display: block;
|
|
480
|
+
border-top: 1px solid;
|
|
481
|
+
padding-top: 10px;
|
|
411
482
|
}
|
|
412
483
|
|
|
413
484
|
.hide {
|
|
414
|
-
|
|
485
|
+
display: none;
|
|
415
486
|
}
|
|
416
487
|
|
|
417
488
|
/** ==================================================================
|
|
@@ -419,7 +490,7 @@ details summary::-webkit-details-marker {
|
|
|
419
490
|
* ==================================================================
|
|
420
491
|
*/
|
|
421
492
|
|
|
422
|
-
::-webkit-scrollbar {
|
|
493
|
+
/* ::-webkit-scrollbar {
|
|
423
494
|
width: 1em;
|
|
424
495
|
}
|
|
425
496
|
|
|
@@ -430,7 +501,7 @@ details summary::-webkit-details-marker {
|
|
|
430
501
|
::-webkit-scrollbar-thumb {
|
|
431
502
|
background-color: darkgrey;
|
|
432
503
|
outline: 1px solid slategrey;
|
|
433
|
-
}
|
|
504
|
+
} */
|
|
434
505
|
|
|
435
506
|
/** ==================================================================
|
|
436
507
|
* Icons
|
|
@@ -438,10 +509,10 @@ details summary::-webkit-details-marker {
|
|
|
438
509
|
*/
|
|
439
510
|
|
|
440
511
|
.search-icon {
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
512
|
+
display: inline-block;
|
|
513
|
+
height: 15px;
|
|
514
|
+
margin: 0 5px 0 2px;
|
|
515
|
+
vertical-align: middle;
|
|
516
|
+
width: 15px;
|
|
517
|
+
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 512 512"><path fill="gray" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>');
|
|
447
518
|
}
|