@abi-software/map-side-bar 2.4.1 → 2.4.2-beta.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/dist/map-side-bar.js +11904 -10915
- package/dist/map-side-bar.umd.cjs +107 -99
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +23 -1
- package/src/components/ImageThumbnails.vue +497 -0
- package/src/components/SideBar.vue +27 -3
- package/src/components/Tabs.vue +22 -2
- package/src/components.d.ts +2 -0
- package/src/data/images.json +41 -0
package/src/components.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ declare module 'vue' {
|
|
|
20
20
|
ElIconLocation: typeof import('@element-plus/icons-vue')['Location']
|
|
21
21
|
ElIconWarning: typeof import('@element-plus/icons-vue')['Warning']
|
|
22
22
|
ElIconWarnTriangleFilled: typeof import('@element-plus/icons-vue')['WarnTriangleFilled']
|
|
23
|
+
ElImage: typeof import('element-plus/es')['ElImage']
|
|
23
24
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
24
25
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
25
26
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
@@ -28,6 +29,7 @@ declare module 'vue' {
|
|
|
28
29
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
29
30
|
ExternalResourceCard: typeof import('./components/ExternalResourceCard.vue')['default']
|
|
30
31
|
ImageGallery: typeof import('./components/ImageGallery.vue')['default']
|
|
32
|
+
ImageThumbnails: typeof import('./components/ImageThumbnails.vue')['default']
|
|
31
33
|
SearchFilters: typeof import('./components/SearchFilters.vue')['default']
|
|
32
34
|
SearchHistory: typeof import('./components/SearchHistory.vue')['default']
|
|
33
35
|
SideBar: typeof import('./components/SideBar.vue')['default']
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"thumbnail": "http://localhost:8000//thumbnail/21567",
|
|
4
|
+
"resource": "derivative/sub-Pirt-1A/sam-7/2020-01-06_11.26.19_ AAV DRG inj.- Pirt Cre 1A_DRG T2b.jpx",
|
|
5
|
+
"id": "353",
|
|
6
|
+
"title": "2020-01-06_11.26.19_ AAV DRG inj.- Pirt Cre 1A_DRG T2b.jpx",
|
|
7
|
+
"type": "Image",
|
|
8
|
+
"link": "http://localhost:8000//thumbnail/21567",
|
|
9
|
+
"mimetype": "image/jpx",
|
|
10
|
+
"species": [
|
|
11
|
+
"Mouse"
|
|
12
|
+
],
|
|
13
|
+
"version": "1"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"thumbnail": "http://localhost:8000//thumbnail/21568",
|
|
17
|
+
"resource": "derivative/sub-Pirt-1A/sam-7/2020-01-06_11.36.02_FusionStitcher AAV DRG inj.- Pirt Cre 1A_DRG T4ab.jpx",
|
|
18
|
+
"id": "353",
|
|
19
|
+
"title": "2020-01-06_11.36.02_FusionStitcher AAV DRG inj.- Pirt Cre 1A_DRG T4ab.jpx",
|
|
20
|
+
"type": "Image",
|
|
21
|
+
"link": "http://localhost:8000//thumbnail/21568",
|
|
22
|
+
"mimetype": "image/jpx",
|
|
23
|
+
"species": [
|
|
24
|
+
"Mouse"
|
|
25
|
+
],
|
|
26
|
+
"version": "1"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"thumbnail": "http://localhost:8000//thumbnail/21569",
|
|
30
|
+
"resource": "derivative/sub-Pirt-2A/2020-01-13_11.16.35_ssxxs_Kim_FusionStitcher vagal ganglia.jpx",
|
|
31
|
+
"id": "353",
|
|
32
|
+
"title": "2020-01-13_11.16.35_ssxxs_Kim_FusionStitcher vagal ganglia.jpx",
|
|
33
|
+
"type": "Image",
|
|
34
|
+
"link": "http://localhost:8000//thumbnail/21569",
|
|
35
|
+
"mimetype": "image/jpx",
|
|
36
|
+
"species": [
|
|
37
|
+
"Mouse"
|
|
38
|
+
],
|
|
39
|
+
"version": "1"
|
|
40
|
+
}
|
|
41
|
+
]
|