-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dh2-beta-release' into dh2-i18n-rc1
- Loading branch information
Showing
29 changed files
with
227 additions
and
152 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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export { default as DateEditor } from '@/lib/editors/DateEditor'; | ||
export { default as DatetimeEditor } from '@/lib/editors/DatetimeEditor'; | ||
export { default as TimeEditor } from '@/lib/editors/TimeEditor'; | ||
export { default as FlatpickrEditor } from '@/lib/editors/FlatpickrEditor'; | ||
export { default as DateEditor } from './DateEditor.js'; | ||
export { default as DatetimeEditor } from './DatetimeEditor.js'; | ||
export { default as TimeEditor } from './TimeEditor.js'; | ||
export { default as FlatpickrEditor } from './FlatpickrEditor.js'; | ||
export { | ||
default as KeyValueListEditor, | ||
keyValueListRenderer, | ||
keyValueListValidator, | ||
multiKeyValueListRenderer, | ||
} from '@/lib/editors/KeyValueEditor'; | ||
} from './KeyValueEditor.js'; |
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,9 +1,5 @@ | ||
export { default as Footer } from '@/lib/Footer'; | ||
export { default as Toolbar } from '@/lib/Toolbar'; | ||
export { default as DataHarmonizer } from '@/lib/DataHarmonizer'; | ||
export { default as AppContext } from '@/lib/AppContext'; | ||
export { | ||
DATE_OBJECT, | ||
JSON_SCHEMA_FORMAT, | ||
INPUT_FORMAT, | ||
} from '@/lib/utils/fields'; | ||
export { default as Footer } from './Footer'; | ||
export { default as Toolbar } from './Toolbar'; | ||
export { default as DataHarmonizer } from './DataHarmonizer'; | ||
export { default as AppContext } from './AppContext'; | ||
export { DATE_OBJECT, JSON_SCHEMA_FORMAT, INPUT_FORMAT } from './utils/fields'; |
Oops, something went wrong.