@abi-software/mapintegratedvuer 0.7.2-vue3.0-alpha.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -201
- package/README.md +150 -150
- package/assets/styleguide.css +19 -19
- package/cypress.config.js +23 -23
- package/dist/index.html +17 -17
- package/dist/mapintegratedvuer.js +74203 -73758
- package/dist/mapintegratedvuer.umd.cjs +878 -515
- package/dist/style.css +1 -1
- package/package.json +134 -135
- package/public/index.html +17 -17
- package/reporter-config.json +9 -9
- package/src/App.vue +245 -245
- package/src/assets/_variables.scss +43 -43
- package/src/assets/fonts/mapicon-species.eot +0 -0
- package/src/assets/fonts/mapicon-species.ttf +0 -0
- package/src/assets/fonts/mapicon-species.woff +0 -0
- package/src/assets/header-icon.scss +67 -67
- package/src/assets/mapicon-species-style.css +41 -41
- package/src/assets/styles.scss +9 -9
- package/src/components/ContentBar.vue +376 -376
- package/src/components/ContentVuer.vue +217 -217
- package/src/components/ContextCard.vue +385 -385
- package/src/components/ContextHelp.vue +73 -73
- package/src/components/CustomSplitter.vue +151 -151
- package/src/components/DatasetHeader.vue +97 -97
- package/src/components/DialogToolbarContent.vue +464 -464
- package/src/components/EventBus.js +3 -3
- package/src/components/FlatmapContextCard.vue +134 -134
- package/src/components/MapContent.vue +328 -333
- package/src/components/ResizeSensor.vue +47 -47
- package/src/components/SearchControls.vue +115 -115
- package/src/components/SimulatedData.js +721 -721
- package/src/components/SplitDialog.vue +287 -287
- package/src/components/SplitFlow.vue +414 -414
- package/src/components/index.js +7 -7
- package/src/components/markerZoomLevelsHardCoded.js +255 -255
- package/src/components/scripts/utilities.js +173 -173
- package/src/components/viewers/Flatmap.vue +145 -145
- package/src/components/viewers/Iframe.vue +31 -31
- package/src/components/viewers/MultiFlatmap.vue +384 -384
- package/src/components/viewers/Plot.vue +23 -23
- package/src/components/viewers/Scaffold.vue +198 -198
- package/src/components/viewers/Simulation.vue +21 -21
- package/src/icons/yellowstar.js +1 -1
- package/src/main.js +31 -31
- package/src/mixins/ContentMixin.js +438 -438
- package/src/mixins/DynamicMarkerMixin.js +88 -88
- package/src/mixins/S3Bucket.vue +37 -37
- package/src/stores/entries.js +40 -40
- package/src/stores/index.js +23 -23
- package/src/stores/settings.js +144 -144
- package/src/stores/splitFlow.js +523 -523
- package/static.json +7 -7
- package/vite.config.js +70 -70
- package/vite.static-build.js +12 -12
- package/vitest.workspace.js +3 -3
- package/vuese-generator.js +65 -65
- package/assets/gazelle-icons-no-background.css +0 -32
- package/dist/matterport.pdf +0 -0
- package/dist/test.txt +0 -0
- package/public/matterport.pdf +0 -0
- package/public/test.txt +0 -0
- package/q.json +0 -690
- package/src/mixins/RetrieveContextCardMixin.js +0 -82
- package/tsconfig.json +0 -19
@@ -1,67 +1,67 @@
|
|
1
|
-
@import '_variables.scss';
|
2
|
-
|
3
|
-
.tooltip {
|
4
|
-
font-family: 'Asap', 'Avenir', Arial, sans-serif;
|
5
|
-
:deep(.el-popper__arrow) {
|
6
|
-
&:before {
|
7
|
-
border-color: $app-primary-color;
|
8
|
-
background-color: #f3ecf6;
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
.icon-group {
|
14
|
-
position:absolute;
|
15
|
-
display: flex;
|
16
|
-
flex-direction: row;
|
17
|
-
justify-content: center;
|
18
|
-
top: 4px;
|
19
|
-
right:12px;
|
20
|
-
}
|
21
|
-
|
22
|
-
.icon-group {
|
23
|
-
:deep(.el-button--text) {
|
24
|
-
color:#606266;
|
25
|
-
font-size: 1.5em;
|
26
|
-
&:hover {
|
27
|
-
color: $app-primary-color;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
.header-icon {
|
33
|
-
height: 24px!important;
|
34
|
-
width: 24px!important;
|
35
|
-
margin-right:10px;
|
36
|
-
cursor: pointer;
|
37
|
-
:deep(.el-popper__arrow) {
|
38
|
-
&:before {
|
39
|
-
border-color: $app-primary-color;
|
40
|
-
background-color: #f3ecf6;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
}
|
44
|
-
|
45
|
-
.header-icon.disabled,
|
46
|
-
.view-icon-row.disabled {
|
47
|
-
cursor: default;
|
48
|
-
pointer-events: none;
|
49
|
-
}
|
50
|
-
|
51
|
-
.header-icon.disabled,
|
52
|
-
.disabled .view-icon,
|
53
|
-
.disabled .view-text {
|
54
|
-
opacity:0.5;
|
55
|
-
}
|
56
|
-
|
57
|
-
:deep(.header-popper) {
|
58
|
-
padding: 6px 4px;
|
59
|
-
font-size:12px;
|
60
|
-
color: rgb(48, 49, 51);
|
61
|
-
background-color: #f3ecf6;
|
62
|
-
border: 1px solid $app-primary-color;
|
63
|
-
white-space: nowrap;
|
64
|
-
min-width: unset;
|
65
|
-
width: unset!important;
|
66
|
-
}
|
67
|
-
|
1
|
+
@import '_variables.scss';
|
2
|
+
|
3
|
+
.tooltip {
|
4
|
+
font-family: 'Asap', 'Avenir', Arial, sans-serif;
|
5
|
+
:deep(.el-popper__arrow) {
|
6
|
+
&:before {
|
7
|
+
border-color: $app-primary-color;
|
8
|
+
background-color: #f3ecf6;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
}
|
12
|
+
|
13
|
+
.icon-group {
|
14
|
+
position:absolute;
|
15
|
+
display: flex;
|
16
|
+
flex-direction: row;
|
17
|
+
justify-content: center;
|
18
|
+
top: 4px;
|
19
|
+
right:12px;
|
20
|
+
}
|
21
|
+
|
22
|
+
.icon-group {
|
23
|
+
:deep(.el-button--text) {
|
24
|
+
color:#606266;
|
25
|
+
font-size: 1.5em;
|
26
|
+
&:hover {
|
27
|
+
color: $app-primary-color;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
.header-icon {
|
33
|
+
height: 24px!important;
|
34
|
+
width: 24px!important;
|
35
|
+
margin-right:10px;
|
36
|
+
cursor: pointer;
|
37
|
+
:deep(.el-popper__arrow) {
|
38
|
+
&:before {
|
39
|
+
border-color: $app-primary-color;
|
40
|
+
background-color: #f3ecf6;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
.header-icon.disabled,
|
46
|
+
.view-icon-row.disabled {
|
47
|
+
cursor: default;
|
48
|
+
pointer-events: none;
|
49
|
+
}
|
50
|
+
|
51
|
+
.header-icon.disabled,
|
52
|
+
.disabled .view-icon,
|
53
|
+
.disabled .view-text {
|
54
|
+
opacity:0.5;
|
55
|
+
}
|
56
|
+
|
57
|
+
:deep(.header-popper) {
|
58
|
+
padding: 6px 4px;
|
59
|
+
font-size:12px;
|
60
|
+
color: rgb(48, 49, 51);
|
61
|
+
background-color: #f3ecf6;
|
62
|
+
border: 1px solid $app-primary-color;
|
63
|
+
white-space: nowrap;
|
64
|
+
min-width: unset;
|
65
|
+
width: unset!important;
|
66
|
+
}
|
67
|
+
|
@@ -1,41 +1,41 @@
|
|
1
|
-
@font-face {
|
2
|
-
font-family: 'mapicon-species';
|
3
|
-
src: url('fonts/mapicon-species.eot?h40clo');
|
4
|
-
src: url('fonts/mapicon-species.eot?h40clo#iefix') format('embedded-opentype'),
|
5
|
-
url('fonts/mapicon-species.ttf?h40clo') format('truetype'),
|
6
|
-
url('fonts/mapicon-species.woff?h40clo') format('woff');
|
7
|
-
font-weight: normal;
|
8
|
-
font-style: normal;
|
9
|
-
font-display: block;
|
10
|
-
}
|
11
|
-
|
12
|
-
[class^="mapicon-icon"], [class*=" mapicon-icon"] {
|
13
|
-
/* use !important to prevent issues with browser extensions that change fonts */
|
14
|
-
font-family: 'mapicon-species' !important;
|
15
|
-
speak: never;
|
16
|
-
font-style: normal;
|
17
|
-
font-weight: normal;
|
18
|
-
font-variant: normal;
|
19
|
-
text-transform: none;
|
20
|
-
line-height: 1;
|
21
|
-
|
22
|
-
/* Better Font Rendering =========== */
|
23
|
-
-webkit-font-smoothing: antialiased;
|
24
|
-
-moz-osx-font-smoothing: grayscale;
|
25
|
-
}
|
26
|
-
|
27
|
-
.mapicon-icon_cat:before {
|
28
|
-
content: "\e904";
|
29
|
-
}
|
30
|
-
.mapicon-icon_rat:before {
|
31
|
-
content: "\e900";
|
32
|
-
}
|
33
|
-
.mapicon-icon_pig:before {
|
34
|
-
content: "\e901";
|
35
|
-
}
|
36
|
-
.mapicon-icon_mouse:before {
|
37
|
-
content: "\e902";
|
38
|
-
}
|
39
|
-
.mapicon-icon_human:before {
|
40
|
-
content: "\e903";
|
41
|
-
}
|
1
|
+
@font-face {
|
2
|
+
font-family: 'mapicon-species';
|
3
|
+
src: url('fonts/mapicon-species.eot?h40clo');
|
4
|
+
src: url('fonts/mapicon-species.eot?h40clo#iefix') format('embedded-opentype'),
|
5
|
+
url('fonts/mapicon-species.ttf?h40clo') format('truetype'),
|
6
|
+
url('fonts/mapicon-species.woff?h40clo') format('woff');
|
7
|
+
font-weight: normal;
|
8
|
+
font-style: normal;
|
9
|
+
font-display: block;
|
10
|
+
}
|
11
|
+
|
12
|
+
[class^="mapicon-icon"], [class*=" mapicon-icon"] {
|
13
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
14
|
+
font-family: 'mapicon-species' !important;
|
15
|
+
speak: never;
|
16
|
+
font-style: normal;
|
17
|
+
font-weight: normal;
|
18
|
+
font-variant: normal;
|
19
|
+
text-transform: none;
|
20
|
+
line-height: 1;
|
21
|
+
|
22
|
+
/* Better Font Rendering =========== */
|
23
|
+
-webkit-font-smoothing: antialiased;
|
24
|
+
-moz-osx-font-smoothing: grayscale;
|
25
|
+
}
|
26
|
+
|
27
|
+
.mapicon-icon_cat:before {
|
28
|
+
content: "\e904";
|
29
|
+
}
|
30
|
+
.mapicon-icon_rat:before {
|
31
|
+
content: "\e900";
|
32
|
+
}
|
33
|
+
.mapicon-icon_pig:before {
|
34
|
+
content: "\e901";
|
35
|
+
}
|
36
|
+
.mapicon-icon_mouse:before {
|
37
|
+
content: "\e902";
|
38
|
+
}
|
39
|
+
.mapicon-icon_human:before {
|
40
|
+
content: "\e903";
|
41
|
+
}
|
package/src/assets/styles.scss
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
@import '_variables';
|
2
|
-
|
3
|
-
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,600,700&display=swap');
|
4
|
-
|
5
|
-
/* icon font path, required */
|
6
|
-
$--color-primary: $app-primary-color !default;
|
7
|
-
:root {
|
8
|
-
--el-color-primary: #8300BF;
|
9
|
-
}
|
1
|
+
@import '_variables';
|
2
|
+
|
3
|
+
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,600,700&display=swap');
|
4
|
+
|
5
|
+
/* icon font path, required */
|
6
|
+
$--color-primary: $app-primary-color !default;
|
7
|
+
:root {
|
8
|
+
--el-color-primary: #8300BF;
|
9
|
+
}
|