@openui5/sap.ui.documentation 1.93.3 → 1.96.2
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/.reuse/dep5 +6 -11
- package/THIRDPARTY.txt +10 -16
- package/package.json +6 -6
- package/src/sap/ui/documentation/.library +1 -6
- package/src/sap/ui/documentation/library.js +7 -5
- package/src/sap/ui/documentation/messagebundle.properties +11 -2
- package/src/sap/ui/documentation/messagebundle_ar.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_bg.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_ca.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_cs.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_cy.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_da.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_de.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_el.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_en.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_es.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +9 -4
- package/src/sap/ui/documentation/messagebundle_et.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_fi.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_fr.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +8 -3
- package/src/sap/ui/documentation/messagebundle_hi.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_hr.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_hu.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_id.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_it.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_iw.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_ja.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_kk.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_ko.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_lt.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_lv.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_ms.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_nl.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_no.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_pl.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_pt.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_ro.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_ru.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_sh.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_sk.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_sl.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_sv.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_th.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_tr.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_uk.properties +10 -5
- package/src/sap/ui/documentation/messagebundle_vi.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +7 -2
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +7 -2
- package/src/sap/ui/documentation/sdk/Component.js +3 -2
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +9 -4
- package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -38
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +24 -9
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -2
- package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +59 -24
- package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +6 -4
- package/src/sap/ui/documentation/sdk/controller/SampleNotFound.controller.js +14 -0
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +5 -38
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/css/style.css +5 -5
- package/src/sap/ui/documentation/sdk/index.html +55 -0
- package/src/sap/ui/documentation/sdk/manifest.json +11 -0
- package/src/sap/ui/documentation/sdk/model/formatter.js +1 -1
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +33 -24
- package/src/sap/ui/documentation/sdk/util/Resources.js +14 -4
- package/src/sap/ui/documentation/sdk/view/App.view.xml +9 -1
- package/src/sap/ui/documentation/sdk/view/ChangeVersionDialog.fragment.xml +16 -6
- package/src/sap/ui/documentation/sdk/view/ReleaseDialog.fragment.xml +1 -1
- package/src/sap/ui/documentation/sdk/view/SampleNotFound.view.xml +17 -0
- package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +3 -18
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +2 -2
- package/src/sap/ui/documentation/themes/base/Documentation.less +7 -6
- package/ui5.yaml +5 -2
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/lang-css.js +0 -160
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/lang-feature.js +0 -33
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/lang-properties.js +0 -22
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/lang-text.js +0 -11
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/prettify.css +0 -232
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/prettify.js +0 -1740
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/run-prettify.js +0 -27
- package/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/run_prettify.js +0 -34
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright (C) 2015 Google Inc.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/* Pretty printing styles. Used with prettify.js. */
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
/* SPAN elements with the classes below are added by prettyprint. */
|
|
22
|
-
.pln { color: #000 } /* plain text */
|
|
23
|
-
|
|
24
|
-
@media screen {
|
|
25
|
-
.str { color: #080 } /* string content */
|
|
26
|
-
.kwd { color: #008 } /* a keyword */
|
|
27
|
-
.com { color: #800 } /* a comment */
|
|
28
|
-
.typ { color: #606 } /* a type name */
|
|
29
|
-
.lit { color: #066 } /* a literal value */
|
|
30
|
-
/* punctuation, lisp open bracket, lisp close bracket */
|
|
31
|
-
.pun, .opn, .clo { color: #660 }
|
|
32
|
-
.tag { color: #008 } /* a markup tag name */
|
|
33
|
-
.atn { color: #606 } /* a markup attribute name */
|
|
34
|
-
.atv { color: #080 } /* a markup attribute value */
|
|
35
|
-
.dec, .var { color: #606 } /* a declaration; a variable name */
|
|
36
|
-
.fun { color: red } /* a function name */
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/* Use higher contrast and text-weight for printable form. */
|
|
40
|
-
@media print, projection {
|
|
41
|
-
.str { color: #060 }
|
|
42
|
-
.kwd { color: #006; font-weight: bold }
|
|
43
|
-
.com { color: #600; font-style: italic }
|
|
44
|
-
.typ { color: #404; font-weight: bold }
|
|
45
|
-
.lit { color: #044 }
|
|
46
|
-
.pun, .opn, .clo { color: #440 }
|
|
47
|
-
.tag { color: #006; font-weight: bold }
|
|
48
|
-
.atn { color: #404 }
|
|
49
|
-
.atv { color: #060 }
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/* Put a border around prettyprinted code snippets. */
|
|
53
|
-
pre.prettyprint { padding: 2px; border: 1px solid #888 }
|
|
54
|
-
|
|
55
|
-
/* Specify class=linenums on a pre to get line numbering */
|
|
56
|
-
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
|
|
57
|
-
li.L0,
|
|
58
|
-
li.L1,
|
|
59
|
-
li.L2,
|
|
60
|
-
li.L3,
|
|
61
|
-
li.L5,
|
|
62
|
-
li.L6,
|
|
63
|
-
li.L7,
|
|
64
|
-
li.L8 { list-style-type: none }
|
|
65
|
-
/* Alternate shading for lines */
|
|
66
|
-
li.L1,
|
|
67
|
-
li.L3,
|
|
68
|
-
li.L5,
|
|
69
|
-
li.L7,
|
|
70
|
-
li.L9 { background: #eee }
|
|
71
|
-
|
|
72
|
-
/* Different theme for Fiori 3 Dark for better visibility */
|
|
73
|
-
/* SPAN elements with the classes below are added by prettyprint. */
|
|
74
|
-
|
|
75
|
-
.sapUiTheme-sap_fiori_3_dark pre .pln { color: #fff } /* plaintext */
|
|
76
|
-
|
|
77
|
-
@media screen {
|
|
78
|
-
.sapUiTheme-sap_fiori_3_dark pre .str { color: #ffa0a0 } /* string content */
|
|
79
|
-
.sapUiTheme-sap_fiori_3_dark pre .kwd { color: #f0e68c} /* a keyword */
|
|
80
|
-
.sapUiTheme-sap_fiori_3_dark pre .com { color: #87ceeb } /* a comment */
|
|
81
|
-
.sapUiTheme-sap_fiori_3_dark pre .typ { color: #98fb98 } /* a type name */
|
|
82
|
-
.sapUiTheme-sap_fiori_3_dark pre .lit { color: #cd5c5c } /* a literal value */
|
|
83
|
-
/* punctuation, lisp open bracket, lisp close bracket */
|
|
84
|
-
.sapUiTheme-sap_fiori_3_dark pre .pun { color: #fff } /* punctuation */
|
|
85
|
-
.sapUiTheme-sap_fiori_3_dark pre .tag { color: #f0e68c } /* a markup tag name */
|
|
86
|
-
.sapUiTheme-sap_fiori_3_dark pre .atn { color: #bdb76b } /* a markup attribute name */
|
|
87
|
-
.sapUiTheme-sap_fiori_3_dark pre .atv { color: #ffa0a0 } /* a markup attribute value */
|
|
88
|
-
.sapUiTheme-sap_fiori_3_dark pre .dec { color: #98fb98 } /* decimal */
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/* Use higher contrast and text-weight for printable form. */
|
|
92
|
-
@media print, projection {
|
|
93
|
-
.sapUiTheme-sap_fiori_3_dark pre.prettyprint { background-color: none }
|
|
94
|
-
.sapUiTheme-sap_fiori_3_dark pre .str, .sapUiTheme-sap_fiori_3_dark code .str { color: #060 }
|
|
95
|
-
.sapUiTheme-sap_fiori_3_dark pre .kwd, .sapUiTheme-sap_fiori_3_dark code .kwd { color: #006; font-weight: bold }
|
|
96
|
-
.sapUiTheme-sap_fiori_3_dark pre .com, .sapUiTheme-sap_fiori_3_dark code .com { color: #600; font-style: italic }
|
|
97
|
-
.sapUiTheme-sap_fiori_3_dark pre .typ, .sapUiTheme-sap_fiori_3_dark code .typ { color: #404; font-weight: bold }
|
|
98
|
-
.sapUiTheme-sap_fiori_3_dark pre .lit, .sapUiTheme-sap_fiori_3_dark code .lit { color: #044 }
|
|
99
|
-
.sapUiTheme-sap_fiori_3_dark pre .pun, .sapUiTheme-sap_fiori_3_dark code .pun { color: #440 }
|
|
100
|
-
.sapUiTheme-sap_fiori_3_dark pre .pln, .sapUiTheme-sap_fiori_3_dark code .pln { color: #000 }
|
|
101
|
-
.sapUiTheme-sap_fiori_3_dark pre .tag, .sapUiTheme-sap_fiori_3_dark code .tag { color: #006; font-weight: bold }
|
|
102
|
-
.sapUiTheme-sap_fiori_3_dark pre .atn, .sapUiTheme-sap_fiori_3_dark code .atn { color: #404 }
|
|
103
|
-
.sapUiTheme-sap_fiori_3_dark pre .atv, .sapUiTheme-sap_fiori_3_dark code .atv { color: #060 }
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/* Put a border around prettyprinted code snippets. */
|
|
107
|
-
.sapUiTheme-sap_fiori_3_dark pre.prettyprint { padding: 2px; border: solid 1px #3a4552 }
|
|
108
|
-
|
|
109
|
-
/* Specify class=linenums on a pre to get line numbering */
|
|
110
|
-
.sapUiTheme-sap_fiori_3_dark ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
|
|
111
|
-
.sapUiTheme-sap_fiori_3_dark li.L0,
|
|
112
|
-
.sapUiTheme-sap_fiori_3_dark li.L1,
|
|
113
|
-
.sapUiTheme-sap_fiori_3_dark li.L2,
|
|
114
|
-
.sapUiTheme-sap_fiori_3_dark li.L3,
|
|
115
|
-
.sapUiTheme-sap_fiori_3_dark li.L5,
|
|
116
|
-
.sapUiTheme-sap_fiori_3_dark li.L6,
|
|
117
|
-
.sapUiTheme-sap_fiori_3_dark li.L7,
|
|
118
|
-
.sapUiTheme-sap_fiori_3_dark li.L8 { list-style-type: none }
|
|
119
|
-
/* Alternate shading for lines */
|
|
120
|
-
.sapUiTheme-sap_fiori_3_dark li.L1,
|
|
121
|
-
.sapUiTheme-sap_fiori_3_dark li.L3,
|
|
122
|
-
.sapUiTheme-sap_fiori_3_dark li.L5,
|
|
123
|
-
.sapUiTheme-sap_fiori_3_dark li.L7,
|
|
124
|
-
.sapUiTheme-sap_fiori_3_dark li.L9 { background: #eee }
|
|
125
|
-
|
|
126
|
-
/* Different theme for Belize HCB for better visibility */
|
|
127
|
-
/* SPAN elements with the classes below are added by prettyprint. */
|
|
128
|
-
|
|
129
|
-
.sapUiTheme-sap_belize_hcb pre .pln { color: #fff } /* plaintext */
|
|
130
|
-
|
|
131
|
-
@media screen {
|
|
132
|
-
.sapUiTheme-sap_belize_hcb pre .str { color: #ffa0a0 } /* string content */
|
|
133
|
-
.sapUiTheme-sap_belize_hcb pre .kwd { color: #f0e68c} /* a keyword */
|
|
134
|
-
.sapUiTheme-sap_belize_hcb pre .com { color: #87ceeb } /* a comment */
|
|
135
|
-
.sapUiTheme-sap_belize_hcb pre .typ { color: #98fb98 } /* a type name */
|
|
136
|
-
.sapUiTheme-sap_belize_hcb pre .lit { color: #cd5c5c } /* a literal value */
|
|
137
|
-
/* punctuation, lisp open bracket, lisp close bracket */
|
|
138
|
-
.sapUiTheme-sap_belize_hcb pre .pun { color: #fff } /* punctuation */
|
|
139
|
-
.sapUiTheme-sap_belize_hcb pre .tag { color: #f0e68c } /* a markup tag name */
|
|
140
|
-
.sapUiTheme-sap_belize_hcb pre .atn { color: #bdb76b } /* a markup attribute name */
|
|
141
|
-
.sapUiTheme-sap_belize_hcb pre .atv { color: #ffa0a0 } /* a markup attribute value */
|
|
142
|
-
.sapUiTheme-sap_belize_hcb pre .dec { color: #98fb98 } /* decimal */
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/* Use higher contrast and text-weight for printable form. */
|
|
146
|
-
@media print, projection {
|
|
147
|
-
.sapUiTheme-sap_belize_hcb pre.prettyprint { background-color: none }
|
|
148
|
-
.sapUiTheme-sap_belize_hcb pre .str, .sapUiTheme-sap_belize_hcb code .str { color: #060 }
|
|
149
|
-
.sapUiTheme-sap_belize_hcb pre .kwd, .sapUiTheme-sap_belize_hcb code .kwd { color: #006; font-weight: bold }
|
|
150
|
-
.sapUiTheme-sap_belize_hcb pre .com, .sapUiTheme-sap_belize_hcb code .com { color: #600; font-style: italic }
|
|
151
|
-
.sapUiTheme-sap_belize_hcb pre .typ, .sapUiTheme-sap_belize_hcb code .typ { color: #404; font-weight: bold }
|
|
152
|
-
.sapUiTheme-sap_belize_hcb pre .lit, .sapUiTheme-sap_belize_hcb code .lit { color: #044 }
|
|
153
|
-
.sapUiTheme-sap_belize_hcb pre .pun, .sapUiTheme-sap_belize_hcb code .pun { color: #440 }
|
|
154
|
-
.sapUiTheme-sap_belize_hcb pre .pln, .sapUiTheme-sap_belize_hcb code .pln { color: #000 }
|
|
155
|
-
.sapUiTheme-sap_belize_hcb pre .tag, .sapUiTheme-sap_belize_hcb code .tag { color: #006; font-weight: bold }
|
|
156
|
-
.sapUiTheme-sap_belize_hcb pre .atn, .sapUiTheme-sap_belize_hcb code .atn { color: #404 }
|
|
157
|
-
.sapUiTheme-sap_belize_hcb pre .atv, .sapUiTheme-sap_belize_hcb code .atv { color: #060 }
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
/* Put a border around prettyprinted code snippets. */
|
|
161
|
-
.sapUiTheme-sap_belize_hcb pre.prettyprint { padding: 2px; border: solid 1px #3a4552 }
|
|
162
|
-
|
|
163
|
-
/* Specify class=linenums on a pre to get line numbering */
|
|
164
|
-
.sapUiTheme-sap_belize_hcb ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
|
|
165
|
-
.sapUiTheme-sap_belize_hcb li.L0,
|
|
166
|
-
.sapUiTheme-sap_belize_hcb li.L1,
|
|
167
|
-
.sapUiTheme-sap_belize_hcb li.L2,
|
|
168
|
-
.sapUiTheme-sap_belize_hcb li.L3,
|
|
169
|
-
.sapUiTheme-sap_belize_hcb li.L5,
|
|
170
|
-
.sapUiTheme-sap_belize_hcb li.L6,
|
|
171
|
-
.sapUiTheme-sap_belize_hcb li.L7,
|
|
172
|
-
.sapUiTheme-sap_belize_hcb li.L8 { list-style-type: none }
|
|
173
|
-
/* Alternate shading for lines */
|
|
174
|
-
.sapUiTheme-sap_belize_hcb li.L1,
|
|
175
|
-
.sapUiTheme-sap_belize_hcb li.L3,
|
|
176
|
-
.sapUiTheme-sap_belize_hcb li.L5,
|
|
177
|
-
.sapUiTheme-sap_belize_hcb li.L7,
|
|
178
|
-
.sapUiTheme-sap_belize_hcb li.L9 { background: #eee }
|
|
179
|
-
|
|
180
|
-
/* Different theme for Fiori 3 HCB for better visibility */
|
|
181
|
-
/* SPAN elements with the classes below are added by prettyprint. */
|
|
182
|
-
|
|
183
|
-
.sapUiTheme-sap_fiori_3_hcb pre .pln { color: #fff } /* plaintext */
|
|
184
|
-
|
|
185
|
-
@media screen {
|
|
186
|
-
.sapUiTheme-sap_fiori_3_hcb pre .str { color: #ffa0a0 } /* string content */
|
|
187
|
-
.sapUiTheme-sap_fiori_3_hcb pre .kwd { color: #f0e68c} /* a keyword */
|
|
188
|
-
.sapUiTheme-sap_fiori_3_hcb pre .com { color: #87ceeb } /* a comment */
|
|
189
|
-
.sapUiTheme-sap_fiori_3_hcb pre .typ { color: #98fb98 } /* a type name */
|
|
190
|
-
.sapUiTheme-sap_fiori_3_hcb pre .lit { color: #cd5c5c } /* a literal value */
|
|
191
|
-
/* punctuation, lisp open bracket, lisp close bracket */
|
|
192
|
-
.sapUiTheme-sap_fiori_3_hcb pre .pun { color: #fff } /* punctuation */
|
|
193
|
-
.sapUiTheme-sap_fiori_3_hcb pre .tag { color: #f0e68c } /* a markup tag name */
|
|
194
|
-
.sapUiTheme-sap_fiori_3_hcb pre .atn { color: #bdb76b } /* a markup attribute name */
|
|
195
|
-
.sapUiTheme-sap_fiori_3_hcb pre .atv { color: #ffa0a0 } /* a markup attribute value */
|
|
196
|
-
.sapUiTheme-sap_fiori_3_hcb pre .dec { color: #98fb98 } /* decimal */
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
/* Use higher contrast and text-weight for printable form. */
|
|
200
|
-
@media print, projection {
|
|
201
|
-
.sapUiTheme-sap_fiori_3_hcb pre.prettyprint { background-color: none }
|
|
202
|
-
.sapUiTheme-sap_fiori_3_hcb pre .str, .sapUiTheme-sap_fiori_3_hcb code .str { color: #060 }
|
|
203
|
-
.sapUiTheme-sap_fiori_3_hcb pre .kwd, .sapUiTheme-sap_fiori_3_hcb code .kwd { color: #006; font-weight: bold }
|
|
204
|
-
.sapUiTheme-sap_fiori_3_hcb pre .com, .sapUiTheme-sap_fiori_3_hcb code .com { color: #600; font-style: italic }
|
|
205
|
-
.sapUiTheme-sap_fiori_3_hcb pre .typ, .sapUiTheme-sap_fiori_3_hcb code .typ { color: #404; font-weight: bold }
|
|
206
|
-
.sapUiTheme-sap_fiori_3_hcb pre .lit, .sapUiTheme-sap_fiori_3_hcb code .lit { color: #044 }
|
|
207
|
-
.sapUiTheme-sap_fiori_3_hcb pre .pun, .sapUiTheme-sap_fiori_3_hcb code .pun { color: #440 }
|
|
208
|
-
.sapUiTheme-sap_fiori_3_hcb pre .pln, .sapUiTheme-sap_fiori_3_hcb code .pln { color: #000 }
|
|
209
|
-
.sapUiTheme-sap_fiori_3_hcb pre .tag, .sapUiTheme-sap_fiori_3_hcb code .tag { color: #006; font-weight: bold }
|
|
210
|
-
.sapUiTheme-sap_fiori_3_hcb pre .atn, .sapUiTheme-sap_fiori_3_hcb code .atn { color: #404 }
|
|
211
|
-
.sapUiTheme-sap_fiori_3_hcb pre .atv, .sapUiTheme-sap_fiori_3_hcb code .atv { color: #060 }
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
/* Put a border around prettyprinted code snippets. */
|
|
215
|
-
.sapUiTheme-sap_fiori_3_hcb pre.prettyprint { padding: 2px; border: solid 1px #3a4552 }
|
|
216
|
-
|
|
217
|
-
/* Specify class=linenums on a pre to get line numbering */
|
|
218
|
-
.sapUiTheme-sap_fiori_3_hcb ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
|
|
219
|
-
.sapUiTheme-sap_fiori_3_hcb li.L0,
|
|
220
|
-
.sapUiTheme-sap_fiori_3_hcb li.L1,
|
|
221
|
-
.sapUiTheme-sap_fiori_3_hcb li.L2,
|
|
222
|
-
.sapUiTheme-sap_fiori_3_hcb li.L3,
|
|
223
|
-
.sapUiTheme-sap_fiori_3_hcb li.L5,
|
|
224
|
-
.sapUiTheme-sap_fiori_3_hcb li.L6,
|
|
225
|
-
.sapUiTheme-sap_fiori_3_hcb li.L7,
|
|
226
|
-
.sapUiTheme-sap_fiori_3_hcb li.L8 { list-style-type: none }
|
|
227
|
-
/* Alternate shading for lines */
|
|
228
|
-
.sapUiTheme-sap_fiori_3_hcb li.L1,
|
|
229
|
-
.sapUiTheme-sap_fiori_3_hcb li.L3,
|
|
230
|
-
.sapUiTheme-sap_fiori_3_hcb li.L5,
|
|
231
|
-
.sapUiTheme-sap_fiori_3_hcb li.L7,
|
|
232
|
-
.sapUiTheme-sap_fiori_3_hcb li.L9 { background: #eee }
|