@openui5/sap.ui.documentation 1.103.1 → 1.106.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.
Files changed (115) hide show
  1. package/.reuse/dep5 +35 -15
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +64 -21
  4. package/package.json +6 -6
  5. package/src/sap/ui/documentation/.library +6 -6
  6. package/src/sap/ui/documentation/library.js +2 -2
  7. package/src/sap/ui/documentation/messagebundle.properties +23 -0
  8. package/src/sap/ui/documentation/messagebundle_ar.properties +12 -0
  9. package/src/sap/ui/documentation/messagebundle_bg.properties +12 -0
  10. package/src/sap/ui/documentation/messagebundle_ca.properties +12 -0
  11. package/src/sap/ui/documentation/messagebundle_cs.properties +12 -0
  12. package/src/sap/ui/documentation/messagebundle_cy.properties +12 -0
  13. package/src/sap/ui/documentation/messagebundle_da.properties +12 -0
  14. package/src/sap/ui/documentation/messagebundle_de.properties +12 -0
  15. package/src/sap/ui/documentation/messagebundle_el.properties +12 -0
  16. package/src/sap/ui/documentation/messagebundle_en.properties +12 -0
  17. package/src/sap/ui/documentation/messagebundle_en_GB.properties +12 -0
  18. package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +12 -0
  19. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +12 -0
  20. package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +12 -0
  21. package/src/sap/ui/documentation/messagebundle_es.properties +12 -0
  22. package/src/sap/ui/documentation/messagebundle_es_MX.properties +12 -0
  23. package/src/sap/ui/documentation/messagebundle_et.properties +12 -0
  24. package/src/sap/ui/documentation/messagebundle_fi.properties +12 -0
  25. package/src/sap/ui/documentation/messagebundle_fr.properties +12 -0
  26. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +14 -2
  27. package/src/sap/ui/documentation/messagebundle_hi.properties +12 -0
  28. package/src/sap/ui/documentation/messagebundle_hr.properties +12 -0
  29. package/src/sap/ui/documentation/messagebundle_hu.properties +12 -0
  30. package/src/sap/ui/documentation/messagebundle_id.properties +12 -0
  31. package/src/sap/ui/documentation/messagebundle_it.properties +12 -0
  32. package/src/sap/ui/documentation/messagebundle_iw.properties +12 -0
  33. package/src/sap/ui/documentation/messagebundle_ja.properties +12 -0
  34. package/src/sap/ui/documentation/messagebundle_kk.properties +12 -0
  35. package/src/sap/ui/documentation/messagebundle_ko.properties +12 -0
  36. package/src/sap/ui/documentation/messagebundle_lt.properties +12 -0
  37. package/src/sap/ui/documentation/messagebundle_lv.properties +12 -0
  38. package/src/sap/ui/documentation/messagebundle_ms.properties +12 -0
  39. package/src/sap/ui/documentation/messagebundle_nl.properties +12 -0
  40. package/src/sap/ui/documentation/messagebundle_no.properties +12 -0
  41. package/src/sap/ui/documentation/messagebundle_pl.properties +12 -0
  42. package/src/sap/ui/documentation/messagebundle_pt.properties +12 -0
  43. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +12 -0
  44. package/src/sap/ui/documentation/messagebundle_ro.properties +12 -0
  45. package/src/sap/ui/documentation/messagebundle_ru.properties +12 -0
  46. package/src/sap/ui/documentation/messagebundle_sh.properties +12 -0
  47. package/src/sap/ui/documentation/messagebundle_sk.properties +12 -0
  48. package/src/sap/ui/documentation/messagebundle_sl.properties +12 -0
  49. package/src/sap/ui/documentation/messagebundle_sv.properties +12 -0
  50. package/src/sap/ui/documentation/messagebundle_th.properties +12 -0
  51. package/src/sap/ui/documentation/messagebundle_tr.properties +12 -0
  52. package/src/sap/ui/documentation/messagebundle_uk.properties +12 -0
  53. package/src/sap/ui/documentation/messagebundle_vi.properties +12 -0
  54. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +12 -0
  55. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +12 -0
  56. package/src/sap/ui/documentation/sdk/Component.js +13 -11
  57. package/src/sap/ui/documentation/sdk/controller/App.controller.js +134 -11
  58. package/src/sap/ui/documentation/sdk/controller/BPSupport.controller.js +75 -0
  59. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
  60. package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +2 -2
  61. package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +14 -3
  62. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +129 -73
  63. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  64. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +20 -1
  65. package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +19 -12
  66. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +21 -2
  67. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -0
  68. package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +9 -4
  69. package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +1 -17
  70. package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +7 -3
  71. package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +121 -0
  72. package/src/sap/ui/documentation/sdk/css/style.css +93 -36
  73. package/src/sap/ui/documentation/sdk/images/tools/AccessibilityGuide.png +0 -0
  74. package/src/sap/ui/documentation/sdk/index.html +1 -245
  75. package/src/sap/ui/documentation/sdk/index.js +245 -0
  76. package/src/sap/ui/documentation/sdk/manifest.json +18 -0
  77. package/src/sap/ui/documentation/sdk/model/LiveEditorData.json +1 -1
  78. package/src/sap/ui/documentation/sdk/model/formatter.js +26 -1
  79. package/src/sap/ui/documentation/sdk/model/libraryData.js +13 -2
  80. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/styles.css +47 -1
  81. package/src/sap/ui/documentation/sdk/tmpl/index.html.tmpl +1 -1
  82. package/src/sap/ui/documentation/sdk/tmpl/indexevo.html.tmpl +1 -1
  83. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +7 -0
  84. package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +10 -1
  85. package/src/sap/ui/documentation/sdk/util/liveEditorOutput.html +1 -1
  86. package/src/sap/ui/documentation/sdk/view/ApiDetailInitial.view.xml +13 -13
  87. package/src/sap/ui/documentation/sdk/view/App.view.xml +12 -1
  88. package/src/sap/ui/documentation/sdk/view/BPSupport.view.xml +7 -0
  89. package/src/sap/ui/documentation/sdk/view/Controls.view.xml +19 -19
  90. package/src/sap/ui/documentation/sdk/view/Entity.view.xml +2 -2
  91. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +30 -7
  92. package/src/sap/ui/documentation/sdk/view/SurveyPopover.fragment.xml +56 -0
  93. package/src/sap/ui/documentation/sdk/view/Tools.view.xml +16 -19
  94. package/src/sap/ui/documentation/sdk/view/TopicDetail.view.xml +1 -1
  95. package/src/sap/ui/documentation/sdk/view/TopicDetailInitial.view.xml +12 -12
  96. package/src/sap/ui/documentation/sdk/view/VisibilityInformation.fragment.xml +12 -0
  97. package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +31 -31
  98. package/src/sap/ui/documentation/sdk/view/appSettingsDialog.fragment.xml +6 -4
  99. package/src/sap/ui/documentation/themes/base/DemokitTreeItem.less +5 -9
  100. package/src/sap/ui/documentation/themes/base/Documentation.less +5 -0
  101. package/src/sap/ui/documentation/themes/base/LightTable.less +49 -40
  102. package/src/sap/ui/documentation/themes/base/ObjectPageSubSection.less +16 -0
  103. package/src/sap/ui/documentation/themes/base/Search.less +1 -0
  104. package/src/sap/ui/documentation/themes/base/library.source.less +1 -0
  105. package/src/sap/ui/documentation/themes/sap_horizon/Link.less +3 -0
  106. package/src/sap/ui/documentation/themes/sap_horizon/Panel.less +3 -0
  107. package/src/sap/ui/documentation/themes/sap_horizon/Search.less +3 -0
  108. package/src/sap/ui/documentation/themes/sap_horizon/SplitButton.less +5 -0
  109. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +6 -1
  110. package/src/sap/ui/documentation/themes/sap_horizon_dark/Documentation.less +17 -0
  111. package/src/sap/ui/documentation/themes/sap_horizon_dark/Link.less +3 -0
  112. package/src/sap/ui/documentation/themes/sap_horizon_dark/Panel.less +3 -0
  113. package/src/sap/ui/documentation/themes/sap_horizon_dark/Search.less +3 -0
  114. package/src/sap/ui/documentation/themes/sap_horizon_dark/SplitButton.less +5 -0
  115. package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +7 -1
package/.reuse/dep5 CHANGED
@@ -43,6 +43,14 @@ License: Apache-2.0
43
43
  #
44
44
 
45
45
 
46
+ # Library: sap.m:
47
+
48
+ Files: src/sap.m/src/sap/m/_thirdparty/purify.js
49
+ Copyright: Mario Heiderich
50
+ License: Apache-2.0
51
+ Comment: these files belong to: purify.js
52
+
53
+
46
54
  # Library: sap.ui.codeeditor:
47
55
 
48
56
  Files: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/*
@@ -127,16 +135,21 @@ Copyright:
127
135
  License: Apache-2.0 and MIT
128
136
  Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
129
137
 
130
- Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit.*
138
+ Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
131
139
  Copyright: jQuery Foundation and other contributors
132
140
  License: MIT
133
141
  Comment: these files belong to: QUnit
134
142
 
135
- Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.*
143
+ Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
136
144
  Copyright: jQuery Foundation and other contributors
137
145
  License: MIT
138
146
  Comment: these files belong to: QUnit 2
139
147
 
148
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
149
+ Copyright: jQuery Foundation and other contributors
150
+ License: MIT
151
+ Comment: these files belong to: QUnit 2.18
152
+
140
153
  Files: src/sap.ui.core/src/sap/ui/thirdparty/jquery-compat.js
141
154
  Copyright: OpenJS Foundation and other contributors
142
155
  License: MIT
@@ -154,7 +167,7 @@ Copyright:
154
167
  License: Apache-2.0 and MIT
155
168
  Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
156
169
 
157
- Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite*
170
+ Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
158
171
  Copyright: jQuery Foundation and other contributors
159
172
  License: MIT
160
173
  Comment: these files belong to: QUnit Composite
@@ -234,6 +247,11 @@ Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
234
247
  License: BSD-3-Clause
235
248
  Comment: these files belong to: SinonJS
236
249
 
250
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
251
+ Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
252
+ License: BSD-3-Clause
253
+ Comment: these files belong to: SinonJS 14
254
+
237
255
  Files: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
238
256
  Copyright: 2010-2011, Christian Johansen
239
257
  License: BSD-3-Clause
@@ -303,7 +321,7 @@ Copyright: 2018 Michael Mclaughlin
303
321
  License: MIT
304
322
  Comment: these files belong to: bignumber.js
305
323
 
306
- Files: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
324
+ Files: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
307
325
  Copyright: OpenJS Foundation and other contributors
308
326
  License: MIT
309
327
  Comment: these files belong to: lodash
@@ -313,7 +331,7 @@ Copyright: 2021 Mathias Nater
313
331
  License: MIT
314
332
  Comment: these files belong to: Hyphenopoly
315
333
 
316
- Files: src/sap.ui.core/src/sap/ui/base/util/restricted/_CancelablePromise.js
334
+ Files: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
317
335
  Copyright:
318
336
  Sindre Sorhus <sindresorhus@gmail.com>
319
337
  2014-present Sebastian McKenzie and other contributors
@@ -339,6 +357,13 @@ Copyright:
339
357
  License: Apache-2.0 and ISC
340
358
  Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
341
359
 
360
+ Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
361
+ Copyright:
362
+ 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
363
+ Arthur David Olson, Paul Eggert and other contributors
364
+ License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
365
+ Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
366
+
342
367
 
343
368
  # Library: sap.ui.documentation:
344
369
 
@@ -401,16 +426,6 @@ License: MIT
401
426
  Comment: these files belong to: @cfworker/json-schema
402
427
 
403
428
 
404
- # Library: sap.ui.mdc:
405
-
406
- Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
407
- Copyright:
408
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
409
- 2015 unnikked
410
- License: Apache-2.0 and MIT
411
- Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
412
-
413
-
414
429
  # Library: sap.ui.webc.common:
415
430
 
416
431
  Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
@@ -431,6 +446,11 @@ Copyright: SAP
431
446
  License: Apache-2.0
432
447
  Comment: these files belong to: UI5 Web Components
433
448
 
449
+ Files: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
450
+ Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
451
+ License: Apache-2.0
452
+ Comment: these files belong to: ZXing
453
+
434
454
 
435
455
  # Library: sap.ui.webc.main:
436
456
 
@@ -0,0 +1,5 @@
1
+ Unless specified below, all files in the tz code and data (including
2
+ this LICENSE file) are in the public domain.
3
+
4
+ If the files date.c, newstrftime.3, and strftime.c are present, they
5
+ contain material derived from BSD and use the BSD 3-clause license.
package/THIRDPARTY.txt CHANGED
@@ -4,6 +4,15 @@ each subcomponent.
4
4
  The full text of all referenced licenses is appended at the end of this file.
5
5
 
6
6
 
7
+ Library: sap.m:
8
+
9
+ Component: purify.js, version: 2.3.8
10
+ Copyright: Mario Heiderich
11
+ License: Apache-2.0
12
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
13
+ Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
14
+
15
+
7
16
  Library: sap.ui.codeeditor:
8
17
 
9
18
  Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
@@ -68,13 +77,22 @@ Component: QUnit, version: 1.18.0
68
77
  Copyright: jQuery Foundation and other contributors
69
78
  License: MIT
70
79
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
71
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit.*
80
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css
81
+ src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
72
82
 
73
83
  Component: QUnit 2, version: 2.3.2
74
84
  Copyright: jQuery Foundation and other contributors
75
85
  License: MIT
76
86
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
77
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.*
87
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css
88
+ src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
89
+
90
+ Component: QUnit 2.18, version: 2.18.0
91
+ Copyright: jQuery Foundation and other contributors
92
+ License: MIT
93
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
94
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css
95
+ src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
78
96
 
79
97
  Component: jQuery-Migrate, version: 3.3.1
80
98
  Copyright: OpenJS Foundation and other contributors
@@ -98,7 +116,8 @@ Component: QUnit Composite, version: 1.0.2-pre
98
116
  Copyright: jQuery Foundation and other contributors
99
117
  License: MIT
100
118
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
101
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite*
119
+ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css
120
+ src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
102
121
 
103
122
  Component: JUnit Reporter for QUnit, version: 1.1.1
104
123
  Copyright: jQuery Foundation and other contributors
@@ -191,13 +210,19 @@ License: BSD-3-Clause
191
210
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
192
211
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-4.js
193
212
 
213
+ Component: SinonJS 14, version: 14.0.0
214
+ Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
215
+ License: BSD-3-Clause
216
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
217
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
218
+
194
219
  Component: Sinon-qunit, version: 2.0.0
195
220
  Copyright: 2010-2011, Christian Johansen
196
221
  License: BSD-3-Clause
197
222
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
223
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
224
 
200
- Component: URI.js, version: 1.19.10
225
+ Component: URI.js, version: 1.19.11
201
226
  Copyright: Rodney Rehm
202
227
  License: MIT
203
228
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -277,7 +302,7 @@ Component: lodash, version: 4.17.21
277
302
  Copyright: OpenJS Foundation and other contributors
278
303
  License: MIT
279
304
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
280
- Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
305
+ Contained in: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
281
306
 
282
307
  Component: Hyphenopoly, version: 3.4.0
283
308
  Copyright: 2021 Mathias Nater
@@ -289,13 +314,13 @@ Component: p-cancelable, version: 2.0.0
289
314
  Copyright: Sindre Sorhus <sindresorhus@gmail.com>
290
315
  License: MIT
291
316
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
292
- Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_CancelablePromise.js
317
+ Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
293
318
 
294
319
  Component: @babel/helpers, version: 7.10.4
295
320
  Copyright: 2014-present Sebastian McKenzie and other contributors
296
321
  License: MIT
297
322
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
298
- Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_CancelablePromise.js
323
+ Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
299
324
 
300
325
  Component: Jalaali JS
301
326
  Copyright: Behrang Norouzinia
@@ -315,6 +340,12 @@ License: ISC
315
340
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
316
341
  Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
317
342
 
343
+ Component: Time Zone Database, version: 2022a
344
+ Copyright: Arthur David Olson, Paul Eggert and other contributors
345
+ License: LicenseRef-tzdata-PublicDomain
346
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
347
+ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
348
+
318
349
 
319
350
  Library: sap.ui.documentation:
320
351
 
@@ -389,18 +420,9 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
389
420
  Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
390
421
 
391
422
 
392
- Library: sap.ui.mdc:
393
-
394
- Component: BooleanExpressionEvaluator, version: master-18530acbf3
395
- Copyright: 2015 unnikked
396
- License: MIT
397
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
398
- Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
399
-
400
-
401
423
  Library: sap.ui.webc.common:
402
424
 
403
- Component: UI5 Web Components, version: 1.1.2
425
+ Component: UI5 Web Components, version: 1.5.0
404
426
  Copyright: SAP
405
427
  License: Apache-2.0
406
428
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -411,7 +433,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
411
433
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
412
434
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
413
435
 
414
- Component: lit-html, version: 2.0.1
436
+ Component: lit-html, version: 2.2.2
415
437
  Copyright: Google LLC
416
438
  License: BSD-3-Clause
417
439
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -420,16 +442,22 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
420
442
 
421
443
  Library: sap.ui.webc.fiori:
422
444
 
423
- Component: UI5 Web Components, version: 1.1.2
445
+ Component: UI5 Web Components, version: 1.5.0
424
446
  Copyright: SAP
425
447
  License: Apache-2.0
426
448
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
427
449
  Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
428
450
 
451
+ Component: ZXing, version: 0.19.1
452
+ Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
453
+ License: Apache-2.0
454
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
455
+ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
456
+
429
457
 
430
458
  Library: sap.ui.webc.main:
431
459
 
432
- Component: UI5 Web Components, version: 1.1.2
460
+ Component: UI5 Web Components, version: 1.5.0
433
461
  Copyright: SAP
434
462
  License: Apache-2.0
435
463
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -450,7 +478,7 @@ License: Apache-2.0
450
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
479
  Contained in: lib/jsdoc/ui5/plugin.js
452
480
 
453
- Component: SAP Theming Base Content, version: 11.1.39
481
+ Component: SAP Theming Base Content, version: 11.1.40
454
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
455
483
  License: Apache-2.0
456
484
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -980,6 +1008,21 @@ END of license: LicenseRef-JSONinJSPublicDomain
980
1008
  =================================
981
1009
 
982
1010
 
1011
+ =================================
1012
+ BEGIN of license: LicenseRef-tzdata-PublicDomain
1013
+ =================================
1014
+
1015
+ Unless specified below, all files in the tz code and data (including
1016
+ this LICENSE file) are in the public domain.
1017
+
1018
+ If the files date.c, newstrftime.3, and strftime.c are present, they
1019
+ contain material derived from BSD and use the BSD 3-clause license.
1020
+
1021
+ =================================
1022
+ END of license: LicenseRef-tzdata-PublicDomain
1023
+ =================================
1024
+
1025
+
983
1026
  =================================
984
1027
  BEGIN of license: MIT
985
1028
  =================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.documentation",
3
- "version": "1.103.1",
3
+ "version": "1.106.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.documentation",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.103.1",
18
- "@openui5/sap.ui.core": "1.103.1",
19
- "@openui5/sap.ui.layout": "1.103.1",
20
- "@openui5/themelib_sap_belize": "1.103.1",
21
- "@openui5/themelib_sap_fiori_3": "1.103.1"
17
+ "@openui5/sap.m": "1.106.0",
18
+ "@openui5/sap.ui.core": "1.106.0",
19
+ "@openui5/sap.ui.layout": "1.106.0",
20
+ "@openui5/themelib_sap_belize": "1.106.0",
21
+ "@openui5/themelib_sap_fiori_3": "1.106.0"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.103.1</version>
9
+ <version>1.106.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library for the Demokit 2.0.</documentation>
12
12
 
@@ -47,27 +47,27 @@
47
47
  </packaging>
48
48
  <!-- Thirdparty references -->
49
49
  <thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
50
- <lib name="esprima" displayName="Esprima" version="1.2.2" homepage="http://esprima.org">
50
+ <lib name="esprima" displayName="Esprima" version="1.2.2" homepage="http://esprima.org" id="73554900106100003281">
51
51
  <license url="http://esprima.org/doc/index.html#license" type="BSD-2-Clause" />
52
52
  <copyright>2013 Ariya Hidayat and other contributors</copyright>
53
53
  <pattern>sap/ui/documentation/sdk/thirdparty/esprima.js</pattern>
54
54
  </lib>
55
- <lib name="highlight.js" displayName="highlight.js" version="10.4.1" homepage="https://highlightjs.org/">
55
+ <lib name="highlight.js" displayName="highlight.js" version="10.4.1" homepage="https://highlightjs.org/" id="73555000106100051976">
56
56
  <license url="https://github.com/highlightjs/highlight.js/blob/10.4.1/LICENSE" type="BSD-3-Clause" />
57
57
  <copyright>2006-2020, Ivan Sagalaev</copyright>
58
58
  <pattern>sap/ui/documentation/sdk/thirdparty/highlight.js/*</pattern>
59
59
  </lib>
60
- <lib name="elasticlunr" displayName="Elasticlunr" version="0.9.5" homepage="http://elasticlunr.com/">
60
+ <lib name="elasticlunr" displayName="Elasticlunr" version="0.9.5" homepage="http://elasticlunr.com/" id="73554900106100021592">
61
61
  <license url="https://github.com/weixsong/elasticlunr.js/blob/v0.9.5/LICENSE" type="MIT" />
62
62
  <copyright>2017 Wei Song and Oliver Nightingale</copyright>
63
63
  <pattern>sap/ui/documentation/sdk/thirdparty/elasticlunr.js</pattern>
64
64
  </lib>
65
- <lib name="datatables" displayName="DataTables" version="1.10.15" homepage="https://datatables.net/">
65
+ <lib name="datatables" displayName="DataTables" version="1.10.15" homepage="https://datatables.net/" id="73555000106100009470">
66
66
  <license url="https://datatables.net/license/" type="MIT" />
67
67
  <copyright>2008-2017 SpryMedia Ltd</copyright>
68
68
  <pattern>sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*</pattern>
69
69
  </lib>
70
- <lib name="datatables-buttons" displayName="Buttons extension for DataTables" version="1.4.0" homepage="https://datatables.net/extensions/buttons/">
70
+ <lib name="datatables-buttons" displayName="Buttons extension for DataTables" version="1.4.0" homepage="https://datatables.net/extensions/buttons/" id="73555000106100007649">
71
71
  <license url="https://datatables.net/license/" type="MIT" />
72
72
  <copyright>2016 SpryMedia Ltd</copyright>
73
73
  <pattern>sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*</pattern>
@@ -25,13 +25,13 @@ sap.ui.define([
25
25
  * @namespace
26
26
  * @alias sap.ui.documentation
27
27
  * @author SAP SE
28
- * @version 1.103.1
28
+ * @version 1.106.0
29
29
  * @since 1.48
30
30
  * @public
31
31
  */
32
32
  var thisLibrary = sap.ui.getCore().initLibrary({
33
33
  name : 'sap.ui.documentation',
34
- version: '1.103.1',
34
+ version: '1.106.0',
35
35
  dependencies : ['sap.ui.core','sap.m'],
36
36
  types: [],
37
37
  interfaces: [],
@@ -116,6 +116,29 @@ FEEDBACK_DIALOG_TITLE_ERROR = Sorry!
116
116
  #XTX: Text note that is shown when error occured while sending the feedback
117
117
  FEEDBACK_DIALOG_TEXT_ERROR = An error occurred sending your feedback:\n
118
118
 
119
+ #XHED: The title of the UX survey popover (only shown when multiple surveys are available)
120
+ SURVEY_POPOVER_TITLE = Tell us what''s on your mind.
121
+ #XHED: The title of the long, quarterly survey
122
+ SURVEY_POPOVER_LONG_SURVEY_TITLE = User Experience Survey
123
+ #XTXT: The text of the badge, informing the long survey is available
124
+ SURVEY_POPOVER_LONG_SURVEY_BADGE = NEW
125
+ #XTXT: The last date the long survey is avaiable
126
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY = Available until
127
+ #XTXT: The long survey description
128
+ SURVEY_POPOVER_LONG_SURVEY_DESC = Complete a 5-minute survey and help us improve your product experience! The survey will open in a new tab.
129
+ #XBUT: The button that opens the long survey
130
+ SURVEY_POPOVER_LONG_SURVEY_BTN = Take Survey
131
+ #XTOL: The tooltip of the long survey button
132
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP = External Link to Qualtrics User Experience Survey
133
+ #XHED: The title of the default survey
134
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE = Share your Feedback
135
+ #XTXT: The default survey description
136
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC = Your opinion matters. Share your thoughts with us at any time!
137
+ #XBUT: The button that opens the default survey
138
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN = Give Feedback
139
+ #XBUT: The button that closes the survey popover on mobile
140
+ SURVEY_POPOVER_CLOSE_BTN = Close
141
+
119
142
  #XHED: The home page title
120
143
  WELCOME_BLOCK_1_TEXT_1 = Discover New Enterprise-Grade Horizons
121
144
  #XBUT: Text for button
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u062A\
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=\u0645\u0639\u0630\u0631\u0629\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u0625\u0631\u0633\u0627\u0644 \u062A\u0639\u0644\u064A\u0642\u0643\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=\u0623\u062E\u0628\u0631\u0646\u0627 \u0628\u0645\u0627 \u064A\u062F\u0648\u0631 \u0641\u064A \u0630\u0647\u0646\u0643.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=\u0627\u0633\u062A\u0637\u0644\u0627\u0639 \u062A\u062C\u0631\u0628\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=\u062C\u062F\u064A\u062F
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=\u0645\u062A\u0648\u0641\u0631 \u062D\u062A\u0649
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=\u0623\u0643\u0645\u0644 \u0627\u0633\u062A\u0637\u0644\u0627\u0639\u064B\u0627 \u0645\u062F\u062A\u0647 \u062E\u0645\u0633 \u062F\u0642\u0627\u0626\u0642 \u0648\u0633\u0627\u0639\u062F\u0646\u0627 \u0641\u064A \u062A\u062D\u0633\u064A\u0646 \u062A\u062C\u0631\u0628\u0629 \u0645\u0646\u062A\u062C\u0643\! \u0633\u064A\u062A\u0645 \u0641\u062A\u062D \u0627\u0644\u0627\u0633\u062A\u0637\u0644\u0627\u0639 \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=\u0623\u062E\u0630 \u0627\u0633\u062A\u0637\u0644\u0627\u0639
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=\u0627\u0631\u062A\u0628\u0627\u0637 \u062E\u0627\u0631\u062C\u064A \u0644\u0627\u0633\u062A\u0637\u0644\u0627\u0639 \u062A\u062C\u0631\u0628\u0629 \u0645\u0633\u062A\u062E\u062F\u0645 Qualtrics
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u062A\u0639\u0644\u064A\u0642\u0627\u062A
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=\u0631\u0623\u064A\u0643 \u064A\u0647\u0645. \u0634\u0627\u0631\u0643\u0646\u0627 \u0623\u0641\u0643\u0627\u0631\u0643 \u0641\u064A \u0623\u064A \u0648\u0642\u062A\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=\u0625\u0639\u0637\u0627\u0621 \u062A\u0639\u0644\u064A\u0642\u0627\u062A
71
+ SURVEY_POPOVER_CLOSE_BTN=\u0625\u063A\u0644\u0627\u0642
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=\u0627\u0643\u062A\u0634\u0627\u0641 \u0622\u0641\u0627\u0642 \u062C\u062F\u064A\u062F\u0629 \u0639\u0644\u0649 \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0645\u0624\u0633\u0633\u0629
62
74
  WELCOME_BLOCK_1_START_BTN=\u0628\u062F\u0621 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=\u062A\u0646\u0632\u064A\u0644
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=\u0412\u0430\u0448\u0430\u0442\u0430 \u043E\u0431\u
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=\u0421\u044A\u0436\u0430\u043B\u044F\u0432\u0430\u043C\u0435\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=\u0412\u044A\u0437\u043D\u0438\u043A\u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0438\u0437\u043F\u0440\u0430\u0449\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043E\u0431\u0440\u0430\u0442\u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=\u041A\u0430\u0436\u0435\u0442\u0435 \u043D\u0438 \u043A\u0430\u043A\u0432\u043E \u043C\u0438\u0441\u043B\u0438\u0442\u0435.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=\u0410\u043D\u043A\u0435\u0442\u0430 \u0437\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u043F\u0440\u0435\u0436\u0438\u0432\u044F\u0432\u0430\u043D\u0435
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=\u041D\u041E\u0412
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=\u041D\u0430\u043B\u0438\u0447\u0435\u043D \u0434\u043E
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=\u041F\u043E\u043F\u044A\u043B\u043D\u0435\u0442\u0435 \u0442\u0430\u0437\u0438 \u0430\u043D\u043A\u0435\u0442\u0430 \u0437\u0430 \u043F\u0435\u0442 \u043C\u0438\u043D\u0443\u0442\u0438 \u0438 \u043D\u0438 \u043F\u043E\u043C\u043E\u0433\u043D\u0435\u0442\u0435 \u0434\u0430 \u043F\u043E\u0434\u043E\u0431\u0440\u0438\u043C \u0412\u0430\u0448\u0435\u0442\u043E \u043F\u0440\u0435\u0436\u0438\u0432\u044F\u0432\u0430\u043D\u0435 \u0441 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0430\! \u0410\u043D\u043A\u0435\u0442\u0430\u0442\u0430 \u0449\u0435 \u0441\u0435 \u043E\u0442\u0432\u043E\u0440\u0438 \u0432 \u043D\u043E\u0432 \u0442\u0430\u0431.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=\u041D\u0430\u043F\u0440\u0430\u0432\u0435\u0442\u0435 \u0430\u043D\u043A\u0435\u0442\u0430\u0442\u0430
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=\u0412\u044A\u043D\u0448\u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430 \u043A\u044A\u043C \u0430\u043D\u043A\u0435\u0442\u0430\u0442\u0430 \u0437\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u043F\u0440\u0435\u0436\u0438\u0432\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 Qualtrics
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=\u0421\u043F\u043E\u0434\u0435\u043B\u0435\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043E\u0431\u0440\u0430\u0442\u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=\u0412\u0430\u0448\u0435\u0442\u043E \u043C\u043D\u0435\u043D\u0438\u0435 \u0435 \u0432\u0430\u0436\u043D\u043E \u0437\u0430 \u043D\u0430\u0441. \u0421\u043F\u043E\u0434\u0435\u043B\u0435\u0442\u0435 \u043C\u0438\u0441\u043B\u0438\u0442\u0435 \u0441\u0438 \u0441 \u043D\u0430\u0441 \u043F\u043E \u0432\u0441\u044F\u043A\u043E \u0432\u0440\u0435\u043C\u0435\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=\u041F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u043E\u0431\u0440\u0430\u0442\u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430
71
+ SURVEY_POPOVER_CLOSE_BTN=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=\u041E\u043F\u043E\u0437\u043D\u0430\u0432\u0430\u043D\u0435 \u041D\u043E\u0432\u0438\u0442\u0435 \u0445\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0438 \u043D\u0430 \u043E\u0446\u0435\u043D\u043A\u0430 \u043D\u0430 \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u044F\u0442\u0438\u0435
62
74
  WELCOME_BLOCK_1_START_BTN=\u041F\u044A\u0440\u0432\u0438 \u0441\u0442\u044A\u043F\u043A\u0438 \u0441 UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=\u0418\u0437\u0442\u0435\u0433\u043B\u044F\u043D\u0435
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=S'ha enviat el feedback.
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=Ho sentim,
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=s'ha produ\u00EFt un error en enviar el feedback\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=Digueu-nos qu\u00E8 en penseu.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=Esquesta d\u2019experi\u00E8ncia de l\u2019usuari
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=NOU
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Disponible fins a
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=Empleneu l\u2019enquesta en cinc minuts i ajudeunos a millorar la vostra experi\u00E8ncia amb el producte. L\u2019enquesta s\u2019obrir\u00E0 en una pestanya nova.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=Emplenar enquesta
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=Enlla\u00E7 externa a enquesta d\u2019experi\u00E8ncia d\u2019usuari Qualtrics
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Compartiu la vostra valoraci\u00F3
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=La vostra opini\u00F3 \u00E9s important. Compartiu els vostres pensaments amb nosaltres en qualsevol moment.
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Donar valoraci\u00F3
71
+ SURVEY_POPOVER_CLOSE_BTN=Tancar
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=Descobriu nous horitzons de grau empresarial
62
74
  WELCOME_BLOCK_1_START_BTN=Introducci\u00F3 a UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=Baixar
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=Va\u0161e zp\u011Btn\u00E1 vazba byla odesl\u00E1na
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=Omlouv\u00E1me se\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=P\u0159i odes\u00EDl\u00E1n\u00ED va\u0161\u00ED zp\u011Btn\u00E9 vazby do\u0161lo k chyb\u011B\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=\u0158ekn\u011Bte n\u00E1m, co m\u00E1te na srdci.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=Pr\u016Fzkum u\u017Eivatelsk\u00FDch zku\u0161enost\u00ED
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=NOV\u00DD
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Dostupn\u00FD do
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=Vypl\u0148te p\u011Btiminutov\u00FD pr\u016Fzkum a pomozte n\u00E1m zlep\u0161it va\u0161e zku\u0161enosti s produktem. Pr\u016Fzkum se otev\u0159e na nov\u00E9 z\u00E1lo\u017Ece.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=Prov\u00E9st pr\u016Fzkum
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=Extern\u00ED odkaz na pr\u016Fzkum u\u017Eivatelsk\u00FDch zku\u0161enost\u00ED Qualtrics
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Sd\u00EDlejte svou zp\u011Btnou vazbu
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=Na va\u0161em n\u00E1zoru z\u00E1le\u017E\u00ED. Pod\u011Blte se s n\u00E1mi o sv\u00E9 my\u0161lenky kdykoli\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Uve\u010Fte sv\u016Fj n\u00E1zor
71
+ SURVEY_POPOVER_CLOSE_BTN=Zav\u0159\u00EDt
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=Objevte nov\u00E9 horizonty podnikov\u00FDch funkc\u00ED
62
74
  WELCOME_BLOCK_1_START_BTN=Za\u010D\u00EDn\u00E1me s UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=St\u00E1hnout
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=Mae eich adborth wedi'i anfon.
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=Mae'n ddrwg gennym\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=Gwall wrth anfon eich adborth\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=Dywedwch wrthym beth sydd ar eich meddwl.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=Arolwg Profiad Defnyddwyr
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=NEWYDD
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Ar gael tan
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=Llenwch arolwg pum munud i'n helpu ni i wella eich profiad cynnyrch\! Bydd yr arolwg yn agor mewn tab newydd.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=Llenwi'r Arolwg
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=Dolen Allanol at Arolwg Profiad Dysgwyr Qualtrics
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Rhannu Eich Adborth
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=Mae eich barn yn bwysig. Rhannwch eich barn gyda ni unrhyw bryd\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Rhoi Adborth
71
+ SURVEY_POPOVER_CLOSE_BTN=Cau
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=Darganfyddwch Orwelion Gradd Menter Newydd
62
74
  WELCOME_BLOCK_1_START_BTN=Cychwyn Arni Gydag UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=Llwytho i lawr
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=Din feedback er sendt.
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=Beklager.
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=Fejl opst\u00E5et ved afsendelse af din feedback\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=Fort\u00E6l os, hvad du t\u00E6nker p\u00E5.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=Brugeroplevelsesunders\u00F8gelse
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=NYT
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Tilg\u00E6ngelig til
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=Fuldf\u00F8r en unders\u00F8gelse af fem min. varighed, og hj\u00E6lp os med at forbedre din produktoplevelse. Unders\u00F8gelsen \u00E5bner i en ny fane.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=Tag unders\u00F8gelse
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=Eksternt link til Qualtrics' brugeroplevelsesunders\u00F8gelse
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Del din feedback
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=Din mening er vigtig. Del dine tanker med os n\u00E5r som helst.
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Giv feedback
71
+ SURVEY_POPOVER_CLOSE_BTN=Luk
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=Udforsk New Enterprise Grade Horizons
62
74
  WELCOME_BLOCK_1_START_BTN=Kom i gang med UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=Download
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=Wir haben Ihr Feedback erhalten.
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=Entschuldigung\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=Beim Senden Ihres Feedbacks ist ein Fehler aufgetreten\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=Tell us what''s on your mind.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=User Experience Survey
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=NEW
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Available until
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=Complete a 5-minute survey and help us improve your product experience\! The survey will open in a new tab.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=Take Survey
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=External Link to Qualtrics User Experience Survey
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Share your Feedback
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=Your opinion matters. Share your thoughts with us at any time\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Give Feedback
71
+ SURVEY_POPOVER_CLOSE_BTN=Close
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=Neue Horizonte f\u00FCr Unternehmen entdecken
62
74
  WELCOME_BLOCK_1_START_BTN=Einstieg in UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=Download
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=\u03A4\u03BF \u03C3\u03C7\u03CC\u03BB\u03B9\u03CC \
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=\u03A3\u03C5\u03B3\u03B3\u03BD\u03CE\u03BC\u03B7\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B1\u03C0\u03BF\u03C3\u03C4\u03BF\u03BB\u03AE \u03C4\u03BF\u03C5 \u03C3\u03C7\u03BF\u03BB\u03AF\u03BF\u03C5 \u03C3\u03B1\u03C2\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=\u03A0\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B1\u03C2 \u03C4\u03B9 \u03C3\u03BA\u03AD\u03C6\u03C4\u03B5\u03C3\u03C4\u03B5.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=\u0388\u03C1\u03B5\u03C5\u03BD\u03B1 \u0395\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1\u03C2 \u03A7\u03C1\u03AE\u03C3\u03C4\u03B7
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=\u039D\u0395\u039F
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=\u0394\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B7 \u03BC\u03AD\u03C7\u03C1\u03B9
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=\u03A3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03AD\u03C1\u03B5\u03C5\u03BD\u03B1 \u03C0\u03AD\u03BD\u03C4\u03B5 \u03BB\u03B5\u03C0\u03C4\u03CE\u03BD \u03BA\u03B1\u03B9 \u03B2\u03BF\u03B7\u03B8\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B1\u03C2 \u03BD\u03B1 \u03B2\u03B5\u03BB\u03C4\u03B9\u03CE\u03C3\u03BF\u03C5\u03BC\u03B5 \u03C4\u03B7\u03BD \u03B5\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1 \u03C4\u03BF\u03C5 \u03C0\u03C1\u03BF\u03CA\u03CC\u03BD\u03C4\u03BF\u03C2 \u03C3\u03B1\u03C2\! \u0397 \u03AD\u03C1\u03B5\u03C5\u03BD\u03B1 \u03B8\u03B1 \u03B1\u03BD\u03BF\u03AF\u03BE\u03B5\u03B9 \u03C3\u03B5 \u03BD\u03AD\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=\u0391\u03C0\u03B1\u03BD\u03C4\u03AE\u03C3\u03C4\u03B5 \u03C3\u03C4\u03B7\u03BD \u0388\u03C1\u03B5\u03C5\u03BD\u03B1
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=\u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03CC\u03C2 \u03A3\u03CD\u03BC\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2 \u03B3\u03B9\u03B1 \u0388\u03C1\u03B5\u03C5\u03BD\u03B1 \u0395\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1\u03C2 \u03A7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C3\u03C4\u03BF Qualtrics
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=\u039C\u03BF\u03B9\u03C1\u03B1\u03C3\u03C4\u03B5\u03AF\u03C4\u03B5 \u03C4\u03B1 \u03A3\u03C7\u03CC\u03BB\u03B9\u03B1 \u03C3\u03B1\u03C2
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=\u0397 \u03B3\u03BD\u03CE\u03BC\u03B7 \u03C3\u03B1\u03C2 \u03BC\u03B5\u03C4\u03C1\u03AC\u03B5\u03B9. \u039C\u03BF\u03B9\u03C1\u03B1\u03C3\u03C4\u03B5\u03AF\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03C3\u03BA\u03AD\u03C8\u03B5\u03B9\u03C2 \u03C3\u03B1\u03C2 \u03BC\u03B1\u03B6\u03AF \u03BC\u03B1\u03C2 \u03BF\u03C0\u03BF\u03B9\u03B1\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03C3\u03C4\u03B9\u03B3\u03BC\u03AE\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=\u039A\u03AC\u03BD\u03C4\u03B5 \u03A3\u03C7\u03CC\u03BB\u03B9\u03B1
71
+ SURVEY_POPOVER_CLOSE_BTN=\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=\u0391\u03BD\u03B1\u03BA\u03B1\u03BB\u03CD\u03C8\u03C4\u03B5 \u039D\u03AD\u03BF\u03C5\u03C2 \u039F\u03C1\u03AF\u03B6\u03BF\u03BD\u03C4\u03B5\u03C2 \u0395\u03C4\u03B1\u03B9\u03C1\u03B9\u03BA\u03BF\u03CD \u0395\u03C0\u03B9\u03C0\u03AD\u03B4\u03BF\u03C5
62
74
  WELCOME_BLOCK_1_START_BTN=\u039E\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B5 UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=\u039B\u03AE\u03C8\u03B7
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=Your feedback has been sent.
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=Sorry\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=An error occurred sending your feedback\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=Tell us what's on your mind.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=User Experience Survey
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=NEW
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Available until
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=Complete a five-minute survey and help us improve your product experience\! The survey will open in a new tab.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=Take Survey
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=External Link to Qualtrics User Experience Survey
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Share Your Feedback
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=Your opinion matters. Share your thoughts with us at any time\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Give Feedback
71
+ SURVEY_POPOVER_CLOSE_BTN=Close
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=Discover New Enterprise Grade Horizons
62
74
  WELCOME_BLOCK_1_START_BTN=Get Started with UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=Download
@@ -58,6 +58,18 @@ FEEDBACK_DIALOG_TEXT_SUCCESS=Your feedback has been sent.
58
58
  FEEDBACK_DIALOG_TITLE_ERROR=Sorry\!
59
59
  FEEDBACK_DIALOG_TEXT_ERROR=An error occurred sending your feedback\:\n
60
60
 
61
+ SURVEY_POPOVER_TITLE=Tell us what's on your mind.
62
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=User Experience Survey
63
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=NEW
64
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Available until
65
+ SURVEY_POPOVER_LONG_SURVEY_DESC=Complete a five-minute survey and help us improve your product experience\! The survey will open in a new tab.
66
+ SURVEY_POPOVER_LONG_SURVEY_BTN=Take Survey
67
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=External Link to Qualtrics User Experience Survey
68
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Share Your Feedback
69
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=Your opinion matters. Share your thoughts with us at any time\!
70
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Give Feedback
71
+ SURVEY_POPOVER_CLOSE_BTN=Close
72
+
61
73
  WELCOME_BLOCK_1_TEXT_1=Discover New Enterprise Grade Horizons
62
74
  WELCOME_BLOCK_1_START_BTN=Get Started with UI5
63
75
  WELCOME_BLOCK_1_DOWNLOAD_BTN=Download