@openui5/sap.ui.documentation 1.124.1 → 1.125.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 (82) hide show
  1. package/.reuse/dep5 +5 -0
  2. package/THIRDPARTY.txt +7 -0
  3. package/package.json +7 -7
  4. package/src/sap/ui/documentation/.library +2 -2
  5. package/src/sap/ui/documentation/DivContainer.js +35 -0
  6. package/src/sap/ui/documentation/library.js +2 -2
  7. package/src/sap/ui/documentation/messagebundle.properties +6 -0
  8. package/src/sap/ui/documentation/messagebundle_ar.properties +3 -0
  9. package/src/sap/ui/documentation/messagebundle_bg.properties +3 -0
  10. package/src/sap/ui/documentation/messagebundle_ca.properties +3 -0
  11. package/src/sap/ui/documentation/messagebundle_cnr.properties +3 -0
  12. package/src/sap/ui/documentation/messagebundle_cs.properties +3 -0
  13. package/src/sap/ui/documentation/messagebundle_cy.properties +3 -0
  14. package/src/sap/ui/documentation/messagebundle_da.properties +4 -1
  15. package/src/sap/ui/documentation/messagebundle_de.properties +3 -0
  16. package/src/sap/ui/documentation/messagebundle_el.properties +3 -0
  17. package/src/sap/ui/documentation/messagebundle_en.properties +3 -0
  18. package/src/sap/ui/documentation/messagebundle_en_GB.properties +3 -0
  19. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +3 -0
  20. package/src/sap/ui/documentation/messagebundle_es.properties +3 -0
  21. package/src/sap/ui/documentation/messagebundle_es_MX.properties +6 -3
  22. package/src/sap/ui/documentation/messagebundle_et.properties +3 -0
  23. package/src/sap/ui/documentation/messagebundle_fi.properties +3 -0
  24. package/src/sap/ui/documentation/messagebundle_fr.properties +3 -0
  25. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +4 -1
  26. package/src/sap/ui/documentation/messagebundle_hi.properties +3 -0
  27. package/src/sap/ui/documentation/messagebundle_hr.properties +3 -0
  28. package/src/sap/ui/documentation/messagebundle_hu.properties +17 -14
  29. package/src/sap/ui/documentation/messagebundle_id.properties +4 -1
  30. package/src/sap/ui/documentation/messagebundle_it.properties +3 -0
  31. package/src/sap/ui/documentation/messagebundle_iw.properties +3 -0
  32. package/src/sap/ui/documentation/messagebundle_ja.properties +3 -0
  33. package/src/sap/ui/documentation/messagebundle_kk.properties +3 -0
  34. package/src/sap/ui/documentation/messagebundle_ko.properties +3 -0
  35. package/src/sap/ui/documentation/messagebundle_lt.properties +3 -0
  36. package/src/sap/ui/documentation/messagebundle_lv.properties +3 -0
  37. package/src/sap/ui/documentation/messagebundle_mk.properties +3 -0
  38. package/src/sap/ui/documentation/messagebundle_ms.properties +3 -0
  39. package/src/sap/ui/documentation/messagebundle_nl.properties +3 -0
  40. package/src/sap/ui/documentation/messagebundle_no.properties +3 -0
  41. package/src/sap/ui/documentation/messagebundle_pl.properties +3 -0
  42. package/src/sap/ui/documentation/messagebundle_pt.properties +3 -0
  43. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +3 -0
  44. package/src/sap/ui/documentation/messagebundle_ro.properties +3 -0
  45. package/src/sap/ui/documentation/messagebundle_ru.properties +4 -1
  46. package/src/sap/ui/documentation/messagebundle_sh.properties +3 -0
  47. package/src/sap/ui/documentation/messagebundle_sk.properties +3 -0
  48. package/src/sap/ui/documentation/messagebundle_sl.properties +3 -0
  49. package/src/sap/ui/documentation/messagebundle_sr.properties +3 -0
  50. package/src/sap/ui/documentation/messagebundle_sv.properties +3 -0
  51. package/src/sap/ui/documentation/messagebundle_th.properties +3 -0
  52. package/src/sap/ui/documentation/messagebundle_tr.properties +3 -0
  53. package/src/sap/ui/documentation/messagebundle_uk.properties +3 -0
  54. package/src/sap/ui/documentation/messagebundle_vi.properties +3 -0
  55. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +3 -0
  56. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +3 -0
  57. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +1 -2
  58. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  59. package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +5 -0
  60. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/view/CookieSettingsDialog.fragment.xml +3 -3
  61. package/src/sap/ui/documentation/sdk/css/style.css +5 -6
  62. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  63. package/src/sap/ui/documentation/sdk/view/Code.view.xml +0 -1
  64. package/src/sap/ui/documentation/sdk/view/LiveEditor.view.xml +6 -7
  65. package/src/sap/ui/documentation/sdk/view/Resources.view.xml +23 -0
  66. package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +7 -8
  67. package/src/sap/ui/documentation/sdk/view/WelcomeCustomRowOpenUI5.fragment.xml +2 -3
  68. package/src/sap/ui/documentation/sdk/view/WelcomeCustomRowSAPUI5.fragment.xml +2 -3
  69. package/src/sap/ui/documentation/themes/sap_belize/library.source.less +10 -1
  70. package/src/sap/ui/documentation/themes/sap_belize_base/DataTableFilterDropDown.less +21 -0
  71. package/src/sap/ui/documentation/themes/sap_belize_base/DemoApps.less +214 -0
  72. package/src/sap/ui/documentation/themes/sap_belize_base/DemokitTreeItem.less +50 -0
  73. package/src/sap/ui/documentation/themes/sap_belize_base/Documentation.less +1185 -0
  74. package/src/sap/ui/documentation/themes/sap_belize_base/LightTable.less +224 -0
  75. package/src/sap/ui/documentation/themes/sap_belize_base/ObjectPageSubSection.less +16 -0
  76. package/src/sap/ui/documentation/themes/sap_belize_base/Resources.less +190 -0
  77. package/src/sap/ui/documentation/themes/sap_belize_base/Search.less +19 -0
  78. package/src/sap/ui/documentation/themes/sap_belize_base/TitleLink.less +12 -0
  79. package/src/sap/ui/documentation/themes/sap_belize_base/global.less +27 -0
  80. package/src/sap/ui/documentation/themes/sap_belize_base/library.source.less +22 -0
  81. package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +10 -1
  82. package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +10 -1
@@ -405,6 +405,8 @@ RESOURCES_CARD_TITLE_FIORI_TOOLS=\u0406\u043D\u0441\u0442\u0440\u0443\u043C\u043
405
405
  RESOURCES_CARD_DESC_FIORI_TOOLS=\u0406\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438 SAP Fiori \u0441\u043F\u0440\u043E\u0449\u0443\u044E\u0442\u044C \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0456\u0432 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 SAP Fiori, \u043D\u0430\u0434\u0430\u044E\u0447\u0438 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F \u0434\u043B\u044F \u0432\u0430\u0448\u0438\u0445 \u0441\u0435\u0440\u0435\u0434\u043E\u0432\u0438\u0449 \u0440\u043E\u0437\u0440\u043E\u0431\u043A\u0438 SAP Business Application Studio \u0442\u0430 Visual Studio Code.
406
406
  RESOURCES_CARD_TITLE_CARD_EXPLORER=\u041F\u0440\u043E\u0432\u0456\u0434\u043D\u0438\u043A \u043A\u0430\u0440\u0442\u043E\u043A
407
407
  RESOURCES_CARD_DESC_CARD_EXPLORER=\u041A\u0430\u0440\u0442\u043A\u0438 \u0456\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u0457 \u0454 \u0447\u0443\u0434\u043E\u0432\u0438\u043C \u0441\u043F\u043E\u0441\u043E\u0431\u043E\u043C \u043D\u0430\u0434\u0430\u043D\u043D\u044F \u0431\u0456\u0437\u043D\u0435\u0441-\u0432\u043C\u0456\u0441\u0442\u0443 \u0434\u043B\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u043D\u0430 \u043A\u0430\u0440\u0442\u043A\u0430\u0445 \u0443 \u0432\u0438\u0433\u043B\u044F\u0434\u0456 \u0432\u0456\u0434\u0436\u0435\u0442\u0430 \u043D\u0430 \u0434\u043E\u043C\u0430\u0448\u043D\u0456\u0445 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430\u0445 \u0430\u0431\u043E \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0430\u043B\u044C\u043D\u0438\u0445 \u043F\u0430\u043D\u0435\u043B\u044F\u0445. \u041F\u0440\u043E\u0432\u0456\u0434\u043D\u0438\u043A \u043A\u0430\u0440\u0442\u043E\u043A \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u0432\u0430\u043C \u0432\u0441\u0435, \u0449\u043E \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u043E \u0437\u043D\u0430\u0442\u0438 \u0434\u043B\u044F \u0457\u0445 \u0432\u043F\u0440\u043E\u0432\u0430\u0434\u0436\u0435\u043D\u043D\u044F.
408
+ RESOURCES_CARD_TITLE_LINTER=UI5 linter
409
+ RESOURCES_CARD_DESC_LINTER=UI5 linter \u2014 \u0446\u0435 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442 \u0441\u0442\u0430\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0430\u043D\u0430\u043B\u0456\u0437\u0443 \u043A\u043E\u0434\u0443 \u0434\u043B\u044F \u043F\u0440\u043E\u0454\u043A\u0442\u0456\u0432 UI5. \u0412\u0456\u043D \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u044F\u0454 JavaScript, XML, JSON \u0442\u0430 \u0456\u043D\u0448\u0456 \u0444\u0430\u0439\u043B\u0438 \u0443 \u0432\u0430\u0448\u043E\u043C\u0443 \u043F\u0440\u043E\u0454\u043A\u0442\u0456 \u0442\u0430 \u0437\u0432\u0456\u0442\u0443\u0454 \u043F\u0440\u043E \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438. \u0426\u0435 \u0434\u043E\u043F\u043E\u043C\u043E\u0436\u0435 \u0432\u0430\u043C \u0441\u043B\u0456\u0434\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u0439\u043A\u0440\u0430\u0449\u0438\u043C \u043F\u0440\u0430\u043A\u0442\u0438\u043A\u0430\u043C \u0443 \u0432\u0430\u0448\u0438\u0445 \u043F\u0440\u043E\u0454\u043A\u0442\u0430\u0445 UI5 \u0456 \u0430\u0434\u0430\u043F\u0442\u0443\u0432\u0430\u0442\u0438 \u0457\u0445 \u0434\u043E \u043D\u043E\u0432\u0438\u0445 \u043E\u0441\u043D\u043E\u0432\u043D\u0438\u0445 \u0432\u0435\u0440\u0441\u0456\u0439 UI5.
408
410
  RESOURCES_CARD_TITLE_FPM_EXPLORER=\u041F\u0440\u043E\u0432\u0456\u0434\u043D\u0438\u043A \u043C\u043E\u0434\u0435\u043B\u0456 \u0433\u043D\u0443\u0447\u043A\u043E\u0433\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0443\u0432\u0430\u043D\u043D\u044F
409
411
  RESOURCES_CARD_DESC_FPM_EXPLORER=\u0413\u043D\u0443\u0447\u043A\u0430 \u043C\u043E\u0434\u0435\u043B\u044C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0443\u0432\u0430\u043D\u043D\u044F \u0434\u043E\u0437\u0432\u043E\u043B\u044F\u0454 \u0432\u0430\u043C \u0441\u0442\u0432\u043E\u0440\u044E\u0432\u0430\u0442\u0438 \u0456\u043D\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043B\u044C\u043D\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438 \u0437\u0433\u0456\u0434\u043D\u043E \u0437 \u0432\u0430\u0448\u0438\u043C\u0438 \u043E\u0441\u043E\u0431\u043B\u0438\u0432\u0438\u043C\u0438 \u043F\u043E\u0442\u0440\u0435\u0431\u0430\u043C\u0438, \u044F\u043A\u0456 \u043F\u043E\u0432'\u044F\u0437\u0430\u043D\u0456 \u0437 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F\u043C \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 SAP Fiori \u0434\u043B\u044F OData V4.
410
412
  RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO=SAP Business Application Studio
@@ -435,6 +437,7 @@ RESOURCES_CARD_LINK_ACC_GUIDE=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u
435
437
  RESOURCES_CARD_LINK_TOOLING=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438 UI5
436
438
  RESOURCES_CARD_LINK_FIORI_TOOLS=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438 SAP Fiori
437
439
  RESOURCES_CARD_LINK_CARD_EXPLORER=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0456\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u0457 UI \u0437 \u043A\u0430\u0440\u0442\u043A\u0430\u043C\u0438
440
+ RESOURCES_CARD_LINK_LINTER=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 UI5 linter
438
441
  RESOURCES_CARD_LINK_FPM_EXPLORER=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u041F\u0440\u043E\u0432\u0456\u0434\u043D\u0438\u043A FPM
439
442
  RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 BAS
440
443
  RESOURCES_CARD_LINK_THEME_DESIGNER=\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0434\u0438\u0437\u0430\u0439\u043D\u0435\u0440 \u0442\u0435\u043C \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430
@@ -405,6 +405,8 @@ RESOURCES_CARD_TITLE_FIORI_TOOLS=C\u00F4ng cu\u0323 SAP Fiori
405
405
  RESOURCES_CARD_DESC_FIORI_TOOLS=C\u00F4ng cu\u0323 SAP Fiori \u0111\u01A1n gi\u1EA3n h\u00F3a vi\u1EC7c t\u1EA1o c\u00E1c \u1EE9ng d\u1EE5ng y\u00EA\u0301u t\u00F4\u0301 SAP Fiori b\u1EB1ng c\u00E1ch cung c\u1EA5p c\u00E1c ph\u1EA7n m\u1EDF r\u1ED9ng cho m\u00F4i tr\u01B0\u1EDDng ph\u00E1t tri\u1EC3n SAP Business Application Studio v\u00E0 Visual Studio Code c\u1EE7a b\u1EA1n.
406
406
  RESOURCES_CARD_TITLE_CARD_EXPLORER=Tri\u0300nh kha\u0301m pha\u0301 the\u0309
407
407
  RESOURCES_CARD_DESC_CARD_EXPLORER=Th\u1EBB t\u00EDch h\u1EE3p l\u00E0 m\u1ED9t c\u00E1ch tuy\u1EC7t v\u1EDDi \u0111\u1EC3 cung c\u1EA5p n\u1ED9i dung kinh doanh cho ng\u01B0\u1EDDi d\u00F9ng tr\u00EAn c\u00E1c th\u1EBB gi\u1ED1ng nh\u01B0 widget tr\u00EAn trang ch\u1EE7 ho\u1EB7c ba\u0309ng \u0111i\u00EA\u0300u khi\u00EA\u0309n. Tri\u0300nh kha\u0301m pha\u0301 the\u0309 hi\u1EC3n th\u1ECB cho b\u1EA1n m\u1ECDi th\u1EE9 b\u1EA1n c\u1EA7n bi\u1EBFt \u0111\u1EC3 tri\u1EC3n khai ch\u00FAng.
408
+ RESOURCES_CARD_TITLE_LINTER=UI5 linter
409
+ RESOURCES_CARD_DESC_LINTER=UI5 linter l\u00E0 m\u1ED9t c\u00F4ng c\u1EE5 ph\u00E2n t\u00EDch m\u00E3 t\u0129nh cho c\u00E1c d\u1EF1 \u00E1n UI5. N\u00F3 ki\u1EC3m tra JavaScript, XML, JSON v\u00E0 c\u00E1c t\u1EADp tin kh\u00E1c trong d\u1EF1 \u00E1n c\u1EE7a b\u1EA1n v\u00E0 b\u00E1o c\u00E1o c\u00E1c ph\u00E1t hi\u1EC7n. N\u00F3 gi\u00FAp b\u1EA1n l\u00E0m theo c\u00E1c th\u1EF1c h\u00E0nh t\u1ED1t nh\u1EA5t trong c\u00E1c d\u1EF1 \u00E1n UI5 c\u1EE7a m\u00ECnh v\u00E0 \u0111i\u1EC1u ch\u1EC9nh ch\u00FAng cho ph\u00F9 h\u1EE3p v\u1EDBi c\u00E1c phi\u00EAn b\u1EA3n ch\u00EDnh UI5 m\u1EDBi.
408
410
  RESOURCES_CARD_TITLE_FPM_EXPLORER=Tr\u00ECnh kh\u00E1m ph\u00E1 m\u00F4 h\u00ECnh l\u1EADp tr\u00ECnh linh ho\u1EA1t
409
411
  RESOURCES_CARD_DESC_FPM_EXPLORER=M\u00F4 h\u00ECnh l\u1EADp tr\u00ECnh linh ho\u1EA1t gi\u00FAp b\u1EA1n d\u1EC5 d\u00E0ng \u0111i\u1EC1u ch\u1EC9nh c\u00E1c \u1EE9ng d\u1EE5ng theo nhu c\u1EA7u c\u1EE5 th\u1EC3 c\u1EE7a ri\u00EAng m\u00ECnh khi s\u1EED d\u1EE5ng c\u00E1c y\u00EA\u0301u t\u00F4\u0301 SAP Fiori cho OData V4.
410
412
  RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO=SAP Business Application Studio
@@ -435,6 +437,7 @@ RESOURCES_CARD_LINK_ACC_GUIDE=Ki\u1EC3m tra h\u01B0\u1EDBng d\u1EABn kh\u1EA3 n\
435
437
  RESOURCES_CARD_LINK_TOOLING=Ki\u1EC3m tra UI5 Tooling
436
438
  RESOURCES_CARD_LINK_FIORI_TOOLS=Ki\u1EC3m tra c\u00F4ng c\u1EE5 SAP Fiori
437
439
  RESOURCES_CARD_LINK_CARD_EXPLORER=Ki\u1EC3m tra t\u00EDch h\u1EE3p giao di\u1EC7n ng\u01B0\u1EDDi d\u00F9ng v\u1EDBi th\u1EBB
440
+ RESOURCES_CARD_LINK_LINTER=Ki\u1EC3m tra UI5 linter
438
441
  RESOURCES_CARD_LINK_FPM_EXPLORER=Ki\u1EC3m tra tr\u00ECnh kh\u00E1m ph\u00E1 FPM
439
442
  RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO=Ki\u1EC3m tra BAS
440
443
  RESOURCES_CARD_LINK_THEME_DESIGNER=Ki\u1EC3m tra tr\u00ECnh thi\u1EBFt k\u1EBF ch\u1EE7 \u0111\u1EC1 giao di\u1EC7n ng\u01B0\u1EDDi d\u00F9ng
@@ -405,6 +405,8 @@ RESOURCES_CARD_TITLE_FIORI_TOOLS=SAP Fiori \u5DE5\u5177
405
405
  RESOURCES_CARD_DESC_FIORI_TOOLS=SAP Fiori \u5DE5\u5177\u901A\u8FC7\u63D0\u4F9B SAP Business Application Studio \u548C Visual Studio \u4EE3\u7801\u5F00\u53D1\u73AF\u5883\u7684\u6269\u5C55\uFF0C\u7B80\u5316\u4E86 SAP Fiori \u5143\u7D20\u5E94\u7528\u7A0B\u5E8F\u7684\u521B\u5EFA\u3002
406
406
  RESOURCES_CARD_TITLE_CARD_EXPLORER=\u5361\u6D4F\u89C8\u5668
407
407
  RESOURCES_CARD_DESC_CARD_EXPLORER=\u901A\u8FC7\u96C6\u6210\u5361\u53EF\u4EE5\u6781\u597D\u5730\u5728\u4E3B\u9875\u6216\u4EEA\u8868\u76D8\u4E0A\u4EE5\u7A97\u53E3\u5C0F\u90E8\u4EF6\u5F0F\u7684\u5361\u4E3A\u7528\u6237\u63D0\u4F9B\u4E1A\u52A1\u5185\u5BB9\u3002\u5361\u6D4F\u89C8\u5668\u5C55\u793A\u4E86\u5B9E\u65BD\u65F6\u6240\u9700\u7684\u4E00\u5207\u77E5\u8BC6\u3002
408
+ RESOURCES_CARD_TITLE_LINTER=UI5 linter
409
+ RESOURCES_CARD_DESC_LINTER=UI5 linter \u662F\u4E00\u4E2A\u9762\u5411 UI5 \u9879\u76EE\u7684\u9759\u6001\u4EE3\u7801\u5206\u6790\u5DE5\u5177\u3002\u5B83\u4F1A\u68C0\u67E5\u9879\u76EE\u4E2D\u7684 JavaScript\u3001XML\u3001JSON \u53CA\u5176\u4ED6\u6587\u4EF6\u5E76\u62A5\u544A\u68C0\u67E5\u7ED3\u679C\u3002\u5B83\u6709\u52A9\u4E8E\u5728 UI5 \u9879\u76EE\u4E2D\u9075\u5FAA\u6700\u4F73\u5B9E\u8DF5\u5E76\u4F7F\u5176\u4E0E\u65B0\u7684 UI5 \u4E3B\u7248\u672C\u76F8\u9002\u5E94\u3002
408
410
  RESOURCES_CARD_TITLE_FPM_EXPLORER=\u7075\u6D3B\u7F16\u7A0B\u6A21\u578B\u6D4F\u89C8\u5668
409
411
  RESOURCES_CARD_DESC_FPM_EXPLORER=\u7075\u6D3B\u7684\u7F16\u7A0B\u6A21\u578B\u4FBF\u4E8E\u60A8\u5728\u4F7F\u7528\u9762\u5411 OData V4 \u7684 SAP Fiori \u5143\u7D20\u65F6\uFF0C\u6839\u636E\u81EA\u8EAB\u7279\u6B8A\u9700\u8981\u91CF\u8EAB\u5B9A\u5236\u5E94\u7528\u7A0B\u5E8F\u3002
410
412
  RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO=SAP Business Application Studio
@@ -435,6 +437,7 @@ RESOURCES_CARD_LINK_ACC_GUIDE=\u67E5\u9A8C\u8F85\u52A9\u529F\u80FD\u6307\u5357
435
437
  RESOURCES_CARD_LINK_TOOLING=\u67E5\u9A8C UI5 Tooling
436
438
  RESOURCES_CARD_LINK_FIORI_TOOLS=\u67E5\u9A8C SAP Fiori \u5DE5\u5177
437
439
  RESOURCES_CARD_LINK_CARD_EXPLORER=\u67E5\u9A8C\u5E26\u6709\u5361\u7684 UI \u96C6\u6210
440
+ RESOURCES_CARD_LINK_LINTER=\u67E5\u9A8C UI5 linter
438
441
  RESOURCES_CARD_LINK_FPM_EXPLORER=\u67E5\u9A8C FPM \u6D4F\u89C8\u5668
439
442
  RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO=\u67E5\u9A8C BAS
440
443
  RESOURCES_CARD_LINK_THEME_DESIGNER=\u67E5\u9A8C UI \u4E3B\u9898\u8BBE\u8BA1\u5668
@@ -405,6 +405,8 @@ RESOURCES_CARD_TITLE_FIORI_TOOLS=SAP Fiori \u5DE5\u5177
405
405
  RESOURCES_CARD_DESC_FIORI_TOOLS=SAP Fiori \u5DE5\u5177\u900F\u904E\u63D0\u4F9B SAP Business Application Studio \u548C Visual Studio Code \u958B\u767C\u74B0\u5883\u7684\u64F4\u5145\u529F\u80FD\uFF0C\u7C21\u5316 SAP Fiori \u5143\u7D20\u61C9\u7528\u7A0B\u5F0F\u7684\u5EFA\u7ACB\u4F5C\u696D\u3002
406
406
  RESOURCES_CARD_TITLE_CARD_EXPLORER=Card Explorer
407
407
  RESOURCES_CARD_DESC_CARD_EXPLORER=\u5361\u7247\u6574\u5408\u4F5C\u696D\u662F\u6307\u5728\u9996\u9801\u6216\u5100\u8868\u677F\u4E0A\u985E\u4F3C Widget \u5361\u7247\uFF0C\u53EF\u70BA\u4F7F\u8207\u8005\u63D0\u4F9B\u5546\u696D\u5167\u5BB9\u7684\u597D\u65B9\u6CD5\u3002Card Explorer \u6703\u63D0\u4F9B\u60A8\u77AD\u89E3\u5EFA\u7F6E\u7684\u6240\u9700\u8CC7\u8A0A\u3002
408
+ RESOURCES_CARD_TITLE_LINTER=UI5 linter
409
+ RESOURCES_CARD_DESC_LINTER=UI5 linter \u662F UI5 \u5C08\u6848\u7684\u975C\u614B\u4EE3\u78BC\u5206\u6790\u5DE5\u5177\uFF0C\u9019\u6703\u6AA2\u67E5\u60A8\u5C08\u6848\u4E2D\u7684 JavaScript\u3001XML\u3001JSON \u548C\u5176\u4ED6\u6A94\u6848\u4E26\u5448\u5831\u6AA2\u67E5\u7D50\u679C\u3002\u6B64\u5354\u52A9\u60A8\u4F9D\u5FAA UI5 \u5C08\u6848\u4E2D\u7684\u6700\u4F73\u5BE6\u52D9\u4E26\u4E88\u4EE5\u8ABF\u6574\u70BA\u65B0\u7684 UI5 \u4E3B\u8981\u7248\u672C\u3002
408
410
  RESOURCES_CARD_TITLE_FPM_EXPLORER=Flexible Programming Model Explorer
409
411
  RESOURCES_CARD_DESC_FPM_EXPLORER=\u4F7F\u7528 SAP Fiori \u5143\u7D20 (\u9069\u7528\u65BC OData V4) \u6642\uFF0C\u60A8\u53EF\u4F7F\u7528\u5F48\u6027\u7A0B\u5F0F\u8A2D\u8A08\u6A21\u578B\u4F86\u8F15\u9B06\u91DD\u5C0D\u672C\u8EAB\u7684\u7279\u6B8A\u9700\u6C42\u800C\u91CF\u8EAB\u81EA\u8A02\u61C9\u7528\u7A0B\u5F0F\u3002
410
412
  RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO=SAP Business Application Studio
@@ -435,6 +437,7 @@ RESOURCES_CARD_LINK_ACC_GUIDE=\u67E5\u770B\u53EF\u5B58\u53D6\u6027\u6307\u5357
435
437
  RESOURCES_CARD_LINK_TOOLING=\u67E5\u770B UI5 Tooling
436
438
  RESOURCES_CARD_LINK_FIORI_TOOLS=\u67E5\u770B SAP Fiori \u5DE5\u5177
437
439
  RESOURCES_CARD_LINK_CARD_EXPLORER=\u67E5\u770B\u4F7F\u7528\u8005\u4ECB\u9762\u6574\u5408\u5361\u7247
440
+ RESOURCES_CARD_LINK_LINTER=\u67E5\u770B UI5 linter
438
441
  RESOURCES_CARD_LINK_FPM_EXPLORER=\u67E5\u770B FPM Explorer
439
442
  RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO=\u67E5\u770B BAS
440
443
  RESOURCES_CARD_LINK_THEME_DESIGNER=\u67E5\u770B\u4F7F\u7528\u8005\u4ECB\u9762\u4E3B\u984C\u8A2D\u8A08\u5DE5\u5177
@@ -174,8 +174,7 @@ sap.ui.define([
174
174
 
175
175
  getGroupHeader : function (oGroup) {
176
176
  return new GroupHeaderListItem( {
177
- title: oGroup.key,
178
- upperCase: false
177
+ title: oGroup.key
179
178
  } );
180
179
  },
181
180
 
@@ -58,7 +58,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/documentation/library', "sap/
58
58
  "Map",
59
59
  "Utility",
60
60
  "Web Components",
61
- "Metadata-Driven Controls",
61
+ "Metadata-Driven Controls (sap.ui.mdc)",
62
62
  "Personalization"
63
63
  ];
64
64
  var afilterProps = ["namespace", "since", "category"]; // content density are set manually
@@ -39,6 +39,11 @@ sap.ui.define([],
39
39
  "text": "Card Explorer",
40
40
  "href": "test-resources/sap/ui/integration/demokit/cardExplorer/index.html"
41
41
  },
42
+ {
43
+ "id": "linter",
44
+ "text": "UI5 linter",
45
+ "href": "https://github.com/SAP/ui5-linter"
46
+ },
42
47
  {
43
48
  "id": "fpmExplorer",
44
49
  "text": "Flexible Programming Model Explorer",
@@ -3,10 +3,10 @@
3
3
  xmlns:f="sap.f"
4
4
  xmlns:grid="sap.ui.layout.cssgrid"
5
5
  xmlns:core="sap.ui.core"
6
- xmlns:html="http://www.w3.org/1999/xhtml">
6
+ xmlns:custom="sap.ui.documentation">
7
7
  <Dialog title="{i18n>COOKIE_SETTINGS_DIALOG_TITLE}" contentWidth="45rem">
8
8
  <content>
9
- <html:div class="sapUiSmallMargin">
9
+ <custom:DivContainer class="sapUiSmallMargin">
10
10
  <Text text="{i18n>COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT}"
11
11
  visible="{= !${cookieData>/showCookieDetails} }"/>
12
12
  <f:GridList visible="{cookieData>/showCookieDetails}">
@@ -27,7 +27,7 @@
27
27
  </Panel>
28
28
  </f:GridListItem>
29
29
  </f:GridList>
30
- </html:div>
30
+ </custom:DivContainer>
31
31
  </content>
32
32
  <buttons>
33
33
  <Button text="{i18n>COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL}" type="Emphasized" press="onAcceptAllCookies" visible="{=! ${cookieData>/showCookieDetails} }">
@@ -884,18 +884,17 @@ html.sapUiTheme-sap_belize_plus .sapUiDemokit .sapUiDocumentationSplitApp > .sap
884
884
 
885
885
  .sapUiDemokit .sapUiDocumentationMasterPage .sapUiFixFlex .sapUiFixFlexFlexible .sapUiFixFlexFlexibleContainer {
886
886
  overflow-y: auto;
887
- margin-bottom: .5625rem;
888
887
  }
889
888
 
890
- .sapUiDemokit .sapUiDocumentationMasterPage .sapUiFixFlex .sapUiFixFlexFlexible:after {
889
+ .sapUiDemokit .sapUiDocumentationMasterPage .sapUiFixFlexFixed::after {
891
890
  content: "";
892
891
  display: block;
893
892
  width: calc(100% - 2rem);
894
- height: .0625rem;
895
- margin: .3125rem 1rem 0 1rem;
896
- background: var(--sapUiDemoKitAccentColor6);
893
+ height: 0.0625rem;
894
+ margin: 0 1rem 0 1rem;
895
+ background-color: var(--sapUiDemoKitAccentColor6);
897
896
  position: absolute;
898
- bottom: .25rem;
897
+ top: 0.25rem;
899
898
  }
900
899
 
901
900
  html.sapUiTheme-sap_fiori_3_hcb .sapUiDemokit .sapMSplitContainerMaster,
@@ -998,10 +998,10 @@ var hljs = (function () {
998
998
  * @param {string} message
999
999
  */
1000
1000
  const deprecated = (version, message) => {
1001
- if (seenDeprecations[`1.124.1/${message}`]) return;
1001
+ if (seenDeprecations[`1.125.0/${message}`]) return;
1002
1002
 
1003
- console.log(`Deprecated as of 1.124.1. ${message}`);
1004
- seenDeprecations[`1.124.1/${message}`] = true;
1003
+ console.log(`Deprecated as of 1.125.0. ${message}`);
1004
+ seenDeprecations[`1.125.0/${message}`] = true;
1005
1005
  };
1006
1006
 
1007
1007
  /* eslint-disable no-throw-literal */
@@ -81,7 +81,6 @@
81
81
  showNavButton="true"
82
82
  navButtonPress="onNavBack"
83
83
  title="{/title}"
84
- icon="img/144_iPad_Retina_Web_Clip.png"
85
84
  enableScrolling="false">
86
85
  <landmarkInfo>
87
86
  <PageAccessibleLandmarkInfo rootRole="Region" rootLabel="Details" headerRole="Region" headerLabel="Header" contentRole="Main" contentLabel="Content"></PageAccessibleLandmarkInfo>
@@ -6,7 +6,6 @@
6
6
  xmlns:mvc="sap.ui.core.mvc"
7
7
  xmlns:custom="sap.ui.documentation"
8
8
  xmlns:editor="sap.ui.codeeditor"
9
- xmlns:html="http://www.w3.org/1999/xhtml"
10
9
  class="liveEditor">
11
10
  <Page
12
11
  id="liveEditorPage"
@@ -16,8 +15,8 @@
16
15
  enableScrolling="false"
17
16
  title="{i18n>LIVE_EDITOR_TITLE}"
18
17
  navButtonPress="onNavButtonPress">
19
- <html:div class="editorWrapper">
20
- <html:div>
18
+ <custom:DivContainer class="editorWrapper">
19
+ <custom:DivContainer>
21
20
  <IconTabHeader selectedKey="{viewModel>/selectedFileName}" select="onFileSwitch">
22
21
  <items>
23
22
  <IconTabFilter text="App.view.xml" key="App.view.xml"/>
@@ -26,14 +25,14 @@
26
25
  <IconTabFilter text="index.html" key="index.html"/>
27
26
  </items>
28
27
  </IconTabHeader>
29
- <html:div class="editorSrcWindow">
28
+ <custom:DivContainer class="editorSrcWindow">
30
29
  <editor:CodeEditor id="srcEditor"
31
30
  editable="{= ${viewModel>/selectedFileType} !== 'text' }"
32
31
  value="{viewModel>/selectedFileContent}"
33
32
  type="{viewModel>/selectedFileType}"
34
33
  liveChange="onSrcLiveChange"/>
35
- </html:div>
36
- </html:div>
34
+ </custom:DivContainer>
35
+ </custom:DivContainer>
37
36
 
38
37
  <VBox id="resultBox" class="liveEditorResultBox" width="100%" height="100%">
39
38
  <Toolbar style="Clear" class="editorToolbar">
@@ -49,7 +48,7 @@
49
48
  </core:layoutData>
50
49
  </core:HTML>
51
50
  </VBox>
52
- </html:div>
51
+ </custom:DivContainer>
53
52
  </Page>
54
53
 
55
54
  </mvc:View>
@@ -247,6 +247,29 @@
247
247
  </f:content>
248
248
  </f:Card>
249
249
 
250
+ <!-- UI5 linter -->
251
+ <f:Card class="sapUiDemoKitResourcesRegularCard">
252
+ <f:header>
253
+ <card:Header title="{i18n>RESOURCES_CARD_TITLE_LINTER}" iconSrc="sap-icon://syntax" />
254
+ </f:header>
255
+ <f:content>
256
+ <VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
257
+ <Text text="{i18n>RESOURCES_CARD_DESC_LINTER}">
258
+ <layoutData>
259
+ <FlexItemData growFactor="1" />
260
+ </layoutData>
261
+ </Text>
262
+ <Link
263
+ class="sapUiDemoKitResourcesCardLink"
264
+ href="{resources>/linter/href}"
265
+ target="_blank"
266
+ text="{i18n>RESOURCES_CARD_LINK_LINTER}"
267
+ tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
268
+ wrapping="true" />
269
+ </VBox>
270
+ </f:content>
271
+ </f:Card>
272
+
250
273
  <!-- Flexible Programming Model Explorer -->
251
274
  <f:Card class="sapUiDemoKitResourcesRegularCard"
252
275
  visible="{
@@ -4,8 +4,7 @@
4
4
  xmlns:l="sap.ui.layout"
5
5
  xmlns:core="sap.ui.core"
6
6
  xmlns:mvc="sap.ui.core.mvc"
7
- xmlns:custom="sap.ui.documentation"
8
- xmlns:html="http://www.w3.org/1999/xhtml">
7
+ xmlns:custom="sap.ui.documentation">
9
8
 
10
9
  <Page showHeader="false" class="sapUiHomePage">
11
10
  <landmarkInfo>
@@ -348,7 +347,7 @@
348
347
  backgroundColorShade="ShadeA">
349
348
  <l:VerticalLayout
350
349
  width="100%">
351
- <html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
350
+ <custom:DivContainer class="sapUIDisclaimerLink sapUiSmallMarginBottom">
352
351
  <custom:TitleLink
353
352
  href="https://www.sap.com/developer/tutorials/hcp-create-trial-account.html"
354
353
  text="{i18n>WELCOME_BLOCK_8_TITLE}"
@@ -359,7 +358,7 @@
359
358
  tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
360
359
  width="1.25rem"
361
360
  press="onDisclaimerLinkPress"/>
362
- </html:div>
361
+ </custom:DivContainer>
363
362
  <Text
364
363
  text="{i18n>WELCOME_BLOCK_8_TEXT_1}"
365
364
  class="sapUiSmallMarginBottom"/>
@@ -387,7 +386,7 @@
387
386
  backgroundColorShade="ShadeB">
388
387
  <l:VerticalLayout
389
388
  width="100%">
390
- <html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
389
+ <custom:DivContainer class="sapUIDisclaimerLink sapUiSmallMarginBottom">
391
390
  <custom:TitleLink
392
391
  href="https://ui5.sap.com/#/topic/91f346786f4d1014b6dd926db0e91070"
393
392
  target="_blank"
@@ -398,7 +397,7 @@
398
397
  tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
399
398
  width="1.25rem"
400
399
  press="onDisclaimerLinkPress"/>
401
- </html:div>
400
+ </custom:DivContainer>
402
401
  <Text
403
402
  text="{i18n>WELCOME_BLOCK_9_TEXT_1}"
404
403
  class="sapUiSmallMarginBottom"/>
@@ -428,7 +427,7 @@
428
427
  backgroundColorShade="ShadeC">
429
428
  <l:VerticalLayout
430
429
  width="100%">
431
- <html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
430
+ <custom:DivContainer class="sapUIDisclaimerLink sapUiSmallMarginBottom">
432
431
  <custom:TitleLink
433
432
  href="http://openui5.org"
434
433
  text="{i18n>WELCOME_BLOCK_10_TITLE}"
@@ -439,7 +438,7 @@
439
438
  tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
440
439
  width="1.25rem"
441
440
  press="onDisclaimerLinkPress"/>
442
- </html:div>
441
+ </custom:DivContainer>
443
442
  <Text
444
443
  text="{i18n>WELCOME_BLOCK_10_TEXT_1}"
445
444
  class="sapUiSmallMarginBottom"/>
@@ -2,14 +2,13 @@
2
2
  xmlns="sap.m"
3
3
  xmlns:core="sap.ui.core"
4
4
  xmlns:custom="sap.ui.documentation"
5
- xmlns:html="http://www.w3.org/1999/xhtml"
6
5
  xmlns:l="sap.ui.layout">
7
6
  <l:BlockLayoutCell
8
7
  backgroundColorSet="ColorSet10"
9
8
  backgroundColorShade="ShadeC">
10
9
  <l:VerticalLayout
11
10
  width="100%">
12
- <html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
11
+ <custom:DivContainer class="sapUIDisclaimerLink sapUiSmallMarginBottom">
13
12
  <custom:TitleLink
14
13
  href="https://experience.sap.com/fiori-design/"
15
14
  text="{i18n>WELCOME_BLOCK_5_TITLE}"
@@ -20,7 +19,7 @@
20
19
  tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
21
20
  width="1.25rem"
22
21
  press="onDisclaimerLinkPress"/>
23
- </html:div>
22
+ </custom:DivContainer>
24
23
  <Text
25
24
  text="{i18n>WELCOME_BLOCK_5_TEXT}"
26
25
  class="sapUiSmallMarginBottom"/>
@@ -2,7 +2,6 @@
2
2
  xmlns="sap.m"
3
3
  xmlns:core="sap.ui.core"
4
4
  xmlns:custom="sap.ui.documentation"
5
- xmlns:html="http://www.w3.org/1999/xhtml"
6
5
  xmlns:l="sap.ui.layout">
7
6
  <l:BlockLayoutCell
8
7
  backgroundColorSet="ColorSet10"
@@ -84,7 +83,7 @@
84
83
  hSpacing="0"
85
84
  vSpacing="0">
86
85
  <l:VerticalLayout width="100%">
87
- <html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
86
+ <custom:DivContainer class="sapUIDisclaimerLink sapUiSmallMarginBottom">
88
87
  <custom:TitleLink
89
88
  href="https://experience.sap.com/fiori-design/"
90
89
  text="{i18n>WELCOME_BLOCK_5_TITLE}"
@@ -95,7 +94,7 @@
95
94
  tooltip="{i18n>LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP}"
96
95
  width="1.25rem"
97
96
  press="onDisclaimerLinkPress"/>
98
- </html:div>
97
+ </custom:DivContainer>
99
98
  <Text
100
99
  text="{i18n>WELCOME_BLOCK_5_TEXT}"
101
100
  class="sapUiSmallMarginBottom"/>
@@ -4,7 +4,16 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- @import "../base/library.source.less";
7
+ /***********************************************************************************
8
+ /* Due to deprecation of the Belize theme family with SAPUI5 version 1.120 the
9
+ /* inheritance of the base theme is now updated to an inheritance of a static
10
+ /* copy of the base theme named sap_belize_base. The respective
11
+ /* control css files of base are copied to the sap_belize_base theme folder.
12
+ /* This decoupling of the base theme is introduced with SAPUI5 version 1.125.
13
+ ***********************************************************************************/
14
+
15
+
16
+ @import "../sap_belize_base/library.source.less";
8
17
  @import "../../../../../sap/ui/core/themes/sap_belize/base.less";
9
18
  @import "../../../../../sap/ui/core/themes/sap_belize/global.less";
10
19
  @import "global.less";
@@ -0,0 +1,21 @@
1
+ .selectWrapper {
2
+ .filterBtn {
3
+ cursor: pointer;
4
+ }
5
+ ul {
6
+ min-width: 300px;
7
+ position: fixed;
8
+ border: 1px solid black;
9
+ overflow-y: scroll;
10
+ background-color: white;
11
+ word-break: break-word;
12
+ max-height: 300px;
13
+ padding: 0;
14
+
15
+ li {
16
+ list-style: none;
17
+ margin: 0;
18
+ color: @sapBrandColor;
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,214 @@
1
+ /* =========================================== */
2
+ /* Demo Kit: Demo Apps styles */
3
+ /* =========================================== */
4
+ @demoAppsCardHeaderTextColor: #FFFFFF;
5
+
6
+ @demoAppsIntroCardBgColor: #07838F;
7
+ @demoAppsIntroCardBgColorDark: #223548;
8
+ @demoAppsIntroCardMinHeight: 12.25rem; // 196px
9
+ @demoAppsIntroCardSubtitleMaxWidth: 37.5rem; // 600px
10
+
11
+ @demoAppsAsideCardMarginTop: 2.7rem; // 43px
12
+
13
+ @demoAppsShowcaseCardHeaderBgColor: #14565b;
14
+ @demoAppsTutorialCardHeaderBgColor: #07838e;
15
+ @demoAppsRTACardHeaderBgColor: #5b738b;
16
+ @demoAppsMiscCardHeaderBgColor: #223548;
17
+
18
+ .sapUiDemokit {
19
+
20
+ .sapUiDemoKitDemoAppsPage {
21
+
22
+ // Utilities
23
+ .sapUiDemoKitDemoAppsLayoutSpacing {
24
+ padding: 0 2rem 3rem 2rem;
25
+ }
26
+
27
+ .sapUiDemoKitDemoAppsIntroCardSpacing {
28
+ margin: 2rem 2rem 3rem 2rem;
29
+ }
30
+
31
+ .sapUiDemoKitDemoAppsCardContentSpacing {
32
+ padding: 1rem 1rem .5rem 1rem;
33
+ row-gap: .5rem;
34
+ }
35
+
36
+ .sapUiDemoKitDemoAppsCardLink {
37
+ &:before {
38
+ content: "\e05a";
39
+ font-family: "SAP-icons";
40
+ vertical-align: bottom;
41
+ margin-right: .25rem;
42
+ }
43
+ }
44
+
45
+ // Intro Card
46
+ .sapUiDemoKitDemoAppsIntroCard.sapFCard {
47
+ background: url("../../sdk/images/intro_card_stripe.svg") no-repeat center center,
48
+ linear-gradient(to right, @demoAppsIntroCardBgColor, @demoAppsIntroCardBgColorDark);
49
+ background-size: cover;
50
+ background-clip: content-box;
51
+
52
+ min-height: @demoAppsIntroCardMinHeight;
53
+
54
+ .sapFCardHeader {
55
+ background-color: unset;
56
+
57
+ .sapFCardHeaderText {
58
+
59
+ .sapFCardTitle,
60
+ .sapFCardSubtitle {
61
+ color: @demoAppsCardHeaderTextColor;
62
+ }
63
+
64
+ .sapFCardTitle {
65
+ font-size: @sapMFontLargeSize * 2;
66
+ }
67
+
68
+ .sapFCardSubtitle {
69
+ font-size: @sapMFontLargeSize;
70
+ }
71
+
72
+ .sapFCardHeaderTextFirstLine,
73
+ .sapFCardHeaderTextSecondLine {
74
+ box-sizing: border-box;
75
+ }
76
+
77
+ .sapFCardHeaderTextFirstLine {
78
+ padding: .5rem 1rem 0 1rem;
79
+ }
80
+
81
+ .sapFCardHeaderTextSecondLine {
82
+ max-width: @demoAppsIntroCardSubtitleMaxWidth;
83
+ padding: .5rem 1rem;
84
+ }
85
+ }
86
+ }
87
+
88
+ .sapFCardContent {
89
+ padding: 1rem 2rem;
90
+ }
91
+ }
92
+
93
+ // Main
94
+ .sapUiDemoKitDemoAppsMain {
95
+ .sapUiDemoKitDemoAppsCategoryTitle {
96
+ justify-self: start;
97
+ }
98
+
99
+ .sapUiDemoKitDemoAppsRegularCard.sapFCard {
100
+ .sapFCardHeader {
101
+ .sapFCardHeaderText {
102
+ .sapFCardTitle {
103
+ font-size: @sapMFontLargeSize;
104
+ color: @demoAppsCardHeaderTextColor;
105
+ }
106
+ }
107
+
108
+ .sapFCardHeaderImage .sapFCardIcon.sapFAvatar .sapUiIcon {
109
+ color: @demoAppsCardHeaderTextColor;
110
+ }
111
+ }
112
+ }
113
+
114
+ .sapUiDemoKitDemoAppsCategoryShowcase {
115
+ .sapUiDemoKitDemoAppsRegularCard.sapFCard {
116
+ .sapFCardHeader {
117
+ background-color: @demoAppsShowcaseCardHeaderBgColor;
118
+ }
119
+ }
120
+ }
121
+
122
+ .sapUiDemoKitDemoAppsCategoryTutorial {
123
+ .sapUiDemoKitDemoAppsRegularCard.sapFCard {
124
+ .sapFCardHeader {
125
+ background-color: @demoAppsTutorialCardHeaderBgColor;
126
+ }
127
+ }
128
+ }
129
+
130
+ .sapUiDemoKitDemoAppsCategoryRTA {
131
+ .sapUiDemoKitDemoAppsRegularCard.sapFCard {
132
+ .sapFCardHeader {
133
+ background-color: @demoAppsRTACardHeaderBgColor;
134
+ }
135
+ }
136
+ }
137
+
138
+ .sapUiDemoKitDemoAppsCategoryMisc {
139
+ .sapUiDemoKitDemoAppsRegularCard.sapFCard {
140
+ .sapFCardHeader {
141
+ background-color: @demoAppsMiscCardHeaderBgColor;
142
+ }
143
+ }
144
+ }
145
+ }
146
+
147
+ // Aside
148
+ .sapUiDemoKitDemoAppsAside {
149
+ margin-top: @demoAppsAsideCardMarginTop;
150
+
151
+ .sapUiDemoKitDemoAppsAsideDesktop {
152
+ .sapUiDemoKitDemoAppsAsideCard {
153
+ .sapFCardHeader {
154
+ padding: 1.5rem;
155
+
156
+ .sapFCardHeaderText .sapFCardTitle {
157
+ font-size: @sapMFontLargeSize;
158
+ }
159
+ }
160
+
161
+ .sapFCardContent {
162
+ padding-bottom: .5rem;
163
+
164
+ .sapMListItems .sapMLIB {
165
+ padding: 1.5rem;
166
+
167
+ .sapMILILabel {
168
+ font-size: @sapMFontMediumSize;
169
+ white-space: normal;
170
+ }
171
+ }
172
+ }
173
+ }
174
+ }
175
+
176
+ .sapUiDemoKitDemoAppsAsideMobile {
177
+ display: none;
178
+
179
+ .sapUiDemoKitDemoAppsAsidePanel {
180
+ .sapMList {
181
+ .sapMILILabel {
182
+ font-size: @sapMFontMediumSize;
183
+ white-space: normal;
184
+ }
185
+ }
186
+ }
187
+ }
188
+ }
189
+
190
+ @media screen and (max-width: 63.9375em) {
191
+ .sapUiDemoKitDemoAppsLayoutSpacing {
192
+ padding: 0 1rem 2rem 1rem;
193
+ }
194
+
195
+ .sapUiDemoKitDemoAppsIntroCardSpacing {
196
+ margin: 1rem 1rem 2rem 1rem;
197
+ }
198
+
199
+ .sapUiDemoKitDemoAppsAside {
200
+ order: -1;
201
+ margin-top: 0;
202
+ margin-bottom: 2rem;
203
+
204
+ .sapUiDemoKitDemoAppsAsideDesktop {
205
+ display: none;
206
+ }
207
+
208
+ .sapUiDemoKitDemoAppsAsideMobile {
209
+ display: initial;
210
+ }
211
+ }
212
+ }
213
+ }
214
+ }