-
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.
- Loading branch information
Showing
8 changed files
with
106 additions
and
123 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
// Auto-generated by add_indices.py | ||
import AudioX from './AudioX' | ||
import Cache from './Cache' | ||
import DICTIONARY from './DICTIONARY' | ||
import DictUtils from './DictUtils' | ||
import I18N from './I18N' | ||
import IDX from './IDX' | ||
import MathX from './MathX' | ||
import Random from './Random' | ||
import TimeX from './TimeX' | ||
import URLContext from './URLContext' | ||
import WWW from './WWW' | ||
|
||
export { | ||
AudioX, | ||
Cache, | ||
DICTIONARY, | ||
DictUtils, | ||
I18N, | ||
IDX, | ||
MathX, | ||
Random, | ||
TimeX, | ||
URLContext, | ||
WWW, | ||
} | ||
// Auto-generated by add_indices.py | ||
import AudioX from "./AudioX"; | ||
import Cache from "./Cache"; | ||
import DICTIONARY from "./DICTIONARY"; | ||
import DictUtils from "./DictUtils"; | ||
import I18N from "./I18N"; | ||
import IDX from "./IDX"; | ||
import MathX from "./MathX"; | ||
import Random from "./Random"; | ||
import TimeX from "./TimeX"; | ||
import URLContext from "./URLContext"; | ||
import WWW from "./WWW"; | ||
|
||
export { | ||
AudioX, | ||
Cache, | ||
DICTIONARY, | ||
DictUtils, | ||
I18N, | ||
IDX, | ||
MathX, | ||
Random, | ||
TimeX, | ||
URLContext, | ||
WWW, | ||
}; |
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
|
||
// Auto-generated by javascript_version.py | ||
export const DATETIME_STR = '2024-08-01 16:05:00'; | ||
export const VERSION_DATETIME = new Date(DATETIME_STR); | ||
|
||
const VERSION = {DATETIME_STR, VERSION_DATETIME}; | ||
export default VERSION; | ||
|
||
// Auto-generated by javascript_version.py | ||
export const DATETIME_STR = "2024-08-01 16:05:00"; | ||
export const VERSION_DATETIME = new Date(DATETIME_STR); | ||
|
||
const VERSION = { DATETIME_STR, VERSION_DATETIME }; | ||
export default VERSION; |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
// Auto-generated by add_indices.py | ||
import VERSION from './VERSION' | ||
|
||
export { | ||
VERSION, | ||
} | ||
// Auto-generated by add_indices.py | ||
import VERSION from "./VERSION"; | ||
|
||
export { VERSION }; |
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 |
---|---|---|
@@ -1,16 +1,9 @@ | ||
// Auto-generated by add_indices.py | ||
import Candidate from './Candidate' | ||
import Criterion from './Criterion' | ||
import GroundTruth from './GroundTruth' | ||
import Party from './Party' | ||
import Version from './Version' | ||
import Weight from './Weight' | ||
|
||
export { | ||
Candidate, | ||
Criterion, | ||
GroundTruth, | ||
Party, | ||
Version, | ||
Weight, | ||
} | ||
// Auto-generated by add_indices.py | ||
import Candidate from "./Candidate"; | ||
import Criterion from "./Criterion"; | ||
import GroundTruth from "./GroundTruth"; | ||
import Party from "./Party"; | ||
import Version from "./Version"; | ||
import Weight from "./Weight"; | ||
|
||
export { Candidate, Criterion, GroundTruth, Party, Version, Weight }; |
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 |
---|---|---|
@@ -1,14 +1,8 @@ | ||
// Auto-generated by add_indices.py | ||
import AlignCenter from './AlignCenter' | ||
import AlignRight from './AlignRight' | ||
import TimeView from './TimeView' | ||
import WikipediaPageView from './WikipediaPageView' | ||
import XHandleView from './XHandleView' | ||
|
||
export { | ||
AlignCenter, | ||
AlignRight, | ||
TimeView, | ||
WikipediaPageView, | ||
XHandleView, | ||
} | ||
// Auto-generated by add_indices.py | ||
import AlignCenter from "./AlignCenter"; | ||
import AlignRight from "./AlignRight"; | ||
import TimeView from "./TimeView"; | ||
import WikipediaPageView from "./WikipediaPageView"; | ||
import XHandleView from "./XHandleView"; | ||
|
||
export { AlignCenter, AlignRight, TimeView, WikipediaPageView, XHandleView }; |
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 |
---|---|---|
@@ -1,38 +1,38 @@ | ||
// Auto-generated by add_indices.py | ||
import CandidateView from './CandidateView' | ||
import CandidatesLeaderBoard from './CandidatesLeaderBoard' | ||
import CandidatesLeaderBoardShort from './CandidatesLeaderBoardShort' | ||
import CriteriaView from './CriteriaView' | ||
import CriterionView from './CriterionView' | ||
import CustomAppBar from './CustomAppBar' | ||
import HelpMenu from './HelpMenu' | ||
import HomePageBottomNavigation from './HomePageBottomNavigation' | ||
import IconLabel from './IconLabel' | ||
import LabelledText from './LabelledText' | ||
import LabelledTextInput from './LabelledTextInput' | ||
import PageLink from './PageLink' | ||
import PartyView from './PartyView' | ||
import ScreenshotView from './ScreenshotView' | ||
import VersionMenu from './VersionMenu' | ||
import VersionView from './VersionView' | ||
import WeightView from './WeightView' | ||
|
||
export { | ||
CandidateView, | ||
CandidatesLeaderBoard, | ||
CandidatesLeaderBoardShort, | ||
CriteriaView, | ||
CriterionView, | ||
CustomAppBar, | ||
HelpMenu, | ||
HomePageBottomNavigation, | ||
IconLabel, | ||
LabelledText, | ||
LabelledTextInput, | ||
PageLink, | ||
PartyView, | ||
ScreenshotView, | ||
VersionMenu, | ||
VersionView, | ||
WeightView, | ||
} | ||
// Auto-generated by add_indices.py | ||
import CandidateView from "./CandidateView"; | ||
import CandidatesLeaderBoard from "./CandidatesLeaderBoard"; | ||
import CandidatesLeaderBoardShort from "./CandidatesLeaderBoardShort"; | ||
import CriteriaView from "./CriteriaView"; | ||
import CriterionView from "./CriterionView"; | ||
import CustomAppBar from "./CustomAppBar"; | ||
import HelpMenu from "./HelpMenu"; | ||
import HomePageBottomNavigation from "./HomePageBottomNavigation"; | ||
import IconLabel from "./IconLabel"; | ||
import LabelledText from "./LabelledText"; | ||
import LabelledTextInput from "./LabelledTextInput"; | ||
import PageLink from "./PageLink"; | ||
import PartyView from "./PartyView"; | ||
import ScreenshotView from "./ScreenshotView"; | ||
import VersionMenu from "./VersionMenu"; | ||
import VersionView from "./VersionView"; | ||
import WeightView from "./WeightView"; | ||
|
||
export { | ||
CandidateView, | ||
CandidatesLeaderBoard, | ||
CandidatesLeaderBoardShort, | ||
CriteriaView, | ||
CriterionView, | ||
CustomAppBar, | ||
HelpMenu, | ||
HomePageBottomNavigation, | ||
IconLabel, | ||
LabelledText, | ||
LabelledTextInput, | ||
PageLink, | ||
PartyView, | ||
ScreenshotView, | ||
VersionMenu, | ||
VersionView, | ||
WeightView, | ||
}; |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
// Auto-generated by add_indices.py | ||
import AbstractInnerPage from './AbstractInnerPage' | ||
import CandidatePage from './CandidatePage' | ||
import CriteriaPage from './CriteriaPage' | ||
import HomePage from './HomePage' | ||
import PAGE_CONFIG_LIST from './PAGE_CONFIG_LIST' | ||
|
||
export { | ||
AbstractInnerPage, | ||
CandidatePage, | ||
CriteriaPage, | ||
HomePage, | ||
PAGE_CONFIG_LIST, | ||
} | ||
// Auto-generated by add_indices.py | ||
import AbstractInnerPage from "./AbstractInnerPage"; | ||
import CandidatePage from "./CandidatePage"; | ||
import CriteriaPage from "./CriteriaPage"; | ||
import HomePage from "./HomePage"; | ||
import PAGE_CONFIG_LIST from "./PAGE_CONFIG_LIST"; | ||
|
||
export { | ||
AbstractInnerPage, | ||
CandidatePage, | ||
CriteriaPage, | ||
HomePage, | ||
PAGE_CONFIG_LIST, | ||
}; |