Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refactor eox-map and convert code from ts to js #1206

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8c70acf
chores(init): Initialise new folder
srijitcoder Aug 9, 2024
83bd7e1
Merge branch 'main' of github.com:EOX-A/EOxElements into map/feature/…
srijitcoder Aug 13, 2024
9f0c903
chores: main.js convereted from ts to js
srijitcoder Aug 14, 2024
600e127
main.js update
srijitcoder Sep 3, 2024
29f9486
Merge branch 'main' of github.com:EOX-A/EOxElements into map/feature/…
srijitcoder Sep 5, 2024
4b36eae
fix: updated main.js with private state and propeties with # rather t…
srijitcoder Sep 5, 2024
25cda25
refactor: split helpers.ts to helpers.js and started seperating methods
srijitcoder Sep 9, 2024
2170967
refactor: split eox-map methods to map method folder and removed help…
srijitcoder Sep 9, 2024
c26fec9
lint: added 'READ_FEATURES_OPTIONS'
srijitcoder Sep 9, 2024
24f80ba
test: fix undefined values in e2e test
srijitcoder Sep 9, 2024
d33604a
refactor: added utils part of helper functions
srijitcoder Sep 11, 2024
bdbaa6b
refactor: added functionality like select, compare, center, tile-grid…
srijitcoder Sep 11, 2024
4123549
Merge branch 'main' of github.com:EOX-A/EOxElements into map/feature/…
srijitcoder Sep 16, 2024
0294657
refactor: controls, custom, plugina nd tooltip ported from ts to js
srijitcoder Sep 16, 2024
030697d
chores(test): Fix failing text due to partial refactor of updateLayer…
srijitcoder Sep 16, 2024
b763af9
chores(test): e2e test fail due to file name typo error
srijitcoder Sep 16, 2024
5b9de3c
chores(test): convert ts to js
srijitcoder Sep 16, 2024
64828b1
chores(test): make e2e and component testing compatible with src-2 main
srijitcoder Sep 16, 2024
c9a32e5
refactor: renamed main refactoring folder to
srijitcoder Sep 16, 2024
b20058c
refactor: Added comments to helpers, plugin, methods, custom, control…
srijitcoder Sep 18, 2024
8220292
refactor: Added comments to components
srijitcoder Sep 19, 2024
dac13dd
chores(tsc): Fix typecheck errors
srijitcoder Sep 23, 2024
4a6a91b
chores(typecheck): fix typecheck
srijitcoder Sep 24, 2024
0c357df
conflict resolve
srijitcoder Sep 24, 2024
b4e3b24
chores: pkg update
srijitcoder Sep 24, 2024
ef4cdd5
refactor: Refactor stories and split it into different files and fixe…
srijitcoder Sep 25, 2024
e04dc6d
fix: replace passing of template string to normal value
srijitcoder Sep 26, 2024
c38fba9
chore: convert vite config files to js
silvester-pari Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import "../elements/itemfilter/src/main.js";
import "../elements/jsonform/src/main.js";
import "../elements/layercontrol/src/main.js";
import "../elements/layout/src/main.js";
import "../elements/map/main.ts";
import "../elements/map/src/plugins/advancedLayersAndSources/index.ts";
import "../elements/map/src/main.js";
import "../elements/map/src/plugins/advancedLayersAndSources/index";
import "../elements/stacinfo/src/main.js";
import "../elements/storytelling/src/main.js";
import "../elements/timecontrol/src/main.js";
Expand Down
257 changes: 0 additions & 257 deletions elements/map/helpers.ts

This file was deleted.

4 changes: 4 additions & 0 deletions elements/map/lint.text
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

> @eox/[email protected] typecheck
> tsc

Loading
Loading