2.4.0 • Published 5 months ago

geonetwork-ui v2.4.0

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

GeoNetwork-UI NPM Package

What is it?

This package contains many of the features available in the GeoNetwork-UI project.

Its contents are:

  • all the libraries in the libs folder
  • all translations
  • various configuration files

This package does not contain:

  • applications (Datahub, etc.)
  • unit and E2E tests
  • docker composition
  • documentation
  • anything related to NX

How can I use it?

This is what using this package looks like in an Angular application:

// ...
import {
  UiElementsModule,
  UiInputsModule,
  UiWidgetsModule,
  provideRepositoryUrl,
  ThemeService,
} from 'geonetwork-ui'

@NgModule({
  imports: [
    // ...
    UiWidgetsModule,
    UiElementsModule,
    UiInputsModule,
  ],
  providers: [
    // ...
    provideRepositoryUrl('http://localhost:8080/geonetwork/srv/api'),
  ],
  bootstrap: [AppComponent],
})
export class AppModule {
  constructor() {
    ThemeService.applyCssVariables('#e73f51', '#c2e9dc', '#212029', '#fdfbff')
  }
}

Please read the documentation on how to create a Custom Application for more information!

2.4.3

5 months ago

2.4.2

6 months ago

2.4.1

6 months ago

2.4.0

6 months ago

2.3.3

8 months ago

2.4.0-alpha.2

9 months ago

2.4.0-dev.344a92f2

11 months ago

2.4.0-dev.c2a3cdd1

11 months ago

2.4.0-dev.6f312e64

11 months ago

2.4.0-dev.e97caaf2

12 months ago

2.4.0-dev.80a79eca

11 months ago

2.4.0-dev.e7ff1d25

12 months ago

2.4.0-dev.66a33793

11 months ago

2.4.0-dev.10a614b2

12 months ago

2.4.0-dev.575f30f2

11 months ago

2.4.0-dev.d3529f01

11 months ago

2.4.0-dev.d000fb89

11 months ago

2.4.0-dev.a6f221e3

12 months ago

2.4.0-dev.fdf8f64b

11 months ago

2.4.0-dev.4892c308

11 months ago

2.4.0-dev.7a893adc

12 months ago

2.4.0-dev.49921490

11 months ago

2.4.0-dev.e550c0b3

11 months ago

2.4.0-dev.0925104f

12 months ago

2.4.0-dev.dcc96ff9

11 months ago

2.4.0-dev.e5f8e61e

11 months ago

2.4.0-dev.f5019723

11 months ago

2.4.0-dev.86d11ddb

11 months ago

2.4.0-dev.3b6b95eb

11 months ago

2.4.0-alpha.1

11 months ago

2.4.0-dev.be951976

11 months ago

2.4.0-dev.aa689838

11 months ago

2.4.0-dev.9075aa64

11 months ago

2.4.0-dev.8b395cf5

11 months ago

2.4.0-dev.b0bcda82

12 months ago

2.4.0-dev.9b37393d

11 months ago

2.4.0-dev.503109c9

12 months ago

2.4.0-dev.614b0d9f

11 months ago

2.4.0-dev.e689547d

12 months ago

2.4.0-dev.3c297076

12 months ago

2.4.0-dev.825a487d

12 months ago

2.4.0-dev.dd042cec

12 months ago

2.4.0-dev.38f835ad

12 months ago

2.4.0-dev.2cc6f5b1

12 months ago

2.4.0-dev.d5b28b1e

12 months ago

2.4.0-dev.c5f4c491

12 months ago

2.4.0-dev.ac57b75b

12 months ago

2.4.0-dev.a9a61288

12 months ago

2.4.0-dev.618ec561

12 months ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.0

2 years ago

2.1.0-initial

2 years ago

2.1.0-dev

2 years ago