[@portaljs/components][m] - map components
This commit is contained in:
parent
5f1d8151f5
commit
26309f646b
@ -22,10 +22,6 @@ const components = {
|
||||
FlatUiTable: dynamic(() =>
|
||||
import('@portaljs/components').then((mod) => mod.FlatUiTable)
|
||||
),
|
||||
OpenLayers: dynamic(() =>
|
||||
import('@portaljs/components').then((mod) => mod.OpenLayers)
|
||||
),
|
||||
Map: dynamic(() => import('@portaljs/components').then((mod) => mod.Map)),
|
||||
} as any;
|
||||
|
||||
export default function DRD({ source }: { source: any }) {
|
||||
|
||||
2
examples/openspending/package-lock.json
generated
2
examples/openspending/package-lock.json
generated
@ -14,7 +14,7 @@
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"@octokit/plugin-throttling": "^5.2.2",
|
||||
"@portaljs/ckan": "^0.0.2",
|
||||
"@portaljs/components": "file:../../packages/components/portaljs-components-0.1.12.tgz",
|
||||
"@portaljs/components": "^0.1.12",
|
||||
"@portaljs/core": "^1.0.5",
|
||||
"@portaljs/remark-callouts": "^1.0.5",
|
||||
"@portaljs/remark-embed": "^1.0.4",
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"@octokit/plugin-throttling": "^5.2.2",
|
||||
"@portaljs/ckan": "^0.0.2",
|
||||
"@portaljs/components": "file:../../packages/components/portaljs-components-0.1.12.tgz",
|
||||
"@portaljs/components": "^0.1.12",
|
||||
"@portaljs/core": "^1.0.5",
|
||||
"@portaljs/remark-callouts": "^1.0.5",
|
||||
"@portaljs/remark-embed": "^1.0.4",
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user