@hestia-earth/ui-components 0.0.7 → 0.0.10

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.
Files changed (66) hide show
  1. package/README.md +5 -22
  2. package/bibliographies/bibliographies-search-confirm/bibliographies-search-confirm.component.d.ts +1 -1
  3. package/bundles/hestia-earth-ui-components.umd.js +2339 -806
  4. package/bundles/hestia-earth-ui-components.umd.js.map +1 -1
  5. package/common/blank-node-state/blank-node-state.component.d.ts +2 -2
  6. package/common/common.light.module.d.ts +19 -0
  7. package/common/common.module.d.ts +10 -19
  8. package/common/delta-utils.d.ts +1 -1
  9. package/common/index.d.ts +1 -0
  10. package/common/link-key-value/link-key-value.component.d.ts +1 -1
  11. package/common/maps-utils.d.ts +2 -2
  12. package/common/precision.pipe.d.ts +1 -1
  13. package/common/tags-input.directive.d.ts +1 -1
  14. package/common/utils.d.ts +7 -7
  15. package/cycles/cycles-emissions-chart/cycles-emissions-chart.component.d.ts +2 -2
  16. package/cycles/cycles-suggest-form/cycles-suggest-form.component.d.ts +1 -2
  17. package/cycles/cycles.model.d.ts +1 -1
  18. package/engine/aggregation-engine.service.d.ts +2 -2
  19. package/engine/engine.service.d.ts +5 -4
  20. package/esm2015/common/common.light.module.js +66 -0
  21. package/esm2015/common/common.module.js +11 -47
  22. package/esm2015/common/index.js +2 -1
  23. package/esm2015/common/tags-input.directive.js +3 -3
  24. package/esm2015/common/utils.js +1 -2
  25. package/esm2015/engine/engine.service.js +10 -6
  26. package/esm2015/tags-input/defaultOptions.js +26 -0
  27. package/esm2015/tags-input/index.js +1053 -0
  28. package/esm2015/tags-input/templates/dropdown-item.js +3 -0
  29. package/esm2015/tags-input/templates/tag.js +6 -0
  30. package/esm2015/tags-input/templates/wrapper.js +10 -0
  31. package/esm2015/tags-input/utils/component.js +80 -0
  32. package/esm2015/tags-input/utils/dom.js +98 -0
  33. package/esm2015/tags-input/utils/events.js +147 -0
  34. package/esm2015/tags-input/utils/type.js +41 -0
  35. package/esm2015/tags-input/utils/uuid.js +3 -0
  36. package/fesm2015/hestia-earth-ui-components.js +1977 -499
  37. package/fesm2015/hestia-earth-ui-components.js.map +1 -1
  38. package/files/files-error.model.d.ts +5 -5
  39. package/files/files-form/files-form.component.d.ts +7 -7
  40. package/files/files-form.model.d.ts +10 -10
  41. package/impact-assessments/impact-assessments-indicators-chart/impact-assessments-indicators-chart.component.d.ts +2 -2
  42. package/impact-assessments/impact-assessments-products/impact-assessments-products.component.d.ts +2 -2
  43. package/node/node-icon/node-icon.component.d.ts +1 -1
  44. package/node/node-link/node-link.component.d.ts +1 -1
  45. package/node/node-logs-models/node-logs-models.component.d.ts +1 -1
  46. package/node/node.service.d.ts +2 -2
  47. package/package.json +1 -2
  48. package/schema/schema.service.d.ts +1 -1
  49. package/search/search.model.d.ts +18 -17
  50. package/search/search.service.d.ts +7 -7
  51. package/sites/sites-maps/sites-maps.component.d.ts +1 -1
  52. package/sites/sites-measurements/sites-measurements.component.d.ts +1 -1
  53. package/sites/sites.model.d.ts +1 -1
  54. package/styles.scss +1 -1
  55. package/tags-input/defaultOptions.d.ts +25 -0
  56. package/tags-input/index.d.ts +277 -0
  57. package/tags-input/styles.sass +154 -0
  58. package/tags-input/templates/dropdown-item.d.ts +2 -0
  59. package/tags-input/templates/tag.d.ts +2 -0
  60. package/tags-input/templates/wrapper.d.ts +2 -0
  61. package/tags-input/utils/component.d.ts +22 -0
  62. package/tags-input/utils/dom.d.ts +38 -0
  63. package/tags-input/utils/events.d.ts +72 -0
  64. package/tags-input/utils/type.d.ts +17 -0
  65. package/tags-input/utils/uuid.d.ts +2 -0
  66. package/terms/terms.model.d.ts +1 -1
package/README.md CHANGED
@@ -1,24 +1,7 @@
1
- # He
1
+ # Hestia UI Components
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
3
+ ## Install
4
4
 
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project he` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project he`.
8
- > Note: Don't forget to add `--project he` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build he` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build he`, go to the dist folder `cd dist/he` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test he` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
5
+ ```
6
+ npm install @hestia-earth/ui-components
7
+ ```
@@ -29,7 +29,7 @@ export declare class BibliographiesSearchConfirmComponent implements AfterViewIn
29
29
  private runSearchBibliographies;
30
30
  private runSearch;
31
31
  searchFocus(e: Event): void;
32
- get searchControl(): import("@angular/forms").AbstractControl | null;
32
+ get searchControl(): import("@angular/forms").AbstractControl;
33
33
  resetSearch(): void;
34
34
  selectResult(result: Result): void;
35
35
  confirm(): void;