-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add no-imports-from-entries rule (#8548)
* add no-imports-from-entries rule * Fixed react-ui build and moved tests to react-ui * Fixed lint * Re-fixed lint * Try to fix react-ui tests * update package.json * add <script src="../../build/survey-core/survey.i18n.min.js"></script> * Try to fix f-tests * Try to fix tests * Try to fix builds * Try to fix builds --------- Co-authored-by: OlgaLarina <[email protected]> Co-authored-by: tsv2013 <[email protected]>
- Loading branch information
1 parent
78d2a67
commit b3c5ec7
Showing
28 changed files
with
76 additions
and
269 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,13 @@ | |
<script src="https://unpkg.com/react@latest/umd/react.production.min.js"></script> | ||
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.production.min.js"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"/> | ||
<script src="../../build/survey-react/survey.react.min.js"></script> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/survey.min.css" /> --> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/modern.min.css" /> --> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/defaultV2.min.css" /> --> | ||
<script src="../../build/survey-core/survey.core.min.js"></script> | ||
<script src="../../build/survey-core/survey.i18n.min.js"></script> | ||
<script src="../../build/survey-core/plugins/bootstrap-integration.min.js"></script> | ||
<script src="../../build/survey-react-ui/survey-react-ui.min.js"></script> | ||
</head> | ||
<body> | ||
<div id="surveyElement"></div> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,12 @@ | |
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/globalize/0.1.1/globalize.min.js"></script> | ||
<script type="text/javascript" src="http://cdn3.devexpress.com/jslib/15.1.5/js/dx.chartjs.js"></script> | ||
|
||
<script src="../../build/survey-react/survey.react.min.js"></script> | ||
<link rel="stylesheet" href="../../build/survey-react/survey.min.css" /> | ||
<link rel="stylesheet" href="../../build/survey-core/survey.min.css" /> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/modern.min.css" /> --> | ||
<!-- <link rel="stylesheet" href="../../build/survey-core/defaultV2.min.css" /> --> | ||
<script src="../../build/survey-core/survey.core.min.js"></script> | ||
<script src="../../build/survey-core/survey.i18n.min.js"></script> | ||
<script src="../../build/survey-react-ui/survey-react-ui.min.js"></script> | ||
<!-- <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"> --> | ||
|
||
<!-- custom widgets --> | ||
|
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
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.