generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(html): Improve detection of deprecated themes
The detection now includes all theme variants and all deprecated or already removed themes, based on the list of deprecated themes in the UI5 SDK.
- Loading branch information
Showing
7 changed files
with
113 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
test/fixtures/linter/rules/NoDeprecatedApi/BootstrapParameters_Deprecations4.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!Doctype HTML> | ||
<html> | ||
<head> | ||
<title>Declarative Programming for SAPUI5</title> | ||
<script id="sap-ui-bootstrap" | ||
type="text/javascript" | ||
src="resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_belize_hcw" | ||
data-sap-ui-async="true" | ||
data-sap-ui-compat-version="edge" | ||
> | ||
</script> | ||
</head> | ||
<body class="sapUiBody"> | ||
</body> | ||
</html> |
16 changes: 16 additions & 0 deletions
16
test/fixtures/linter/rules/NoDeprecatedApi/BootstrapParameters_Deprecations5.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!Doctype HTML> | ||
<html> | ||
<head> | ||
<title>Declarative Programming for SAPUI5</title> | ||
<script id="sap-ui-bootstrap" | ||
type="text/javascript" | ||
src="resources/sap-ui-core.js" | ||
data-sap-ui-theme="sap_platinum" | ||
data-sap-ui-async="true" | ||
data-sap-ui-compat-version="edge" | ||
> | ||
</script> | ||
</head> | ||
<body class="sapUiBody"> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.