@openui5/sap.ui.documentation 1.118.0 → 1.119.1

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 (73) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +7 -7
  3. package/src/sap/ui/documentation/.library +1 -1
  4. package/src/sap/ui/documentation/Search.js +32 -22
  5. package/src/sap/ui/documentation/library.js +2 -2
  6. package/src/sap/ui/documentation/messagebundle.properties +28 -5
  7. package/src/sap/ui/documentation/messagebundle_ar.properties +17 -5
  8. package/src/sap/ui/documentation/messagebundle_bg.properties +19 -7
  9. package/src/sap/ui/documentation/messagebundle_ca.properties +17 -5
  10. package/src/sap/ui/documentation/messagebundle_cs.properties +17 -5
  11. package/src/sap/ui/documentation/messagebundle_cy.properties +17 -5
  12. package/src/sap/ui/documentation/messagebundle_da.properties +17 -5
  13. package/src/sap/ui/documentation/messagebundle_de.properties +18 -6
  14. package/src/sap/ui/documentation/messagebundle_el.properties +17 -5
  15. package/src/sap/ui/documentation/messagebundle_en.properties +15 -3
  16. package/src/sap/ui/documentation/messagebundle_en_GB.properties +17 -5
  17. package/src/sap/ui/documentation/messagebundle_es.properties +17 -5
  18. package/src/sap/ui/documentation/messagebundle_es_MX.properties +17 -5
  19. package/src/sap/ui/documentation/messagebundle_et.properties +16 -4
  20. package/src/sap/ui/documentation/messagebundle_fi.properties +18 -6
  21. package/src/sap/ui/documentation/messagebundle_fr.properties +17 -5
  22. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +17 -5
  23. package/src/sap/ui/documentation/messagebundle_hi.properties +19 -7
  24. package/src/sap/ui/documentation/messagebundle_hr.properties +17 -5
  25. package/src/sap/ui/documentation/messagebundle_hu.properties +17 -5
  26. package/src/sap/ui/documentation/messagebundle_id.properties +17 -5
  27. package/src/sap/ui/documentation/messagebundle_it.properties +18 -6
  28. package/src/sap/ui/documentation/messagebundle_iw.properties +18 -6
  29. package/src/sap/ui/documentation/messagebundle_ja.properties +20 -8
  30. package/src/sap/ui/documentation/messagebundle_kk.properties +17 -5
  31. package/src/sap/ui/documentation/messagebundle_ko.properties +18 -6
  32. package/src/sap/ui/documentation/messagebundle_lt.properties +17 -5
  33. package/src/sap/ui/documentation/messagebundle_lv.properties +17 -5
  34. package/src/sap/ui/documentation/messagebundle_ms.properties +17 -5
  35. package/src/sap/ui/documentation/messagebundle_nl.properties +17 -5
  36. package/src/sap/ui/documentation/messagebundle_no.properties +17 -5
  37. package/src/sap/ui/documentation/messagebundle_pl.properties +17 -5
  38. package/src/sap/ui/documentation/messagebundle_pt.properties +18 -6
  39. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +17 -5
  40. package/src/sap/ui/documentation/messagebundle_ro.properties +17 -5
  41. package/src/sap/ui/documentation/messagebundle_ru.properties +18 -6
  42. package/src/sap/ui/documentation/messagebundle_sh.properties +17 -5
  43. package/src/sap/ui/documentation/messagebundle_sk.properties +19 -7
  44. package/src/sap/ui/documentation/messagebundle_sl.properties +17 -5
  45. package/src/sap/ui/documentation/messagebundle_sv.properties +17 -5
  46. package/src/sap/ui/documentation/messagebundle_th.properties +26 -14
  47. package/src/sap/ui/documentation/messagebundle_tr.properties +17 -5
  48. package/src/sap/ui/documentation/messagebundle_uk.properties +22 -10
  49. package/src/sap/ui/documentation/messagebundle_vi.properties +17 -5
  50. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +17 -5
  51. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +18 -6
  52. package/src/sap/ui/documentation/sdk/Component.js +0 -24
  53. package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +7 -0
  54. package/src/sap/ui/documentation/sdk/controller/App.controller.js +1534 -1658
  55. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  56. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +31 -14
  57. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -2
  58. package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +1 -1
  59. package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +11 -3
  60. package/src/sap/ui/documentation/sdk/css/style.css +0 -4
  61. package/src/sap/ui/documentation/sdk/images/ui5-logo-dark.svg +22 -0
  62. package/src/sap/ui/documentation/sdk/images/ui5-logo-light.svg +22 -0
  63. package/src/sap/ui/documentation/sdk/manifest.json +6 -0
  64. package/src/sap/ui/documentation/sdk/model/theme-parameters.json +4 -0
  65. package/src/sap/ui/documentation/sdk/view/App.view.xml +312 -192
  66. package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +1 -1
  67. package/src/sap/ui/documentation/themes/base/Documentation.less +361 -0
  68. package/src/sap/ui/documentation/themes/base/Search.less +16 -12
  69. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -2
  70. package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +1 -2
  71. package/src/sap/ui/documentation/sdk/view/FeedbackDialog.fragment.xml +0 -87
  72. package/src/sap/ui/documentation/themes/sap_horizon/Search.less +0 -3
  73. package/src/sap/ui/documentation/themes/sap_horizon_dark/Search.less +0 -3
@@ -832,4 +832,365 @@ html.sapUiMedia-Std-Tablet {
832
832
 
833
833
  .fig .fig-codeblock {
834
834
  position: relative;
835
+ }
836
+
837
+ /*!********************************************* DemoKit Header Redesign *********************************************!*/
838
+ .sapUiDemokit {
839
+ // Adjust borders and spacing in the overall layout
840
+ &.sapTntToolPage {
841
+ padding: 0;
842
+ }
843
+
844
+ .sapTntToolPageMain,
845
+ .sapTntToolHeader.sapMTB,
846
+ .sapTntSideNavigation,
847
+ .sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
848
+ border-radius: 0;
849
+ }
850
+
851
+ .sapTntToolHeader.sapMTB {
852
+ border: none;
853
+ }
854
+
855
+ .sapTntToolPageMain,
856
+ .sapTntToolPageAside {
857
+ margin: 0;
858
+ }
859
+
860
+ .sapUiDemokitMainHeader {
861
+ &.sapTntToolHeader.sapMTB {
862
+ padding: 0 0.75rem;
863
+ }
864
+
865
+ .sapUiDemokitMainHeaderGrid {
866
+ align-items: center;
867
+ }
868
+
869
+ .sapUiDemoKitHeaderOTB {
870
+ justify-content: end;
871
+ }
872
+
873
+ &.sapTntToolHeader .sapMBarChild.sapMMenuBtn .sapMBtn:focus .sapMBtnDefault.sapMFocusable::before {
874
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
875
+ border: none !important;
876
+ }
877
+
878
+ // Apply more polished box-shadow effect
879
+ .sapUiDocumentationSearch {
880
+ .sapMSF .sapMSFF:hover,
881
+ .sapMSFVal.sapMFocus .sapMSFF {
882
+ box-shadow:
883
+ 0 0 0.1875rem 0 rgba(85, 107, 130, 0.1),
884
+ 0 0.1875rem 0.3125rem 0 rgba(85, 107, 130, 0.3);
885
+ }
886
+ }
887
+
888
+ // Apply some spacing between the logo and the search field
889
+ .sapUiDemokitMainHeaderLogo {
890
+ display: block;
891
+ margin-left: 1rem;
892
+
893
+ @media screen and (max-width: 37.4375em) { // 599px
894
+ margin-right: 1rem;
895
+ }
896
+ }
897
+
898
+ // Align the styles of the MenuButton with the styles of other buttons
899
+ .sapMIBar .sapMMenuBtn {
900
+ .sapMBtn:not(.sapMSBArrow) .sapMBtnInner {
901
+ align-items: center;
902
+ top: -0.1875rem;
903
+ height: 2rem;
904
+ padding-right: 0.125rem;
905
+
906
+ &:after {
907
+ content: none;
908
+ }
909
+ }
910
+
911
+ .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive) {
912
+ box-shadow: none;
913
+ }
914
+
915
+ .sapMBtn .sapMBtnInner.sapMBtnDefault .sapUiIcon {
916
+ color: @sapContent_IconColor;
917
+ }
918
+
919
+ &.sapMMenuBtnRegular .sapMBtnInner::after {
920
+ color: @sapContent_IconColor;
921
+ height: 2rem;
922
+ line-height: 2rem;
923
+ }
924
+
925
+ // Button states
926
+ &:focus .sapMBtnDefault.sapMFocusable {
927
+ &::before {
928
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
929
+ border: none !important;
930
+ }
931
+ }
932
+
933
+ &:hover:not(.sapMBtnDisabled) .sapMBtnDefault {
934
+ background: @sapButton_Lite_Hover_Background;
935
+ }
936
+
937
+ &:active:not(.sapMBtnDisabled) .sapMBtnDefault {
938
+ background: @sapActiveColor;
939
+ }
940
+ }
941
+
942
+ // Adjust the style of the version switch button to match the design specifiaction
943
+ .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner {
944
+ display: flex;
945
+ align-items: center;
946
+
947
+ &:after {
948
+ content: "\e287";
949
+ font-family: "SAP-icons";
950
+ margin-left: 0.5rem;
951
+ margin-right: 0.25rem;
952
+ }
953
+ }
954
+ }
955
+
956
+ .sapUiDemokitSubHeader {
957
+ .sapMITBTextOnly .sapMITBHead .sapMITBItem:not(.sapUiDnDDragging):is([id*="toolsTab"]) {
958
+ .sapMITBFilterExpandBtnSeparator {
959
+ display: none;
960
+ }
961
+
962
+ &:focus .sapMITBText::after {
963
+ right: -2.25rem;
964
+ }
965
+
966
+ [id*="toolsTab-expandButton"] {
967
+ .sapMBtnInner {
968
+ width: 1.25rem;
969
+ height: 1.25rem;
970
+ left: 0.5rem;
971
+
972
+ .sapMBtnIcon {
973
+ width: 1.25rem;
974
+ height: 1.25rem;
975
+ line-height: 1.25rem;
976
+ }
977
+ }
978
+
979
+ &:hover {
980
+ .sapMBtnInner {
981
+ box-shadow: none;
982
+ }
983
+ }
984
+ }
985
+ }
986
+ }
987
+ }
988
+
989
+ // Align the icons of the menu buttons in overflow popover
990
+ .sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
991
+ .sapUiDemoKitHeaderActionsVersionSwitch {
992
+ .sapMBtnInner.sapMBtnTransparent.sapMBtnHoverable {
993
+ background-color: @sapUiButtonBackground;
994
+ border: 0.0625rem solid @sapUiButtonBorderColor;
995
+ color: @sapUiButtonTextColor;
996
+
997
+ bdi,
998
+ .sapMBtnIcon {
999
+ color: @sapUiButtonTextColor;
1000
+ }
1001
+
1002
+ &:hover:not(.sapMBtnActive) {
1003
+ background-color: @sapUiButtonHoverBackground;
1004
+ color: sapUiButtonHoverTextColor;
1005
+ box-shadow: @sapContent_Interaction_Shadow;
1006
+
1007
+ .sapMBtnIcon {
1008
+ color: sapUiButtonHoverTextColor;
1009
+ }
1010
+ }
1011
+
1012
+ &.sapMBtnActive {
1013
+ bdi,
1014
+ .sapMBtnIcon {
1015
+ color: @sapUiButtonActiveTextColor;
1016
+ }
1017
+ }
1018
+ }
1019
+ }
1020
+
1021
+ .sapUiDemoKitHeaderActionsMenuButton.sapMMenuBtn {
1022
+ .sapMBtnIcon {
1023
+ margin-left: -0.0625rem;
1024
+ }
1025
+ }
1026
+ }
1027
+
1028
+ .sapUiSizeCompact .sapUiDemokit .sapUiDemokitMainHeader {
1029
+ .sapMBtn.newsButton .sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
1030
+ padding: 0;
1031
+ }
1032
+ }
1033
+
1034
+ // Media queries
1035
+ html.sap-desktop {
1036
+ .sapUiDemokit {
1037
+ &.sapTntToolPage {
1038
+ .sapUiDemokitMainHeader.sapMIBar.sapMTB .sapMBarChild:first-child[style*="width: 100%"] {
1039
+ padding-left: 0;
1040
+ }
1041
+ }
1042
+ }
1043
+
1044
+ &:not(html.sap-combi) .sapUiDemokit.sapTntToolPage {
1045
+ .sapUiDemoKitHeaderOTB {
1046
+ height: 2.25rem;
1047
+ }
1048
+ }
1049
+
1050
+ // Adjust the style of the version switch button to match the design specifiaction
1051
+ &:is(.sapUiMedia-Std-Phone, .sapUiMedia-Std-Tablet) {
1052
+ .sapUiDemokit {
1053
+ .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner {
1054
+ padding: 0;
1055
+
1056
+ &:after {
1057
+ content: none;
1058
+ }
1059
+
1060
+ .sapMBtnIcon {
1061
+ padding: 0;
1062
+ }
1063
+ }
1064
+
1065
+ .sapUiDemoKitHeaderActionsVersionSwitchTextContent {
1066
+ display: none;
1067
+ }
1068
+ }
1069
+ }
1070
+
1071
+ // Align the menu button with the side menu button
1072
+ &:is(.sapUiMedia-Std-Phone) {
1073
+ .sapUiDemokit {
1074
+ .sapUiDocumentationMasterToggleButton {
1075
+ margin-left: 0;
1076
+ }
1077
+ }
1078
+ }
1079
+
1080
+ // Align the menu button with the side menu button
1081
+ &:is(.sapUiMedia-Std-Tablet, .sapUiMedia-Std-Desktop) {
1082
+ .sapUiDemokit {
1083
+ .sapUiDocumentationMasterToggleButton {
1084
+ margin-left: 1rem;
1085
+ }
1086
+ }
1087
+ }
1088
+ }
1089
+
1090
+ html.sap-tablet {
1091
+ &:not(html.sap-combi) .sapUiDemokit.sapTntToolPage {
1092
+ padding: 0;
1093
+ }
1094
+
1095
+ .sapUiDemokit {
1096
+ &.sapTntToolPage {
1097
+ padding: 0;
1098
+ }
1099
+
1100
+ .sapTntToolPageMain {
1101
+ margin: 0;
1102
+ border-radius: 0;
1103
+ }
1104
+
1105
+ .sapUiDemokitMainHeader {
1106
+ .sapMIBar .sapMMenuBtn {
1107
+ .sapMBtn:not(.sapMSBArrow) .sapMBtnInner {
1108
+ height: 2.5rem;
1109
+ width: 2.5rem;
1110
+ top: -0.125rem;
1111
+
1112
+ .sapUiIcon {
1113
+ margin-left: 0.125rem;
1114
+ }
1115
+ }
1116
+ }
1117
+
1118
+ // Align the menu button with the side menu button
1119
+ .sapUiDocumentationMasterToggleButton {
1120
+ margin-left: 1rem;
1121
+ }
1122
+
1123
+ // Adjust the style of the version switch button to match the design specifiaction
1124
+ .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner {
1125
+ padding: 0;
1126
+
1127
+ &:after {
1128
+ content: none;
1129
+ }
1130
+
1131
+ .sapMBtnIcon {
1132
+ padding: 0;
1133
+ }
1134
+ }
1135
+
1136
+ .sapUiDemoKitHeaderActionsVersionSwitchTextContent {
1137
+ display: none;
1138
+ }
1139
+ }
1140
+ }
1141
+ }
1142
+
1143
+ html.sap-phone {
1144
+ .sapUiDemokit {
1145
+ &.sapTntToolPage {
1146
+ padding: 0;
1147
+ }
1148
+
1149
+ .sapTntToolPageAside {
1150
+ z-index: 10;
1151
+ }
1152
+
1153
+ .sapTntToolPageMain {
1154
+ margin: 0;
1155
+ border-radius: 0;
1156
+ }
1157
+
1158
+ .sapUiDemokitMainHeader {
1159
+ .sapMIBar .sapMMenuBtn {
1160
+ .sapMBtn:not(.sapMSBArrow) .sapMBtnInner {
1161
+ height: 2.5rem;
1162
+ width: 2.5rem;
1163
+ top: -0.125rem;
1164
+
1165
+ .sapUiIcon {
1166
+ margin-left: 0.125rem;
1167
+ }
1168
+ }
1169
+ }
1170
+ }
1171
+ }
1172
+
1173
+ // Align the menu button with the side menu button
1174
+ &:is(.sapUiMedia-Std-Phone) {
1175
+ .sapUiDemokit .sapUiDocumentationMasterToggleButton {
1176
+ margin-left: 0.75rem;
1177
+ }
1178
+ }
1179
+
1180
+ // Adjust the style of the version switch button to match the design specifiaction
1181
+ &:not(.sapUiMedia-Std-Desktop) {
1182
+ .sapUiDemokit .sapUiDemoKitHeaderActionsVersionSwitch .sapMBtnInner:after {
1183
+ content: none;
1184
+ }
1185
+ }
1186
+ }
1187
+
1188
+ html.sap-phone,
1189
+ html.sap-tablet {
1190
+ .sapUiDemokit.sapTntToolPage {
1191
+ .sapTntToolPageMain,
1192
+ .sapTntSideNavigation {
1193
+ border-radius: 0;
1194
+ }
1195
+ }
835
1196
  }
@@ -1,15 +1,19 @@
1
1
  .sapUiDocumentationSearch {
2
2
  display: flex;
3
- justify-content: flex-end;
4
- gap: 5px;
5
- }
3
+ align-items: center;
4
+ gap: 0.5rem;
6
5
 
7
- .sapUiDocumentationSearch .sapMSF {
8
- width: auto;
9
- flex-grow: 1;
10
- max-width: 10%;
11
- transition-delay: 0s;
12
- transition-duration: 0.4s;
13
- transition-property: max-width;
14
- transition-timing-function: linear;
15
- }
6
+ .sapMSF {
7
+ width: auto;
8
+ flex-grow: 1;
9
+ max-width: 10%;
10
+ transition-delay: 0s;
11
+ transition-duration: 0.4s;
12
+ transition-property: max-width;
13
+ transition-timing-function: linear;
14
+ }
15
+
16
+ .sapUiDemokitSearchOpeningButton {
17
+ margin-right: -0.35rem;
18
+ }
19
+ }
@@ -10,5 +10,4 @@
10
10
  @import "global.less";
11
11
 
12
12
  @import "./Link.less";
13
- @import "./Panel.less";
14
- @import "./Search.less";
13
+ @import "./Panel.less";
@@ -10,5 +10,4 @@
10
10
 
11
11
  @import "./Documentation.less";
12
12
  @import "./Link.less";
13
- @import "./Panel.less";
14
- @import "./Search.less";
13
+ @import "./Panel.less";
@@ -1,87 +0,0 @@
1
- <core:FragmentDefinition
2
- xmlns="sap.m"
3
- xmlns:core="sap.ui.core"
4
- xmlns:html="http://www.w3.org/1999/xhtml">
5
- <Dialog
6
- title="{i18n>FEEDBACK_DIALOG_TITLE}"
7
- class="sapUiContentPadding"
8
- id="feedbackDialog"
9
- resizable="true"
10
- draggable="true"
11
- contentHeight="35rem"
12
- contentWidth="32rem"
13
- stretch="{appView>/bPhoneSize}"
14
- showHeader="true">
15
- <content>
16
- <VBox>
17
- <HBox justifyContent="SpaceBetween">
18
- <items>
19
- <Label text="{i18n>FEEDBACK_DIALOG_OVERALL}" design="Bold" class="sapMFontMediumSize" required="true"/>
20
- <ObjectStatus id="ratingStatus" text="" state="None" class="sapMFontMediumSize"/>
21
- </items>
22
- </HBox>
23
- <HBox id="feedbackButtons" >
24
- <items>
25
- <ToggleButton id="excellent" width="100%" press="onPressRatingButton" icon="sap-icon://FeedbackRatingFaces/icon-face-very-happy" class="rateButton">
26
- <layoutData>
27
- <FlexItemData growFactor="1" />
28
- </layoutData>
29
- </ToggleButton>
30
- <ToggleButton id="good" width="100%" press="onPressRatingButton" icon="sap-icon://FeedbackRatingFaces/icon-face-happy" class="rateButton">
31
- <layoutData>
32
- <FlexItemData growFactor="1" />
33
- </layoutData>
34
- </ToggleButton>
35
- <ToggleButton id="average" width="100%" press="onPressRatingButton" icon="sap-icon://FeedbackRatingFaces/icon-face-neutral" class="rateButton">
36
- <layoutData>
37
- <FlexItemData growFactor="1" />
38
- </layoutData>
39
- </ToggleButton>
40
- <ToggleButton id="poor" width="100%" press="onPressRatingButton" icon="sap-icon://FeedbackRatingFaces/icon-face-bad" class="rateButton">
41
- <layoutData>
42
- <FlexItemData growFactor="1" />
43
- </layoutData>
44
- </ToggleButton>
45
- <ToggleButton id="veryPoor" width="100%" press="onPressRatingButton" icon="sap-icon://FeedbackRatingFaces/icon-face-very-bad" class="rateButton">
46
- <layoutData>
47
- <FlexItemData growFactor="1" />
48
- </layoutData>
49
- </ToggleButton>
50
- </items>
51
- </HBox>
52
-
53
- <Label text="{i18n>FEEDBACK_DIALOG_MESSAGE}" design="Bold" class="sapUiTinyMarginTop"/>
54
-
55
- <TextArea id="feedbackInput" width="100%" placeholder="{i18n>FEEDBACK_DIALOG_MESSAGE_PLACEHOLDER}"
56
- rows="7" class="sapMFontMediumSize sapUiFeedbackDialogTextArea"/>
57
-
58
- <CheckBox id="pageContext" text="{i18n>FEEDBACK_DIALOG_RELATED}" selected="true" class="sapMFontMediumSize contextCheckBoxAlign" select="onContextSelect"/>
59
-
60
- <FormattedText class="sapMLabel sapUiFeedbackDialogNoteLabel sapUiTinyMarginBottom"
61
- htmlText="&lt;strong&gt;Note:&lt;/strong&gt; If you want to report a bug,
62
- {= ${versionData>/isOpenUI5} ?
63
- ' you can open a GitHub issue &lt;a href=&quot;https://github.com/SAP/openui5/issues/new&quot;&gt;here.&lt;/a&gt;' :
64
- ${versionData>/isSnapshotVersion} ?
65
- ' please open a BCP ticket on CA-UI5-CTR component.' :
66
- ' you can report an Incident &lt;a href=&quot;https://launchpad.support.sap.com/#incident/solution&quot;&gt;here.&lt;/a&gt;'
67
- }
68
- This way we will be able to get back to you in case we have follow-up questions."/>
69
-
70
- <FormattedText class="sapMLabel sapUiFeedbackDialogNoteLabel sapUiTinyMarginBottom" visible="{= ${versionData>/isOpenUI5}}"
71
- htmlText="You can contribute directly to the &lt;a href=&quot;https://github.com/SAP/openui5-docs&quot; target=&quot;_blank&quot;&gt;OpenUI5 Documentation&lt;/a&gt; on GitHub."/>
72
-
73
- <Link text="{i18n>FEEDBACK_DIALOG_SHOW_DATA}" class="sapMFontMediumSize sapUiTinyMarginBottom" press="onShowHideContextData"/>
74
-
75
- <TextArea id="contextData" width="100%" value="Details/ descriptive text..." visible="false" editable="false" rows="3" class="sapUiBaseText sapMFontMediumSize sapUiTinyMarginBottom sapUiNoMarginTop"/>
76
-
77
- <MessageStrip text="{i18n>FEEDBACK_DIALOG_DISCLAIMER}" type="Information" showIcon="true"/>
78
- </VBox>
79
- </content>
80
- <beginButton>
81
- <Button id="sendButton" text="{i18n>FEEDBACK_DIALOG_BTN_SEND}" press="onFeedbackDialogSendPress" enabled="false" type="Emphasized"/>
82
- </beginButton>
83
- <endButton>
84
- <Button id="cancelButton" text="{i18n>FEEDBACK_DIALOG_BTN_CANCEL}" press="onFeedbackDialogCancel"/>
85
- </endButton>
86
- </Dialog>
87
- </core:FragmentDefinition>
@@ -1,3 +0,0 @@
1
- .sapUiDocumentationSearch .sapMSFF {
2
- border: 1px solid @sapUiFieldFocusBorderColor;
3
- }
@@ -1,3 +0,0 @@
1
- .sapUiDocumentationSearch .sapMSFF {
2
- border: 1px solid @sapUiFieldFocusBorderColor;
3
- }